.tw-container {
  width: 100%;
}

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

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

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

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

.app-img {
  display: block;
  max-width: 100%;
  height: auto;
}

.app-output {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #e5e5e5;
  border-color: rgba(229, 229, 229, var(--border-opacity));
  border-radius: 0.25rem;
  min-height: calc(1.25rem + .5rem + 2px); /* line-height + padding + border-width */
}

.app-form-hint {
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.625;
  --text-opacity: 1;
  color: #525252;
  color: rgba(82, 82, 82, var(--text-opacity));
  margin-top: .375rem;
  margin-bottom: 0;
}

.app-form-err {
  --text-opacity: 1;
  color: #dc2626;
  color: rgba(220, 38, 38, var(--text-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 0.25rem;
  margin-bottom: 0;
}

.app-form-err:empty {
  display: none;
}

.app-table-align-middle th,
    .app-table-align-middle td {
  vertical-align: middle;
}

/* el-input disabled 時の文字色変更 */

.disabled\:el-input--text-normal :disabled {
  color: #606266 !important;
}

/* el-message-box のタイトル文字装飾用 */

/* e.g. this.$confirm('foo', { customClass: 'el-message-box__title--font-bold' }) */

.el-message-box__title--text-red-600 .el-message-box__title {
  --text-opacity: 1;
  color: #dc2626;
  color: rgba(220, 38, 38, var(--text-opacity));
}

.el-message-box__title--font-bold .el-message-box__title {
  font-weight: 700;
}

/* confirmのSP対応 */

.delete-sp-confirm-box{
  width: auto;
  max-width: 100%;
  min-width: 80%;
}

.tw-space-y-0 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--space-y-reverse)) !important;
}

.tw-space-x-0 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0px * var(--space-x-reverse)) !important;
  margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-1 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
}

.tw-space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
}

.tw-space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
}

.tw-space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
}

.tw-space-x-4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
}

.tw-space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
}

.tw-space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
}

.tw-space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(2rem * var(--space-x-reverse)) !important;
  margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
}

.tw-space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
}

.tw-space-x-12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(3rem * var(--space-x-reverse)) !important;
  margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-16 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
}

.tw-space-x-16 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(4rem * var(--space-x-reverse)) !important;
  margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
}

.tw-space-x-20 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(5rem * var(--space-x-reverse)) !important;
  margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-24 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
}

.tw-space-x-24 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(6rem * var(--space-x-reverse)) !important;
  margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-30 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(7.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(7.5rem * var(--space-y-reverse)) !important;
}

.tw-space-x-30 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(7.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(7.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-32 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
}

.tw-space-x-32 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(8rem * var(--space-x-reverse)) !important;
  margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-36 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(9rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(9rem * var(--space-y-reverse)) !important;
}

.tw-space-x-36 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(9rem * var(--space-x-reverse)) !important;
  margin-left: calc(9rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-40 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
}

.tw-space-x-40 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(10rem * var(--space-x-reverse)) !important;
  margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-48 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
}

.tw-space-x-48 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(12rem * var(--space-x-reverse)) !important;
  margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-56 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
}

.tw-space-x-56 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(14rem * var(--space-x-reverse)) !important;
  margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-64 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
}

.tw-space-x-64 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(16rem * var(--space-x-reverse)) !important;
  margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1px * var(--space-y-reverse)) !important;
}

.tw-space-x-px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1px * var(--space-x-reverse)) !important;
  margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-0\.5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(.125rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(.125rem * var(--space-y-reverse)) !important;
}

.tw-space-x-0\.5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(.125rem * var(--space-x-reverse)) !important;
  margin-left: calc(.125rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-1\.5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(.375rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(.375rem * var(--space-y-reverse)) !important;
}

.tw-space-x-1\.5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(.375rem * var(--space-x-reverse)) !important;
  margin-left: calc(.375rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-2\.5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(.625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(.625rem * var(--space-y-reverse)) !important;
}

.tw-space-x-2\.5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(.625rem * var(--space-x-reverse)) !important;
  margin-left: calc(.625rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-3\.5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(.875rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(.875rem * var(--space-y-reverse)) !important;
}

.tw-space-x-3\.5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(.875rem * var(--space-x-reverse)) !important;
  margin-left: calc(.875rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-1\.25em > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1.25em * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.25em * var(--space-y-reverse)) !important;
}

.tw-space-x-1\.25em > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1.25em * var(--space-x-reverse)) !important;
  margin-left: calc(1.25em * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-1\.5em > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1.5em * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.5em * var(--space-y-reverse)) !important;
}

.tw-space-x-1\.5em > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1.5em * var(--space-x-reverse)) !important;
  margin-left: calc(1.5em * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-4em > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(4em * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(4em * var(--space-y-reverse)) !important;
}

.tw-space-x-4em > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(4em * var(--space-x-reverse)) !important;
  margin-left: calc(4em * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-1 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
}

.tw--space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
}

.tw--space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
}

.tw--space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
}

.tw--space-x-4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
}

.tw--space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
}

.tw--space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
}

.tw--space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-2rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
}

.tw--space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
}

.tw--space-x-12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-3rem * var(--space-x-reverse)) !important;
  margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-16 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
}

.tw--space-x-16 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-4rem * var(--space-x-reverse)) !important;
  margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
}

.tw--space-x-20 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-24 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
}

.tw--space-x-24 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-6rem * var(--space-x-reverse)) !important;
  margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-30 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-7.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-7.5rem * var(--space-y-reverse)) !important;
}

.tw--space-x-30 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-7.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-7.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-32 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
}

.tw--space-x-32 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-8rem * var(--space-x-reverse)) !important;
  margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-36 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-9rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-9rem * var(--space-y-reverse)) !important;
}

.tw--space-x-36 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-9rem * var(--space-x-reverse)) !important;
  margin-left: calc(-9rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-40 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
}

.tw--space-x-40 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-10rem * var(--space-x-reverse)) !important;
  margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-48 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
}

.tw--space-x-48 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-12rem * var(--space-x-reverse)) !important;
  margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-56 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
}

.tw--space-x-56 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-14rem * var(--space-x-reverse)) !important;
  margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-64 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
}

.tw--space-x-64 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-16rem * var(--space-x-reverse)) !important;
  margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
}

.tw--space-x-px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1px * var(--space-x-reverse)) !important;
  margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-0\.5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.125rem * var(--space-y-reverse)) !important;
}

.tw--space-x-0\.5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.125rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.125rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-1\.5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.375rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.375rem * var(--space-y-reverse)) !important;
}

.tw--space-x-1\.5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.375rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.375rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-2\.5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.625rem * var(--space-y-reverse)) !important;
}

.tw--space-x-2\.5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.625rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-3\.5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.875rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.875rem * var(--space-y-reverse)) !important;
}

.tw--space-x-3\.5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.875rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.875rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-1\.25em > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.25em * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.25em * var(--space-y-reverse)) !important;
}

.tw--space-x-1\.25em > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.25em * var(--space-x-reverse)) !important;
  margin-left: calc(-1.25em * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-1\.5em > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.5em * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.5em * var(--space-y-reverse)) !important;
}

.tw--space-x-1\.5em > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.5em * var(--space-x-reverse)) !important;
  margin-left: calc(-1.5em * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-4em > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-4em * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-4em * var(--space-y-reverse)) !important;
}

.tw--space-x-4em > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-4em * var(--space-x-reverse)) !important;
  margin-left: calc(-4em * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-reverse > :not(template) ~ :not(template) {
  --space-y-reverse: 1 !important;
}

.tw-space-x-reverse > :not(template) ~ :not(template) {
  --space-x-reverse: 1 !important;
}

.tw-divide-y-0 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
}

.tw-divide-x-0 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(0px * var(--divide-x-reverse)) !important;
  border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
}

.tw-divide-y-2 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
}

.tw-divide-x-2 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(2px * var(--divide-x-reverse)) !important;
  border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
}

.tw-divide-y-3 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(3px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(3px * var(--divide-y-reverse)) !important;
}

.tw-divide-x-3 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(3px * var(--divide-x-reverse)) !important;
  border-left-width: calc(3px * calc(1 - var(--divide-x-reverse))) !important;
}

.tw-divide-y-4 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
}

.tw-divide-x-4 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(4px * var(--divide-x-reverse)) !important;
  border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
}

.tw-divide-y-8 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
}

.tw-divide-x-8 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(8px * var(--divide-x-reverse)) !important;
  border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
}

.tw-divide-y > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
}

.tw-divide-x > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(1px * var(--divide-x-reverse)) !important;
  border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
}

.tw-divide-y-reverse > :not(template) ~ :not(template) {
  --divide-y-reverse: 1 !important;
}

.tw-divide-x-reverse > :not(template) ~ :not(template) {
  --divide-x-reverse: 1 !important;
}

.tw-divide-transparent > :not(template) ~ :not(template) {
  border-color: transparent !important;
}

.tw-divide-current > :not(template) ~ :not(template) {
  border-color: currentColor !important;
}

.tw-divide-black > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #000 !important;
  border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
}

.tw-divide-white > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fff !important;
  border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
}

.tw-divide-gray-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f9fafb !important;
  border-color: rgba(249, 250, 251, var(--divide-opacity)) !important;
}

.tw-divide-gray-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f3f4f6 !important;
  border-color: rgba(243, 244, 246, var(--divide-opacity)) !important;
}

.tw-divide-gray-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #e5e7eb !important;
  border-color: rgba(229, 231, 235, var(--divide-opacity)) !important;
}

.tw-divide-gray-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #d1d5db !important;
  border-color: rgba(209, 213, 219, var(--divide-opacity)) !important;
}

.tw-divide-gray-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #9ca3af !important;
  border-color: rgba(156, 163, 175, var(--divide-opacity)) !important;
}

.tw-divide-gray-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #6b7280 !important;
  border-color: rgba(107, 114, 128, var(--divide-opacity)) !important;
}

.tw-divide-gray-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #4b5563 !important;
  border-color: rgba(75, 85, 99, var(--divide-opacity)) !important;
}

.tw-divide-gray-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #374151 !important;
  border-color: rgba(55, 65, 81, var(--divide-opacity)) !important;
}

.tw-divide-gray-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #1f2937 !important;
  border-color: rgba(31, 41, 55, var(--divide-opacity)) !important;
}

.tw-divide-gray-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #111827 !important;
  border-color: rgba(17, 24, 39, var(--divide-opacity)) !important;
}

.tw-divide-red-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fef2f2 !important;
  border-color: rgba(254, 242, 242, var(--divide-opacity)) !important;
}

.tw-divide-red-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fee2e2 !important;
  border-color: rgba(254, 226, 226, var(--divide-opacity)) !important;
}

.tw-divide-red-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fecaca !important;
  border-color: rgba(254, 202, 202, var(--divide-opacity)) !important;
}

.tw-divide-red-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fca5a5 !important;
  border-color: rgba(252, 165, 165, var(--divide-opacity)) !important;
}

.tw-divide-red-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f87171 !important;
  border-color: rgba(248, 113, 113, var(--divide-opacity)) !important;
}

.tw-divide-red-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #ef4444 !important;
  border-color: rgba(239, 68, 68, var(--divide-opacity)) !important;
}

.tw-divide-red-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #dc2626 !important;
  border-color: rgba(220, 38, 38, var(--divide-opacity)) !important;
}

.tw-divide-red-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #b91c1c !important;
  border-color: rgba(185, 28, 28, var(--divide-opacity)) !important;
}

.tw-divide-red-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #991b1b !important;
  border-color: rgba(153, 27, 27, var(--divide-opacity)) !important;
}

.tw-divide-red-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #7f1d1d !important;
  border-color: rgba(127, 29, 29, var(--divide-opacity)) !important;
}

.tw-divide-orange-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fff7ed !important;
  border-color: rgba(255, 247, 237, var(--divide-opacity)) !important;
}

.tw-divide-orange-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #ffedd5 !important;
  border-color: rgba(255, 237, 213, var(--divide-opacity)) !important;
}

.tw-divide-orange-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fed7aa !important;
  border-color: rgba(254, 215, 170, var(--divide-opacity)) !important;
}

.tw-divide-orange-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fdba74 !important;
  border-color: rgba(253, 186, 116, var(--divide-opacity)) !important;
}

.tw-divide-orange-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fb923c !important;
  border-color: rgba(251, 146, 60, var(--divide-opacity)) !important;
}

.tw-divide-orange-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f97316 !important;
  border-color: rgba(249, 115, 22, var(--divide-opacity)) !important;
}

.tw-divide-orange-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #ea580c !important;
  border-color: rgba(234, 88, 12, var(--divide-opacity)) !important;
}

.tw-divide-orange-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #c2410c !important;
  border-color: rgba(194, 65, 12, var(--divide-opacity)) !important;
}

.tw-divide-orange-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #9a3412 !important;
  border-color: rgba(154, 52, 18, var(--divide-opacity)) !important;
}

.tw-divide-orange-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #7c2d12 !important;
  border-color: rgba(124, 45, 18, var(--divide-opacity)) !important;
}

.tw-divide-yellow-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fefce8 !important;
  border-color: rgba(254, 252, 232, var(--divide-opacity)) !important;
}

.tw-divide-yellow-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fef9c3 !important;
  border-color: rgba(254, 249, 195, var(--divide-opacity)) !important;
}

.tw-divide-yellow-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fef08a !important;
  border-color: rgba(254, 240, 138, var(--divide-opacity)) !important;
}

.tw-divide-yellow-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fde047 !important;
  border-color: rgba(253, 224, 71, var(--divide-opacity)) !important;
}

.tw-divide-yellow-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #facc15 !important;
  border-color: rgba(250, 204, 21, var(--divide-opacity)) !important;
}

.tw-divide-yellow-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #eab308 !important;
  border-color: rgba(234, 179, 8, var(--divide-opacity)) !important;
}

.tw-divide-yellow-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #ca8a04 !important;
  border-color: rgba(202, 138, 4, var(--divide-opacity)) !important;
}

.tw-divide-yellow-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #a16207 !important;
  border-color: rgba(161, 98, 7, var(--divide-opacity)) !important;
}

.tw-divide-yellow-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #854d0e !important;
  border-color: rgba(133, 77, 14, var(--divide-opacity)) !important;
}

.tw-divide-yellow-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #713f12 !important;
  border-color: rgba(113, 63, 18, var(--divide-opacity)) !important;
}

.tw-divide-green-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f0fdf4 !important;
  border-color: rgba(240, 253, 244, var(--divide-opacity)) !important;
}

.tw-divide-green-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #dcfce7 !important;
  border-color: rgba(220, 252, 231, var(--divide-opacity)) !important;
}

.tw-divide-green-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #bbf7d0 !important;
  border-color: rgba(187, 247, 208, var(--divide-opacity)) !important;
}

.tw-divide-green-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #86efac !important;
  border-color: rgba(134, 239, 172, var(--divide-opacity)) !important;
}

.tw-divide-green-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #4ade80 !important;
  border-color: rgba(74, 222, 128, var(--divide-opacity)) !important;
}

.tw-divide-green-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #22c55e !important;
  border-color: rgba(34, 197, 94, var(--divide-opacity)) !important;
}

.tw-divide-green-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #16a34a !important;
  border-color: rgba(22, 163, 74, var(--divide-opacity)) !important;
}

.tw-divide-green-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #15803d !important;
  border-color: rgba(21, 128, 61, var(--divide-opacity)) !important;
}

.tw-divide-green-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #166534 !important;
  border-color: rgba(22, 101, 52, var(--divide-opacity)) !important;
}

.tw-divide-green-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #14532d !important;
  border-color: rgba(20, 83, 45, var(--divide-opacity)) !important;
}

.tw-divide-teal-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f0fdfa !important;
  border-color: rgba(240, 253, 250, var(--divide-opacity)) !important;
}

.tw-divide-teal-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #ccfbf1 !important;
  border-color: rgba(204, 251, 241, var(--divide-opacity)) !important;
}

.tw-divide-teal-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #99f6e4 !important;
  border-color: rgba(153, 246, 228, var(--divide-opacity)) !important;
}

.tw-divide-teal-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #5eead4 !important;
  border-color: rgba(94, 234, 212, var(--divide-opacity)) !important;
}

.tw-divide-teal-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #2dd4bf !important;
  border-color: rgba(45, 212, 191, var(--divide-opacity)) !important;
}

.tw-divide-teal-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #14b8a6 !important;
  border-color: rgba(20, 184, 166, var(--divide-opacity)) !important;
}

.tw-divide-teal-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #0d9488 !important;
  border-color: rgba(13, 148, 136, var(--divide-opacity)) !important;
}

.tw-divide-teal-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #0f766e !important;
  border-color: rgba(15, 118, 110, var(--divide-opacity)) !important;
}

.tw-divide-teal-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #115e59 !important;
  border-color: rgba(17, 94, 89, var(--divide-opacity)) !important;
}

.tw-divide-teal-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #134e4a !important;
  border-color: rgba(19, 78, 74, var(--divide-opacity)) !important;
}

.tw-divide-blue-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #eff6ff !important;
  border-color: rgba(239, 246, 255, var(--divide-opacity)) !important;
}

.tw-divide-blue-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #dbeafe !important;
  border-color: rgba(219, 234, 254, var(--divide-opacity)) !important;
}

.tw-divide-blue-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #bfdbfe !important;
  border-color: rgba(191, 219, 254, var(--divide-opacity)) !important;
}

.tw-divide-blue-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #93c5fd !important;
  border-color: rgba(147, 197, 253, var(--divide-opacity)) !important;
}

.tw-divide-blue-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #60a5fa !important;
  border-color: rgba(96, 165, 250, var(--divide-opacity)) !important;
}

.tw-divide-blue-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #3b82f6 !important;
  border-color: rgba(59, 130, 246, var(--divide-opacity)) !important;
}

.tw-divide-blue-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #2563eb !important;
  border-color: rgba(37, 99, 235, var(--divide-opacity)) !important;
}

.tw-divide-blue-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #1d4ed8 !important;
  border-color: rgba(29, 78, 216, var(--divide-opacity)) !important;
}

.tw-divide-blue-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #1e40af !important;
  border-color: rgba(30, 64, 175, var(--divide-opacity)) !important;
}

.tw-divide-blue-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #1e3a8a !important;
  border-color: rgba(30, 58, 138, var(--divide-opacity)) !important;
}

.tw-divide-indigo-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #eef2ff !important;
  border-color: rgba(238, 242, 255, var(--divide-opacity)) !important;
}

.tw-divide-indigo-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #e0e7ff !important;
  border-color: rgba(224, 231, 255, var(--divide-opacity)) !important;
}

.tw-divide-indigo-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #c7d2fe !important;
  border-color: rgba(199, 210, 254, var(--divide-opacity)) !important;
}

.tw-divide-indigo-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #a5b4fc !important;
  border-color: rgba(165, 180, 252, var(--divide-opacity)) !important;
}

.tw-divide-indigo-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #818cf8 !important;
  border-color: rgba(129, 140, 248, var(--divide-opacity)) !important;
}

.tw-divide-indigo-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #6366f1 !important;
  border-color: rgba(99, 102, 241, var(--divide-opacity)) !important;
}

.tw-divide-indigo-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #4f46e5 !important;
  border-color: rgba(79, 70, 229, var(--divide-opacity)) !important;
}

.tw-divide-indigo-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #4338ca !important;
  border-color: rgba(67, 56, 202, var(--divide-opacity)) !important;
}

.tw-divide-indigo-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #3730a3 !important;
  border-color: rgba(55, 48, 163, var(--divide-opacity)) !important;
}

.tw-divide-indigo-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #312e81 !important;
  border-color: rgba(49, 46, 129, var(--divide-opacity)) !important;
}

.tw-divide-purple-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #faf5ff !important;
  border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
}

.tw-divide-purple-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f3e8ff !important;
  border-color: rgba(243, 232, 255, var(--divide-opacity)) !important;
}

.tw-divide-purple-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #e9d5ff !important;
  border-color: rgba(233, 213, 255, var(--divide-opacity)) !important;
}

.tw-divide-purple-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #d8b4fe !important;
  border-color: rgba(216, 180, 254, var(--divide-opacity)) !important;
}

.tw-divide-purple-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #c084fc !important;
  border-color: rgba(192, 132, 252, var(--divide-opacity)) !important;
}

.tw-divide-purple-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #a855f7 !important;
  border-color: rgba(168, 85, 247, var(--divide-opacity)) !important;
}

.tw-divide-purple-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #9333ea !important;
  border-color: rgba(147, 51, 234, var(--divide-opacity)) !important;
}

.tw-divide-purple-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #7e22ce !important;
  border-color: rgba(126, 34, 206, var(--divide-opacity)) !important;
}

.tw-divide-purple-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #6b21a8 !important;
  border-color: rgba(107, 33, 168, var(--divide-opacity)) !important;
}

.tw-divide-purple-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #581c87 !important;
  border-color: rgba(88, 28, 135, var(--divide-opacity)) !important;
}

.tw-divide-pink-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fdf2f8 !important;
  border-color: rgba(253, 242, 248, var(--divide-opacity)) !important;
}

.tw-divide-pink-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fce7f3 !important;
  border-color: rgba(252, 231, 243, var(--divide-opacity)) !important;
}

.tw-divide-pink-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fbcfe8 !important;
  border-color: rgba(251, 207, 232, var(--divide-opacity)) !important;
}

.tw-divide-pink-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f9a8d4 !important;
  border-color: rgba(249, 168, 212, var(--divide-opacity)) !important;
}

.tw-divide-pink-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f472b6 !important;
  border-color: rgba(244, 114, 182, var(--divide-opacity)) !important;
}

.tw-divide-pink-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #ec4899 !important;
  border-color: rgba(236, 72, 153, var(--divide-opacity)) !important;
}

.tw-divide-pink-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #db2777 !important;
  border-color: rgba(219, 39, 119, var(--divide-opacity)) !important;
}

.tw-divide-pink-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #be185d !important;
  border-color: rgba(190, 24, 93, var(--divide-opacity)) !important;
}

.tw-divide-pink-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #9d174d !important;
  border-color: rgba(157, 23, 77, var(--divide-opacity)) !important;
}

.tw-divide-pink-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #831843 !important;
  border-color: rgba(131, 24, 67, var(--divide-opacity)) !important;
}

.tw-divide-app-main > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #F18D11 !important;
  border-color: rgba(241, 141, 17, var(--divide-opacity)) !important;
}

.tw-divide-app-sub-blue > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #1E548F !important;
  border-color: rgba(30, 84, 143, var(--divide-opacity)) !important;
}

.tw-divide-app-yellow > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #FFF5D1 !important;
  border-color: rgba(255, 245, 209, var(--divide-opacity)) !important;
}

.tw-divide-theme-primary > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f3980f !important;
  border-color: rgba(243, 152, 15, var(--divide-opacity)) !important;
}

.tw-divide-theme-info > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #1b925a !important;
  border-color: rgba(27, 146, 90, var(--divide-opacity)) !important;
}

.tw-divide-slate-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f8fafc !important;
  border-color: rgba(248, 250, 252, var(--divide-opacity)) !important;
}

.tw-divide-slate-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f1f5f9 !important;
  border-color: rgba(241, 245, 249, var(--divide-opacity)) !important;
}

.tw-divide-slate-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
}

.tw-divide-slate-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #cbd5e1 !important;
  border-color: rgba(203, 213, 225, var(--divide-opacity)) !important;
}

.tw-divide-slate-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #94a3b8 !important;
  border-color: rgba(148, 163, 184, var(--divide-opacity)) !important;
}

.tw-divide-slate-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #64748b !important;
  border-color: rgba(100, 116, 139, var(--divide-opacity)) !important;
}

.tw-divide-slate-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #475569 !important;
  border-color: rgba(71, 85, 105, var(--divide-opacity)) !important;
}

.tw-divide-slate-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #334155 !important;
  border-color: rgba(51, 65, 85, var(--divide-opacity)) !important;
}

.tw-divide-slate-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #1e293b !important;
  border-color: rgba(30, 41, 59, var(--divide-opacity)) !important;
}

.tw-divide-slate-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #0f172a !important;
  border-color: rgba(15, 23, 42, var(--divide-opacity)) !important;
}

.tw-divide-zinc-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fafafa !important;
  border-color: rgba(250, 250, 250, var(--divide-opacity)) !important;
}

.tw-divide-zinc-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f4f4f5 !important;
  border-color: rgba(244, 244, 245, var(--divide-opacity)) !important;
}

.tw-divide-zinc-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #e4e4e7 !important;
  border-color: rgba(228, 228, 231, var(--divide-opacity)) !important;
}

.tw-divide-zinc-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #d4d4d8 !important;
  border-color: rgba(212, 212, 216, var(--divide-opacity)) !important;
}

.tw-divide-zinc-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #a1a1aa !important;
  border-color: rgba(161, 161, 170, var(--divide-opacity)) !important;
}

.tw-divide-zinc-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #71717a !important;
  border-color: rgba(113, 113, 122, var(--divide-opacity)) !important;
}

.tw-divide-zinc-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #52525b !important;
  border-color: rgba(82, 82, 91, var(--divide-opacity)) !important;
}

.tw-divide-zinc-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #3f3f46 !important;
  border-color: rgba(63, 63, 70, var(--divide-opacity)) !important;
}

.tw-divide-zinc-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #27272a !important;
  border-color: rgba(39, 39, 42, var(--divide-opacity)) !important;
}

.tw-divide-zinc-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #18181b !important;
  border-color: rgba(24, 24, 27, var(--divide-opacity)) !important;
}

.tw-divide-neutral-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fafafa !important;
  border-color: rgba(250, 250, 250, var(--divide-opacity)) !important;
}

.tw-divide-neutral-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f5f5f5 !important;
  border-color: rgba(245, 245, 245, var(--divide-opacity)) !important;
}

.tw-divide-neutral-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #e5e5e5 !important;
  border-color: rgba(229, 229, 229, var(--divide-opacity)) !important;
}

.tw-divide-neutral-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #d4d4d4 !important;
  border-color: rgba(212, 212, 212, var(--divide-opacity)) !important;
}

.tw-divide-neutral-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #a3a3a3 !important;
  border-color: rgba(163, 163, 163, var(--divide-opacity)) !important;
}

.tw-divide-neutral-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #737373 !important;
  border-color: rgba(115, 115, 115, var(--divide-opacity)) !important;
}

.tw-divide-neutral-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #525252 !important;
  border-color: rgba(82, 82, 82, var(--divide-opacity)) !important;
}

.tw-divide-neutral-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #404040 !important;
  border-color: rgba(64, 64, 64, var(--divide-opacity)) !important;
}

.tw-divide-neutral-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #262626 !important;
  border-color: rgba(38, 38, 38, var(--divide-opacity)) !important;
}

.tw-divide-neutral-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #171717 !important;
  border-color: rgba(23, 23, 23, var(--divide-opacity)) !important;
}

.tw-divide-stone-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fafaf9 !important;
  border-color: rgba(250, 250, 249, var(--divide-opacity)) !important;
}

.tw-divide-stone-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f5f5f4 !important;
  border-color: rgba(245, 245, 244, var(--divide-opacity)) !important;
}

.tw-divide-stone-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #e7e5e4 !important;
  border-color: rgba(231, 229, 228, var(--divide-opacity)) !important;
}

.tw-divide-stone-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #d6d3d1 !important;
  border-color: rgba(214, 211, 209, var(--divide-opacity)) !important;
}

.tw-divide-stone-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #a8a29e !important;
  border-color: rgba(168, 162, 158, var(--divide-opacity)) !important;
}

.tw-divide-stone-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #78716c !important;
  border-color: rgba(120, 113, 108, var(--divide-opacity)) !important;
}

.tw-divide-stone-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #57534e !important;
  border-color: rgba(87, 83, 78, var(--divide-opacity)) !important;
}

.tw-divide-stone-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #44403c !important;
  border-color: rgba(68, 64, 60, var(--divide-opacity)) !important;
}

.tw-divide-stone-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #292524 !important;
  border-color: rgba(41, 37, 36, var(--divide-opacity)) !important;
}

.tw-divide-stone-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #1c1917 !important;
  border-color: rgba(28, 25, 23, var(--divide-opacity)) !important;
}

.tw-divide-amber-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fffbeb !important;
  border-color: rgba(255, 251, 235, var(--divide-opacity)) !important;
}

.tw-divide-amber-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fef3c7 !important;
  border-color: rgba(254, 243, 199, var(--divide-opacity)) !important;
}

.tw-divide-amber-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fde68a !important;
  border-color: rgba(253, 230, 138, var(--divide-opacity)) !important;
}

.tw-divide-amber-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fcd34d !important;
  border-color: rgba(252, 211, 77, var(--divide-opacity)) !important;
}

.tw-divide-amber-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fbbf24 !important;
  border-color: rgba(251, 191, 36, var(--divide-opacity)) !important;
}

.tw-divide-amber-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f59e0b !important;
  border-color: rgba(245, 158, 11, var(--divide-opacity)) !important;
}

.tw-divide-amber-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #d97706 !important;
  border-color: rgba(217, 119, 6, var(--divide-opacity)) !important;
}

.tw-divide-amber-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #b45309 !important;
  border-color: rgba(180, 83, 9, var(--divide-opacity)) !important;
}

.tw-divide-amber-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #92400e !important;
  border-color: rgba(146, 64, 14, var(--divide-opacity)) !important;
}

.tw-divide-amber-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #78350f !important;
  border-color: rgba(120, 53, 15, var(--divide-opacity)) !important;
}

.tw-divide-lime-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f7fee7 !important;
  border-color: rgba(247, 254, 231, var(--divide-opacity)) !important;
}

.tw-divide-lime-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #ecfccb !important;
  border-color: rgba(236, 252, 203, var(--divide-opacity)) !important;
}

.tw-divide-lime-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #d9f99d !important;
  border-color: rgba(217, 249, 157, var(--divide-opacity)) !important;
}

.tw-divide-lime-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #bef264 !important;
  border-color: rgba(190, 242, 100, var(--divide-opacity)) !important;
}

.tw-divide-lime-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #a3e635 !important;
  border-color: rgba(163, 230, 53, var(--divide-opacity)) !important;
}

.tw-divide-lime-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #84cc16 !important;
  border-color: rgba(132, 204, 22, var(--divide-opacity)) !important;
}

.tw-divide-lime-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #65a30d !important;
  border-color: rgba(101, 163, 13, var(--divide-opacity)) !important;
}

.tw-divide-lime-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #4d7c0f !important;
  border-color: rgba(77, 124, 15, var(--divide-opacity)) !important;
}

.tw-divide-lime-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #3f6212 !important;
  border-color: rgba(63, 98, 18, var(--divide-opacity)) !important;
}

.tw-divide-lime-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #365314 !important;
  border-color: rgba(54, 83, 20, var(--divide-opacity)) !important;
}

.tw-divide-emerald-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #ecfdf5 !important;
  border-color: rgba(236, 253, 245, var(--divide-opacity)) !important;
}

.tw-divide-emerald-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #d1fae5 !important;
  border-color: rgba(209, 250, 229, var(--divide-opacity)) !important;
}

.tw-divide-emerald-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #a7f3d0 !important;
  border-color: rgba(167, 243, 208, var(--divide-opacity)) !important;
}

.tw-divide-emerald-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #6ee7b7 !important;
  border-color: rgba(110, 231, 183, var(--divide-opacity)) !important;
}

.tw-divide-emerald-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #34d399 !important;
  border-color: rgba(52, 211, 153, var(--divide-opacity)) !important;
}

.tw-divide-emerald-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #10b981 !important;
  border-color: rgba(16, 185, 129, var(--divide-opacity)) !important;
}

.tw-divide-emerald-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #059669 !important;
  border-color: rgba(5, 150, 105, var(--divide-opacity)) !important;
}

.tw-divide-emerald-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #047857 !important;
  border-color: rgba(4, 120, 87, var(--divide-opacity)) !important;
}

.tw-divide-emerald-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #065f46 !important;
  border-color: rgba(6, 95, 70, var(--divide-opacity)) !important;
}

.tw-divide-emerald-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #064e3b !important;
  border-color: rgba(6, 78, 59, var(--divide-opacity)) !important;
}

.tw-divide-cyan-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #ecfeff !important;
  border-color: rgba(236, 254, 255, var(--divide-opacity)) !important;
}

.tw-divide-cyan-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #cffafe !important;
  border-color: rgba(207, 250, 254, var(--divide-opacity)) !important;
}

.tw-divide-cyan-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #a5f3fc !important;
  border-color: rgba(165, 243, 252, var(--divide-opacity)) !important;
}

.tw-divide-cyan-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #67e8f9 !important;
  border-color: rgba(103, 232, 249, var(--divide-opacity)) !important;
}

.tw-divide-cyan-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #22d3ee !important;
  border-color: rgba(34, 211, 238, var(--divide-opacity)) !important;
}

.tw-divide-cyan-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #06b6d4 !important;
  border-color: rgba(6, 182, 212, var(--divide-opacity)) !important;
}

.tw-divide-cyan-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #0891b2 !important;
  border-color: rgba(8, 145, 178, var(--divide-opacity)) !important;
}

.tw-divide-cyan-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #0e7490 !important;
  border-color: rgba(14, 116, 144, var(--divide-opacity)) !important;
}

.tw-divide-cyan-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #155e75 !important;
  border-color: rgba(21, 94, 117, var(--divide-opacity)) !important;
}

.tw-divide-cyan-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #164e63 !important;
  border-color: rgba(22, 78, 99, var(--divide-opacity)) !important;
}

.tw-divide-sky-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f0f9ff !important;
  border-color: rgba(240, 249, 255, var(--divide-opacity)) !important;
}

.tw-divide-sky-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #e0f2fe !important;
  border-color: rgba(224, 242, 254, var(--divide-opacity)) !important;
}

.tw-divide-sky-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #bae6fd !important;
  border-color: rgba(186, 230, 253, var(--divide-opacity)) !important;
}

.tw-divide-sky-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #7dd3fc !important;
  border-color: rgba(125, 211, 252, var(--divide-opacity)) !important;
}

.tw-divide-sky-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #38bdf8 !important;
  border-color: rgba(56, 189, 248, var(--divide-opacity)) !important;
}

.tw-divide-sky-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #0ea5e9 !important;
  border-color: rgba(14, 165, 233, var(--divide-opacity)) !important;
}

.tw-divide-sky-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #0284c7 !important;
  border-color: rgba(2, 132, 199, var(--divide-opacity)) !important;
}

.tw-divide-sky-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #0369a1 !important;
  border-color: rgba(3, 105, 161, var(--divide-opacity)) !important;
}

.tw-divide-sky-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #075985 !important;
  border-color: rgba(7, 89, 133, var(--divide-opacity)) !important;
}

.tw-divide-sky-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #0c4a6e !important;
  border-color: rgba(12, 74, 110, var(--divide-opacity)) !important;
}

.tw-divide-violet-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f5f3ff !important;
  border-color: rgba(245, 243, 255, var(--divide-opacity)) !important;
}

.tw-divide-violet-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #ede9fe !important;
  border-color: rgba(237, 233, 254, var(--divide-opacity)) !important;
}

.tw-divide-violet-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #ddd6fe !important;
  border-color: rgba(221, 214, 254, var(--divide-opacity)) !important;
}

.tw-divide-violet-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #c4b5fd !important;
  border-color: rgba(196, 181, 253, var(--divide-opacity)) !important;
}

.tw-divide-violet-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #a78bfa !important;
  border-color: rgba(167, 139, 250, var(--divide-opacity)) !important;
}

.tw-divide-violet-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #8b5cf6 !important;
  border-color: rgba(139, 92, 246, var(--divide-opacity)) !important;
}

.tw-divide-violet-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #7c3aed !important;
  border-color: rgba(124, 58, 237, var(--divide-opacity)) !important;
}

.tw-divide-violet-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #6d28d9 !important;
  border-color: rgba(109, 40, 217, var(--divide-opacity)) !important;
}

.tw-divide-violet-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #5b21b6 !important;
  border-color: rgba(91, 33, 182, var(--divide-opacity)) !important;
}

.tw-divide-violet-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #4c1d95 !important;
  border-color: rgba(76, 29, 149, var(--divide-opacity)) !important;
}

.tw-divide-fuchsia-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fdf4ff !important;
  border-color: rgba(253, 244, 255, var(--divide-opacity)) !important;
}

.tw-divide-fuchsia-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fae8ff !important;
  border-color: rgba(250, 232, 255, var(--divide-opacity)) !important;
}

.tw-divide-fuchsia-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f5d0fe !important;
  border-color: rgba(245, 208, 254, var(--divide-opacity)) !important;
}

.tw-divide-fuchsia-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f0abfc !important;
  border-color: rgba(240, 171, 252, var(--divide-opacity)) !important;
}

.tw-divide-fuchsia-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #e879f9 !important;
  border-color: rgba(232, 121, 249, var(--divide-opacity)) !important;
}

.tw-divide-fuchsia-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #d946ef !important;
  border-color: rgba(217, 70, 239, var(--divide-opacity)) !important;
}

.tw-divide-fuchsia-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #c026d3 !important;
  border-color: rgba(192, 38, 211, var(--divide-opacity)) !important;
}

.tw-divide-fuchsia-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #a21caf !important;
  border-color: rgba(162, 28, 175, var(--divide-opacity)) !important;
}

.tw-divide-fuchsia-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #86198f !important;
  border-color: rgba(134, 25, 143, var(--divide-opacity)) !important;
}

.tw-divide-fuchsia-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #701a75 !important;
  border-color: rgba(112, 26, 117, var(--divide-opacity)) !important;
}

.tw-divide-rose-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fff1f2 !important;
  border-color: rgba(255, 241, 242, var(--divide-opacity)) !important;
}

.tw-divide-rose-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #ffe4e6 !important;
  border-color: rgba(255, 228, 230, var(--divide-opacity)) !important;
}

.tw-divide-rose-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fecdd3 !important;
  border-color: rgba(254, 205, 211, var(--divide-opacity)) !important;
}

.tw-divide-rose-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fda4af !important;
  border-color: rgba(253, 164, 175, var(--divide-opacity)) !important;
}

.tw-divide-rose-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fb7185 !important;
  border-color: rgba(251, 113, 133, var(--divide-opacity)) !important;
}

.tw-divide-rose-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f43f5e !important;
  border-color: rgba(244, 63, 94, var(--divide-opacity)) !important;
}

.tw-divide-rose-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #e11d48 !important;
  border-color: rgba(225, 29, 72, var(--divide-opacity)) !important;
}

.tw-divide-rose-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #be123c !important;
  border-color: rgba(190, 18, 60, var(--divide-opacity)) !important;
}

.tw-divide-rose-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #9f1239 !important;
  border-color: rgba(159, 18, 57, var(--divide-opacity)) !important;
}

.tw-divide-rose-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #881337 !important;
  border-color: rgba(136, 19, 55, var(--divide-opacity)) !important;
}

.tw-divide-solid > :not(template) ~ :not(template) {
  border-style: solid !important;
}

.tw-divide-dashed > :not(template) ~ :not(template) {
  border-style: dashed !important;
}

.tw-divide-dotted > :not(template) ~ :not(template) {
  border-style: dotted !important;
}

.tw-divide-double > :not(template) ~ :not(template) {
  border-style: double !important;
}

.tw-divide-none > :not(template) ~ :not(template) {
  border-style: none !important;
}

.tw-divide-opacity-0 > :not(template) ~ :not(template) {
  --divide-opacity: 0 !important;
}

.tw-divide-opacity-25 > :not(template) ~ :not(template) {
  --divide-opacity: 0.25 !important;
}

.tw-divide-opacity-50 > :not(template) ~ :not(template) {
  --divide-opacity: 0.5 !important;
}

.tw-divide-opacity-75 > :not(template) ~ :not(template) {
  --divide-opacity: 0.75 !important;
}

.tw-divide-opacity-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

.tw-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.tw-not-sr-only {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.focus\:tw-sr-only:focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.focus\:tw-not-sr-only:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.tw-appearance-none {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

.tw-bg-fixed {
  background-attachment: fixed !important;
}

.tw-bg-local {
  background-attachment: local !important;
}

.tw-bg-scroll {
  background-attachment: scroll !important;
}

.tw-bg-clip-border {
  background-clip: border-box !important;
}

.tw-bg-clip-padding {
  background-clip: padding-box !important;
}

.tw-bg-clip-content {
  background-clip: content-box !important;
}

.tw-bg-clip-text {
  -webkit-background-clip: text !important;
          background-clip: text !important;
}

.tw-bg-transparent {
  background-color: transparent !important;
}

.tw-bg-current {
  background-color: currentColor !important;
}

.tw-bg-black {
  --bg-opacity: 1 !important;
  background-color: #000 !important;
  background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
}

.tw-bg-white {
  --bg-opacity: 1 !important;
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.tw-bg-gray-50 {
  --bg-opacity: 1 !important;
  background-color: #f9fafb !important;
  background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
}

.tw-bg-gray-100 {
  --bg-opacity: 1 !important;
  background-color: #f3f4f6 !important;
  background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
}

.tw-bg-gray-200 {
  --bg-opacity: 1 !important;
  background-color: #e5e7eb !important;
  background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
}

.tw-bg-gray-300 {
  --bg-opacity: 1 !important;
  background-color: #d1d5db !important;
  background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
}

.tw-bg-gray-400 {
  --bg-opacity: 1 !important;
  background-color: #9ca3af !important;
  background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
}

.tw-bg-gray-500 {
  --bg-opacity: 1 !important;
  background-color: #6b7280 !important;
  background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
}

.tw-bg-gray-600 {
  --bg-opacity: 1 !important;
  background-color: #4b5563 !important;
  background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
}

.tw-bg-gray-700 {
  --bg-opacity: 1 !important;
  background-color: #374151 !important;
  background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
}

.tw-bg-gray-800 {
  --bg-opacity: 1 !important;
  background-color: #1f2937 !important;
  background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
}

.tw-bg-gray-900 {
  --bg-opacity: 1 !important;
  background-color: #111827 !important;
  background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
}

.tw-bg-red-50 {
  --bg-opacity: 1 !important;
  background-color: #fef2f2 !important;
  background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
}

.tw-bg-red-100 {
  --bg-opacity: 1 !important;
  background-color: #fee2e2 !important;
  background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
}

.tw-bg-red-200 {
  --bg-opacity: 1 !important;
  background-color: #fecaca !important;
  background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
}

.tw-bg-red-300 {
  --bg-opacity: 1 !important;
  background-color: #fca5a5 !important;
  background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
}

.tw-bg-red-400 {
  --bg-opacity: 1 !important;
  background-color: #f87171 !important;
  background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
}

.tw-bg-red-500 {
  --bg-opacity: 1 !important;
  background-color: #ef4444 !important;
  background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
}

.tw-bg-red-600 {
  --bg-opacity: 1 !important;
  background-color: #dc2626 !important;
  background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
}

.tw-bg-red-700 {
  --bg-opacity: 1 !important;
  background-color: #b91c1c !important;
  background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
}

.tw-bg-red-800 {
  --bg-opacity: 1 !important;
  background-color: #991b1b !important;
  background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
}

.tw-bg-red-900 {
  --bg-opacity: 1 !important;
  background-color: #7f1d1d !important;
  background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
}

.tw-bg-orange-50 {
  --bg-opacity: 1 !important;
  background-color: #fff7ed !important;
  background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
}

.tw-bg-orange-100 {
  --bg-opacity: 1 !important;
  background-color: #ffedd5 !important;
  background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
}

.tw-bg-orange-200 {
  --bg-opacity: 1 !important;
  background-color: #fed7aa !important;
  background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
}

.tw-bg-orange-300 {
  --bg-opacity: 1 !important;
  background-color: #fdba74 !important;
  background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
}

.tw-bg-orange-400 {
  --bg-opacity: 1 !important;
  background-color: #fb923c !important;
  background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
}

.tw-bg-orange-500 {
  --bg-opacity: 1 !important;
  background-color: #f97316 !important;
  background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
}

.tw-bg-orange-600 {
  --bg-opacity: 1 !important;
  background-color: #ea580c !important;
  background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
}

.tw-bg-orange-700 {
  --bg-opacity: 1 !important;
  background-color: #c2410c !important;
  background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
}

.tw-bg-orange-800 {
  --bg-opacity: 1 !important;
  background-color: #9a3412 !important;
  background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
}

.tw-bg-orange-900 {
  --bg-opacity: 1 !important;
  background-color: #7c2d12 !important;
  background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
}

.tw-bg-yellow-50 {
  --bg-opacity: 1 !important;
  background-color: #fefce8 !important;
  background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
}

.tw-bg-yellow-100 {
  --bg-opacity: 1 !important;
  background-color: #fef9c3 !important;
  background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
}

.tw-bg-yellow-200 {
  --bg-opacity: 1 !important;
  background-color: #fef08a !important;
  background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
}

.tw-bg-yellow-300 {
  --bg-opacity: 1 !important;
  background-color: #fde047 !important;
  background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
}

.tw-bg-yellow-400 {
  --bg-opacity: 1 !important;
  background-color: #facc15 !important;
  background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
}

.tw-bg-yellow-500 {
  --bg-opacity: 1 !important;
  background-color: #eab308 !important;
  background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
}

.tw-bg-yellow-600 {
  --bg-opacity: 1 !important;
  background-color: #ca8a04 !important;
  background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
}

.tw-bg-yellow-700 {
  --bg-opacity: 1 !important;
  background-color: #a16207 !important;
  background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
}

.tw-bg-yellow-800 {
  --bg-opacity: 1 !important;
  background-color: #854d0e !important;
  background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
}

.tw-bg-yellow-900 {
  --bg-opacity: 1 !important;
  background-color: #713f12 !important;
  background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
}

.tw-bg-green-50 {
  --bg-opacity: 1 !important;
  background-color: #f0fdf4 !important;
  background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
}

.tw-bg-green-100 {
  --bg-opacity: 1 !important;
  background-color: #dcfce7 !important;
  background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
}

.tw-bg-green-200 {
  --bg-opacity: 1 !important;
  background-color: #bbf7d0 !important;
  background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
}

.tw-bg-green-300 {
  --bg-opacity: 1 !important;
  background-color: #86efac !important;
  background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
}

.tw-bg-green-400 {
  --bg-opacity: 1 !important;
  background-color: #4ade80 !important;
  background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
}

.tw-bg-green-500 {
  --bg-opacity: 1 !important;
  background-color: #22c55e !important;
  background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
}

.tw-bg-green-600 {
  --bg-opacity: 1 !important;
  background-color: #16a34a !important;
  background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
}

.tw-bg-green-700 {
  --bg-opacity: 1 !important;
  background-color: #15803d !important;
  background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
}

.tw-bg-green-800 {
  --bg-opacity: 1 !important;
  background-color: #166534 !important;
  background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
}

.tw-bg-green-900 {
  --bg-opacity: 1 !important;
  background-color: #14532d !important;
  background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
}

.tw-bg-teal-50 {
  --bg-opacity: 1 !important;
  background-color: #f0fdfa !important;
  background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
}

.tw-bg-teal-100 {
  --bg-opacity: 1 !important;
  background-color: #ccfbf1 !important;
  background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
}

.tw-bg-teal-200 {
  --bg-opacity: 1 !important;
  background-color: #99f6e4 !important;
  background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
}

.tw-bg-teal-300 {
  --bg-opacity: 1 !important;
  background-color: #5eead4 !important;
  background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
}

.tw-bg-teal-400 {
  --bg-opacity: 1 !important;
  background-color: #2dd4bf !important;
  background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
}

.tw-bg-teal-500 {
  --bg-opacity: 1 !important;
  background-color: #14b8a6 !important;
  background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
}

.tw-bg-teal-600 {
  --bg-opacity: 1 !important;
  background-color: #0d9488 !important;
  background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
}

.tw-bg-teal-700 {
  --bg-opacity: 1 !important;
  background-color: #0f766e !important;
  background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
}

.tw-bg-teal-800 {
  --bg-opacity: 1 !important;
  background-color: #115e59 !important;
  background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
}

.tw-bg-teal-900 {
  --bg-opacity: 1 !important;
  background-color: #134e4a !important;
  background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
}

.tw-bg-blue-50 {
  --bg-opacity: 1 !important;
  background-color: #eff6ff !important;
  background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
}

.tw-bg-blue-100 {
  --bg-opacity: 1 !important;
  background-color: #dbeafe !important;
  background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
}

.tw-bg-blue-200 {
  --bg-opacity: 1 !important;
  background-color: #bfdbfe !important;
  background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
}

.tw-bg-blue-300 {
  --bg-opacity: 1 !important;
  background-color: #93c5fd !important;
  background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
}

.tw-bg-blue-400 {
  --bg-opacity: 1 !important;
  background-color: #60a5fa !important;
  background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
}

.tw-bg-blue-500 {
  --bg-opacity: 1 !important;
  background-color: #3b82f6 !important;
  background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
}

.tw-bg-blue-600 {
  --bg-opacity: 1 !important;
  background-color: #2563eb !important;
  background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
}

.tw-bg-blue-700 {
  --bg-opacity: 1 !important;
  background-color: #1d4ed8 !important;
  background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
}

.tw-bg-blue-800 {
  --bg-opacity: 1 !important;
  background-color: #1e40af !important;
  background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
}

.tw-bg-blue-900 {
  --bg-opacity: 1 !important;
  background-color: #1e3a8a !important;
  background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
}

.tw-bg-indigo-50 {
  --bg-opacity: 1 !important;
  background-color: #eef2ff !important;
  background-color: rgba(238, 242, 255, var(--bg-opacity)) !important;
}

.tw-bg-indigo-100 {
  --bg-opacity: 1 !important;
  background-color: #e0e7ff !important;
  background-color: rgba(224, 231, 255, var(--bg-opacity)) !important;
}

.tw-bg-indigo-200 {
  --bg-opacity: 1 !important;
  background-color: #c7d2fe !important;
  background-color: rgba(199, 210, 254, var(--bg-opacity)) !important;
}

.tw-bg-indigo-300 {
  --bg-opacity: 1 !important;
  background-color: #a5b4fc !important;
  background-color: rgba(165, 180, 252, var(--bg-opacity)) !important;
}

.tw-bg-indigo-400 {
  --bg-opacity: 1 !important;
  background-color: #818cf8 !important;
  background-color: rgba(129, 140, 248, var(--bg-opacity)) !important;
}

.tw-bg-indigo-500 {
  --bg-opacity: 1 !important;
  background-color: #6366f1 !important;
  background-color: rgba(99, 102, 241, var(--bg-opacity)) !important;
}

.tw-bg-indigo-600 {
  --bg-opacity: 1 !important;
  background-color: #4f46e5 !important;
  background-color: rgba(79, 70, 229, var(--bg-opacity)) !important;
}

.tw-bg-indigo-700 {
  --bg-opacity: 1 !important;
  background-color: #4338ca !important;
  background-color: rgba(67, 56, 202, var(--bg-opacity)) !important;
}

.tw-bg-indigo-800 {
  --bg-opacity: 1 !important;
  background-color: #3730a3 !important;
  background-color: rgba(55, 48, 163, var(--bg-opacity)) !important;
}

.tw-bg-indigo-900 {
  --bg-opacity: 1 !important;
  background-color: #312e81 !important;
  background-color: rgba(49, 46, 129, var(--bg-opacity)) !important;
}

.tw-bg-purple-50 {
  --bg-opacity: 1 !important;
  background-color: #faf5ff !important;
  background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
}

.tw-bg-purple-100 {
  --bg-opacity: 1 !important;
  background-color: #f3e8ff !important;
  background-color: rgba(243, 232, 255, var(--bg-opacity)) !important;
}

.tw-bg-purple-200 {
  --bg-opacity: 1 !important;
  background-color: #e9d5ff !important;
  background-color: rgba(233, 213, 255, var(--bg-opacity)) !important;
}

.tw-bg-purple-300 {
  --bg-opacity: 1 !important;
  background-color: #d8b4fe !important;
  background-color: rgba(216, 180, 254, var(--bg-opacity)) !important;
}

.tw-bg-purple-400 {
  --bg-opacity: 1 !important;
  background-color: #c084fc !important;
  background-color: rgba(192, 132, 252, var(--bg-opacity)) !important;
}

.tw-bg-purple-500 {
  --bg-opacity: 1 !important;
  background-color: #a855f7 !important;
  background-color: rgba(168, 85, 247, var(--bg-opacity)) !important;
}

.tw-bg-purple-600 {
  --bg-opacity: 1 !important;
  background-color: #9333ea !important;
  background-color: rgba(147, 51, 234, var(--bg-opacity)) !important;
}

.tw-bg-purple-700 {
  --bg-opacity: 1 !important;
  background-color: #7e22ce !important;
  background-color: rgba(126, 34, 206, var(--bg-opacity)) !important;
}

.tw-bg-purple-800 {
  --bg-opacity: 1 !important;
  background-color: #6b21a8 !important;
  background-color: rgba(107, 33, 168, var(--bg-opacity)) !important;
}

.tw-bg-purple-900 {
  --bg-opacity: 1 !important;
  background-color: #581c87 !important;
  background-color: rgba(88, 28, 135, var(--bg-opacity)) !important;
}

.tw-bg-pink-50 {
  --bg-opacity: 1 !important;
  background-color: #fdf2f8 !important;
  background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
}

.tw-bg-pink-100 {
  --bg-opacity: 1 !important;
  background-color: #fce7f3 !important;
  background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
}

.tw-bg-pink-200 {
  --bg-opacity: 1 !important;
  background-color: #fbcfe8 !important;
  background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
}

.tw-bg-pink-300 {
  --bg-opacity: 1 !important;
  background-color: #f9a8d4 !important;
  background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
}

.tw-bg-pink-400 {
  --bg-opacity: 1 !important;
  background-color: #f472b6 !important;
  background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
}

.tw-bg-pink-500 {
  --bg-opacity: 1 !important;
  background-color: #ec4899 !important;
  background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
}

.tw-bg-pink-600 {
  --bg-opacity: 1 !important;
  background-color: #db2777 !important;
  background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
}

.tw-bg-pink-700 {
  --bg-opacity: 1 !important;
  background-color: #be185d !important;
  background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
}

.tw-bg-pink-800 {
  --bg-opacity: 1 !important;
  background-color: #9d174d !important;
  background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
}

.tw-bg-pink-900 {
  --bg-opacity: 1 !important;
  background-color: #831843 !important;
  background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
}

.tw-bg-app-main {
  --bg-opacity: 1 !important;
  background-color: #F18D11 !important;
  background-color: rgba(241, 141, 17, var(--bg-opacity)) !important;
}

.tw-bg-app-sub-blue {
  --bg-opacity: 1 !important;
  background-color: #1E548F !important;
  background-color: rgba(30, 84, 143, var(--bg-opacity)) !important;
}

.tw-bg-app-yellow {
  --bg-opacity: 1 !important;
  background-color: #FFF5D1 !important;
  background-color: rgba(255, 245, 209, var(--bg-opacity)) !important;
}

.tw-bg-theme-primary {
  --bg-opacity: 1 !important;
  background-color: #f3980f !important;
  background-color: rgba(243, 152, 15, var(--bg-opacity)) !important;
}

.tw-bg-theme-info {
  --bg-opacity: 1 !important;
  background-color: #1b925a !important;
  background-color: rgba(27, 146, 90, var(--bg-opacity)) !important;
}

.tw-bg-slate-50 {
  --bg-opacity: 1 !important;
  background-color: #f8fafc !important;
  background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
}

.tw-bg-slate-100 {
  --bg-opacity: 1 !important;
  background-color: #f1f5f9 !important;
  background-color: rgba(241, 245, 249, var(--bg-opacity)) !important;
}

.tw-bg-slate-200 {
  --bg-opacity: 1 !important;
  background-color: #e2e8f0 !important;
  background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
}

.tw-bg-slate-300 {
  --bg-opacity: 1 !important;
  background-color: #cbd5e1 !important;
  background-color: rgba(203, 213, 225, var(--bg-opacity)) !important;
}

.tw-bg-slate-400 {
  --bg-opacity: 1 !important;
  background-color: #94a3b8 !important;
  background-color: rgba(148, 163, 184, var(--bg-opacity)) !important;
}

.tw-bg-slate-500 {
  --bg-opacity: 1 !important;
  background-color: #64748b !important;
  background-color: rgba(100, 116, 139, var(--bg-opacity)) !important;
}

.tw-bg-slate-600 {
  --bg-opacity: 1 !important;
  background-color: #475569 !important;
  background-color: rgba(71, 85, 105, var(--bg-opacity)) !important;
}

.tw-bg-slate-700 {
  --bg-opacity: 1 !important;
  background-color: #334155 !important;
  background-color: rgba(51, 65, 85, var(--bg-opacity)) !important;
}

.tw-bg-slate-800 {
  --bg-opacity: 1 !important;
  background-color: #1e293b !important;
  background-color: rgba(30, 41, 59, var(--bg-opacity)) !important;
}

.tw-bg-slate-900 {
  --bg-opacity: 1 !important;
  background-color: #0f172a !important;
  background-color: rgba(15, 23, 42, var(--bg-opacity)) !important;
}

.tw-bg-zinc-50 {
  --bg-opacity: 1 !important;
  background-color: #fafafa !important;
  background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
}

.tw-bg-zinc-100 {
  --bg-opacity: 1 !important;
  background-color: #f4f4f5 !important;
  background-color: rgba(244, 244, 245, var(--bg-opacity)) !important;
}

.tw-bg-zinc-200 {
  --bg-opacity: 1 !important;
  background-color: #e4e4e7 !important;
  background-color: rgba(228, 228, 231, var(--bg-opacity)) !important;
}

.tw-bg-zinc-300 {
  --bg-opacity: 1 !important;
  background-color: #d4d4d8 !important;
  background-color: rgba(212, 212, 216, var(--bg-opacity)) !important;
}

.tw-bg-zinc-400 {
  --bg-opacity: 1 !important;
  background-color: #a1a1aa !important;
  background-color: rgba(161, 161, 170, var(--bg-opacity)) !important;
}

.tw-bg-zinc-500 {
  --bg-opacity: 1 !important;
  background-color: #71717a !important;
  background-color: rgba(113, 113, 122, var(--bg-opacity)) !important;
}

.tw-bg-zinc-600 {
  --bg-opacity: 1 !important;
  background-color: #52525b !important;
  background-color: rgba(82, 82, 91, var(--bg-opacity)) !important;
}

.tw-bg-zinc-700 {
  --bg-opacity: 1 !important;
  background-color: #3f3f46 !important;
  background-color: rgba(63, 63, 70, var(--bg-opacity)) !important;
}

.tw-bg-zinc-800 {
  --bg-opacity: 1 !important;
  background-color: #27272a !important;
  background-color: rgba(39, 39, 42, var(--bg-opacity)) !important;
}

.tw-bg-zinc-900 {
  --bg-opacity: 1 !important;
  background-color: #18181b !important;
  background-color: rgba(24, 24, 27, var(--bg-opacity)) !important;
}

.tw-bg-neutral-50 {
  --bg-opacity: 1 !important;
  background-color: #fafafa !important;
  background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
}

.tw-bg-neutral-100 {
  --bg-opacity: 1 !important;
  background-color: #f5f5f5 !important;
  background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
}

.tw-bg-neutral-200 {
  --bg-opacity: 1 !important;
  background-color: #e5e5e5 !important;
  background-color: rgba(229, 229, 229, var(--bg-opacity)) !important;
}

.tw-bg-neutral-300 {
  --bg-opacity: 1 !important;
  background-color: #d4d4d4 !important;
  background-color: rgba(212, 212, 212, var(--bg-opacity)) !important;
}

.tw-bg-neutral-400 {
  --bg-opacity: 1 !important;
  background-color: #a3a3a3 !important;
  background-color: rgba(163, 163, 163, var(--bg-opacity)) !important;
}

.tw-bg-neutral-500 {
  --bg-opacity: 1 !important;
  background-color: #737373 !important;
  background-color: rgba(115, 115, 115, var(--bg-opacity)) !important;
}

.tw-bg-neutral-600 {
  --bg-opacity: 1 !important;
  background-color: #525252 !important;
  background-color: rgba(82, 82, 82, var(--bg-opacity)) !important;
}

.tw-bg-neutral-700 {
  --bg-opacity: 1 !important;
  background-color: #404040 !important;
  background-color: rgba(64, 64, 64, var(--bg-opacity)) !important;
}

.tw-bg-neutral-800 {
  --bg-opacity: 1 !important;
  background-color: #262626 !important;
  background-color: rgba(38, 38, 38, var(--bg-opacity)) !important;
}

.tw-bg-neutral-900 {
  --bg-opacity: 1 !important;
  background-color: #171717 !important;
  background-color: rgba(23, 23, 23, var(--bg-opacity)) !important;
}

.tw-bg-stone-50 {
  --bg-opacity: 1 !important;
  background-color: #fafaf9 !important;
  background-color: rgba(250, 250, 249, var(--bg-opacity)) !important;
}

.tw-bg-stone-100 {
  --bg-opacity: 1 !important;
  background-color: #f5f5f4 !important;
  background-color: rgba(245, 245, 244, var(--bg-opacity)) !important;
}

.tw-bg-stone-200 {
  --bg-opacity: 1 !important;
  background-color: #e7e5e4 !important;
  background-color: rgba(231, 229, 228, var(--bg-opacity)) !important;
}

.tw-bg-stone-300 {
  --bg-opacity: 1 !important;
  background-color: #d6d3d1 !important;
  background-color: rgba(214, 211, 209, var(--bg-opacity)) !important;
}

.tw-bg-stone-400 {
  --bg-opacity: 1 !important;
  background-color: #a8a29e !important;
  background-color: rgba(168, 162, 158, var(--bg-opacity)) !important;
}

.tw-bg-stone-500 {
  --bg-opacity: 1 !important;
  background-color: #78716c !important;
  background-color: rgba(120, 113, 108, var(--bg-opacity)) !important;
}

.tw-bg-stone-600 {
  --bg-opacity: 1 !important;
  background-color: #57534e !important;
  background-color: rgba(87, 83, 78, var(--bg-opacity)) !important;
}

.tw-bg-stone-700 {
  --bg-opacity: 1 !important;
  background-color: #44403c !important;
  background-color: rgba(68, 64, 60, var(--bg-opacity)) !important;
}

.tw-bg-stone-800 {
  --bg-opacity: 1 !important;
  background-color: #292524 !important;
  background-color: rgba(41, 37, 36, var(--bg-opacity)) !important;
}

.tw-bg-stone-900 {
  --bg-opacity: 1 !important;
  background-color: #1c1917 !important;
  background-color: rgba(28, 25, 23, var(--bg-opacity)) !important;
}

.tw-bg-amber-50 {
  --bg-opacity: 1 !important;
  background-color: #fffbeb !important;
  background-color: rgba(255, 251, 235, var(--bg-opacity)) !important;
}

.tw-bg-amber-100 {
  --bg-opacity: 1 !important;
  background-color: #fef3c7 !important;
  background-color: rgba(254, 243, 199, var(--bg-opacity)) !important;
}

.tw-bg-amber-200 {
  --bg-opacity: 1 !important;
  background-color: #fde68a !important;
  background-color: rgba(253, 230, 138, var(--bg-opacity)) !important;
}

.tw-bg-amber-300 {
  --bg-opacity: 1 !important;
  background-color: #fcd34d !important;
  background-color: rgba(252, 211, 77, var(--bg-opacity)) !important;
}

.tw-bg-amber-400 {
  --bg-opacity: 1 !important;
  background-color: #fbbf24 !important;
  background-color: rgba(251, 191, 36, var(--bg-opacity)) !important;
}

.tw-bg-amber-500 {
  --bg-opacity: 1 !important;
  background-color: #f59e0b !important;
  background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
}

.tw-bg-amber-600 {
  --bg-opacity: 1 !important;
  background-color: #d97706 !important;
  background-color: rgba(217, 119, 6, var(--bg-opacity)) !important;
}

.tw-bg-amber-700 {
  --bg-opacity: 1 !important;
  background-color: #b45309 !important;
  background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
}

.tw-bg-amber-800 {
  --bg-opacity: 1 !important;
  background-color: #92400e !important;
  background-color: rgba(146, 64, 14, var(--bg-opacity)) !important;
}

.tw-bg-amber-900 {
  --bg-opacity: 1 !important;
  background-color: #78350f !important;
  background-color: rgba(120, 53, 15, var(--bg-opacity)) !important;
}

.tw-bg-lime-50 {
  --bg-opacity: 1 !important;
  background-color: #f7fee7 !important;
  background-color: rgba(247, 254, 231, var(--bg-opacity)) !important;
}

.tw-bg-lime-100 {
  --bg-opacity: 1 !important;
  background-color: #ecfccb !important;
  background-color: rgba(236, 252, 203, var(--bg-opacity)) !important;
}

.tw-bg-lime-200 {
  --bg-opacity: 1 !important;
  background-color: #d9f99d !important;
  background-color: rgba(217, 249, 157, var(--bg-opacity)) !important;
}

.tw-bg-lime-300 {
  --bg-opacity: 1 !important;
  background-color: #bef264 !important;
  background-color: rgba(190, 242, 100, var(--bg-opacity)) !important;
}

.tw-bg-lime-400 {
  --bg-opacity: 1 !important;
  background-color: #a3e635 !important;
  background-color: rgba(163, 230, 53, var(--bg-opacity)) !important;
}

.tw-bg-lime-500 {
  --bg-opacity: 1 !important;
  background-color: #84cc16 !important;
  background-color: rgba(132, 204, 22, var(--bg-opacity)) !important;
}

.tw-bg-lime-600 {
  --bg-opacity: 1 !important;
  background-color: #65a30d !important;
  background-color: rgba(101, 163, 13, var(--bg-opacity)) !important;
}

.tw-bg-lime-700 {
  --bg-opacity: 1 !important;
  background-color: #4d7c0f !important;
  background-color: rgba(77, 124, 15, var(--bg-opacity)) !important;
}

.tw-bg-lime-800 {
  --bg-opacity: 1 !important;
  background-color: #3f6212 !important;
  background-color: rgba(63, 98, 18, var(--bg-opacity)) !important;
}

.tw-bg-lime-900 {
  --bg-opacity: 1 !important;
  background-color: #365314 !important;
  background-color: rgba(54, 83, 20, var(--bg-opacity)) !important;
}

.tw-bg-emerald-50 {
  --bg-opacity: 1 !important;
  background-color: #ecfdf5 !important;
  background-color: rgba(236, 253, 245, var(--bg-opacity)) !important;
}

.tw-bg-emerald-100 {
  --bg-opacity: 1 !important;
  background-color: #d1fae5 !important;
  background-color: rgba(209, 250, 229, var(--bg-opacity)) !important;
}

.tw-bg-emerald-200 {
  --bg-opacity: 1 !important;
  background-color: #a7f3d0 !important;
  background-color: rgba(167, 243, 208, var(--bg-opacity)) !important;
}

.tw-bg-emerald-300 {
  --bg-opacity: 1 !important;
  background-color: #6ee7b7 !important;
  background-color: rgba(110, 231, 183, var(--bg-opacity)) !important;
}

.tw-bg-emerald-400 {
  --bg-opacity: 1 !important;
  background-color: #34d399 !important;
  background-color: rgba(52, 211, 153, var(--bg-opacity)) !important;
}

.tw-bg-emerald-500 {
  --bg-opacity: 1 !important;
  background-color: #10b981 !important;
  background-color: rgba(16, 185, 129, var(--bg-opacity)) !important;
}

.tw-bg-emerald-600 {
  --bg-opacity: 1 !important;
  background-color: #059669 !important;
  background-color: rgba(5, 150, 105, var(--bg-opacity)) !important;
}

.tw-bg-emerald-700 {
  --bg-opacity: 1 !important;
  background-color: #047857 !important;
  background-color: rgba(4, 120, 87, var(--bg-opacity)) !important;
}

.tw-bg-emerald-800 {
  --bg-opacity: 1 !important;
  background-color: #065f46 !important;
  background-color: rgba(6, 95, 70, var(--bg-opacity)) !important;
}

.tw-bg-emerald-900 {
  --bg-opacity: 1 !important;
  background-color: #064e3b !important;
  background-color: rgba(6, 78, 59, var(--bg-opacity)) !important;
}

.tw-bg-cyan-50 {
  --bg-opacity: 1 !important;
  background-color: #ecfeff !important;
  background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
}

.tw-bg-cyan-100 {
  --bg-opacity: 1 !important;
  background-color: #cffafe !important;
  background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
}

.tw-bg-cyan-200 {
  --bg-opacity: 1 !important;
  background-color: #a5f3fc !important;
  background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
}

.tw-bg-cyan-300 {
  --bg-opacity: 1 !important;
  background-color: #67e8f9 !important;
  background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
}

.tw-bg-cyan-400 {
  --bg-opacity: 1 !important;
  background-color: #22d3ee !important;
  background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
}

.tw-bg-cyan-500 {
  --bg-opacity: 1 !important;
  background-color: #06b6d4 !important;
  background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
}

.tw-bg-cyan-600 {
  --bg-opacity: 1 !important;
  background-color: #0891b2 !important;
  background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
}

.tw-bg-cyan-700 {
  --bg-opacity: 1 !important;
  background-color: #0e7490 !important;
  background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
}

.tw-bg-cyan-800 {
  --bg-opacity: 1 !important;
  background-color: #155e75 !important;
  background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
}

.tw-bg-cyan-900 {
  --bg-opacity: 1 !important;
  background-color: #164e63 !important;
  background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
}

.tw-bg-sky-50 {
  --bg-opacity: 1 !important;
  background-color: #f0f9ff !important;
  background-color: rgba(240, 249, 255, var(--bg-opacity)) !important;
}

.tw-bg-sky-100 {
  --bg-opacity: 1 !important;
  background-color: #e0f2fe !important;
  background-color: rgba(224, 242, 254, var(--bg-opacity)) !important;
}

.tw-bg-sky-200 {
  --bg-opacity: 1 !important;
  background-color: #bae6fd !important;
  background-color: rgba(186, 230, 253, var(--bg-opacity)) !important;
}

.tw-bg-sky-300 {
  --bg-opacity: 1 !important;
  background-color: #7dd3fc !important;
  background-color: rgba(125, 211, 252, var(--bg-opacity)) !important;
}

.tw-bg-sky-400 {
  --bg-opacity: 1 !important;
  background-color: #38bdf8 !important;
  background-color: rgba(56, 189, 248, var(--bg-opacity)) !important;
}

.tw-bg-sky-500 {
  --bg-opacity: 1 !important;
  background-color: #0ea5e9 !important;
  background-color: rgba(14, 165, 233, var(--bg-opacity)) !important;
}

.tw-bg-sky-600 {
  --bg-opacity: 1 !important;
  background-color: #0284c7 !important;
  background-color: rgba(2, 132, 199, var(--bg-opacity)) !important;
}

.tw-bg-sky-700 {
  --bg-opacity: 1 !important;
  background-color: #0369a1 !important;
  background-color: rgba(3, 105, 161, var(--bg-opacity)) !important;
}

.tw-bg-sky-800 {
  --bg-opacity: 1 !important;
  background-color: #075985 !important;
  background-color: rgba(7, 89, 133, var(--bg-opacity)) !important;
}

.tw-bg-sky-900 {
  --bg-opacity: 1 !important;
  background-color: #0c4a6e !important;
  background-color: rgba(12, 74, 110, var(--bg-opacity)) !important;
}

.tw-bg-violet-50 {
  --bg-opacity: 1 !important;
  background-color: #f5f3ff !important;
  background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
}

.tw-bg-violet-100 {
  --bg-opacity: 1 !important;
  background-color: #ede9fe !important;
  background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
}

.tw-bg-violet-200 {
  --bg-opacity: 1 !important;
  background-color: #ddd6fe !important;
  background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
}

.tw-bg-violet-300 {
  --bg-opacity: 1 !important;
  background-color: #c4b5fd !important;
  background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
}

.tw-bg-violet-400 {
  --bg-opacity: 1 !important;
  background-color: #a78bfa !important;
  background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
}

.tw-bg-violet-500 {
  --bg-opacity: 1 !important;
  background-color: #8b5cf6 !important;
  background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
}

.tw-bg-violet-600 {
  --bg-opacity: 1 !important;
  background-color: #7c3aed !important;
  background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
}

.tw-bg-violet-700 {
  --bg-opacity: 1 !important;
  background-color: #6d28d9 !important;
  background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
}

.tw-bg-violet-800 {
  --bg-opacity: 1 !important;
  background-color: #5b21b6 !important;
  background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
}

.tw-bg-violet-900 {
  --bg-opacity: 1 !important;
  background-color: #4c1d95 !important;
  background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
}

.tw-bg-fuchsia-50 {
  --bg-opacity: 1 !important;
  background-color: #fdf4ff !important;
  background-color: rgba(253, 244, 255, var(--bg-opacity)) !important;
}

.tw-bg-fuchsia-100 {
  --bg-opacity: 1 !important;
  background-color: #fae8ff !important;
  background-color: rgba(250, 232, 255, var(--bg-opacity)) !important;
}

.tw-bg-fuchsia-200 {
  --bg-opacity: 1 !important;
  background-color: #f5d0fe !important;
  background-color: rgba(245, 208, 254, var(--bg-opacity)) !important;
}

.tw-bg-fuchsia-300 {
  --bg-opacity: 1 !important;
  background-color: #f0abfc !important;
  background-color: rgba(240, 171, 252, var(--bg-opacity)) !important;
}

.tw-bg-fuchsia-400 {
  --bg-opacity: 1 !important;
  background-color: #e879f9 !important;
  background-color: rgba(232, 121, 249, var(--bg-opacity)) !important;
}

.tw-bg-fuchsia-500 {
  --bg-opacity: 1 !important;
  background-color: #d946ef !important;
  background-color: rgba(217, 70, 239, var(--bg-opacity)) !important;
}

.tw-bg-fuchsia-600 {
  --bg-opacity: 1 !important;
  background-color: #c026d3 !important;
  background-color: rgba(192, 38, 211, var(--bg-opacity)) !important;
}

.tw-bg-fuchsia-700 {
  --bg-opacity: 1 !important;
  background-color: #a21caf !important;
  background-color: rgba(162, 28, 175, var(--bg-opacity)) !important;
}

.tw-bg-fuchsia-800 {
  --bg-opacity: 1 !important;
  background-color: #86198f !important;
  background-color: rgba(134, 25, 143, var(--bg-opacity)) !important;
}

.tw-bg-fuchsia-900 {
  --bg-opacity: 1 !important;
  background-color: #701a75 !important;
  background-color: rgba(112, 26, 117, var(--bg-opacity)) !important;
}

.tw-bg-rose-50 {
  --bg-opacity: 1 !important;
  background-color: #fff1f2 !important;
  background-color: rgba(255, 241, 242, var(--bg-opacity)) !important;
}

.tw-bg-rose-100 {
  --bg-opacity: 1 !important;
  background-color: #ffe4e6 !important;
  background-color: rgba(255, 228, 230, var(--bg-opacity)) !important;
}

.tw-bg-rose-200 {
  --bg-opacity: 1 !important;
  background-color: #fecdd3 !important;
  background-color: rgba(254, 205, 211, var(--bg-opacity)) !important;
}

.tw-bg-rose-300 {
  --bg-opacity: 1 !important;
  background-color: #fda4af !important;
  background-color: rgba(253, 164, 175, var(--bg-opacity)) !important;
}

.tw-bg-rose-400 {
  --bg-opacity: 1 !important;
  background-color: #fb7185 !important;
  background-color: rgba(251, 113, 133, var(--bg-opacity)) !important;
}

.tw-bg-rose-500 {
  --bg-opacity: 1 !important;
  background-color: #f43f5e !important;
  background-color: rgba(244, 63, 94, var(--bg-opacity)) !important;
}

.tw-bg-rose-600 {
  --bg-opacity: 1 !important;
  background-color: #e11d48 !important;
  background-color: rgba(225, 29, 72, var(--bg-opacity)) !important;
}

.tw-bg-rose-700 {
  --bg-opacity: 1 !important;
  background-color: #be123c !important;
  background-color: rgba(190, 18, 60, var(--bg-opacity)) !important;
}

.tw-bg-rose-800 {
  --bg-opacity: 1 !important;
  background-color: #9f1239 !important;
  background-color: rgba(159, 18, 57, var(--bg-opacity)) !important;
}

.tw-bg-rose-900 {
  --bg-opacity: 1 !important;
  background-color: #881337 !important;
  background-color: rgba(136, 19, 55, var(--bg-opacity)) !important;
}

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

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

.hover\:tw-bg-black:hover {
  --bg-opacity: 1 !important;
  background-color: #000 !important;
  background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
}

.hover\:tw-bg-white:hover {
  --bg-opacity: 1 !important;
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.hover\:tw-bg-gray-50:hover {
  --bg-opacity: 1 !important;
  background-color: #f9fafb !important;
  background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
}

.hover\:tw-bg-gray-100:hover {
  --bg-opacity: 1 !important;
  background-color: #f3f4f6 !important;
  background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
}

.hover\:tw-bg-gray-200:hover {
  --bg-opacity: 1 !important;
  background-color: #e5e7eb !important;
  background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
}

.hover\:tw-bg-gray-300:hover {
  --bg-opacity: 1 !important;
  background-color: #d1d5db !important;
  background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
}

.hover\:tw-bg-gray-400:hover {
  --bg-opacity: 1 !important;
  background-color: #9ca3af !important;
  background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
}

.hover\:tw-bg-gray-500:hover {
  --bg-opacity: 1 !important;
  background-color: #6b7280 !important;
  background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
}

.hover\:tw-bg-gray-600:hover {
  --bg-opacity: 1 !important;
  background-color: #4b5563 !important;
  background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
}

.hover\:tw-bg-gray-700:hover {
  --bg-opacity: 1 !important;
  background-color: #374151 !important;
  background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
}

.hover\:tw-bg-gray-800:hover {
  --bg-opacity: 1 !important;
  background-color: #1f2937 !important;
  background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
}

.hover\:tw-bg-gray-900:hover {
  --bg-opacity: 1 !important;
  background-color: #111827 !important;
  background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
}

.hover\:tw-bg-red-50:hover {
  --bg-opacity: 1 !important;
  background-color: #fef2f2 !important;
  background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
}

.hover\:tw-bg-red-100:hover {
  --bg-opacity: 1 !important;
  background-color: #fee2e2 !important;
  background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
}

.hover\:tw-bg-red-200:hover {
  --bg-opacity: 1 !important;
  background-color: #fecaca !important;
  background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
}

.hover\:tw-bg-red-300:hover {
  --bg-opacity: 1 !important;
  background-color: #fca5a5 !important;
  background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
}

.hover\:tw-bg-red-400:hover {
  --bg-opacity: 1 !important;
  background-color: #f87171 !important;
  background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
}

.hover\:tw-bg-red-500:hover {
  --bg-opacity: 1 !important;
  background-color: #ef4444 !important;
  background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
}

.hover\:tw-bg-red-600:hover {
  --bg-opacity: 1 !important;
  background-color: #dc2626 !important;
  background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
}

.hover\:tw-bg-red-700:hover {
  --bg-opacity: 1 !important;
  background-color: #b91c1c !important;
  background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
}

.hover\:tw-bg-red-800:hover {
  --bg-opacity: 1 !important;
  background-color: #991b1b !important;
  background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
}

.hover\:tw-bg-red-900:hover {
  --bg-opacity: 1 !important;
  background-color: #7f1d1d !important;
  background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
}

.hover\:tw-bg-orange-50:hover {
  --bg-opacity: 1 !important;
  background-color: #fff7ed !important;
  background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
}

.hover\:tw-bg-orange-100:hover {
  --bg-opacity: 1 !important;
  background-color: #ffedd5 !important;
  background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
}

.hover\:tw-bg-orange-200:hover {
  --bg-opacity: 1 !important;
  background-color: #fed7aa !important;
  background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
}

.hover\:tw-bg-orange-300:hover {
  --bg-opacity: 1 !important;
  background-color: #fdba74 !important;
  background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
}

.hover\:tw-bg-orange-400:hover {
  --bg-opacity: 1 !important;
  background-color: #fb923c !important;
  background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
}

.hover\:tw-bg-orange-500:hover {
  --bg-opacity: 1 !important;
  background-color: #f97316 !important;
  background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
}

.hover\:tw-bg-orange-600:hover {
  --bg-opacity: 1 !important;
  background-color: #ea580c !important;
  background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
}

.hover\:tw-bg-orange-700:hover {
  --bg-opacity: 1 !important;
  background-color: #c2410c !important;
  background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
}

.hover\:tw-bg-orange-800:hover {
  --bg-opacity: 1 !important;
  background-color: #9a3412 !important;
  background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
}

.hover\:tw-bg-orange-900:hover {
  --bg-opacity: 1 !important;
  background-color: #7c2d12 !important;
  background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
}

.hover\:tw-bg-yellow-50:hover {
  --bg-opacity: 1 !important;
  background-color: #fefce8 !important;
  background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
}

.hover\:tw-bg-yellow-100:hover {
  --bg-opacity: 1 !important;
  background-color: #fef9c3 !important;
  background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
}

.hover\:tw-bg-yellow-200:hover {
  --bg-opacity: 1 !important;
  background-color: #fef08a !important;
  background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
}

.hover\:tw-bg-yellow-300:hover {
  --bg-opacity: 1 !important;
  background-color: #fde047 !important;
  background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
}

.hover\:tw-bg-yellow-400:hover {
  --bg-opacity: 1 !important;
  background-color: #facc15 !important;
  background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
}

.hover\:tw-bg-yellow-500:hover {
  --bg-opacity: 1 !important;
  background-color: #eab308 !important;
  background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
}

.hover\:tw-bg-yellow-600:hover {
  --bg-opacity: 1 !important;
  background-color: #ca8a04 !important;
  background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
}

.hover\:tw-bg-yellow-700:hover {
  --bg-opacity: 1 !important;
  background-color: #a16207 !important;
  background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
}

.hover\:tw-bg-yellow-800:hover {
  --bg-opacity: 1 !important;
  background-color: #854d0e !important;
  background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
}

.hover\:tw-bg-yellow-900:hover {
  --bg-opacity: 1 !important;
  background-color: #713f12 !important;
  background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
}

.hover\:tw-bg-green-50:hover {
  --bg-opacity: 1 !important;
  background-color: #f0fdf4 !important;
  background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
}

.hover\:tw-bg-green-100:hover {
  --bg-opacity: 1 !important;
  background-color: #dcfce7 !important;
  background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
}

.hover\:tw-bg-green-200:hover {
  --bg-opacity: 1 !important;
  background-color: #bbf7d0 !important;
  background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
}

.hover\:tw-bg-green-300:hover {
  --bg-opacity: 1 !important;
  background-color: #86efac !important;
  background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
}

.hover\:tw-bg-green-400:hover {
  --bg-opacity: 1 !important;
  background-color: #4ade80 !important;
  background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
}

.hover\:tw-bg-green-500:hover {
  --bg-opacity: 1 !important;
  background-color: #22c55e !important;
  background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
}

.hover\:tw-bg-green-600:hover {
  --bg-opacity: 1 !important;
  background-color: #16a34a !important;
  background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
}

.hover\:tw-bg-green-700:hover {
  --bg-opacity: 1 !important;
  background-color: #15803d !important;
  background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
}

.hover\:tw-bg-green-800:hover {
  --bg-opacity: 1 !important;
  background-color: #166534 !important;
  background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
}

.hover\:tw-bg-green-900:hover {
  --bg-opacity: 1 !important;
  background-color: #14532d !important;
  background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
}

.hover\:tw-bg-teal-50:hover {
  --bg-opacity: 1 !important;
  background-color: #f0fdfa !important;
  background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
}

.hover\:tw-bg-teal-100:hover {
  --bg-opacity: 1 !important;
  background-color: #ccfbf1 !important;
  background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
}

.hover\:tw-bg-teal-200:hover {
  --bg-opacity: 1 !important;
  background-color: #99f6e4 !important;
  background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
}

.hover\:tw-bg-teal-300:hover {
  --bg-opacity: 1 !important;
  background-color: #5eead4 !important;
  background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
}

.hover\:tw-bg-teal-400:hover {
  --bg-opacity: 1 !important;
  background-color: #2dd4bf !important;
  background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
}

.hover\:tw-bg-teal-500:hover {
  --bg-opacity: 1 !important;
  background-color: #14b8a6 !important;
  background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
}

.hover\:tw-bg-teal-600:hover {
  --bg-opacity: 1 !important;
  background-color: #0d9488 !important;
  background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
}

.hover\:tw-bg-teal-700:hover {
  --bg-opacity: 1 !important;
  background-color: #0f766e !important;
  background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
}

.hover\:tw-bg-teal-800:hover {
  --bg-opacity: 1 !important;
  background-color: #115e59 !important;
  background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
}

.hover\:tw-bg-teal-900:hover {
  --bg-opacity: 1 !important;
  background-color: #134e4a !important;
  background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
}

.hover\:tw-bg-blue-50:hover {
  --bg-opacity: 1 !important;
  background-color: #eff6ff !important;
  background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
}

.hover\:tw-bg-blue-100:hover {
  --bg-opacity: 1 !important;
  background-color: #dbeafe !important;
  background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
}

.hover\:tw-bg-blue-200:hover {
  --bg-opacity: 1 !important;
  background-color: #bfdbfe !important;
  background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
}

.hover\:tw-bg-blue-300:hover {
  --bg-opacity: 1 !important;
  background-color: #93c5fd !important;
  background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
}

.hover\:tw-bg-blue-400:hover {
  --bg-opacity: 1 !important;
  background-color: #60a5fa !important;
  background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
}

.hover\:tw-bg-blue-500:hover {
  --bg-opacity: 1 !important;
  background-color: #3b82f6 !important;
  background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
}

.hover\:tw-bg-blue-600:hover {
  --bg-opacity: 1 !important;
  background-color: #2563eb !important;
  background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
}

.hover\:tw-bg-blue-700:hover {
  --bg-opacity: 1 !important;
  background-color: #1d4ed8 !important;
  background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
}

.hover\:tw-bg-blue-800:hover {
  --bg-opacity: 1 !important;
  background-color: #1e40af !important;
  background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
}

.hover\:tw-bg-blue-900:hover {
  --bg-opacity: 1 !important;
  background-color: #1e3a8a !important;
  background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
}

.hover\:tw-bg-indigo-50:hover {
  --bg-opacity: 1 !important;
  background-color: #eef2ff !important;
  background-color: rgba(238, 242, 255, var(--bg-opacity)) !important;
}

.hover\:tw-bg-indigo-100:hover {
  --bg-opacity: 1 !important;
  background-color: #e0e7ff !important;
  background-color: rgba(224, 231, 255, var(--bg-opacity)) !important;
}

.hover\:tw-bg-indigo-200:hover {
  --bg-opacity: 1 !important;
  background-color: #c7d2fe !important;
  background-color: rgba(199, 210, 254, var(--bg-opacity)) !important;
}

.hover\:tw-bg-indigo-300:hover {
  --bg-opacity: 1 !important;
  background-color: #a5b4fc !important;
  background-color: rgba(165, 180, 252, var(--bg-opacity)) !important;
}

.hover\:tw-bg-indigo-400:hover {
  --bg-opacity: 1 !important;
  background-color: #818cf8 !important;
  background-color: rgba(129, 140, 248, var(--bg-opacity)) !important;
}

.hover\:tw-bg-indigo-500:hover {
  --bg-opacity: 1 !important;
  background-color: #6366f1 !important;
  background-color: rgba(99, 102, 241, var(--bg-opacity)) !important;
}

.hover\:tw-bg-indigo-600:hover {
  --bg-opacity: 1 !important;
  background-color: #4f46e5 !important;
  background-color: rgba(79, 70, 229, var(--bg-opacity)) !important;
}

.hover\:tw-bg-indigo-700:hover {
  --bg-opacity: 1 !important;
  background-color: #4338ca !important;
  background-color: rgba(67, 56, 202, var(--bg-opacity)) !important;
}

.hover\:tw-bg-indigo-800:hover {
  --bg-opacity: 1 !important;
  background-color: #3730a3 !important;
  background-color: rgba(55, 48, 163, var(--bg-opacity)) !important;
}

.hover\:tw-bg-indigo-900:hover {
  --bg-opacity: 1 !important;
  background-color: #312e81 !important;
  background-color: rgba(49, 46, 129, var(--bg-opacity)) !important;
}

.hover\:tw-bg-purple-50:hover {
  --bg-opacity: 1 !important;
  background-color: #faf5ff !important;
  background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
}

.hover\:tw-bg-purple-100:hover {
  --bg-opacity: 1 !important;
  background-color: #f3e8ff !important;
  background-color: rgba(243, 232, 255, var(--bg-opacity)) !important;
}

.hover\:tw-bg-purple-200:hover {
  --bg-opacity: 1 !important;
  background-color: #e9d5ff !important;
  background-color: rgba(233, 213, 255, var(--bg-opacity)) !important;
}

.hover\:tw-bg-purple-300:hover {
  --bg-opacity: 1 !important;
  background-color: #d8b4fe !important;
  background-color: rgba(216, 180, 254, var(--bg-opacity)) !important;
}

.hover\:tw-bg-purple-400:hover {
  --bg-opacity: 1 !important;
  background-color: #c084fc !important;
  background-color: rgba(192, 132, 252, var(--bg-opacity)) !important;
}

.hover\:tw-bg-purple-500:hover {
  --bg-opacity: 1 !important;
  background-color: #a855f7 !important;
  background-color: rgba(168, 85, 247, var(--bg-opacity)) !important;
}

.hover\:tw-bg-purple-600:hover {
  --bg-opacity: 1 !important;
  background-color: #9333ea !important;
  background-color: rgba(147, 51, 234, var(--bg-opacity)) !important;
}

.hover\:tw-bg-purple-700:hover {
  --bg-opacity: 1 !important;
  background-color: #7e22ce !important;
  background-color: rgba(126, 34, 206, var(--bg-opacity)) !important;
}

.hover\:tw-bg-purple-800:hover {
  --bg-opacity: 1 !important;
  background-color: #6b21a8 !important;
  background-color: rgba(107, 33, 168, var(--bg-opacity)) !important;
}

.hover\:tw-bg-purple-900:hover {
  --bg-opacity: 1 !important;
  background-color: #581c87 !important;
  background-color: rgba(88, 28, 135, var(--bg-opacity)) !important;
}

.hover\:tw-bg-pink-50:hover {
  --bg-opacity: 1 !important;
  background-color: #fdf2f8 !important;
  background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
}

.hover\:tw-bg-pink-100:hover {
  --bg-opacity: 1 !important;
  background-color: #fce7f3 !important;
  background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
}

.hover\:tw-bg-pink-200:hover {
  --bg-opacity: 1 !important;
  background-color: #fbcfe8 !important;
  background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
}

.hover\:tw-bg-pink-300:hover {
  --bg-opacity: 1 !important;
  background-color: #f9a8d4 !important;
  background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
}

.hover\:tw-bg-pink-400:hover {
  --bg-opacity: 1 !important;
  background-color: #f472b6 !important;
  background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
}

.hover\:tw-bg-pink-500:hover {
  --bg-opacity: 1 !important;
  background-color: #ec4899 !important;
  background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
}

.hover\:tw-bg-pink-600:hover {
  --bg-opacity: 1 !important;
  background-color: #db2777 !important;
  background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
}

.hover\:tw-bg-pink-700:hover {
  --bg-opacity: 1 !important;
  background-color: #be185d !important;
  background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
}

.hover\:tw-bg-pink-800:hover {
  --bg-opacity: 1 !important;
  background-color: #9d174d !important;
  background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
}

.hover\:tw-bg-pink-900:hover {
  --bg-opacity: 1 !important;
  background-color: #831843 !important;
  background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
}

.hover\:tw-bg-app-main:hover {
  --bg-opacity: 1 !important;
  background-color: #F18D11 !important;
  background-color: rgba(241, 141, 17, var(--bg-opacity)) !important;
}

.hover\:tw-bg-app-sub-blue:hover {
  --bg-opacity: 1 !important;
  background-color: #1E548F !important;
  background-color: rgba(30, 84, 143, var(--bg-opacity)) !important;
}

.hover\:tw-bg-app-yellow:hover {
  --bg-opacity: 1 !important;
  background-color: #FFF5D1 !important;
  background-color: rgba(255, 245, 209, var(--bg-opacity)) !important;
}

.hover\:tw-bg-theme-primary:hover {
  --bg-opacity: 1 !important;
  background-color: #f3980f !important;
  background-color: rgba(243, 152, 15, var(--bg-opacity)) !important;
}

.hover\:tw-bg-theme-info:hover {
  --bg-opacity: 1 !important;
  background-color: #1b925a !important;
  background-color: rgba(27, 146, 90, var(--bg-opacity)) !important;
}

.hover\:tw-bg-slate-50:hover {
  --bg-opacity: 1 !important;
  background-color: #f8fafc !important;
  background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
}

.hover\:tw-bg-slate-100:hover {
  --bg-opacity: 1 !important;
  background-color: #f1f5f9 !important;
  background-color: rgba(241, 245, 249, var(--bg-opacity)) !important;
}

.hover\:tw-bg-slate-200:hover {
  --bg-opacity: 1 !important;
  background-color: #e2e8f0 !important;
  background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
}

.hover\:tw-bg-slate-300:hover {
  --bg-opacity: 1 !important;
  background-color: #cbd5e1 !important;
  background-color: rgba(203, 213, 225, var(--bg-opacity)) !important;
}

.hover\:tw-bg-slate-400:hover {
  --bg-opacity: 1 !important;
  background-color: #94a3b8 !important;
  background-color: rgba(148, 163, 184, var(--bg-opacity)) !important;
}

.hover\:tw-bg-slate-500:hover {
  --bg-opacity: 1 !important;
  background-color: #64748b !important;
  background-color: rgba(100, 116, 139, var(--bg-opacity)) !important;
}

.hover\:tw-bg-slate-600:hover {
  --bg-opacity: 1 !important;
  background-color: #475569 !important;
  background-color: rgba(71, 85, 105, var(--bg-opacity)) !important;
}

.hover\:tw-bg-slate-700:hover {
  --bg-opacity: 1 !important;
  background-color: #334155 !important;
  background-color: rgba(51, 65, 85, var(--bg-opacity)) !important;
}

.hover\:tw-bg-slate-800:hover {
  --bg-opacity: 1 !important;
  background-color: #1e293b !important;
  background-color: rgba(30, 41, 59, var(--bg-opacity)) !important;
}

.hover\:tw-bg-slate-900:hover {
  --bg-opacity: 1 !important;
  background-color: #0f172a !important;
  background-color: rgba(15, 23, 42, var(--bg-opacity)) !important;
}

.hover\:tw-bg-zinc-50:hover {
  --bg-opacity: 1 !important;
  background-color: #fafafa !important;
  background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
}

.hover\:tw-bg-zinc-100:hover {
  --bg-opacity: 1 !important;
  background-color: #f4f4f5 !important;
  background-color: rgba(244, 244, 245, var(--bg-opacity)) !important;
}

.hover\:tw-bg-zinc-200:hover {
  --bg-opacity: 1 !important;
  background-color: #e4e4e7 !important;
  background-color: rgba(228, 228, 231, var(--bg-opacity)) !important;
}

.hover\:tw-bg-zinc-300:hover {
  --bg-opacity: 1 !important;
  background-color: #d4d4d8 !important;
  background-color: rgba(212, 212, 216, var(--bg-opacity)) !important;
}

.hover\:tw-bg-zinc-400:hover {
  --bg-opacity: 1 !important;
  background-color: #a1a1aa !important;
  background-color: rgba(161, 161, 170, var(--bg-opacity)) !important;
}

.hover\:tw-bg-zinc-500:hover {
  --bg-opacity: 1 !important;
  background-color: #71717a !important;
  background-color: rgba(113, 113, 122, var(--bg-opacity)) !important;
}

.hover\:tw-bg-zinc-600:hover {
  --bg-opacity: 1 !important;
  background-color: #52525b !important;
  background-color: rgba(82, 82, 91, var(--bg-opacity)) !important;
}

.hover\:tw-bg-zinc-700:hover {
  --bg-opacity: 1 !important;
  background-color: #3f3f46 !important;
  background-color: rgba(63, 63, 70, var(--bg-opacity)) !important;
}

.hover\:tw-bg-zinc-800:hover {
  --bg-opacity: 1 !important;
  background-color: #27272a !important;
  background-color: rgba(39, 39, 42, var(--bg-opacity)) !important;
}

.hover\:tw-bg-zinc-900:hover {
  --bg-opacity: 1 !important;
  background-color: #18181b !important;
  background-color: rgba(24, 24, 27, var(--bg-opacity)) !important;
}

.hover\:tw-bg-neutral-50:hover {
  --bg-opacity: 1 !important;
  background-color: #fafafa !important;
  background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
}

.hover\:tw-bg-neutral-100:hover {
  --bg-opacity: 1 !important;
  background-color: #f5f5f5 !important;
  background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
}

.hover\:tw-bg-neutral-200:hover {
  --bg-opacity: 1 !important;
  background-color: #e5e5e5 !important;
  background-color: rgba(229, 229, 229, var(--bg-opacity)) !important;
}

.hover\:tw-bg-neutral-300:hover {
  --bg-opacity: 1 !important;
  background-color: #d4d4d4 !important;
  background-color: rgba(212, 212, 212, var(--bg-opacity)) !important;
}

.hover\:tw-bg-neutral-400:hover {
  --bg-opacity: 1 !important;
  background-color: #a3a3a3 !important;
  background-color: rgba(163, 163, 163, var(--bg-opacity)) !important;
}

.hover\:tw-bg-neutral-500:hover {
  --bg-opacity: 1 !important;
  background-color: #737373 !important;
  background-color: rgba(115, 115, 115, var(--bg-opacity)) !important;
}

.hover\:tw-bg-neutral-600:hover {
  --bg-opacity: 1 !important;
  background-color: #525252 !important;
  background-color: rgba(82, 82, 82, var(--bg-opacity)) !important;
}

.hover\:tw-bg-neutral-700:hover {
  --bg-opacity: 1 !important;
  background-color: #404040 !important;
  background-color: rgba(64, 64, 64, var(--bg-opacity)) !important;
}

.hover\:tw-bg-neutral-800:hover {
  --bg-opacity: 1 !important;
  background-color: #262626 !important;
  background-color: rgba(38, 38, 38, var(--bg-opacity)) !important;
}

.hover\:tw-bg-neutral-900:hover {
  --bg-opacity: 1 !important;
  background-color: #171717 !important;
  background-color: rgba(23, 23, 23, var(--bg-opacity)) !important;
}

.hover\:tw-bg-stone-50:hover {
  --bg-opacity: 1 !important;
  background-color: #fafaf9 !important;
  background-color: rgba(250, 250, 249, var(--bg-opacity)) !important;
}

.hover\:tw-bg-stone-100:hover {
  --bg-opacity: 1 !important;
  background-color: #f5f5f4 !important;
  background-color: rgba(245, 245, 244, var(--bg-opacity)) !important;
}

.hover\:tw-bg-stone-200:hover {
  --bg-opacity: 1 !important;
  background-color: #e7e5e4 !important;
  background-color: rgba(231, 229, 228, var(--bg-opacity)) !important;
}

.hover\:tw-bg-stone-300:hover {
  --bg-opacity: 1 !important;
  background-color: #d6d3d1 !important;
  background-color: rgba(214, 211, 209, var(--bg-opacity)) !important;
}

.hover\:tw-bg-stone-400:hover {
  --bg-opacity: 1 !important;
  background-color: #a8a29e !important;
  background-color: rgba(168, 162, 158, var(--bg-opacity)) !important;
}

.hover\:tw-bg-stone-500:hover {
  --bg-opacity: 1 !important;
  background-color: #78716c !important;
  background-color: rgba(120, 113, 108, var(--bg-opacity)) !important;
}

.hover\:tw-bg-stone-600:hover {
  --bg-opacity: 1 !important;
  background-color: #57534e !important;
  background-color: rgba(87, 83, 78, var(--bg-opacity)) !important;
}

.hover\:tw-bg-stone-700:hover {
  --bg-opacity: 1 !important;
  background-color: #44403c !important;
  background-color: rgba(68, 64, 60, var(--bg-opacity)) !important;
}

.hover\:tw-bg-stone-800:hover {
  --bg-opacity: 1 !important;
  background-color: #292524 !important;
  background-color: rgba(41, 37, 36, var(--bg-opacity)) !important;
}

.hover\:tw-bg-stone-900:hover {
  --bg-opacity: 1 !important;
  background-color: #1c1917 !important;
  background-color: rgba(28, 25, 23, var(--bg-opacity)) !important;
}

.hover\:tw-bg-amber-50:hover {
  --bg-opacity: 1 !important;
  background-color: #fffbeb !important;
  background-color: rgba(255, 251, 235, var(--bg-opacity)) !important;
}

.hover\:tw-bg-amber-100:hover {
  --bg-opacity: 1 !important;
  background-color: #fef3c7 !important;
  background-color: rgba(254, 243, 199, var(--bg-opacity)) !important;
}

.hover\:tw-bg-amber-200:hover {
  --bg-opacity: 1 !important;
  background-color: #fde68a !important;
  background-color: rgba(253, 230, 138, var(--bg-opacity)) !important;
}

.hover\:tw-bg-amber-300:hover {
  --bg-opacity: 1 !important;
  background-color: #fcd34d !important;
  background-color: rgba(252, 211, 77, var(--bg-opacity)) !important;
}

.hover\:tw-bg-amber-400:hover {
  --bg-opacity: 1 !important;
  background-color: #fbbf24 !important;
  background-color: rgba(251, 191, 36, var(--bg-opacity)) !important;
}

.hover\:tw-bg-amber-500:hover {
  --bg-opacity: 1 !important;
  background-color: #f59e0b !important;
  background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
}

.hover\:tw-bg-amber-600:hover {
  --bg-opacity: 1 !important;
  background-color: #d97706 !important;
  background-color: rgba(217, 119, 6, var(--bg-opacity)) !important;
}

.hover\:tw-bg-amber-700:hover {
  --bg-opacity: 1 !important;
  background-color: #b45309 !important;
  background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
}

.hover\:tw-bg-amber-800:hover {
  --bg-opacity: 1 !important;
  background-color: #92400e !important;
  background-color: rgba(146, 64, 14, var(--bg-opacity)) !important;
}

.hover\:tw-bg-amber-900:hover {
  --bg-opacity: 1 !important;
  background-color: #78350f !important;
  background-color: rgba(120, 53, 15, var(--bg-opacity)) !important;
}

.hover\:tw-bg-lime-50:hover {
  --bg-opacity: 1 !important;
  background-color: #f7fee7 !important;
  background-color: rgba(247, 254, 231, var(--bg-opacity)) !important;
}

.hover\:tw-bg-lime-100:hover {
  --bg-opacity: 1 !important;
  background-color: #ecfccb !important;
  background-color: rgba(236, 252, 203, var(--bg-opacity)) !important;
}

.hover\:tw-bg-lime-200:hover {
  --bg-opacity: 1 !important;
  background-color: #d9f99d !important;
  background-color: rgba(217, 249, 157, var(--bg-opacity)) !important;
}

.hover\:tw-bg-lime-300:hover {
  --bg-opacity: 1 !important;
  background-color: #bef264 !important;
  background-color: rgba(190, 242, 100, var(--bg-opacity)) !important;
}

.hover\:tw-bg-lime-400:hover {
  --bg-opacity: 1 !important;
  background-color: #a3e635 !important;
  background-color: rgba(163, 230, 53, var(--bg-opacity)) !important;
}

.hover\:tw-bg-lime-500:hover {
  --bg-opacity: 1 !important;
  background-color: #84cc16 !important;
  background-color: rgba(132, 204, 22, var(--bg-opacity)) !important;
}

.hover\:tw-bg-lime-600:hover {
  --bg-opacity: 1 !important;
  background-color: #65a30d !important;
  background-color: rgba(101, 163, 13, var(--bg-opacity)) !important;
}

.hover\:tw-bg-lime-700:hover {
  --bg-opacity: 1 !important;
  background-color: #4d7c0f !important;
  background-color: rgba(77, 124, 15, var(--bg-opacity)) !important;
}

.hover\:tw-bg-lime-800:hover {
  --bg-opacity: 1 !important;
  background-color: #3f6212 !important;
  background-color: rgba(63, 98, 18, var(--bg-opacity)) !important;
}

.hover\:tw-bg-lime-900:hover {
  --bg-opacity: 1 !important;
  background-color: #365314 !important;
  background-color: rgba(54, 83, 20, var(--bg-opacity)) !important;
}

.hover\:tw-bg-emerald-50:hover {
  --bg-opacity: 1 !important;
  background-color: #ecfdf5 !important;
  background-color: rgba(236, 253, 245, var(--bg-opacity)) !important;
}

.hover\:tw-bg-emerald-100:hover {
  --bg-opacity: 1 !important;
  background-color: #d1fae5 !important;
  background-color: rgba(209, 250, 229, var(--bg-opacity)) !important;
}

.hover\:tw-bg-emerald-200:hover {
  --bg-opacity: 1 !important;
  background-color: #a7f3d0 !important;
  background-color: rgba(167, 243, 208, var(--bg-opacity)) !important;
}

.hover\:tw-bg-emerald-300:hover {
  --bg-opacity: 1 !important;
  background-color: #6ee7b7 !important;
  background-color: rgba(110, 231, 183, var(--bg-opacity)) !important;
}

.hover\:tw-bg-emerald-400:hover {
  --bg-opacity: 1 !important;
  background-color: #34d399 !important;
  background-color: rgba(52, 211, 153, var(--bg-opacity)) !important;
}

.hover\:tw-bg-emerald-500:hover {
  --bg-opacity: 1 !important;
  background-color: #10b981 !important;
  background-color: rgba(16, 185, 129, var(--bg-opacity)) !important;
}

.hover\:tw-bg-emerald-600:hover {
  --bg-opacity: 1 !important;
  background-color: #059669 !important;
  background-color: rgba(5, 150, 105, var(--bg-opacity)) !important;
}

.hover\:tw-bg-emerald-700:hover {
  --bg-opacity: 1 !important;
  background-color: #047857 !important;
  background-color: rgba(4, 120, 87, var(--bg-opacity)) !important;
}

.hover\:tw-bg-emerald-800:hover {
  --bg-opacity: 1 !important;
  background-color: #065f46 !important;
  background-color: rgba(6, 95, 70, var(--bg-opacity)) !important;
}

.hover\:tw-bg-emerald-900:hover {
  --bg-opacity: 1 !important;
  background-color: #064e3b !important;
  background-color: rgba(6, 78, 59, var(--bg-opacity)) !important;
}

.hover\:tw-bg-cyan-50:hover {
  --bg-opacity: 1 !important;
  background-color: #ecfeff !important;
  background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
}

.hover\:tw-bg-cyan-100:hover {
  --bg-opacity: 1 !important;
  background-color: #cffafe !important;
  background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
}

.hover\:tw-bg-cyan-200:hover {
  --bg-opacity: 1 !important;
  background-color: #a5f3fc !important;
  background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
}

.hover\:tw-bg-cyan-300:hover {
  --bg-opacity: 1 !important;
  background-color: #67e8f9 !important;
  background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
}

.hover\:tw-bg-cyan-400:hover {
  --bg-opacity: 1 !important;
  background-color: #22d3ee !important;
  background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
}

.hover\:tw-bg-cyan-500:hover {
  --bg-opacity: 1 !important;
  background-color: #06b6d4 !important;
  background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
}

.hover\:tw-bg-cyan-600:hover {
  --bg-opacity: 1 !important;
  background-color: #0891b2 !important;
  background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
}

.hover\:tw-bg-cyan-700:hover {
  --bg-opacity: 1 !important;
  background-color: #0e7490 !important;
  background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
}

.hover\:tw-bg-cyan-800:hover {
  --bg-opacity: 1 !important;
  background-color: #155e75 !important;
  background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
}

.hover\:tw-bg-cyan-900:hover {
  --bg-opacity: 1 !important;
  background-color: #164e63 !important;
  background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
}

.hover\:tw-bg-sky-50:hover {
  --bg-opacity: 1 !important;
  background-color: #f0f9ff !important;
  background-color: rgba(240, 249, 255, var(--bg-opacity)) !important;
}

.hover\:tw-bg-sky-100:hover {
  --bg-opacity: 1 !important;
  background-color: #e0f2fe !important;
  background-color: rgba(224, 242, 254, var(--bg-opacity)) !important;
}

.hover\:tw-bg-sky-200:hover {
  --bg-opacity: 1 !important;
  background-color: #bae6fd !important;
  background-color: rgba(186, 230, 253, var(--bg-opacity)) !important;
}

.hover\:tw-bg-sky-300:hover {
  --bg-opacity: 1 !important;
  background-color: #7dd3fc !important;
  background-color: rgba(125, 211, 252, var(--bg-opacity)) !important;
}

.hover\:tw-bg-sky-400:hover {
  --bg-opacity: 1 !important;
  background-color: #38bdf8 !important;
  background-color: rgba(56, 189, 248, var(--bg-opacity)) !important;
}

.hover\:tw-bg-sky-500:hover {
  --bg-opacity: 1 !important;
  background-color: #0ea5e9 !important;
  background-color: rgba(14, 165, 233, var(--bg-opacity)) !important;
}

.hover\:tw-bg-sky-600:hover {
  --bg-opacity: 1 !important;
  background-color: #0284c7 !important;
  background-color: rgba(2, 132, 199, var(--bg-opacity)) !important;
}

.hover\:tw-bg-sky-700:hover {
  --bg-opacity: 1 !important;
  background-color: #0369a1 !important;
  background-color: rgba(3, 105, 161, var(--bg-opacity)) !important;
}

.hover\:tw-bg-sky-800:hover {
  --bg-opacity: 1 !important;
  background-color: #075985 !important;
  background-color: rgba(7, 89, 133, var(--bg-opacity)) !important;
}

.hover\:tw-bg-sky-900:hover {
  --bg-opacity: 1 !important;
  background-color: #0c4a6e !important;
  background-color: rgba(12, 74, 110, var(--bg-opacity)) !important;
}

.hover\:tw-bg-violet-50:hover {
  --bg-opacity: 1 !important;
  background-color: #f5f3ff !important;
  background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
}

.hover\:tw-bg-violet-100:hover {
  --bg-opacity: 1 !important;
  background-color: #ede9fe !important;
  background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
}

.hover\:tw-bg-violet-200:hover {
  --bg-opacity: 1 !important;
  background-color: #ddd6fe !important;
  background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
}

.hover\:tw-bg-violet-300:hover {
  --bg-opacity: 1 !important;
  background-color: #c4b5fd !important;
  background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
}

.hover\:tw-bg-violet-400:hover {
  --bg-opacity: 1 !important;
  background-color: #a78bfa !important;
  background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
}

.hover\:tw-bg-violet-500:hover {
  --bg-opacity: 1 !important;
  background-color: #8b5cf6 !important;
  background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
}

.hover\:tw-bg-violet-600:hover {
  --bg-opacity: 1 !important;
  background-color: #7c3aed !important;
  background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
}

.hover\:tw-bg-violet-700:hover {
  --bg-opacity: 1 !important;
  background-color: #6d28d9 !important;
  background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
}

.hover\:tw-bg-violet-800:hover {
  --bg-opacity: 1 !important;
  background-color: #5b21b6 !important;
  background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
}

.hover\:tw-bg-violet-900:hover {
  --bg-opacity: 1 !important;
  background-color: #4c1d95 !important;
  background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
}

.hover\:tw-bg-fuchsia-50:hover {
  --bg-opacity: 1 !important;
  background-color: #fdf4ff !important;
  background-color: rgba(253, 244, 255, var(--bg-opacity)) !important;
}

.hover\:tw-bg-fuchsia-100:hover {
  --bg-opacity: 1 !important;
  background-color: #fae8ff !important;
  background-color: rgba(250, 232, 255, var(--bg-opacity)) !important;
}

.hover\:tw-bg-fuchsia-200:hover {
  --bg-opacity: 1 !important;
  background-color: #f5d0fe !important;
  background-color: rgba(245, 208, 254, var(--bg-opacity)) !important;
}

.hover\:tw-bg-fuchsia-300:hover {
  --bg-opacity: 1 !important;
  background-color: #f0abfc !important;
  background-color: rgba(240, 171, 252, var(--bg-opacity)) !important;
}

.hover\:tw-bg-fuchsia-400:hover {
  --bg-opacity: 1 !important;
  background-color: #e879f9 !important;
  background-color: rgba(232, 121, 249, var(--bg-opacity)) !important;
}

.hover\:tw-bg-fuchsia-500:hover {
  --bg-opacity: 1 !important;
  background-color: #d946ef !important;
  background-color: rgba(217, 70, 239, var(--bg-opacity)) !important;
}

.hover\:tw-bg-fuchsia-600:hover {
  --bg-opacity: 1 !important;
  background-color: #c026d3 !important;
  background-color: rgba(192, 38, 211, var(--bg-opacity)) !important;
}

.hover\:tw-bg-fuchsia-700:hover {
  --bg-opacity: 1 !important;
  background-color: #a21caf !important;
  background-color: rgba(162, 28, 175, var(--bg-opacity)) !important;
}

.hover\:tw-bg-fuchsia-800:hover {
  --bg-opacity: 1 !important;
  background-color: #86198f !important;
  background-color: rgba(134, 25, 143, var(--bg-opacity)) !important;
}

.hover\:tw-bg-fuchsia-900:hover {
  --bg-opacity: 1 !important;
  background-color: #701a75 !important;
  background-color: rgba(112, 26, 117, var(--bg-opacity)) !important;
}

.hover\:tw-bg-rose-50:hover {
  --bg-opacity: 1 !important;
  background-color: #fff1f2 !important;
  background-color: rgba(255, 241, 242, var(--bg-opacity)) !important;
}

.hover\:tw-bg-rose-100:hover {
  --bg-opacity: 1 !important;
  background-color: #ffe4e6 !important;
  background-color: rgba(255, 228, 230, var(--bg-opacity)) !important;
}

.hover\:tw-bg-rose-200:hover {
  --bg-opacity: 1 !important;
  background-color: #fecdd3 !important;
  background-color: rgba(254, 205, 211, var(--bg-opacity)) !important;
}

.hover\:tw-bg-rose-300:hover {
  --bg-opacity: 1 !important;
  background-color: #fda4af !important;
  background-color: rgba(253, 164, 175, var(--bg-opacity)) !important;
}

.hover\:tw-bg-rose-400:hover {
  --bg-opacity: 1 !important;
  background-color: #fb7185 !important;
  background-color: rgba(251, 113, 133, var(--bg-opacity)) !important;
}

.hover\:tw-bg-rose-500:hover {
  --bg-opacity: 1 !important;
  background-color: #f43f5e !important;
  background-color: rgba(244, 63, 94, var(--bg-opacity)) !important;
}

.hover\:tw-bg-rose-600:hover {
  --bg-opacity: 1 !important;
  background-color: #e11d48 !important;
  background-color: rgba(225, 29, 72, var(--bg-opacity)) !important;
}

.hover\:tw-bg-rose-700:hover {
  --bg-opacity: 1 !important;
  background-color: #be123c !important;
  background-color: rgba(190, 18, 60, var(--bg-opacity)) !important;
}

.hover\:tw-bg-rose-800:hover {
  --bg-opacity: 1 !important;
  background-color: #9f1239 !important;
  background-color: rgba(159, 18, 57, var(--bg-opacity)) !important;
}

.hover\:tw-bg-rose-900:hover {
  --bg-opacity: 1 !important;
  background-color: #881337 !important;
  background-color: rgba(136, 19, 55, var(--bg-opacity)) !important;
}

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

.focus\:tw-bg-current:focus {
  background-color: currentColor !important;
}

.focus\:tw-bg-black:focus {
  --bg-opacity: 1 !important;
  background-color: #000 !important;
  background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
}

.focus\:tw-bg-white:focus {
  --bg-opacity: 1 !important;
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.focus\:tw-bg-gray-50:focus {
  --bg-opacity: 1 !important;
  background-color: #f9fafb !important;
  background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
}

.focus\:tw-bg-gray-100:focus {
  --bg-opacity: 1 !important;
  background-color: #f3f4f6 !important;
  background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
}

.focus\:tw-bg-gray-200:focus {
  --bg-opacity: 1 !important;
  background-color: #e5e7eb !important;
  background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
}

.focus\:tw-bg-gray-300:focus {
  --bg-opacity: 1 !important;
  background-color: #d1d5db !important;
  background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
}

.focus\:tw-bg-gray-400:focus {
  --bg-opacity: 1 !important;
  background-color: #9ca3af !important;
  background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
}

.focus\:tw-bg-gray-500:focus {
  --bg-opacity: 1 !important;
  background-color: #6b7280 !important;
  background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
}

.focus\:tw-bg-gray-600:focus {
  --bg-opacity: 1 !important;
  background-color: #4b5563 !important;
  background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
}

.focus\:tw-bg-gray-700:focus {
  --bg-opacity: 1 !important;
  background-color: #374151 !important;
  background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
}

.focus\:tw-bg-gray-800:focus {
  --bg-opacity: 1 !important;
  background-color: #1f2937 !important;
  background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
}

.focus\:tw-bg-gray-900:focus {
  --bg-opacity: 1 !important;
  background-color: #111827 !important;
  background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
}

.focus\:tw-bg-red-50:focus {
  --bg-opacity: 1 !important;
  background-color: #fef2f2 !important;
  background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
}

.focus\:tw-bg-red-100:focus {
  --bg-opacity: 1 !important;
  background-color: #fee2e2 !important;
  background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
}

.focus\:tw-bg-red-200:focus {
  --bg-opacity: 1 !important;
  background-color: #fecaca !important;
  background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
}

.focus\:tw-bg-red-300:focus {
  --bg-opacity: 1 !important;
  background-color: #fca5a5 !important;
  background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
}

.focus\:tw-bg-red-400:focus {
  --bg-opacity: 1 !important;
  background-color: #f87171 !important;
  background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
}

.focus\:tw-bg-red-500:focus {
  --bg-opacity: 1 !important;
  background-color: #ef4444 !important;
  background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
}

.focus\:tw-bg-red-600:focus {
  --bg-opacity: 1 !important;
  background-color: #dc2626 !important;
  background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
}

.focus\:tw-bg-red-700:focus {
  --bg-opacity: 1 !important;
  background-color: #b91c1c !important;
  background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
}

.focus\:tw-bg-red-800:focus {
  --bg-opacity: 1 !important;
  background-color: #991b1b !important;
  background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
}

.focus\:tw-bg-red-900:focus {
  --bg-opacity: 1 !important;
  background-color: #7f1d1d !important;
  background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
}

.focus\:tw-bg-orange-50:focus {
  --bg-opacity: 1 !important;
  background-color: #fff7ed !important;
  background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
}

.focus\:tw-bg-orange-100:focus {
  --bg-opacity: 1 !important;
  background-color: #ffedd5 !important;
  background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
}

.focus\:tw-bg-orange-200:focus {
  --bg-opacity: 1 !important;
  background-color: #fed7aa !important;
  background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
}

.focus\:tw-bg-orange-300:focus {
  --bg-opacity: 1 !important;
  background-color: #fdba74 !important;
  background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
}

.focus\:tw-bg-orange-400:focus {
  --bg-opacity: 1 !important;
  background-color: #fb923c !important;
  background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
}

.focus\:tw-bg-orange-500:focus {
  --bg-opacity: 1 !important;
  background-color: #f97316 !important;
  background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
}

.focus\:tw-bg-orange-600:focus {
  --bg-opacity: 1 !important;
  background-color: #ea580c !important;
  background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
}

.focus\:tw-bg-orange-700:focus {
  --bg-opacity: 1 !important;
  background-color: #c2410c !important;
  background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
}

.focus\:tw-bg-orange-800:focus {
  --bg-opacity: 1 !important;
  background-color: #9a3412 !important;
  background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
}

.focus\:tw-bg-orange-900:focus {
  --bg-opacity: 1 !important;
  background-color: #7c2d12 !important;
  background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
}

.focus\:tw-bg-yellow-50:focus {
  --bg-opacity: 1 !important;
  background-color: #fefce8 !important;
  background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
}

.focus\:tw-bg-yellow-100:focus {
  --bg-opacity: 1 !important;
  background-color: #fef9c3 !important;
  background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
}

.focus\:tw-bg-yellow-200:focus {
  --bg-opacity: 1 !important;
  background-color: #fef08a !important;
  background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
}

.focus\:tw-bg-yellow-300:focus {
  --bg-opacity: 1 !important;
  background-color: #fde047 !important;
  background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
}

.focus\:tw-bg-yellow-400:focus {
  --bg-opacity: 1 !important;
  background-color: #facc15 !important;
  background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
}

.focus\:tw-bg-yellow-500:focus {
  --bg-opacity: 1 !important;
  background-color: #eab308 !important;
  background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
}

.focus\:tw-bg-yellow-600:focus {
  --bg-opacity: 1 !important;
  background-color: #ca8a04 !important;
  background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
}

.focus\:tw-bg-yellow-700:focus {
  --bg-opacity: 1 !important;
  background-color: #a16207 !important;
  background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
}

.focus\:tw-bg-yellow-800:focus {
  --bg-opacity: 1 !important;
  background-color: #854d0e !important;
  background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
}

.focus\:tw-bg-yellow-900:focus {
  --bg-opacity: 1 !important;
  background-color: #713f12 !important;
  background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
}

.focus\:tw-bg-green-50:focus {
  --bg-opacity: 1 !important;
  background-color: #f0fdf4 !important;
  background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
}

.focus\:tw-bg-green-100:focus {
  --bg-opacity: 1 !important;
  background-color: #dcfce7 !important;
  background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
}

.focus\:tw-bg-green-200:focus {
  --bg-opacity: 1 !important;
  background-color: #bbf7d0 !important;
  background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
}

.focus\:tw-bg-green-300:focus {
  --bg-opacity: 1 !important;
  background-color: #86efac !important;
  background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
}

.focus\:tw-bg-green-400:focus {
  --bg-opacity: 1 !important;
  background-color: #4ade80 !important;
  background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
}

.focus\:tw-bg-green-500:focus {
  --bg-opacity: 1 !important;
  background-color: #22c55e !important;
  background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
}

.focus\:tw-bg-green-600:focus {
  --bg-opacity: 1 !important;
  background-color: #16a34a !important;
  background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
}

.focus\:tw-bg-green-700:focus {
  --bg-opacity: 1 !important;
  background-color: #15803d !important;
  background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
}

.focus\:tw-bg-green-800:focus {
  --bg-opacity: 1 !important;
  background-color: #166534 !important;
  background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
}

.focus\:tw-bg-green-900:focus {
  --bg-opacity: 1 !important;
  background-color: #14532d !important;
  background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
}

.focus\:tw-bg-teal-50:focus {
  --bg-opacity: 1 !important;
  background-color: #f0fdfa !important;
  background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
}

.focus\:tw-bg-teal-100:focus {
  --bg-opacity: 1 !important;
  background-color: #ccfbf1 !important;
  background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
}

.focus\:tw-bg-teal-200:focus {
  --bg-opacity: 1 !important;
  background-color: #99f6e4 !important;
  background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
}

.focus\:tw-bg-teal-300:focus {
  --bg-opacity: 1 !important;
  background-color: #5eead4 !important;
  background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
}

.focus\:tw-bg-teal-400:focus {
  --bg-opacity: 1 !important;
  background-color: #2dd4bf !important;
  background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
}

.focus\:tw-bg-teal-500:focus {
  --bg-opacity: 1 !important;
  background-color: #14b8a6 !important;
  background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
}

.focus\:tw-bg-teal-600:focus {
  --bg-opacity: 1 !important;
  background-color: #0d9488 !important;
  background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
}

.focus\:tw-bg-teal-700:focus {
  --bg-opacity: 1 !important;
  background-color: #0f766e !important;
  background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
}

.focus\:tw-bg-teal-800:focus {
  --bg-opacity: 1 !important;
  background-color: #115e59 !important;
  background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
}

.focus\:tw-bg-teal-900:focus {
  --bg-opacity: 1 !important;
  background-color: #134e4a !important;
  background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
}

.focus\:tw-bg-blue-50:focus {
  --bg-opacity: 1 !important;
  background-color: #eff6ff !important;
  background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
}

.focus\:tw-bg-blue-100:focus {
  --bg-opacity: 1 !important;
  background-color: #dbeafe !important;
  background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
}

.focus\:tw-bg-blue-200:focus {
  --bg-opacity: 1 !important;
  background-color: #bfdbfe !important;
  background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
}

.focus\:tw-bg-blue-300:focus {
  --bg-opacity: 1 !important;
  background-color: #93c5fd !important;
  background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
}

.focus\:tw-bg-blue-400:focus {
  --bg-opacity: 1 !important;
  background-color: #60a5fa !important;
  background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
}

.focus\:tw-bg-blue-500:focus {
  --bg-opacity: 1 !important;
  background-color: #3b82f6 !important;
  background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
}

.focus\:tw-bg-blue-600:focus {
  --bg-opacity: 1 !important;
  background-color: #2563eb !important;
  background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
}

.focus\:tw-bg-blue-700:focus {
  --bg-opacity: 1 !important;
  background-color: #1d4ed8 !important;
  background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
}

.focus\:tw-bg-blue-800:focus {
  --bg-opacity: 1 !important;
  background-color: #1e40af !important;
  background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
}

.focus\:tw-bg-blue-900:focus {
  --bg-opacity: 1 !important;
  background-color: #1e3a8a !important;
  background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
}

.focus\:tw-bg-indigo-50:focus {
  --bg-opacity: 1 !important;
  background-color: #eef2ff !important;
  background-color: rgba(238, 242, 255, var(--bg-opacity)) !important;
}

.focus\:tw-bg-indigo-100:focus {
  --bg-opacity: 1 !important;
  background-color: #e0e7ff !important;
  background-color: rgba(224, 231, 255, var(--bg-opacity)) !important;
}

.focus\:tw-bg-indigo-200:focus {
  --bg-opacity: 1 !important;
  background-color: #c7d2fe !important;
  background-color: rgba(199, 210, 254, var(--bg-opacity)) !important;
}

.focus\:tw-bg-indigo-300:focus {
  --bg-opacity: 1 !important;
  background-color: #a5b4fc !important;
  background-color: rgba(165, 180, 252, var(--bg-opacity)) !important;
}

.focus\:tw-bg-indigo-400:focus {
  --bg-opacity: 1 !important;
  background-color: #818cf8 !important;
  background-color: rgba(129, 140, 248, var(--bg-opacity)) !important;
}

.focus\:tw-bg-indigo-500:focus {
  --bg-opacity: 1 !important;
  background-color: #6366f1 !important;
  background-color: rgba(99, 102, 241, var(--bg-opacity)) !important;
}

.focus\:tw-bg-indigo-600:focus {
  --bg-opacity: 1 !important;
  background-color: #4f46e5 !important;
  background-color: rgba(79, 70, 229, var(--bg-opacity)) !important;
}

.focus\:tw-bg-indigo-700:focus {
  --bg-opacity: 1 !important;
  background-color: #4338ca !important;
  background-color: rgba(67, 56, 202, var(--bg-opacity)) !important;
}

.focus\:tw-bg-indigo-800:focus {
  --bg-opacity: 1 !important;
  background-color: #3730a3 !important;
  background-color: rgba(55, 48, 163, var(--bg-opacity)) !important;
}

.focus\:tw-bg-indigo-900:focus {
  --bg-opacity: 1 !important;
  background-color: #312e81 !important;
  background-color: rgba(49, 46, 129, var(--bg-opacity)) !important;
}

.focus\:tw-bg-purple-50:focus {
  --bg-opacity: 1 !important;
  background-color: #faf5ff !important;
  background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
}

.focus\:tw-bg-purple-100:focus {
  --bg-opacity: 1 !important;
  background-color: #f3e8ff !important;
  background-color: rgba(243, 232, 255, var(--bg-opacity)) !important;
}

.focus\:tw-bg-purple-200:focus {
  --bg-opacity: 1 !important;
  background-color: #e9d5ff !important;
  background-color: rgba(233, 213, 255, var(--bg-opacity)) !important;
}

.focus\:tw-bg-purple-300:focus {
  --bg-opacity: 1 !important;
  background-color: #d8b4fe !important;
  background-color: rgba(216, 180, 254, var(--bg-opacity)) !important;
}

.focus\:tw-bg-purple-400:focus {
  --bg-opacity: 1 !important;
  background-color: #c084fc !important;
  background-color: rgba(192, 132, 252, var(--bg-opacity)) !important;
}

.focus\:tw-bg-purple-500:focus {
  --bg-opacity: 1 !important;
  background-color: #a855f7 !important;
  background-color: rgba(168, 85, 247, var(--bg-opacity)) !important;
}

.focus\:tw-bg-purple-600:focus {
  --bg-opacity: 1 !important;
  background-color: #9333ea !important;
  background-color: rgba(147, 51, 234, var(--bg-opacity)) !important;
}

.focus\:tw-bg-purple-700:focus {
  --bg-opacity: 1 !important;
  background-color: #7e22ce !important;
  background-color: rgba(126, 34, 206, var(--bg-opacity)) !important;
}

.focus\:tw-bg-purple-800:focus {
  --bg-opacity: 1 !important;
  background-color: #6b21a8 !important;
  background-color: rgba(107, 33, 168, var(--bg-opacity)) !important;
}

.focus\:tw-bg-purple-900:focus {
  --bg-opacity: 1 !important;
  background-color: #581c87 !important;
  background-color: rgba(88, 28, 135, var(--bg-opacity)) !important;
}

.focus\:tw-bg-pink-50:focus {
  --bg-opacity: 1 !important;
  background-color: #fdf2f8 !important;
  background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
}

.focus\:tw-bg-pink-100:focus {
  --bg-opacity: 1 !important;
  background-color: #fce7f3 !important;
  background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
}

.focus\:tw-bg-pink-200:focus {
  --bg-opacity: 1 !important;
  background-color: #fbcfe8 !important;
  background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
}

.focus\:tw-bg-pink-300:focus {
  --bg-opacity: 1 !important;
  background-color: #f9a8d4 !important;
  background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
}

.focus\:tw-bg-pink-400:focus {
  --bg-opacity: 1 !important;
  background-color: #f472b6 !important;
  background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
}

.focus\:tw-bg-pink-500:focus {
  --bg-opacity: 1 !important;
  background-color: #ec4899 !important;
  background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
}

.focus\:tw-bg-pink-600:focus {
  --bg-opacity: 1 !important;
  background-color: #db2777 !important;
  background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
}

.focus\:tw-bg-pink-700:focus {
  --bg-opacity: 1 !important;
  background-color: #be185d !important;
  background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
}

.focus\:tw-bg-pink-800:focus {
  --bg-opacity: 1 !important;
  background-color: #9d174d !important;
  background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
}

.focus\:tw-bg-pink-900:focus {
  --bg-opacity: 1 !important;
  background-color: #831843 !important;
  background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
}

.focus\:tw-bg-app-main:focus {
  --bg-opacity: 1 !important;
  background-color: #F18D11 !important;
  background-color: rgba(241, 141, 17, var(--bg-opacity)) !important;
}

.focus\:tw-bg-app-sub-blue:focus {
  --bg-opacity: 1 !important;
  background-color: #1E548F !important;
  background-color: rgba(30, 84, 143, var(--bg-opacity)) !important;
}

.focus\:tw-bg-app-yellow:focus {
  --bg-opacity: 1 !important;
  background-color: #FFF5D1 !important;
  background-color: rgba(255, 245, 209, var(--bg-opacity)) !important;
}

.focus\:tw-bg-theme-primary:focus {
  --bg-opacity: 1 !important;
  background-color: #f3980f !important;
  background-color: rgba(243, 152, 15, var(--bg-opacity)) !important;
}

.focus\:tw-bg-theme-info:focus {
  --bg-opacity: 1 !important;
  background-color: #1b925a !important;
  background-color: rgba(27, 146, 90, var(--bg-opacity)) !important;
}

.focus\:tw-bg-slate-50:focus {
  --bg-opacity: 1 !important;
  background-color: #f8fafc !important;
  background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
}

.focus\:tw-bg-slate-100:focus {
  --bg-opacity: 1 !important;
  background-color: #f1f5f9 !important;
  background-color: rgba(241, 245, 249, var(--bg-opacity)) !important;
}

.focus\:tw-bg-slate-200:focus {
  --bg-opacity: 1 !important;
  background-color: #e2e8f0 !important;
  background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
}

.focus\:tw-bg-slate-300:focus {
  --bg-opacity: 1 !important;
  background-color: #cbd5e1 !important;
  background-color: rgba(203, 213, 225, var(--bg-opacity)) !important;
}

.focus\:tw-bg-slate-400:focus {
  --bg-opacity: 1 !important;
  background-color: #94a3b8 !important;
  background-color: rgba(148, 163, 184, var(--bg-opacity)) !important;
}

.focus\:tw-bg-slate-500:focus {
  --bg-opacity: 1 !important;
  background-color: #64748b !important;
  background-color: rgba(100, 116, 139, var(--bg-opacity)) !important;
}

.focus\:tw-bg-slate-600:focus {
  --bg-opacity: 1 !important;
  background-color: #475569 !important;
  background-color: rgba(71, 85, 105, var(--bg-opacity)) !important;
}

.focus\:tw-bg-slate-700:focus {
  --bg-opacity: 1 !important;
  background-color: #334155 !important;
  background-color: rgba(51, 65, 85, var(--bg-opacity)) !important;
}

.focus\:tw-bg-slate-800:focus {
  --bg-opacity: 1 !important;
  background-color: #1e293b !important;
  background-color: rgba(30, 41, 59, var(--bg-opacity)) !important;
}

.focus\:tw-bg-slate-900:focus {
  --bg-opacity: 1 !important;
  background-color: #0f172a !important;
  background-color: rgba(15, 23, 42, var(--bg-opacity)) !important;
}

.focus\:tw-bg-zinc-50:focus {
  --bg-opacity: 1 !important;
  background-color: #fafafa !important;
  background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
}

.focus\:tw-bg-zinc-100:focus {
  --bg-opacity: 1 !important;
  background-color: #f4f4f5 !important;
  background-color: rgba(244, 244, 245, var(--bg-opacity)) !important;
}

.focus\:tw-bg-zinc-200:focus {
  --bg-opacity: 1 !important;
  background-color: #e4e4e7 !important;
  background-color: rgba(228, 228, 231, var(--bg-opacity)) !important;
}

.focus\:tw-bg-zinc-300:focus {
  --bg-opacity: 1 !important;
  background-color: #d4d4d8 !important;
  background-color: rgba(212, 212, 216, var(--bg-opacity)) !important;
}

.focus\:tw-bg-zinc-400:focus {
  --bg-opacity: 1 !important;
  background-color: #a1a1aa !important;
  background-color: rgba(161, 161, 170, var(--bg-opacity)) !important;
}

.focus\:tw-bg-zinc-500:focus {
  --bg-opacity: 1 !important;
  background-color: #71717a !important;
  background-color: rgba(113, 113, 122, var(--bg-opacity)) !important;
}

.focus\:tw-bg-zinc-600:focus {
  --bg-opacity: 1 !important;
  background-color: #52525b !important;
  background-color: rgba(82, 82, 91, var(--bg-opacity)) !important;
}

.focus\:tw-bg-zinc-700:focus {
  --bg-opacity: 1 !important;
  background-color: #3f3f46 !important;
  background-color: rgba(63, 63, 70, var(--bg-opacity)) !important;
}

.focus\:tw-bg-zinc-800:focus {
  --bg-opacity: 1 !important;
  background-color: #27272a !important;
  background-color: rgba(39, 39, 42, var(--bg-opacity)) !important;
}

.focus\:tw-bg-zinc-900:focus {
  --bg-opacity: 1 !important;
  background-color: #18181b !important;
  background-color: rgba(24, 24, 27, var(--bg-opacity)) !important;
}

.focus\:tw-bg-neutral-50:focus {
  --bg-opacity: 1 !important;
  background-color: #fafafa !important;
  background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
}

.focus\:tw-bg-neutral-100:focus {
  --bg-opacity: 1 !important;
  background-color: #f5f5f5 !important;
  background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
}

.focus\:tw-bg-neutral-200:focus {
  --bg-opacity: 1 !important;
  background-color: #e5e5e5 !important;
  background-color: rgba(229, 229, 229, var(--bg-opacity)) !important;
}

.focus\:tw-bg-neutral-300:focus {
  --bg-opacity: 1 !important;
  background-color: #d4d4d4 !important;
  background-color: rgba(212, 212, 212, var(--bg-opacity)) !important;
}

.focus\:tw-bg-neutral-400:focus {
  --bg-opacity: 1 !important;
  background-color: #a3a3a3 !important;
  background-color: rgba(163, 163, 163, var(--bg-opacity)) !important;
}

.focus\:tw-bg-neutral-500:focus {
  --bg-opacity: 1 !important;
  background-color: #737373 !important;
  background-color: rgba(115, 115, 115, var(--bg-opacity)) !important;
}

.focus\:tw-bg-neutral-600:focus {
  --bg-opacity: 1 !important;
  background-color: #525252 !important;
  background-color: rgba(82, 82, 82, var(--bg-opacity)) !important;
}

.focus\:tw-bg-neutral-700:focus {
  --bg-opacity: 1 !important;
  background-color: #404040 !important;
  background-color: rgba(64, 64, 64, var(--bg-opacity)) !important;
}

.focus\:tw-bg-neutral-800:focus {
  --bg-opacity: 1 !important;
  background-color: #262626 !important;
  background-color: rgba(38, 38, 38, var(--bg-opacity)) !important;
}

.focus\:tw-bg-neutral-900:focus {
  --bg-opacity: 1 !important;
  background-color: #171717 !important;
  background-color: rgba(23, 23, 23, var(--bg-opacity)) !important;
}

.focus\:tw-bg-stone-50:focus {
  --bg-opacity: 1 !important;
  background-color: #fafaf9 !important;
  background-color: rgba(250, 250, 249, var(--bg-opacity)) !important;
}

.focus\:tw-bg-stone-100:focus {
  --bg-opacity: 1 !important;
  background-color: #f5f5f4 !important;
  background-color: rgba(245, 245, 244, var(--bg-opacity)) !important;
}

.focus\:tw-bg-stone-200:focus {
  --bg-opacity: 1 !important;
  background-color: #e7e5e4 !important;
  background-color: rgba(231, 229, 228, var(--bg-opacity)) !important;
}

.focus\:tw-bg-stone-300:focus {
  --bg-opacity: 1 !important;
  background-color: #d6d3d1 !important;
  background-color: rgba(214, 211, 209, var(--bg-opacity)) !important;
}

.focus\:tw-bg-stone-400:focus {
  --bg-opacity: 1 !important;
  background-color: #a8a29e !important;
  background-color: rgba(168, 162, 158, var(--bg-opacity)) !important;
}

.focus\:tw-bg-stone-500:focus {
  --bg-opacity: 1 !important;
  background-color: #78716c !important;
  background-color: rgba(120, 113, 108, var(--bg-opacity)) !important;
}

.focus\:tw-bg-stone-600:focus {
  --bg-opacity: 1 !important;
  background-color: #57534e !important;
  background-color: rgba(87, 83, 78, var(--bg-opacity)) !important;
}

.focus\:tw-bg-stone-700:focus {
  --bg-opacity: 1 !important;
  background-color: #44403c !important;
  background-color: rgba(68, 64, 60, var(--bg-opacity)) !important;
}

.focus\:tw-bg-stone-800:focus {
  --bg-opacity: 1 !important;
  background-color: #292524 !important;
  background-color: rgba(41, 37, 36, var(--bg-opacity)) !important;
}

.focus\:tw-bg-stone-900:focus {
  --bg-opacity: 1 !important;
  background-color: #1c1917 !important;
  background-color: rgba(28, 25, 23, var(--bg-opacity)) !important;
}

.focus\:tw-bg-amber-50:focus {
  --bg-opacity: 1 !important;
  background-color: #fffbeb !important;
  background-color: rgba(255, 251, 235, var(--bg-opacity)) !important;
}

.focus\:tw-bg-amber-100:focus {
  --bg-opacity: 1 !important;
  background-color: #fef3c7 !important;
  background-color: rgba(254, 243, 199, var(--bg-opacity)) !important;
}

.focus\:tw-bg-amber-200:focus {
  --bg-opacity: 1 !important;
  background-color: #fde68a !important;
  background-color: rgba(253, 230, 138, var(--bg-opacity)) !important;
}

.focus\:tw-bg-amber-300:focus {
  --bg-opacity: 1 !important;
  background-color: #fcd34d !important;
  background-color: rgba(252, 211, 77, var(--bg-opacity)) !important;
}

.focus\:tw-bg-amber-400:focus {
  --bg-opacity: 1 !important;
  background-color: #fbbf24 !important;
  background-color: rgba(251, 191, 36, var(--bg-opacity)) !important;
}

.focus\:tw-bg-amber-500:focus {
  --bg-opacity: 1 !important;
  background-color: #f59e0b !important;
  background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
}

.focus\:tw-bg-amber-600:focus {
  --bg-opacity: 1 !important;
  background-color: #d97706 !important;
  background-color: rgba(217, 119, 6, var(--bg-opacity)) !important;
}

.focus\:tw-bg-amber-700:focus {
  --bg-opacity: 1 !important;
  background-color: #b45309 !important;
  background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
}

.focus\:tw-bg-amber-800:focus {
  --bg-opacity: 1 !important;
  background-color: #92400e !important;
  background-color: rgba(146, 64, 14, var(--bg-opacity)) !important;
}

.focus\:tw-bg-amber-900:focus {
  --bg-opacity: 1 !important;
  background-color: #78350f !important;
  background-color: rgba(120, 53, 15, var(--bg-opacity)) !important;
}

.focus\:tw-bg-lime-50:focus {
  --bg-opacity: 1 !important;
  background-color: #f7fee7 !important;
  background-color: rgba(247, 254, 231, var(--bg-opacity)) !important;
}

.focus\:tw-bg-lime-100:focus {
  --bg-opacity: 1 !important;
  background-color: #ecfccb !important;
  background-color: rgba(236, 252, 203, var(--bg-opacity)) !important;
}

.focus\:tw-bg-lime-200:focus {
  --bg-opacity: 1 !important;
  background-color: #d9f99d !important;
  background-color: rgba(217, 249, 157, var(--bg-opacity)) !important;
}

.focus\:tw-bg-lime-300:focus {
  --bg-opacity: 1 !important;
  background-color: #bef264 !important;
  background-color: rgba(190, 242, 100, var(--bg-opacity)) !important;
}

.focus\:tw-bg-lime-400:focus {
  --bg-opacity: 1 !important;
  background-color: #a3e635 !important;
  background-color: rgba(163, 230, 53, var(--bg-opacity)) !important;
}

.focus\:tw-bg-lime-500:focus {
  --bg-opacity: 1 !important;
  background-color: #84cc16 !important;
  background-color: rgba(132, 204, 22, var(--bg-opacity)) !important;
}

.focus\:tw-bg-lime-600:focus {
  --bg-opacity: 1 !important;
  background-color: #65a30d !important;
  background-color: rgba(101, 163, 13, var(--bg-opacity)) !important;
}

.focus\:tw-bg-lime-700:focus {
  --bg-opacity: 1 !important;
  background-color: #4d7c0f !important;
  background-color: rgba(77, 124, 15, var(--bg-opacity)) !important;
}

.focus\:tw-bg-lime-800:focus {
  --bg-opacity: 1 !important;
  background-color: #3f6212 !important;
  background-color: rgba(63, 98, 18, var(--bg-opacity)) !important;
}

.focus\:tw-bg-lime-900:focus {
  --bg-opacity: 1 !important;
  background-color: #365314 !important;
  background-color: rgba(54, 83, 20, var(--bg-opacity)) !important;
}

.focus\:tw-bg-emerald-50:focus {
  --bg-opacity: 1 !important;
  background-color: #ecfdf5 !important;
  background-color: rgba(236, 253, 245, var(--bg-opacity)) !important;
}

.focus\:tw-bg-emerald-100:focus {
  --bg-opacity: 1 !important;
  background-color: #d1fae5 !important;
  background-color: rgba(209, 250, 229, var(--bg-opacity)) !important;
}

.focus\:tw-bg-emerald-200:focus {
  --bg-opacity: 1 !important;
  background-color: #a7f3d0 !important;
  background-color: rgba(167, 243, 208, var(--bg-opacity)) !important;
}

.focus\:tw-bg-emerald-300:focus {
  --bg-opacity: 1 !important;
  background-color: #6ee7b7 !important;
  background-color: rgba(110, 231, 183, var(--bg-opacity)) !important;
}

.focus\:tw-bg-emerald-400:focus {
  --bg-opacity: 1 !important;
  background-color: #34d399 !important;
  background-color: rgba(52, 211, 153, var(--bg-opacity)) !important;
}

.focus\:tw-bg-emerald-500:focus {
  --bg-opacity: 1 !important;
  background-color: #10b981 !important;
  background-color: rgba(16, 185, 129, var(--bg-opacity)) !important;
}

.focus\:tw-bg-emerald-600:focus {
  --bg-opacity: 1 !important;
  background-color: #059669 !important;
  background-color: rgba(5, 150, 105, var(--bg-opacity)) !important;
}

.focus\:tw-bg-emerald-700:focus {
  --bg-opacity: 1 !important;
  background-color: #047857 !important;
  background-color: rgba(4, 120, 87, var(--bg-opacity)) !important;
}

.focus\:tw-bg-emerald-800:focus {
  --bg-opacity: 1 !important;
  background-color: #065f46 !important;
  background-color: rgba(6, 95, 70, var(--bg-opacity)) !important;
}

.focus\:tw-bg-emerald-900:focus {
  --bg-opacity: 1 !important;
  background-color: #064e3b !important;
  background-color: rgba(6, 78, 59, var(--bg-opacity)) !important;
}

.focus\:tw-bg-cyan-50:focus {
  --bg-opacity: 1 !important;
  background-color: #ecfeff !important;
  background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
}

.focus\:tw-bg-cyan-100:focus {
  --bg-opacity: 1 !important;
  background-color: #cffafe !important;
  background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
}

.focus\:tw-bg-cyan-200:focus {
  --bg-opacity: 1 !important;
  background-color: #a5f3fc !important;
  background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
}

.focus\:tw-bg-cyan-300:focus {
  --bg-opacity: 1 !important;
  background-color: #67e8f9 !important;
  background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
}

.focus\:tw-bg-cyan-400:focus {
  --bg-opacity: 1 !important;
  background-color: #22d3ee !important;
  background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
}

.focus\:tw-bg-cyan-500:focus {
  --bg-opacity: 1 !important;
  background-color: #06b6d4 !important;
  background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
}

.focus\:tw-bg-cyan-600:focus {
  --bg-opacity: 1 !important;
  background-color: #0891b2 !important;
  background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
}

.focus\:tw-bg-cyan-700:focus {
  --bg-opacity: 1 !important;
  background-color: #0e7490 !important;
  background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
}

.focus\:tw-bg-cyan-800:focus {
  --bg-opacity: 1 !important;
  background-color: #155e75 !important;
  background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
}

.focus\:tw-bg-cyan-900:focus {
  --bg-opacity: 1 !important;
  background-color: #164e63 !important;
  background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
}

.focus\:tw-bg-sky-50:focus {
  --bg-opacity: 1 !important;
  background-color: #f0f9ff !important;
  background-color: rgba(240, 249, 255, var(--bg-opacity)) !important;
}

.focus\:tw-bg-sky-100:focus {
  --bg-opacity: 1 !important;
  background-color: #e0f2fe !important;
  background-color: rgba(224, 242, 254, var(--bg-opacity)) !important;
}

.focus\:tw-bg-sky-200:focus {
  --bg-opacity: 1 !important;
  background-color: #bae6fd !important;
  background-color: rgba(186, 230, 253, var(--bg-opacity)) !important;
}

.focus\:tw-bg-sky-300:focus {
  --bg-opacity: 1 !important;
  background-color: #7dd3fc !important;
  background-color: rgba(125, 211, 252, var(--bg-opacity)) !important;
}

.focus\:tw-bg-sky-400:focus {
  --bg-opacity: 1 !important;
  background-color: #38bdf8 !important;
  background-color: rgba(56, 189, 248, var(--bg-opacity)) !important;
}

.focus\:tw-bg-sky-500:focus {
  --bg-opacity: 1 !important;
  background-color: #0ea5e9 !important;
  background-color: rgba(14, 165, 233, var(--bg-opacity)) !important;
}

.focus\:tw-bg-sky-600:focus {
  --bg-opacity: 1 !important;
  background-color: #0284c7 !important;
  background-color: rgba(2, 132, 199, var(--bg-opacity)) !important;
}

.focus\:tw-bg-sky-700:focus {
  --bg-opacity: 1 !important;
  background-color: #0369a1 !important;
  background-color: rgba(3, 105, 161, var(--bg-opacity)) !important;
}

.focus\:tw-bg-sky-800:focus {
  --bg-opacity: 1 !important;
  background-color: #075985 !important;
  background-color: rgba(7, 89, 133, var(--bg-opacity)) !important;
}

.focus\:tw-bg-sky-900:focus {
  --bg-opacity: 1 !important;
  background-color: #0c4a6e !important;
  background-color: rgba(12, 74, 110, var(--bg-opacity)) !important;
}

.focus\:tw-bg-violet-50:focus {
  --bg-opacity: 1 !important;
  background-color: #f5f3ff !important;
  background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
}

.focus\:tw-bg-violet-100:focus {
  --bg-opacity: 1 !important;
  background-color: #ede9fe !important;
  background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
}

.focus\:tw-bg-violet-200:focus {
  --bg-opacity: 1 !important;
  background-color: #ddd6fe !important;
  background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
}

.focus\:tw-bg-violet-300:focus {
  --bg-opacity: 1 !important;
  background-color: #c4b5fd !important;
  background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
}

.focus\:tw-bg-violet-400:focus {
  --bg-opacity: 1 !important;
  background-color: #a78bfa !important;
  background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
}

.focus\:tw-bg-violet-500:focus {
  --bg-opacity: 1 !important;
  background-color: #8b5cf6 !important;
  background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
}

.focus\:tw-bg-violet-600:focus {
  --bg-opacity: 1 !important;
  background-color: #7c3aed !important;
  background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
}

.focus\:tw-bg-violet-700:focus {
  --bg-opacity: 1 !important;
  background-color: #6d28d9 !important;
  background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
}

.focus\:tw-bg-violet-800:focus {
  --bg-opacity: 1 !important;
  background-color: #5b21b6 !important;
  background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
}

.focus\:tw-bg-violet-900:focus {
  --bg-opacity: 1 !important;
  background-color: #4c1d95 !important;
  background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
}

.focus\:tw-bg-fuchsia-50:focus {
  --bg-opacity: 1 !important;
  background-color: #fdf4ff !important;
  background-color: rgba(253, 244, 255, var(--bg-opacity)) !important;
}

.focus\:tw-bg-fuchsia-100:focus {
  --bg-opacity: 1 !important;
  background-color: #fae8ff !important;
  background-color: rgba(250, 232, 255, var(--bg-opacity)) !important;
}

.focus\:tw-bg-fuchsia-200:focus {
  --bg-opacity: 1 !important;
  background-color: #f5d0fe !important;
  background-color: rgba(245, 208, 254, var(--bg-opacity)) !important;
}

.focus\:tw-bg-fuchsia-300:focus {
  --bg-opacity: 1 !important;
  background-color: #f0abfc !important;
  background-color: rgba(240, 171, 252, var(--bg-opacity)) !important;
}

.focus\:tw-bg-fuchsia-400:focus {
  --bg-opacity: 1 !important;
  background-color: #e879f9 !important;
  background-color: rgba(232, 121, 249, var(--bg-opacity)) !important;
}

.focus\:tw-bg-fuchsia-500:focus {
  --bg-opacity: 1 !important;
  background-color: #d946ef !important;
  background-color: rgba(217, 70, 239, var(--bg-opacity)) !important;
}

.focus\:tw-bg-fuchsia-600:focus {
  --bg-opacity: 1 !important;
  background-color: #c026d3 !important;
  background-color: rgba(192, 38, 211, var(--bg-opacity)) !important;
}

.focus\:tw-bg-fuchsia-700:focus {
  --bg-opacity: 1 !important;
  background-color: #a21caf !important;
  background-color: rgba(162, 28, 175, var(--bg-opacity)) !important;
}

.focus\:tw-bg-fuchsia-800:focus {
  --bg-opacity: 1 !important;
  background-color: #86198f !important;
  background-color: rgba(134, 25, 143, var(--bg-opacity)) !important;
}

.focus\:tw-bg-fuchsia-900:focus {
  --bg-opacity: 1 !important;
  background-color: #701a75 !important;
  background-color: rgba(112, 26, 117, var(--bg-opacity)) !important;
}

.focus\:tw-bg-rose-50:focus {
  --bg-opacity: 1 !important;
  background-color: #fff1f2 !important;
  background-color: rgba(255, 241, 242, var(--bg-opacity)) !important;
}

.focus\:tw-bg-rose-100:focus {
  --bg-opacity: 1 !important;
  background-color: #ffe4e6 !important;
  background-color: rgba(255, 228, 230, var(--bg-opacity)) !important;
}

.focus\:tw-bg-rose-200:focus {
  --bg-opacity: 1 !important;
  background-color: #fecdd3 !important;
  background-color: rgba(254, 205, 211, var(--bg-opacity)) !important;
}

.focus\:tw-bg-rose-300:focus {
  --bg-opacity: 1 !important;
  background-color: #fda4af !important;
  background-color: rgba(253, 164, 175, var(--bg-opacity)) !important;
}

.focus\:tw-bg-rose-400:focus {
  --bg-opacity: 1 !important;
  background-color: #fb7185 !important;
  background-color: rgba(251, 113, 133, var(--bg-opacity)) !important;
}

.focus\:tw-bg-rose-500:focus {
  --bg-opacity: 1 !important;
  background-color: #f43f5e !important;
  background-color: rgba(244, 63, 94, var(--bg-opacity)) !important;
}

.focus\:tw-bg-rose-600:focus {
  --bg-opacity: 1 !important;
  background-color: #e11d48 !important;
  background-color: rgba(225, 29, 72, var(--bg-opacity)) !important;
}

.focus\:tw-bg-rose-700:focus {
  --bg-opacity: 1 !important;
  background-color: #be123c !important;
  background-color: rgba(190, 18, 60, var(--bg-opacity)) !important;
}

.focus\:tw-bg-rose-800:focus {
  --bg-opacity: 1 !important;
  background-color: #9f1239 !important;
  background-color: rgba(159, 18, 57, var(--bg-opacity)) !important;
}

.focus\:tw-bg-rose-900:focus {
  --bg-opacity: 1 !important;
  background-color: #881337 !important;
  background-color: rgba(136, 19, 55, var(--bg-opacity)) !important;
}

.tw-bg-none {
  background-image: none !important;
}

.tw-bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
}

.tw-bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
}

.tw-bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
}

.tw-bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
}

.tw-bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
}

.tw-bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
}

.tw-bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
}

.tw-bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
}

.tw-from-transparent {
  --gradient-from-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.tw-from-current {
  --gradient-from-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.tw-from-black {
  --gradient-from-color: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.tw-from-white {
  --gradient-from-color: #fff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.tw-from-gray-50 {
  --gradient-from-color: #f9fafb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
}

.tw-from-gray-100 {
  --gradient-from-color: #f3f4f6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
}

.tw-from-gray-200 {
  --gradient-from-color: #e5e7eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
}

.tw-from-gray-300 {
  --gradient-from-color: #d1d5db !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
}

.tw-from-gray-400 {
  --gradient-from-color: #9ca3af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
}

.tw-from-gray-500 {
  --gradient-from-color: #6b7280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
}

.tw-from-gray-600 {
  --gradient-from-color: #4b5563 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
}

.tw-from-gray-700 {
  --gradient-from-color: #374151 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
}

.tw-from-gray-800 {
  --gradient-from-color: #1f2937 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
}

.tw-from-gray-900 {
  --gradient-from-color: #111827 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
}

.tw-from-red-50 {
  --gradient-from-color: #fef2f2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
}

.tw-from-red-100 {
  --gradient-from-color: #fee2e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
}

.tw-from-red-200 {
  --gradient-from-color: #fecaca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
}

.tw-from-red-300 {
  --gradient-from-color: #fca5a5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
}

.tw-from-red-400 {
  --gradient-from-color: #f87171 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
}

.tw-from-red-500 {
  --gradient-from-color: #ef4444 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
}

.tw-from-red-600 {
  --gradient-from-color: #dc2626 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
}

.tw-from-red-700 {
  --gradient-from-color: #b91c1c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
}

.tw-from-red-800 {
  --gradient-from-color: #991b1b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
}

.tw-from-red-900 {
  --gradient-from-color: #7f1d1d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
}

.tw-from-orange-50 {
  --gradient-from-color: #fff7ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
}

.tw-from-orange-100 {
  --gradient-from-color: #ffedd5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
}

.tw-from-orange-200 {
  --gradient-from-color: #fed7aa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
}

.tw-from-orange-300 {
  --gradient-from-color: #fdba74 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
}

.tw-from-orange-400 {
  --gradient-from-color: #fb923c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
}

.tw-from-orange-500 {
  --gradient-from-color: #f97316 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
}

.tw-from-orange-600 {
  --gradient-from-color: #ea580c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
}

.tw-from-orange-700 {
  --gradient-from-color: #c2410c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
}

.tw-from-orange-800 {
  --gradient-from-color: #9a3412 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
}

.tw-from-orange-900 {
  --gradient-from-color: #7c2d12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
}

.tw-from-yellow-50 {
  --gradient-from-color: #fefce8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
}

.tw-from-yellow-100 {
  --gradient-from-color: #fef9c3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
}

.tw-from-yellow-200 {
  --gradient-from-color: #fef08a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
}

.tw-from-yellow-300 {
  --gradient-from-color: #fde047 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
}

.tw-from-yellow-400 {
  --gradient-from-color: #facc15 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
}

.tw-from-yellow-500 {
  --gradient-from-color: #eab308 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
}

.tw-from-yellow-600 {
  --gradient-from-color: #ca8a04 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
}

.tw-from-yellow-700 {
  --gradient-from-color: #a16207 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
}

.tw-from-yellow-800 {
  --gradient-from-color: #854d0e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
}

.tw-from-yellow-900 {
  --gradient-from-color: #713f12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
}

.tw-from-green-50 {
  --gradient-from-color: #f0fdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
}

.tw-from-green-100 {
  --gradient-from-color: #dcfce7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
}

.tw-from-green-200 {
  --gradient-from-color: #bbf7d0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
}

.tw-from-green-300 {
  --gradient-from-color: #86efac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
}

.tw-from-green-400 {
  --gradient-from-color: #4ade80 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
}

.tw-from-green-500 {
  --gradient-from-color: #22c55e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
}

.tw-from-green-600 {
  --gradient-from-color: #16a34a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
}

.tw-from-green-700 {
  --gradient-from-color: #15803d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
}

.tw-from-green-800 {
  --gradient-from-color: #166534 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
}

.tw-from-green-900 {
  --gradient-from-color: #14532d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
}

.tw-from-teal-50 {
  --gradient-from-color: #f0fdfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
}

.tw-from-teal-100 {
  --gradient-from-color: #ccfbf1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
}

.tw-from-teal-200 {
  --gradient-from-color: #99f6e4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
}

.tw-from-teal-300 {
  --gradient-from-color: #5eead4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
}

.tw-from-teal-400 {
  --gradient-from-color: #2dd4bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
}

.tw-from-teal-500 {
  --gradient-from-color: #14b8a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
}

.tw-from-teal-600 {
  --gradient-from-color: #0d9488 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
}

.tw-from-teal-700 {
  --gradient-from-color: #0f766e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
}

.tw-from-teal-800 {
  --gradient-from-color: #115e59 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
}

.tw-from-teal-900 {
  --gradient-from-color: #134e4a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
}

.tw-from-blue-50 {
  --gradient-from-color: #eff6ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
}

.tw-from-blue-100 {
  --gradient-from-color: #dbeafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
}

.tw-from-blue-200 {
  --gradient-from-color: #bfdbfe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
}

.tw-from-blue-300 {
  --gradient-from-color: #93c5fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
}

.tw-from-blue-400 {
  --gradient-from-color: #60a5fa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
}

.tw-from-blue-500 {
  --gradient-from-color: #3b82f6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
}

.tw-from-blue-600 {
  --gradient-from-color: #2563eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
}

.tw-from-blue-700 {
  --gradient-from-color: #1d4ed8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
}

.tw-from-blue-800 {
  --gradient-from-color: #1e40af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
}

.tw-from-blue-900 {
  --gradient-from-color: #1e3a8a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
}

.tw-from-indigo-50 {
  --gradient-from-color: #eef2ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
}

.tw-from-indigo-100 {
  --gradient-from-color: #e0e7ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
}

.tw-from-indigo-200 {
  --gradient-from-color: #c7d2fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
}

.tw-from-indigo-300 {
  --gradient-from-color: #a5b4fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
}

.tw-from-indigo-400 {
  --gradient-from-color: #818cf8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
}

.tw-from-indigo-500 {
  --gradient-from-color: #6366f1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
}

.tw-from-indigo-600 {
  --gradient-from-color: #4f46e5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
}

.tw-from-indigo-700 {
  --gradient-from-color: #4338ca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
}

.tw-from-indigo-800 {
  --gradient-from-color: #3730a3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
}

.tw-from-indigo-900 {
  --gradient-from-color: #312e81 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
}

.tw-from-purple-50 {
  --gradient-from-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.tw-from-purple-100 {
  --gradient-from-color: #f3e8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
}

.tw-from-purple-200 {
  --gradient-from-color: #e9d5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
}

.tw-from-purple-300 {
  --gradient-from-color: #d8b4fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
}

.tw-from-purple-400 {
  --gradient-from-color: #c084fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
}

.tw-from-purple-500 {
  --gradient-from-color: #a855f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
}

.tw-from-purple-600 {
  --gradient-from-color: #9333ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
}

.tw-from-purple-700 {
  --gradient-from-color: #7e22ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
}

.tw-from-purple-800 {
  --gradient-from-color: #6b21a8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
}

.tw-from-purple-900 {
  --gradient-from-color: #581c87 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
}

.tw-from-pink-50 {
  --gradient-from-color: #fdf2f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
}

.tw-from-pink-100 {
  --gradient-from-color: #fce7f3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
}

.tw-from-pink-200 {
  --gradient-from-color: #fbcfe8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
}

.tw-from-pink-300 {
  --gradient-from-color: #f9a8d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
}

.tw-from-pink-400 {
  --gradient-from-color: #f472b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
}

.tw-from-pink-500 {
  --gradient-from-color: #ec4899 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
}

.tw-from-pink-600 {
  --gradient-from-color: #db2777 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
}

.tw-from-pink-700 {
  --gradient-from-color: #be185d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
}

.tw-from-pink-800 {
  --gradient-from-color: #9d174d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
}

.tw-from-pink-900 {
  --gradient-from-color: #831843 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
}

.tw-from-app-main {
  --gradient-from-color: #F18D11 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
}

.tw-from-app-sub-blue {
  --gradient-from-color: #1E548F !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
}

.tw-from-app-yellow {
  --gradient-from-color: #FFF5D1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
}

.tw-from-theme-primary {
  --gradient-from-color: #f3980f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
}

.tw-from-theme-info {
  --gradient-from-color: #1b925a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
}

.tw-from-slate-50 {
  --gradient-from-color: #f8fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
}

.tw-from-slate-100 {
  --gradient-from-color: #f1f5f9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
}

.tw-from-slate-200 {
  --gradient-from-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.tw-from-slate-300 {
  --gradient-from-color: #cbd5e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
}

.tw-from-slate-400 {
  --gradient-from-color: #94a3b8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
}

.tw-from-slate-500 {
  --gradient-from-color: #64748b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
}

.tw-from-slate-600 {
  --gradient-from-color: #475569 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
}

.tw-from-slate-700 {
  --gradient-from-color: #334155 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
}

.tw-from-slate-800 {
  --gradient-from-color: #1e293b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
}

.tw-from-slate-900 {
  --gradient-from-color: #0f172a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
}

.tw-from-zinc-50 {
  --gradient-from-color: #fafafa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
}

.tw-from-zinc-100 {
  --gradient-from-color: #f4f4f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
}

.tw-from-zinc-200 {
  --gradient-from-color: #e4e4e7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
}

.tw-from-zinc-300 {
  --gradient-from-color: #d4d4d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
}

.tw-from-zinc-400 {
  --gradient-from-color: #a1a1aa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
}

.tw-from-zinc-500 {
  --gradient-from-color: #71717a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
}

.tw-from-zinc-600 {
  --gradient-from-color: #52525b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
}

.tw-from-zinc-700 {
  --gradient-from-color: #3f3f46 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
}

.tw-from-zinc-800 {
  --gradient-from-color: #27272a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
}

.tw-from-zinc-900 {
  --gradient-from-color: #18181b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
}

.tw-from-neutral-50 {
  --gradient-from-color: #fafafa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
}

.tw-from-neutral-100 {
  --gradient-from-color: #f5f5f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
}

.tw-from-neutral-200 {
  --gradient-from-color: #e5e5e5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
}

.tw-from-neutral-300 {
  --gradient-from-color: #d4d4d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
}

.tw-from-neutral-400 {
  --gradient-from-color: #a3a3a3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
}

.tw-from-neutral-500 {
  --gradient-from-color: #737373 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
}

.tw-from-neutral-600 {
  --gradient-from-color: #525252 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
}

.tw-from-neutral-700 {
  --gradient-from-color: #404040 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
}

.tw-from-neutral-800 {
  --gradient-from-color: #262626 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
}

.tw-from-neutral-900 {
  --gradient-from-color: #171717 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
}

.tw-from-stone-50 {
  --gradient-from-color: #fafaf9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
}

.tw-from-stone-100 {
  --gradient-from-color: #f5f5f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
}

.tw-from-stone-200 {
  --gradient-from-color: #e7e5e4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
}

.tw-from-stone-300 {
  --gradient-from-color: #d6d3d1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
}

.tw-from-stone-400 {
  --gradient-from-color: #a8a29e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
}

.tw-from-stone-500 {
  --gradient-from-color: #78716c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
}

.tw-from-stone-600 {
  --gradient-from-color: #57534e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
}

.tw-from-stone-700 {
  --gradient-from-color: #44403c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
}

.tw-from-stone-800 {
  --gradient-from-color: #292524 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
}

.tw-from-stone-900 {
  --gradient-from-color: #1c1917 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
}

.tw-from-amber-50 {
  --gradient-from-color: #fffbeb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
}

.tw-from-amber-100 {
  --gradient-from-color: #fef3c7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
}

.tw-from-amber-200 {
  --gradient-from-color: #fde68a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
}

.tw-from-amber-300 {
  --gradient-from-color: #fcd34d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
}

.tw-from-amber-400 {
  --gradient-from-color: #fbbf24 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
}

.tw-from-amber-500 {
  --gradient-from-color: #f59e0b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
}

.tw-from-amber-600 {
  --gradient-from-color: #d97706 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
}

.tw-from-amber-700 {
  --gradient-from-color: #b45309 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
}

.tw-from-amber-800 {
  --gradient-from-color: #92400e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
}

.tw-from-amber-900 {
  --gradient-from-color: #78350f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
}

.tw-from-lime-50 {
  --gradient-from-color: #f7fee7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
}

.tw-from-lime-100 {
  --gradient-from-color: #ecfccb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
}

.tw-from-lime-200 {
  --gradient-from-color: #d9f99d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
}

.tw-from-lime-300 {
  --gradient-from-color: #bef264 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
}

.tw-from-lime-400 {
  --gradient-from-color: #a3e635 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
}

.tw-from-lime-500 {
  --gradient-from-color: #84cc16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
}

.tw-from-lime-600 {
  --gradient-from-color: #65a30d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
}

.tw-from-lime-700 {
  --gradient-from-color: #4d7c0f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
}

.tw-from-lime-800 {
  --gradient-from-color: #3f6212 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
}

.tw-from-lime-900 {
  --gradient-from-color: #365314 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
}

.tw-from-emerald-50 {
  --gradient-from-color: #ecfdf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
}

.tw-from-emerald-100 {
  --gradient-from-color: #d1fae5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
}

.tw-from-emerald-200 {
  --gradient-from-color: #a7f3d0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
}

.tw-from-emerald-300 {
  --gradient-from-color: #6ee7b7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
}

.tw-from-emerald-400 {
  --gradient-from-color: #34d399 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
}

.tw-from-emerald-500 {
  --gradient-from-color: #10b981 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
}

.tw-from-emerald-600 {
  --gradient-from-color: #059669 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
}

.tw-from-emerald-700 {
  --gradient-from-color: #047857 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
}

.tw-from-emerald-800 {
  --gradient-from-color: #065f46 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
}

.tw-from-emerald-900 {
  --gradient-from-color: #064e3b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
}

.tw-from-cyan-50 {
  --gradient-from-color: #ecfeff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
}

.tw-from-cyan-100 {
  --gradient-from-color: #cffafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
}

.tw-from-cyan-200 {
  --gradient-from-color: #a5f3fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
}

.tw-from-cyan-300 {
  --gradient-from-color: #67e8f9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
}

.tw-from-cyan-400 {
  --gradient-from-color: #22d3ee !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
}

.tw-from-cyan-500 {
  --gradient-from-color: #06b6d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
}

.tw-from-cyan-600 {
  --gradient-from-color: #0891b2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
}

.tw-from-cyan-700 {
  --gradient-from-color: #0e7490 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
}

.tw-from-cyan-800 {
  --gradient-from-color: #155e75 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
}

.tw-from-cyan-900 {
  --gradient-from-color: #164e63 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
}

.tw-from-sky-50 {
  --gradient-from-color: #f0f9ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
}

.tw-from-sky-100 {
  --gradient-from-color: #e0f2fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
}

.tw-from-sky-200 {
  --gradient-from-color: #bae6fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
}

.tw-from-sky-300 {
  --gradient-from-color: #7dd3fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
}

.tw-from-sky-400 {
  --gradient-from-color: #38bdf8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
}

.tw-from-sky-500 {
  --gradient-from-color: #0ea5e9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
}

.tw-from-sky-600 {
  --gradient-from-color: #0284c7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
}

.tw-from-sky-700 {
  --gradient-from-color: #0369a1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
}

.tw-from-sky-800 {
  --gradient-from-color: #075985 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
}

.tw-from-sky-900 {
  --gradient-from-color: #0c4a6e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
}

.tw-from-violet-50 {
  --gradient-from-color: #f5f3ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
}

.tw-from-violet-100 {
  --gradient-from-color: #ede9fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
}

.tw-from-violet-200 {
  --gradient-from-color: #ddd6fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
}

.tw-from-violet-300 {
  --gradient-from-color: #c4b5fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
}

.tw-from-violet-400 {
  --gradient-from-color: #a78bfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
}

.tw-from-violet-500 {
  --gradient-from-color: #8b5cf6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
}

.tw-from-violet-600 {
  --gradient-from-color: #7c3aed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
}

.tw-from-violet-700 {
  --gradient-from-color: #6d28d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
}

.tw-from-violet-800 {
  --gradient-from-color: #5b21b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
}

.tw-from-violet-900 {
  --gradient-from-color: #4c1d95 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
}

.tw-from-fuchsia-50 {
  --gradient-from-color: #fdf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
}

.tw-from-fuchsia-100 {
  --gradient-from-color: #fae8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
}

.tw-from-fuchsia-200 {
  --gradient-from-color: #f5d0fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
}

.tw-from-fuchsia-300 {
  --gradient-from-color: #f0abfc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
}

.tw-from-fuchsia-400 {
  --gradient-from-color: #e879f9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
}

.tw-from-fuchsia-500 {
  --gradient-from-color: #d946ef !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
}

.tw-from-fuchsia-600 {
  --gradient-from-color: #c026d3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
}

.tw-from-fuchsia-700 {
  --gradient-from-color: #a21caf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
}

.tw-from-fuchsia-800 {
  --gradient-from-color: #86198f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
}

.tw-from-fuchsia-900 {
  --gradient-from-color: #701a75 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
}

.tw-from-rose-50 {
  --gradient-from-color: #fff1f2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
}

.tw-from-rose-100 {
  --gradient-from-color: #ffe4e6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
}

.tw-from-rose-200 {
  --gradient-from-color: #fecdd3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
}

.tw-from-rose-300 {
  --gradient-from-color: #fda4af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
}

.tw-from-rose-400 {
  --gradient-from-color: #fb7185 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
}

.tw-from-rose-500 {
  --gradient-from-color: #f43f5e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
}

.tw-from-rose-600 {
  --gradient-from-color: #e11d48 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
}

.tw-from-rose-700 {
  --gradient-from-color: #be123c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
}

.tw-from-rose-800 {
  --gradient-from-color: #9f1239 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
}

.tw-from-rose-900 {
  --gradient-from-color: #881337 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
}

.tw-via-transparent {
  --gradient-via-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.tw-via-current {
  --gradient-via-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.tw-via-black {
  --gradient-via-color: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.tw-via-white {
  --gradient-via-color: #fff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.tw-via-gray-50 {
  --gradient-via-color: #f9fafb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
}

.tw-via-gray-100 {
  --gradient-via-color: #f3f4f6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
}

.tw-via-gray-200 {
  --gradient-via-color: #e5e7eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
}

.tw-via-gray-300 {
  --gradient-via-color: #d1d5db !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
}

.tw-via-gray-400 {
  --gradient-via-color: #9ca3af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
}

.tw-via-gray-500 {
  --gradient-via-color: #6b7280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
}

.tw-via-gray-600 {
  --gradient-via-color: #4b5563 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
}

.tw-via-gray-700 {
  --gradient-via-color: #374151 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
}

.tw-via-gray-800 {
  --gradient-via-color: #1f2937 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
}

.tw-via-gray-900 {
  --gradient-via-color: #111827 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
}

.tw-via-red-50 {
  --gradient-via-color: #fef2f2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
}

.tw-via-red-100 {
  --gradient-via-color: #fee2e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
}

.tw-via-red-200 {
  --gradient-via-color: #fecaca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
}

.tw-via-red-300 {
  --gradient-via-color: #fca5a5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
}

.tw-via-red-400 {
  --gradient-via-color: #f87171 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
}

.tw-via-red-500 {
  --gradient-via-color: #ef4444 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
}

.tw-via-red-600 {
  --gradient-via-color: #dc2626 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
}

.tw-via-red-700 {
  --gradient-via-color: #b91c1c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
}

.tw-via-red-800 {
  --gradient-via-color: #991b1b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
}

.tw-via-red-900 {
  --gradient-via-color: #7f1d1d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
}

.tw-via-orange-50 {
  --gradient-via-color: #fff7ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
}

.tw-via-orange-100 {
  --gradient-via-color: #ffedd5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
}

.tw-via-orange-200 {
  --gradient-via-color: #fed7aa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
}

.tw-via-orange-300 {
  --gradient-via-color: #fdba74 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
}

.tw-via-orange-400 {
  --gradient-via-color: #fb923c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
}

.tw-via-orange-500 {
  --gradient-via-color: #f97316 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
}

.tw-via-orange-600 {
  --gradient-via-color: #ea580c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
}

.tw-via-orange-700 {
  --gradient-via-color: #c2410c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
}

.tw-via-orange-800 {
  --gradient-via-color: #9a3412 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
}

.tw-via-orange-900 {
  --gradient-via-color: #7c2d12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
}

.tw-via-yellow-50 {
  --gradient-via-color: #fefce8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
}

.tw-via-yellow-100 {
  --gradient-via-color: #fef9c3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
}

.tw-via-yellow-200 {
  --gradient-via-color: #fef08a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
}

.tw-via-yellow-300 {
  --gradient-via-color: #fde047 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
}

.tw-via-yellow-400 {
  --gradient-via-color: #facc15 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
}

.tw-via-yellow-500 {
  --gradient-via-color: #eab308 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
}

.tw-via-yellow-600 {
  --gradient-via-color: #ca8a04 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
}

.tw-via-yellow-700 {
  --gradient-via-color: #a16207 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
}

.tw-via-yellow-800 {
  --gradient-via-color: #854d0e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
}

.tw-via-yellow-900 {
  --gradient-via-color: #713f12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
}

.tw-via-green-50 {
  --gradient-via-color: #f0fdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
}

.tw-via-green-100 {
  --gradient-via-color: #dcfce7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
}

.tw-via-green-200 {
  --gradient-via-color: #bbf7d0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
}

.tw-via-green-300 {
  --gradient-via-color: #86efac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
}

.tw-via-green-400 {
  --gradient-via-color: #4ade80 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
}

.tw-via-green-500 {
  --gradient-via-color: #22c55e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
}

.tw-via-green-600 {
  --gradient-via-color: #16a34a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
}

.tw-via-green-700 {
  --gradient-via-color: #15803d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
}

.tw-via-green-800 {
  --gradient-via-color: #166534 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
}

.tw-via-green-900 {
  --gradient-via-color: #14532d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
}

.tw-via-teal-50 {
  --gradient-via-color: #f0fdfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
}

.tw-via-teal-100 {
  --gradient-via-color: #ccfbf1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
}

.tw-via-teal-200 {
  --gradient-via-color: #99f6e4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
}

.tw-via-teal-300 {
  --gradient-via-color: #5eead4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
}

.tw-via-teal-400 {
  --gradient-via-color: #2dd4bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
}

.tw-via-teal-500 {
  --gradient-via-color: #14b8a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
}

.tw-via-teal-600 {
  --gradient-via-color: #0d9488 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
}

.tw-via-teal-700 {
  --gradient-via-color: #0f766e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
}

.tw-via-teal-800 {
  --gradient-via-color: #115e59 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
}

.tw-via-teal-900 {
  --gradient-via-color: #134e4a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
}

.tw-via-blue-50 {
  --gradient-via-color: #eff6ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
}

.tw-via-blue-100 {
  --gradient-via-color: #dbeafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
}

.tw-via-blue-200 {
  --gradient-via-color: #bfdbfe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
}

.tw-via-blue-300 {
  --gradient-via-color: #93c5fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
}

.tw-via-blue-400 {
  --gradient-via-color: #60a5fa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
}

.tw-via-blue-500 {
  --gradient-via-color: #3b82f6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
}

.tw-via-blue-600 {
  --gradient-via-color: #2563eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
}

.tw-via-blue-700 {
  --gradient-via-color: #1d4ed8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
}

.tw-via-blue-800 {
  --gradient-via-color: #1e40af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
}

.tw-via-blue-900 {
  --gradient-via-color: #1e3a8a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
}

.tw-via-indigo-50 {
  --gradient-via-color: #eef2ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
}

.tw-via-indigo-100 {
  --gradient-via-color: #e0e7ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
}

.tw-via-indigo-200 {
  --gradient-via-color: #c7d2fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
}

.tw-via-indigo-300 {
  --gradient-via-color: #a5b4fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
}

.tw-via-indigo-400 {
  --gradient-via-color: #818cf8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
}

.tw-via-indigo-500 {
  --gradient-via-color: #6366f1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
}

.tw-via-indigo-600 {
  --gradient-via-color: #4f46e5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
}

.tw-via-indigo-700 {
  --gradient-via-color: #4338ca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
}

.tw-via-indigo-800 {
  --gradient-via-color: #3730a3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
}

.tw-via-indigo-900 {
  --gradient-via-color: #312e81 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
}

.tw-via-purple-50 {
  --gradient-via-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.tw-via-purple-100 {
  --gradient-via-color: #f3e8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
}

.tw-via-purple-200 {
  --gradient-via-color: #e9d5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
}

.tw-via-purple-300 {
  --gradient-via-color: #d8b4fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
}

.tw-via-purple-400 {
  --gradient-via-color: #c084fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
}

.tw-via-purple-500 {
  --gradient-via-color: #a855f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
}

.tw-via-purple-600 {
  --gradient-via-color: #9333ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
}

.tw-via-purple-700 {
  --gradient-via-color: #7e22ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
}

.tw-via-purple-800 {
  --gradient-via-color: #6b21a8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
}

.tw-via-purple-900 {
  --gradient-via-color: #581c87 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
}

.tw-via-pink-50 {
  --gradient-via-color: #fdf2f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
}

.tw-via-pink-100 {
  --gradient-via-color: #fce7f3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
}

.tw-via-pink-200 {
  --gradient-via-color: #fbcfe8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
}

.tw-via-pink-300 {
  --gradient-via-color: #f9a8d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
}

.tw-via-pink-400 {
  --gradient-via-color: #f472b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
}

.tw-via-pink-500 {
  --gradient-via-color: #ec4899 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
}

.tw-via-pink-600 {
  --gradient-via-color: #db2777 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
}

.tw-via-pink-700 {
  --gradient-via-color: #be185d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
}

.tw-via-pink-800 {
  --gradient-via-color: #9d174d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
}

.tw-via-pink-900 {
  --gradient-via-color: #831843 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
}

.tw-via-app-main {
  --gradient-via-color: #F18D11 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
}

.tw-via-app-sub-blue {
  --gradient-via-color: #1E548F !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
}

.tw-via-app-yellow {
  --gradient-via-color: #FFF5D1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
}

.tw-via-theme-primary {
  --gradient-via-color: #f3980f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
}

.tw-via-theme-info {
  --gradient-via-color: #1b925a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
}

.tw-via-slate-50 {
  --gradient-via-color: #f8fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
}

.tw-via-slate-100 {
  --gradient-via-color: #f1f5f9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
}

.tw-via-slate-200 {
  --gradient-via-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.tw-via-slate-300 {
  --gradient-via-color: #cbd5e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
}

.tw-via-slate-400 {
  --gradient-via-color: #94a3b8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
}

.tw-via-slate-500 {
  --gradient-via-color: #64748b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
}

.tw-via-slate-600 {
  --gradient-via-color: #475569 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
}

.tw-via-slate-700 {
  --gradient-via-color: #334155 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
}

.tw-via-slate-800 {
  --gradient-via-color: #1e293b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
}

.tw-via-slate-900 {
  --gradient-via-color: #0f172a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
}

.tw-via-zinc-50 {
  --gradient-via-color: #fafafa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
}

.tw-via-zinc-100 {
  --gradient-via-color: #f4f4f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
}

.tw-via-zinc-200 {
  --gradient-via-color: #e4e4e7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
}

.tw-via-zinc-300 {
  --gradient-via-color: #d4d4d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
}

.tw-via-zinc-400 {
  --gradient-via-color: #a1a1aa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
}

.tw-via-zinc-500 {
  --gradient-via-color: #71717a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
}

.tw-via-zinc-600 {
  --gradient-via-color: #52525b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
}

.tw-via-zinc-700 {
  --gradient-via-color: #3f3f46 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
}

.tw-via-zinc-800 {
  --gradient-via-color: #27272a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
}

.tw-via-zinc-900 {
  --gradient-via-color: #18181b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
}

.tw-via-neutral-50 {
  --gradient-via-color: #fafafa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
}

.tw-via-neutral-100 {
  --gradient-via-color: #f5f5f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
}

.tw-via-neutral-200 {
  --gradient-via-color: #e5e5e5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
}

.tw-via-neutral-300 {
  --gradient-via-color: #d4d4d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
}

.tw-via-neutral-400 {
  --gradient-via-color: #a3a3a3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
}

.tw-via-neutral-500 {
  --gradient-via-color: #737373 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
}

.tw-via-neutral-600 {
  --gradient-via-color: #525252 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
}

.tw-via-neutral-700 {
  --gradient-via-color: #404040 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
}

.tw-via-neutral-800 {
  --gradient-via-color: #262626 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
}

.tw-via-neutral-900 {
  --gradient-via-color: #171717 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
}

.tw-via-stone-50 {
  --gradient-via-color: #fafaf9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
}

.tw-via-stone-100 {
  --gradient-via-color: #f5f5f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
}

.tw-via-stone-200 {
  --gradient-via-color: #e7e5e4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
}

.tw-via-stone-300 {
  --gradient-via-color: #d6d3d1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
}

.tw-via-stone-400 {
  --gradient-via-color: #a8a29e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
}

.tw-via-stone-500 {
  --gradient-via-color: #78716c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
}

.tw-via-stone-600 {
  --gradient-via-color: #57534e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
}

.tw-via-stone-700 {
  --gradient-via-color: #44403c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
}

.tw-via-stone-800 {
  --gradient-via-color: #292524 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
}

.tw-via-stone-900 {
  --gradient-via-color: #1c1917 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
}

.tw-via-amber-50 {
  --gradient-via-color: #fffbeb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
}

.tw-via-amber-100 {
  --gradient-via-color: #fef3c7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
}

.tw-via-amber-200 {
  --gradient-via-color: #fde68a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
}

.tw-via-amber-300 {
  --gradient-via-color: #fcd34d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
}

.tw-via-amber-400 {
  --gradient-via-color: #fbbf24 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
}

.tw-via-amber-500 {
  --gradient-via-color: #f59e0b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
}

.tw-via-amber-600 {
  --gradient-via-color: #d97706 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
}

.tw-via-amber-700 {
  --gradient-via-color: #b45309 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
}

.tw-via-amber-800 {
  --gradient-via-color: #92400e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
}

.tw-via-amber-900 {
  --gradient-via-color: #78350f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
}

.tw-via-lime-50 {
  --gradient-via-color: #f7fee7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
}

.tw-via-lime-100 {
  --gradient-via-color: #ecfccb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
}

.tw-via-lime-200 {
  --gradient-via-color: #d9f99d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
}

.tw-via-lime-300 {
  --gradient-via-color: #bef264 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
}

.tw-via-lime-400 {
  --gradient-via-color: #a3e635 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
}

.tw-via-lime-500 {
  --gradient-via-color: #84cc16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
}

.tw-via-lime-600 {
  --gradient-via-color: #65a30d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
}

.tw-via-lime-700 {
  --gradient-via-color: #4d7c0f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
}

.tw-via-lime-800 {
  --gradient-via-color: #3f6212 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
}

.tw-via-lime-900 {
  --gradient-via-color: #365314 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
}

.tw-via-emerald-50 {
  --gradient-via-color: #ecfdf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
}

.tw-via-emerald-100 {
  --gradient-via-color: #d1fae5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
}

.tw-via-emerald-200 {
  --gradient-via-color: #a7f3d0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
}

.tw-via-emerald-300 {
  --gradient-via-color: #6ee7b7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
}

.tw-via-emerald-400 {
  --gradient-via-color: #34d399 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
}

.tw-via-emerald-500 {
  --gradient-via-color: #10b981 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
}

.tw-via-emerald-600 {
  --gradient-via-color: #059669 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
}

.tw-via-emerald-700 {
  --gradient-via-color: #047857 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
}

.tw-via-emerald-800 {
  --gradient-via-color: #065f46 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
}

.tw-via-emerald-900 {
  --gradient-via-color: #064e3b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
}

.tw-via-cyan-50 {
  --gradient-via-color: #ecfeff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
}

.tw-via-cyan-100 {
  --gradient-via-color: #cffafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
}

.tw-via-cyan-200 {
  --gradient-via-color: #a5f3fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
}

.tw-via-cyan-300 {
  --gradient-via-color: #67e8f9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
}

.tw-via-cyan-400 {
  --gradient-via-color: #22d3ee !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
}

.tw-via-cyan-500 {
  --gradient-via-color: #06b6d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
}

.tw-via-cyan-600 {
  --gradient-via-color: #0891b2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
}

.tw-via-cyan-700 {
  --gradient-via-color: #0e7490 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
}

.tw-via-cyan-800 {
  --gradient-via-color: #155e75 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
}

.tw-via-cyan-900 {
  --gradient-via-color: #164e63 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
}

.tw-via-sky-50 {
  --gradient-via-color: #f0f9ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
}

.tw-via-sky-100 {
  --gradient-via-color: #e0f2fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
}

.tw-via-sky-200 {
  --gradient-via-color: #bae6fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
}

.tw-via-sky-300 {
  --gradient-via-color: #7dd3fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
}

.tw-via-sky-400 {
  --gradient-via-color: #38bdf8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
}

.tw-via-sky-500 {
  --gradient-via-color: #0ea5e9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
}

.tw-via-sky-600 {
  --gradient-via-color: #0284c7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
}

.tw-via-sky-700 {
  --gradient-via-color: #0369a1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
}

.tw-via-sky-800 {
  --gradient-via-color: #075985 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
}

.tw-via-sky-900 {
  --gradient-via-color: #0c4a6e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
}

.tw-via-violet-50 {
  --gradient-via-color: #f5f3ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
}

.tw-via-violet-100 {
  --gradient-via-color: #ede9fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
}

.tw-via-violet-200 {
  --gradient-via-color: #ddd6fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
}

.tw-via-violet-300 {
  --gradient-via-color: #c4b5fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
}

.tw-via-violet-400 {
  --gradient-via-color: #a78bfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
}

.tw-via-violet-500 {
  --gradient-via-color: #8b5cf6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
}

.tw-via-violet-600 {
  --gradient-via-color: #7c3aed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
}

.tw-via-violet-700 {
  --gradient-via-color: #6d28d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
}

.tw-via-violet-800 {
  --gradient-via-color: #5b21b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
}

.tw-via-violet-900 {
  --gradient-via-color: #4c1d95 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
}

.tw-via-fuchsia-50 {
  --gradient-via-color: #fdf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
}

.tw-via-fuchsia-100 {
  --gradient-via-color: #fae8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
}

.tw-via-fuchsia-200 {
  --gradient-via-color: #f5d0fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
}

.tw-via-fuchsia-300 {
  --gradient-via-color: #f0abfc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
}

.tw-via-fuchsia-400 {
  --gradient-via-color: #e879f9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
}

.tw-via-fuchsia-500 {
  --gradient-via-color: #d946ef !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
}

.tw-via-fuchsia-600 {
  --gradient-via-color: #c026d3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
}

.tw-via-fuchsia-700 {
  --gradient-via-color: #a21caf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
}

.tw-via-fuchsia-800 {
  --gradient-via-color: #86198f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
}

.tw-via-fuchsia-900 {
  --gradient-via-color: #701a75 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
}

.tw-via-rose-50 {
  --gradient-via-color: #fff1f2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
}

.tw-via-rose-100 {
  --gradient-via-color: #ffe4e6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
}

.tw-via-rose-200 {
  --gradient-via-color: #fecdd3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
}

.tw-via-rose-300 {
  --gradient-via-color: #fda4af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
}

.tw-via-rose-400 {
  --gradient-via-color: #fb7185 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
}

.tw-via-rose-500 {
  --gradient-via-color: #f43f5e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
}

.tw-via-rose-600 {
  --gradient-via-color: #e11d48 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
}

.tw-via-rose-700 {
  --gradient-via-color: #be123c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
}

.tw-via-rose-800 {
  --gradient-via-color: #9f1239 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
}

.tw-via-rose-900 {
  --gradient-via-color: #881337 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
}

.tw-to-transparent {
  --gradient-to-color: transparent !important;
}

.tw-to-current {
  --gradient-to-color: currentColor !important;
}

.tw-to-black {
  --gradient-to-color: #000 !important;
}

.tw-to-white {
  --gradient-to-color: #fff !important;
}

.tw-to-gray-50 {
  --gradient-to-color: #f9fafb !important;
}

.tw-to-gray-100 {
  --gradient-to-color: #f3f4f6 !important;
}

.tw-to-gray-200 {
  --gradient-to-color: #e5e7eb !important;
}

.tw-to-gray-300 {
  --gradient-to-color: #d1d5db !important;
}

.tw-to-gray-400 {
  --gradient-to-color: #9ca3af !important;
}

.tw-to-gray-500 {
  --gradient-to-color: #6b7280 !important;
}

.tw-to-gray-600 {
  --gradient-to-color: #4b5563 !important;
}

.tw-to-gray-700 {
  --gradient-to-color: #374151 !important;
}

.tw-to-gray-800 {
  --gradient-to-color: #1f2937 !important;
}

.tw-to-gray-900 {
  --gradient-to-color: #111827 !important;
}

.tw-to-red-50 {
  --gradient-to-color: #fef2f2 !important;
}

.tw-to-red-100 {
  --gradient-to-color: #fee2e2 !important;
}

.tw-to-red-200 {
  --gradient-to-color: #fecaca !important;
}

.tw-to-red-300 {
  --gradient-to-color: #fca5a5 !important;
}

.tw-to-red-400 {
  --gradient-to-color: #f87171 !important;
}

.tw-to-red-500 {
  --gradient-to-color: #ef4444 !important;
}

.tw-to-red-600 {
  --gradient-to-color: #dc2626 !important;
}

.tw-to-red-700 {
  --gradient-to-color: #b91c1c !important;
}

.tw-to-red-800 {
  --gradient-to-color: #991b1b !important;
}

.tw-to-red-900 {
  --gradient-to-color: #7f1d1d !important;
}

.tw-to-orange-50 {
  --gradient-to-color: #fff7ed !important;
}

.tw-to-orange-100 {
  --gradient-to-color: #ffedd5 !important;
}

.tw-to-orange-200 {
  --gradient-to-color: #fed7aa !important;
}

.tw-to-orange-300 {
  --gradient-to-color: #fdba74 !important;
}

.tw-to-orange-400 {
  --gradient-to-color: #fb923c !important;
}

.tw-to-orange-500 {
  --gradient-to-color: #f97316 !important;
}

.tw-to-orange-600 {
  --gradient-to-color: #ea580c !important;
}

.tw-to-orange-700 {
  --gradient-to-color: #c2410c !important;
}

.tw-to-orange-800 {
  --gradient-to-color: #9a3412 !important;
}

.tw-to-orange-900 {
  --gradient-to-color: #7c2d12 !important;
}

.tw-to-yellow-50 {
  --gradient-to-color: #fefce8 !important;
}

.tw-to-yellow-100 {
  --gradient-to-color: #fef9c3 !important;
}

.tw-to-yellow-200 {
  --gradient-to-color: #fef08a !important;
}

.tw-to-yellow-300 {
  --gradient-to-color: #fde047 !important;
}

.tw-to-yellow-400 {
  --gradient-to-color: #facc15 !important;
}

.tw-to-yellow-500 {
  --gradient-to-color: #eab308 !important;
}

.tw-to-yellow-600 {
  --gradient-to-color: #ca8a04 !important;
}

.tw-to-yellow-700 {
  --gradient-to-color: #a16207 !important;
}

.tw-to-yellow-800 {
  --gradient-to-color: #854d0e !important;
}

.tw-to-yellow-900 {
  --gradient-to-color: #713f12 !important;
}

.tw-to-green-50 {
  --gradient-to-color: #f0fdf4 !important;
}

.tw-to-green-100 {
  --gradient-to-color: #dcfce7 !important;
}

.tw-to-green-200 {
  --gradient-to-color: #bbf7d0 !important;
}

.tw-to-green-300 {
  --gradient-to-color: #86efac !important;
}

.tw-to-green-400 {
  --gradient-to-color: #4ade80 !important;
}

.tw-to-green-500 {
  --gradient-to-color: #22c55e !important;
}

.tw-to-green-600 {
  --gradient-to-color: #16a34a !important;
}

.tw-to-green-700 {
  --gradient-to-color: #15803d !important;
}

.tw-to-green-800 {
  --gradient-to-color: #166534 !important;
}

.tw-to-green-900 {
  --gradient-to-color: #14532d !important;
}

.tw-to-teal-50 {
  --gradient-to-color: #f0fdfa !important;
}

.tw-to-teal-100 {
  --gradient-to-color: #ccfbf1 !important;
}

.tw-to-teal-200 {
  --gradient-to-color: #99f6e4 !important;
}

.tw-to-teal-300 {
  --gradient-to-color: #5eead4 !important;
}

.tw-to-teal-400 {
  --gradient-to-color: #2dd4bf !important;
}

.tw-to-teal-500 {
  --gradient-to-color: #14b8a6 !important;
}

.tw-to-teal-600 {
  --gradient-to-color: #0d9488 !important;
}

.tw-to-teal-700 {
  --gradient-to-color: #0f766e !important;
}

.tw-to-teal-800 {
  --gradient-to-color: #115e59 !important;
}

.tw-to-teal-900 {
  --gradient-to-color: #134e4a !important;
}

.tw-to-blue-50 {
  --gradient-to-color: #eff6ff !important;
}

.tw-to-blue-100 {
  --gradient-to-color: #dbeafe !important;
}

.tw-to-blue-200 {
  --gradient-to-color: #bfdbfe !important;
}

.tw-to-blue-300 {
  --gradient-to-color: #93c5fd !important;
}

.tw-to-blue-400 {
  --gradient-to-color: #60a5fa !important;
}

.tw-to-blue-500 {
  --gradient-to-color: #3b82f6 !important;
}

.tw-to-blue-600 {
  --gradient-to-color: #2563eb !important;
}

.tw-to-blue-700 {
  --gradient-to-color: #1d4ed8 !important;
}

.tw-to-blue-800 {
  --gradient-to-color: #1e40af !important;
}

.tw-to-blue-900 {
  --gradient-to-color: #1e3a8a !important;
}

.tw-to-indigo-50 {
  --gradient-to-color: #eef2ff !important;
}

.tw-to-indigo-100 {
  --gradient-to-color: #e0e7ff !important;
}

.tw-to-indigo-200 {
  --gradient-to-color: #c7d2fe !important;
}

.tw-to-indigo-300 {
  --gradient-to-color: #a5b4fc !important;
}

.tw-to-indigo-400 {
  --gradient-to-color: #818cf8 !important;
}

.tw-to-indigo-500 {
  --gradient-to-color: #6366f1 !important;
}

.tw-to-indigo-600 {
  --gradient-to-color: #4f46e5 !important;
}

.tw-to-indigo-700 {
  --gradient-to-color: #4338ca !important;
}

.tw-to-indigo-800 {
  --gradient-to-color: #3730a3 !important;
}

.tw-to-indigo-900 {
  --gradient-to-color: #312e81 !important;
}

.tw-to-purple-50 {
  --gradient-to-color: #faf5ff !important;
}

.tw-to-purple-100 {
  --gradient-to-color: #f3e8ff !important;
}

.tw-to-purple-200 {
  --gradient-to-color: #e9d5ff !important;
}

.tw-to-purple-300 {
  --gradient-to-color: #d8b4fe !important;
}

.tw-to-purple-400 {
  --gradient-to-color: #c084fc !important;
}

.tw-to-purple-500 {
  --gradient-to-color: #a855f7 !important;
}

.tw-to-purple-600 {
  --gradient-to-color: #9333ea !important;
}

.tw-to-purple-700 {
  --gradient-to-color: #7e22ce !important;
}

.tw-to-purple-800 {
  --gradient-to-color: #6b21a8 !important;
}

.tw-to-purple-900 {
  --gradient-to-color: #581c87 !important;
}

.tw-to-pink-50 {
  --gradient-to-color: #fdf2f8 !important;
}

.tw-to-pink-100 {
  --gradient-to-color: #fce7f3 !important;
}

.tw-to-pink-200 {
  --gradient-to-color: #fbcfe8 !important;
}

.tw-to-pink-300 {
  --gradient-to-color: #f9a8d4 !important;
}

.tw-to-pink-400 {
  --gradient-to-color: #f472b6 !important;
}

.tw-to-pink-500 {
  --gradient-to-color: #ec4899 !important;
}

.tw-to-pink-600 {
  --gradient-to-color: #db2777 !important;
}

.tw-to-pink-700 {
  --gradient-to-color: #be185d !important;
}

.tw-to-pink-800 {
  --gradient-to-color: #9d174d !important;
}

.tw-to-pink-900 {
  --gradient-to-color: #831843 !important;
}

.tw-to-app-main {
  --gradient-to-color: #F18D11 !important;
}

.tw-to-app-sub-blue {
  --gradient-to-color: #1E548F !important;
}

.tw-to-app-yellow {
  --gradient-to-color: #FFF5D1 !important;
}

.tw-to-theme-primary {
  --gradient-to-color: #f3980f !important;
}

.tw-to-theme-info {
  --gradient-to-color: #1b925a !important;
}

.tw-to-slate-50 {
  --gradient-to-color: #f8fafc !important;
}

.tw-to-slate-100 {
  --gradient-to-color: #f1f5f9 !important;
}

.tw-to-slate-200 {
  --gradient-to-color: #e2e8f0 !important;
}

.tw-to-slate-300 {
  --gradient-to-color: #cbd5e1 !important;
}

.tw-to-slate-400 {
  --gradient-to-color: #94a3b8 !important;
}

.tw-to-slate-500 {
  --gradient-to-color: #64748b !important;
}

.tw-to-slate-600 {
  --gradient-to-color: #475569 !important;
}

.tw-to-slate-700 {
  --gradient-to-color: #334155 !important;
}

.tw-to-slate-800 {
  --gradient-to-color: #1e293b !important;
}

.tw-to-slate-900 {
  --gradient-to-color: #0f172a !important;
}

.tw-to-zinc-50 {
  --gradient-to-color: #fafafa !important;
}

.tw-to-zinc-100 {
  --gradient-to-color: #f4f4f5 !important;
}

.tw-to-zinc-200 {
  --gradient-to-color: #e4e4e7 !important;
}

.tw-to-zinc-300 {
  --gradient-to-color: #d4d4d8 !important;
}

.tw-to-zinc-400 {
  --gradient-to-color: #a1a1aa !important;
}

.tw-to-zinc-500 {
  --gradient-to-color: #71717a !important;
}

.tw-to-zinc-600 {
  --gradient-to-color: #52525b !important;
}

.tw-to-zinc-700 {
  --gradient-to-color: #3f3f46 !important;
}

.tw-to-zinc-800 {
  --gradient-to-color: #27272a !important;
}

.tw-to-zinc-900 {
  --gradient-to-color: #18181b !important;
}

.tw-to-neutral-50 {
  --gradient-to-color: #fafafa !important;
}

.tw-to-neutral-100 {
  --gradient-to-color: #f5f5f5 !important;
}

.tw-to-neutral-200 {
  --gradient-to-color: #e5e5e5 !important;
}

.tw-to-neutral-300 {
  --gradient-to-color: #d4d4d4 !important;
}

.tw-to-neutral-400 {
  --gradient-to-color: #a3a3a3 !important;
}

.tw-to-neutral-500 {
  --gradient-to-color: #737373 !important;
}

.tw-to-neutral-600 {
  --gradient-to-color: #525252 !important;
}

.tw-to-neutral-700 {
  --gradient-to-color: #404040 !important;
}

.tw-to-neutral-800 {
  --gradient-to-color: #262626 !important;
}

.tw-to-neutral-900 {
  --gradient-to-color: #171717 !important;
}

.tw-to-stone-50 {
  --gradient-to-color: #fafaf9 !important;
}

.tw-to-stone-100 {
  --gradient-to-color: #f5f5f4 !important;
}

.tw-to-stone-200 {
  --gradient-to-color: #e7e5e4 !important;
}

.tw-to-stone-300 {
  --gradient-to-color: #d6d3d1 !important;
}

.tw-to-stone-400 {
  --gradient-to-color: #a8a29e !important;
}

.tw-to-stone-500 {
  --gradient-to-color: #78716c !important;
}

.tw-to-stone-600 {
  --gradient-to-color: #57534e !important;
}

.tw-to-stone-700 {
  --gradient-to-color: #44403c !important;
}

.tw-to-stone-800 {
  --gradient-to-color: #292524 !important;
}

.tw-to-stone-900 {
  --gradient-to-color: #1c1917 !important;
}

.tw-to-amber-50 {
  --gradient-to-color: #fffbeb !important;
}

.tw-to-amber-100 {
  --gradient-to-color: #fef3c7 !important;
}

.tw-to-amber-200 {
  --gradient-to-color: #fde68a !important;
}

.tw-to-amber-300 {
  --gradient-to-color: #fcd34d !important;
}

.tw-to-amber-400 {
  --gradient-to-color: #fbbf24 !important;
}

.tw-to-amber-500 {
  --gradient-to-color: #f59e0b !important;
}

.tw-to-amber-600 {
  --gradient-to-color: #d97706 !important;
}

.tw-to-amber-700 {
  --gradient-to-color: #b45309 !important;
}

.tw-to-amber-800 {
  --gradient-to-color: #92400e !important;
}

.tw-to-amber-900 {
  --gradient-to-color: #78350f !important;
}

.tw-to-lime-50 {
  --gradient-to-color: #f7fee7 !important;
}

.tw-to-lime-100 {
  --gradient-to-color: #ecfccb !important;
}

.tw-to-lime-200 {
  --gradient-to-color: #d9f99d !important;
}

.tw-to-lime-300 {
  --gradient-to-color: #bef264 !important;
}

.tw-to-lime-400 {
  --gradient-to-color: #a3e635 !important;
}

.tw-to-lime-500 {
  --gradient-to-color: #84cc16 !important;
}

.tw-to-lime-600 {
  --gradient-to-color: #65a30d !important;
}

.tw-to-lime-700 {
  --gradient-to-color: #4d7c0f !important;
}

.tw-to-lime-800 {
  --gradient-to-color: #3f6212 !important;
}

.tw-to-lime-900 {
  --gradient-to-color: #365314 !important;
}

.tw-to-emerald-50 {
  --gradient-to-color: #ecfdf5 !important;
}

.tw-to-emerald-100 {
  --gradient-to-color: #d1fae5 !important;
}

.tw-to-emerald-200 {
  --gradient-to-color: #a7f3d0 !important;
}

.tw-to-emerald-300 {
  --gradient-to-color: #6ee7b7 !important;
}

.tw-to-emerald-400 {
  --gradient-to-color: #34d399 !important;
}

.tw-to-emerald-500 {
  --gradient-to-color: #10b981 !important;
}

.tw-to-emerald-600 {
  --gradient-to-color: #059669 !important;
}

.tw-to-emerald-700 {
  --gradient-to-color: #047857 !important;
}

.tw-to-emerald-800 {
  --gradient-to-color: #065f46 !important;
}

.tw-to-emerald-900 {
  --gradient-to-color: #064e3b !important;
}

.tw-to-cyan-50 {
  --gradient-to-color: #ecfeff !important;
}

.tw-to-cyan-100 {
  --gradient-to-color: #cffafe !important;
}

.tw-to-cyan-200 {
  --gradient-to-color: #a5f3fc !important;
}

.tw-to-cyan-300 {
  --gradient-to-color: #67e8f9 !important;
}

.tw-to-cyan-400 {
  --gradient-to-color: #22d3ee !important;
}

.tw-to-cyan-500 {
  --gradient-to-color: #06b6d4 !important;
}

.tw-to-cyan-600 {
  --gradient-to-color: #0891b2 !important;
}

.tw-to-cyan-700 {
  --gradient-to-color: #0e7490 !important;
}

.tw-to-cyan-800 {
  --gradient-to-color: #155e75 !important;
}

.tw-to-cyan-900 {
  --gradient-to-color: #164e63 !important;
}

.tw-to-sky-50 {
  --gradient-to-color: #f0f9ff !important;
}

.tw-to-sky-100 {
  --gradient-to-color: #e0f2fe !important;
}

.tw-to-sky-200 {
  --gradient-to-color: #bae6fd !important;
}

.tw-to-sky-300 {
  --gradient-to-color: #7dd3fc !important;
}

.tw-to-sky-400 {
  --gradient-to-color: #38bdf8 !important;
}

.tw-to-sky-500 {
  --gradient-to-color: #0ea5e9 !important;
}

.tw-to-sky-600 {
  --gradient-to-color: #0284c7 !important;
}

.tw-to-sky-700 {
  --gradient-to-color: #0369a1 !important;
}

.tw-to-sky-800 {
  --gradient-to-color: #075985 !important;
}

.tw-to-sky-900 {
  --gradient-to-color: #0c4a6e !important;
}

.tw-to-violet-50 {
  --gradient-to-color: #f5f3ff !important;
}

.tw-to-violet-100 {
  --gradient-to-color: #ede9fe !important;
}

.tw-to-violet-200 {
  --gradient-to-color: #ddd6fe !important;
}

.tw-to-violet-300 {
  --gradient-to-color: #c4b5fd !important;
}

.tw-to-violet-400 {
  --gradient-to-color: #a78bfa !important;
}

.tw-to-violet-500 {
  --gradient-to-color: #8b5cf6 !important;
}

.tw-to-violet-600 {
  --gradient-to-color: #7c3aed !important;
}

.tw-to-violet-700 {
  --gradient-to-color: #6d28d9 !important;
}

.tw-to-violet-800 {
  --gradient-to-color: #5b21b6 !important;
}

.tw-to-violet-900 {
  --gradient-to-color: #4c1d95 !important;
}

.tw-to-fuchsia-50 {
  --gradient-to-color: #fdf4ff !important;
}

.tw-to-fuchsia-100 {
  --gradient-to-color: #fae8ff !important;
}

.tw-to-fuchsia-200 {
  --gradient-to-color: #f5d0fe !important;
}

.tw-to-fuchsia-300 {
  --gradient-to-color: #f0abfc !important;
}

.tw-to-fuchsia-400 {
  --gradient-to-color: #e879f9 !important;
}

.tw-to-fuchsia-500 {
  --gradient-to-color: #d946ef !important;
}

.tw-to-fuchsia-600 {
  --gradient-to-color: #c026d3 !important;
}

.tw-to-fuchsia-700 {
  --gradient-to-color: #a21caf !important;
}

.tw-to-fuchsia-800 {
  --gradient-to-color: #86198f !important;
}

.tw-to-fuchsia-900 {
  --gradient-to-color: #701a75 !important;
}

.tw-to-rose-50 {
  --gradient-to-color: #fff1f2 !important;
}

.tw-to-rose-100 {
  --gradient-to-color: #ffe4e6 !important;
}

.tw-to-rose-200 {
  --gradient-to-color: #fecdd3 !important;
}

.tw-to-rose-300 {
  --gradient-to-color: #fda4af !important;
}

.tw-to-rose-400 {
  --gradient-to-color: #fb7185 !important;
}

.tw-to-rose-500 {
  --gradient-to-color: #f43f5e !important;
}

.tw-to-rose-600 {
  --gradient-to-color: #e11d48 !important;
}

.tw-to-rose-700 {
  --gradient-to-color: #be123c !important;
}

.tw-to-rose-800 {
  --gradient-to-color: #9f1239 !important;
}

.tw-to-rose-900 {
  --gradient-to-color: #881337 !important;
}

.hover\:tw-from-transparent:hover {
  --gradient-from-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.hover\:tw-from-current:hover {
  --gradient-from-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:tw-from-black:hover {
  --gradient-from-color: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.hover\:tw-from-white:hover {
  --gradient-from-color: #fff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:tw-from-gray-50:hover {
  --gradient-from-color: #f9fafb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
}

.hover\:tw-from-gray-100:hover {
  --gradient-from-color: #f3f4f6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
}

.hover\:tw-from-gray-200:hover {
  --gradient-from-color: #e5e7eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
}

.hover\:tw-from-gray-300:hover {
  --gradient-from-color: #d1d5db !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
}

.hover\:tw-from-gray-400:hover {
  --gradient-from-color: #9ca3af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
}

.hover\:tw-from-gray-500:hover {
  --gradient-from-color: #6b7280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
}

.hover\:tw-from-gray-600:hover {
  --gradient-from-color: #4b5563 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
}

.hover\:tw-from-gray-700:hover {
  --gradient-from-color: #374151 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
}

.hover\:tw-from-gray-800:hover {
  --gradient-from-color: #1f2937 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
}

.hover\:tw-from-gray-900:hover {
  --gradient-from-color: #111827 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
}

.hover\:tw-from-red-50:hover {
  --gradient-from-color: #fef2f2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
}

.hover\:tw-from-red-100:hover {
  --gradient-from-color: #fee2e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
}

.hover\:tw-from-red-200:hover {
  --gradient-from-color: #fecaca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
}

.hover\:tw-from-red-300:hover {
  --gradient-from-color: #fca5a5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
}

.hover\:tw-from-red-400:hover {
  --gradient-from-color: #f87171 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
}

.hover\:tw-from-red-500:hover {
  --gradient-from-color: #ef4444 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
}

.hover\:tw-from-red-600:hover {
  --gradient-from-color: #dc2626 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
}

.hover\:tw-from-red-700:hover {
  --gradient-from-color: #b91c1c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
}

.hover\:tw-from-red-800:hover {
  --gradient-from-color: #991b1b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
}

.hover\:tw-from-red-900:hover {
  --gradient-from-color: #7f1d1d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
}

.hover\:tw-from-orange-50:hover {
  --gradient-from-color: #fff7ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
}

.hover\:tw-from-orange-100:hover {
  --gradient-from-color: #ffedd5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
}

.hover\:tw-from-orange-200:hover {
  --gradient-from-color: #fed7aa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
}

.hover\:tw-from-orange-300:hover {
  --gradient-from-color: #fdba74 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
}

.hover\:tw-from-orange-400:hover {
  --gradient-from-color: #fb923c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
}

.hover\:tw-from-orange-500:hover {
  --gradient-from-color: #f97316 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
}

.hover\:tw-from-orange-600:hover {
  --gradient-from-color: #ea580c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
}

.hover\:tw-from-orange-700:hover {
  --gradient-from-color: #c2410c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
}

.hover\:tw-from-orange-800:hover {
  --gradient-from-color: #9a3412 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
}

.hover\:tw-from-orange-900:hover {
  --gradient-from-color: #7c2d12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
}

.hover\:tw-from-yellow-50:hover {
  --gradient-from-color: #fefce8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
}

.hover\:tw-from-yellow-100:hover {
  --gradient-from-color: #fef9c3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
}

.hover\:tw-from-yellow-200:hover {
  --gradient-from-color: #fef08a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
}

.hover\:tw-from-yellow-300:hover {
  --gradient-from-color: #fde047 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
}

.hover\:tw-from-yellow-400:hover {
  --gradient-from-color: #facc15 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
}

.hover\:tw-from-yellow-500:hover {
  --gradient-from-color: #eab308 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
}

.hover\:tw-from-yellow-600:hover {
  --gradient-from-color: #ca8a04 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
}

.hover\:tw-from-yellow-700:hover {
  --gradient-from-color: #a16207 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
}

.hover\:tw-from-yellow-800:hover {
  --gradient-from-color: #854d0e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
}

.hover\:tw-from-yellow-900:hover {
  --gradient-from-color: #713f12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
}

.hover\:tw-from-green-50:hover {
  --gradient-from-color: #f0fdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
}

.hover\:tw-from-green-100:hover {
  --gradient-from-color: #dcfce7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
}

.hover\:tw-from-green-200:hover {
  --gradient-from-color: #bbf7d0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
}

.hover\:tw-from-green-300:hover {
  --gradient-from-color: #86efac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
}

.hover\:tw-from-green-400:hover {
  --gradient-from-color: #4ade80 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
}

.hover\:tw-from-green-500:hover {
  --gradient-from-color: #22c55e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
}

.hover\:tw-from-green-600:hover {
  --gradient-from-color: #16a34a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
}

.hover\:tw-from-green-700:hover {
  --gradient-from-color: #15803d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
}

.hover\:tw-from-green-800:hover {
  --gradient-from-color: #166534 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
}

.hover\:tw-from-green-900:hover {
  --gradient-from-color: #14532d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
}

.hover\:tw-from-teal-50:hover {
  --gradient-from-color: #f0fdfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
}

.hover\:tw-from-teal-100:hover {
  --gradient-from-color: #ccfbf1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
}

.hover\:tw-from-teal-200:hover {
  --gradient-from-color: #99f6e4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
}

.hover\:tw-from-teal-300:hover {
  --gradient-from-color: #5eead4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
}

.hover\:tw-from-teal-400:hover {
  --gradient-from-color: #2dd4bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
}

.hover\:tw-from-teal-500:hover {
  --gradient-from-color: #14b8a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
}

.hover\:tw-from-teal-600:hover {
  --gradient-from-color: #0d9488 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
}

.hover\:tw-from-teal-700:hover {
  --gradient-from-color: #0f766e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
}

.hover\:tw-from-teal-800:hover {
  --gradient-from-color: #115e59 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
}

.hover\:tw-from-teal-900:hover {
  --gradient-from-color: #134e4a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
}

.hover\:tw-from-blue-50:hover {
  --gradient-from-color: #eff6ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
}

.hover\:tw-from-blue-100:hover {
  --gradient-from-color: #dbeafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
}

.hover\:tw-from-blue-200:hover {
  --gradient-from-color: #bfdbfe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
}

.hover\:tw-from-blue-300:hover {
  --gradient-from-color: #93c5fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
}

.hover\:tw-from-blue-400:hover {
  --gradient-from-color: #60a5fa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
}

.hover\:tw-from-blue-500:hover {
  --gradient-from-color: #3b82f6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
}

.hover\:tw-from-blue-600:hover {
  --gradient-from-color: #2563eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
}

.hover\:tw-from-blue-700:hover {
  --gradient-from-color: #1d4ed8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
}

.hover\:tw-from-blue-800:hover {
  --gradient-from-color: #1e40af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
}

.hover\:tw-from-blue-900:hover {
  --gradient-from-color: #1e3a8a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
}

.hover\:tw-from-indigo-50:hover {
  --gradient-from-color: #eef2ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
}

.hover\:tw-from-indigo-100:hover {
  --gradient-from-color: #e0e7ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
}

.hover\:tw-from-indigo-200:hover {
  --gradient-from-color: #c7d2fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
}

.hover\:tw-from-indigo-300:hover {
  --gradient-from-color: #a5b4fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
}

.hover\:tw-from-indigo-400:hover {
  --gradient-from-color: #818cf8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
}

.hover\:tw-from-indigo-500:hover {
  --gradient-from-color: #6366f1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
}

.hover\:tw-from-indigo-600:hover {
  --gradient-from-color: #4f46e5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
}

.hover\:tw-from-indigo-700:hover {
  --gradient-from-color: #4338ca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
}

.hover\:tw-from-indigo-800:hover {
  --gradient-from-color: #3730a3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
}

.hover\:tw-from-indigo-900:hover {
  --gradient-from-color: #312e81 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
}

.hover\:tw-from-purple-50:hover {
  --gradient-from-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.hover\:tw-from-purple-100:hover {
  --gradient-from-color: #f3e8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
}

.hover\:tw-from-purple-200:hover {
  --gradient-from-color: #e9d5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
}

.hover\:tw-from-purple-300:hover {
  --gradient-from-color: #d8b4fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
}

.hover\:tw-from-purple-400:hover {
  --gradient-from-color: #c084fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
}

.hover\:tw-from-purple-500:hover {
  --gradient-from-color: #a855f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
}

.hover\:tw-from-purple-600:hover {
  --gradient-from-color: #9333ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
}

.hover\:tw-from-purple-700:hover {
  --gradient-from-color: #7e22ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
}

.hover\:tw-from-purple-800:hover {
  --gradient-from-color: #6b21a8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
}

.hover\:tw-from-purple-900:hover {
  --gradient-from-color: #581c87 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
}

.hover\:tw-from-pink-50:hover {
  --gradient-from-color: #fdf2f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
}

.hover\:tw-from-pink-100:hover {
  --gradient-from-color: #fce7f3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
}

.hover\:tw-from-pink-200:hover {
  --gradient-from-color: #fbcfe8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
}

.hover\:tw-from-pink-300:hover {
  --gradient-from-color: #f9a8d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
}

.hover\:tw-from-pink-400:hover {
  --gradient-from-color: #f472b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
}

.hover\:tw-from-pink-500:hover {
  --gradient-from-color: #ec4899 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
}

.hover\:tw-from-pink-600:hover {
  --gradient-from-color: #db2777 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
}

.hover\:tw-from-pink-700:hover {
  --gradient-from-color: #be185d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
}

.hover\:tw-from-pink-800:hover {
  --gradient-from-color: #9d174d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
}

.hover\:tw-from-pink-900:hover {
  --gradient-from-color: #831843 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
}

.hover\:tw-from-app-main:hover {
  --gradient-from-color: #F18D11 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
}

.hover\:tw-from-app-sub-blue:hover {
  --gradient-from-color: #1E548F !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
}

.hover\:tw-from-app-yellow:hover {
  --gradient-from-color: #FFF5D1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
}

.hover\:tw-from-theme-primary:hover {
  --gradient-from-color: #f3980f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
}

.hover\:tw-from-theme-info:hover {
  --gradient-from-color: #1b925a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
}

.hover\:tw-from-slate-50:hover {
  --gradient-from-color: #f8fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
}

.hover\:tw-from-slate-100:hover {
  --gradient-from-color: #f1f5f9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
}

.hover\:tw-from-slate-200:hover {
  --gradient-from-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.hover\:tw-from-slate-300:hover {
  --gradient-from-color: #cbd5e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
}

.hover\:tw-from-slate-400:hover {
  --gradient-from-color: #94a3b8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
}

.hover\:tw-from-slate-500:hover {
  --gradient-from-color: #64748b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
}

.hover\:tw-from-slate-600:hover {
  --gradient-from-color: #475569 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
}

.hover\:tw-from-slate-700:hover {
  --gradient-from-color: #334155 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
}

.hover\:tw-from-slate-800:hover {
  --gradient-from-color: #1e293b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
}

.hover\:tw-from-slate-900:hover {
  --gradient-from-color: #0f172a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
}

.hover\:tw-from-zinc-50:hover {
  --gradient-from-color: #fafafa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
}

.hover\:tw-from-zinc-100:hover {
  --gradient-from-color: #f4f4f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
}

.hover\:tw-from-zinc-200:hover {
  --gradient-from-color: #e4e4e7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
}

.hover\:tw-from-zinc-300:hover {
  --gradient-from-color: #d4d4d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
}

.hover\:tw-from-zinc-400:hover {
  --gradient-from-color: #a1a1aa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
}

.hover\:tw-from-zinc-500:hover {
  --gradient-from-color: #71717a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
}

.hover\:tw-from-zinc-600:hover {
  --gradient-from-color: #52525b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
}

.hover\:tw-from-zinc-700:hover {
  --gradient-from-color: #3f3f46 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
}

.hover\:tw-from-zinc-800:hover {
  --gradient-from-color: #27272a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
}

.hover\:tw-from-zinc-900:hover {
  --gradient-from-color: #18181b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
}

.hover\:tw-from-neutral-50:hover {
  --gradient-from-color: #fafafa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
}

.hover\:tw-from-neutral-100:hover {
  --gradient-from-color: #f5f5f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
}

.hover\:tw-from-neutral-200:hover {
  --gradient-from-color: #e5e5e5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
}

.hover\:tw-from-neutral-300:hover {
  --gradient-from-color: #d4d4d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
}

.hover\:tw-from-neutral-400:hover {
  --gradient-from-color: #a3a3a3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
}

.hover\:tw-from-neutral-500:hover {
  --gradient-from-color: #737373 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
}

.hover\:tw-from-neutral-600:hover {
  --gradient-from-color: #525252 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
}

.hover\:tw-from-neutral-700:hover {
  --gradient-from-color: #404040 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
}

.hover\:tw-from-neutral-800:hover {
  --gradient-from-color: #262626 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
}

.hover\:tw-from-neutral-900:hover {
  --gradient-from-color: #171717 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
}

.hover\:tw-from-stone-50:hover {
  --gradient-from-color: #fafaf9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
}

.hover\:tw-from-stone-100:hover {
  --gradient-from-color: #f5f5f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
}

.hover\:tw-from-stone-200:hover {
  --gradient-from-color: #e7e5e4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
}

.hover\:tw-from-stone-300:hover {
  --gradient-from-color: #d6d3d1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
}

.hover\:tw-from-stone-400:hover {
  --gradient-from-color: #a8a29e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
}

.hover\:tw-from-stone-500:hover {
  --gradient-from-color: #78716c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
}

.hover\:tw-from-stone-600:hover {
  --gradient-from-color: #57534e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
}

.hover\:tw-from-stone-700:hover {
  --gradient-from-color: #44403c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
}

.hover\:tw-from-stone-800:hover {
  --gradient-from-color: #292524 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
}

.hover\:tw-from-stone-900:hover {
  --gradient-from-color: #1c1917 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
}

.hover\:tw-from-amber-50:hover {
  --gradient-from-color: #fffbeb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
}

.hover\:tw-from-amber-100:hover {
  --gradient-from-color: #fef3c7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
}

.hover\:tw-from-amber-200:hover {
  --gradient-from-color: #fde68a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
}

.hover\:tw-from-amber-300:hover {
  --gradient-from-color: #fcd34d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
}

.hover\:tw-from-amber-400:hover {
  --gradient-from-color: #fbbf24 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
}

.hover\:tw-from-amber-500:hover {
  --gradient-from-color: #f59e0b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
}

.hover\:tw-from-amber-600:hover {
  --gradient-from-color: #d97706 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
}

.hover\:tw-from-amber-700:hover {
  --gradient-from-color: #b45309 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
}

.hover\:tw-from-amber-800:hover {
  --gradient-from-color: #92400e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
}

.hover\:tw-from-amber-900:hover {
  --gradient-from-color: #78350f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
}

.hover\:tw-from-lime-50:hover {
  --gradient-from-color: #f7fee7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
}

.hover\:tw-from-lime-100:hover {
  --gradient-from-color: #ecfccb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
}

.hover\:tw-from-lime-200:hover {
  --gradient-from-color: #d9f99d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
}

.hover\:tw-from-lime-300:hover {
  --gradient-from-color: #bef264 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
}

.hover\:tw-from-lime-400:hover {
  --gradient-from-color: #a3e635 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
}

.hover\:tw-from-lime-500:hover {
  --gradient-from-color: #84cc16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
}

.hover\:tw-from-lime-600:hover {
  --gradient-from-color: #65a30d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
}

.hover\:tw-from-lime-700:hover {
  --gradient-from-color: #4d7c0f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
}

.hover\:tw-from-lime-800:hover {
  --gradient-from-color: #3f6212 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
}

.hover\:tw-from-lime-900:hover {
  --gradient-from-color: #365314 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
}

.hover\:tw-from-emerald-50:hover {
  --gradient-from-color: #ecfdf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
}

.hover\:tw-from-emerald-100:hover {
  --gradient-from-color: #d1fae5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
}

.hover\:tw-from-emerald-200:hover {
  --gradient-from-color: #a7f3d0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
}

.hover\:tw-from-emerald-300:hover {
  --gradient-from-color: #6ee7b7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
}

.hover\:tw-from-emerald-400:hover {
  --gradient-from-color: #34d399 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
}

.hover\:tw-from-emerald-500:hover {
  --gradient-from-color: #10b981 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
}

.hover\:tw-from-emerald-600:hover {
  --gradient-from-color: #059669 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
}

.hover\:tw-from-emerald-700:hover {
  --gradient-from-color: #047857 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
}

.hover\:tw-from-emerald-800:hover {
  --gradient-from-color: #065f46 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
}

.hover\:tw-from-emerald-900:hover {
  --gradient-from-color: #064e3b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
}

.hover\:tw-from-cyan-50:hover {
  --gradient-from-color: #ecfeff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
}

.hover\:tw-from-cyan-100:hover {
  --gradient-from-color: #cffafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
}

.hover\:tw-from-cyan-200:hover {
  --gradient-from-color: #a5f3fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
}

.hover\:tw-from-cyan-300:hover {
  --gradient-from-color: #67e8f9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
}

.hover\:tw-from-cyan-400:hover {
  --gradient-from-color: #22d3ee !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
}

.hover\:tw-from-cyan-500:hover {
  --gradient-from-color: #06b6d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
}

.hover\:tw-from-cyan-600:hover {
  --gradient-from-color: #0891b2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
}

.hover\:tw-from-cyan-700:hover {
  --gradient-from-color: #0e7490 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
}

.hover\:tw-from-cyan-800:hover {
  --gradient-from-color: #155e75 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
}

.hover\:tw-from-cyan-900:hover {
  --gradient-from-color: #164e63 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
}

.hover\:tw-from-sky-50:hover {
  --gradient-from-color: #f0f9ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
}

.hover\:tw-from-sky-100:hover {
  --gradient-from-color: #e0f2fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
}

.hover\:tw-from-sky-200:hover {
  --gradient-from-color: #bae6fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
}

.hover\:tw-from-sky-300:hover {
  --gradient-from-color: #7dd3fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
}

.hover\:tw-from-sky-400:hover {
  --gradient-from-color: #38bdf8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
}

.hover\:tw-from-sky-500:hover {
  --gradient-from-color: #0ea5e9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
}

.hover\:tw-from-sky-600:hover {
  --gradient-from-color: #0284c7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
}

.hover\:tw-from-sky-700:hover {
  --gradient-from-color: #0369a1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
}

.hover\:tw-from-sky-800:hover {
  --gradient-from-color: #075985 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
}

.hover\:tw-from-sky-900:hover {
  --gradient-from-color: #0c4a6e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
}

.hover\:tw-from-violet-50:hover {
  --gradient-from-color: #f5f3ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
}

.hover\:tw-from-violet-100:hover {
  --gradient-from-color: #ede9fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
}

.hover\:tw-from-violet-200:hover {
  --gradient-from-color: #ddd6fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
}

.hover\:tw-from-violet-300:hover {
  --gradient-from-color: #c4b5fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
}

.hover\:tw-from-violet-400:hover {
  --gradient-from-color: #a78bfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
}

.hover\:tw-from-violet-500:hover {
  --gradient-from-color: #8b5cf6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
}

.hover\:tw-from-violet-600:hover {
  --gradient-from-color: #7c3aed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
}

.hover\:tw-from-violet-700:hover {
  --gradient-from-color: #6d28d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
}

.hover\:tw-from-violet-800:hover {
  --gradient-from-color: #5b21b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
}

.hover\:tw-from-violet-900:hover {
  --gradient-from-color: #4c1d95 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
}

.hover\:tw-from-fuchsia-50:hover {
  --gradient-from-color: #fdf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
}

.hover\:tw-from-fuchsia-100:hover {
  --gradient-from-color: #fae8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
}

.hover\:tw-from-fuchsia-200:hover {
  --gradient-from-color: #f5d0fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
}

.hover\:tw-from-fuchsia-300:hover {
  --gradient-from-color: #f0abfc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
}

.hover\:tw-from-fuchsia-400:hover {
  --gradient-from-color: #e879f9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
}

.hover\:tw-from-fuchsia-500:hover {
  --gradient-from-color: #d946ef !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
}

.hover\:tw-from-fuchsia-600:hover {
  --gradient-from-color: #c026d3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
}

.hover\:tw-from-fuchsia-700:hover {
  --gradient-from-color: #a21caf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
}

.hover\:tw-from-fuchsia-800:hover {
  --gradient-from-color: #86198f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
}

.hover\:tw-from-fuchsia-900:hover {
  --gradient-from-color: #701a75 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
}

.hover\:tw-from-rose-50:hover {
  --gradient-from-color: #fff1f2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
}

.hover\:tw-from-rose-100:hover {
  --gradient-from-color: #ffe4e6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
}

.hover\:tw-from-rose-200:hover {
  --gradient-from-color: #fecdd3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
}

.hover\:tw-from-rose-300:hover {
  --gradient-from-color: #fda4af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
}

.hover\:tw-from-rose-400:hover {
  --gradient-from-color: #fb7185 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
}

.hover\:tw-from-rose-500:hover {
  --gradient-from-color: #f43f5e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
}

.hover\:tw-from-rose-600:hover {
  --gradient-from-color: #e11d48 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
}

.hover\:tw-from-rose-700:hover {
  --gradient-from-color: #be123c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
}

.hover\:tw-from-rose-800:hover {
  --gradient-from-color: #9f1239 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
}

.hover\:tw-from-rose-900:hover {
  --gradient-from-color: #881337 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
}

.hover\:tw-via-transparent:hover {
  --gradient-via-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.hover\:tw-via-current:hover {
  --gradient-via-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:tw-via-black:hover {
  --gradient-via-color: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.hover\:tw-via-white:hover {
  --gradient-via-color: #fff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:tw-via-gray-50:hover {
  --gradient-via-color: #f9fafb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
}

.hover\:tw-via-gray-100:hover {
  --gradient-via-color: #f3f4f6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
}

.hover\:tw-via-gray-200:hover {
  --gradient-via-color: #e5e7eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
}

.hover\:tw-via-gray-300:hover {
  --gradient-via-color: #d1d5db !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
}

.hover\:tw-via-gray-400:hover {
  --gradient-via-color: #9ca3af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
}

.hover\:tw-via-gray-500:hover {
  --gradient-via-color: #6b7280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
}

.hover\:tw-via-gray-600:hover {
  --gradient-via-color: #4b5563 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
}

.hover\:tw-via-gray-700:hover {
  --gradient-via-color: #374151 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
}

.hover\:tw-via-gray-800:hover {
  --gradient-via-color: #1f2937 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
}

.hover\:tw-via-gray-900:hover {
  --gradient-via-color: #111827 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
}

.hover\:tw-via-red-50:hover {
  --gradient-via-color: #fef2f2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
}

.hover\:tw-via-red-100:hover {
  --gradient-via-color: #fee2e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
}

.hover\:tw-via-red-200:hover {
  --gradient-via-color: #fecaca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
}

.hover\:tw-via-red-300:hover {
  --gradient-via-color: #fca5a5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
}

.hover\:tw-via-red-400:hover {
  --gradient-via-color: #f87171 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
}

.hover\:tw-via-red-500:hover {
  --gradient-via-color: #ef4444 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
}

.hover\:tw-via-red-600:hover {
  --gradient-via-color: #dc2626 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
}

.hover\:tw-via-red-700:hover {
  --gradient-via-color: #b91c1c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
}

.hover\:tw-via-red-800:hover {
  --gradient-via-color: #991b1b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
}

.hover\:tw-via-red-900:hover {
  --gradient-via-color: #7f1d1d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
}

.hover\:tw-via-orange-50:hover {
  --gradient-via-color: #fff7ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
}

.hover\:tw-via-orange-100:hover {
  --gradient-via-color: #ffedd5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
}

.hover\:tw-via-orange-200:hover {
  --gradient-via-color: #fed7aa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
}

.hover\:tw-via-orange-300:hover {
  --gradient-via-color: #fdba74 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
}

.hover\:tw-via-orange-400:hover {
  --gradient-via-color: #fb923c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
}

.hover\:tw-via-orange-500:hover {
  --gradient-via-color: #f97316 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
}

.hover\:tw-via-orange-600:hover {
  --gradient-via-color: #ea580c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
}

.hover\:tw-via-orange-700:hover {
  --gradient-via-color: #c2410c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
}

.hover\:tw-via-orange-800:hover {
  --gradient-via-color: #9a3412 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
}

.hover\:tw-via-orange-900:hover {
  --gradient-via-color: #7c2d12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
}

.hover\:tw-via-yellow-50:hover {
  --gradient-via-color: #fefce8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
}

.hover\:tw-via-yellow-100:hover {
  --gradient-via-color: #fef9c3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
}

.hover\:tw-via-yellow-200:hover {
  --gradient-via-color: #fef08a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
}

.hover\:tw-via-yellow-300:hover {
  --gradient-via-color: #fde047 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
}

.hover\:tw-via-yellow-400:hover {
  --gradient-via-color: #facc15 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
}

.hover\:tw-via-yellow-500:hover {
  --gradient-via-color: #eab308 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
}

.hover\:tw-via-yellow-600:hover {
  --gradient-via-color: #ca8a04 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
}

.hover\:tw-via-yellow-700:hover {
  --gradient-via-color: #a16207 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
}

.hover\:tw-via-yellow-800:hover {
  --gradient-via-color: #854d0e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
}

.hover\:tw-via-yellow-900:hover {
  --gradient-via-color: #713f12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
}

.hover\:tw-via-green-50:hover {
  --gradient-via-color: #f0fdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
}

.hover\:tw-via-green-100:hover {
  --gradient-via-color: #dcfce7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
}

.hover\:tw-via-green-200:hover {
  --gradient-via-color: #bbf7d0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
}

.hover\:tw-via-green-300:hover {
  --gradient-via-color: #86efac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
}

.hover\:tw-via-green-400:hover {
  --gradient-via-color: #4ade80 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
}

.hover\:tw-via-green-500:hover {
  --gradient-via-color: #22c55e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
}

.hover\:tw-via-green-600:hover {
  --gradient-via-color: #16a34a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
}

.hover\:tw-via-green-700:hover {
  --gradient-via-color: #15803d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
}

.hover\:tw-via-green-800:hover {
  --gradient-via-color: #166534 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
}

.hover\:tw-via-green-900:hover {
  --gradient-via-color: #14532d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
}

.hover\:tw-via-teal-50:hover {
  --gradient-via-color: #f0fdfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
}

.hover\:tw-via-teal-100:hover {
  --gradient-via-color: #ccfbf1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
}

.hover\:tw-via-teal-200:hover {
  --gradient-via-color: #99f6e4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
}

.hover\:tw-via-teal-300:hover {
  --gradient-via-color: #5eead4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
}

.hover\:tw-via-teal-400:hover {
  --gradient-via-color: #2dd4bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
}

.hover\:tw-via-teal-500:hover {
  --gradient-via-color: #14b8a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
}

.hover\:tw-via-teal-600:hover {
  --gradient-via-color: #0d9488 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
}

.hover\:tw-via-teal-700:hover {
  --gradient-via-color: #0f766e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
}

.hover\:tw-via-teal-800:hover {
  --gradient-via-color: #115e59 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
}

.hover\:tw-via-teal-900:hover {
  --gradient-via-color: #134e4a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
}

.hover\:tw-via-blue-50:hover {
  --gradient-via-color: #eff6ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
}

.hover\:tw-via-blue-100:hover {
  --gradient-via-color: #dbeafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
}

.hover\:tw-via-blue-200:hover {
  --gradient-via-color: #bfdbfe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
}

.hover\:tw-via-blue-300:hover {
  --gradient-via-color: #93c5fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
}

.hover\:tw-via-blue-400:hover {
  --gradient-via-color: #60a5fa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
}

.hover\:tw-via-blue-500:hover {
  --gradient-via-color: #3b82f6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
}

.hover\:tw-via-blue-600:hover {
  --gradient-via-color: #2563eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
}

.hover\:tw-via-blue-700:hover {
  --gradient-via-color: #1d4ed8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
}

.hover\:tw-via-blue-800:hover {
  --gradient-via-color: #1e40af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
}

.hover\:tw-via-blue-900:hover {
  --gradient-via-color: #1e3a8a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
}

.hover\:tw-via-indigo-50:hover {
  --gradient-via-color: #eef2ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
}

.hover\:tw-via-indigo-100:hover {
  --gradient-via-color: #e0e7ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
}

.hover\:tw-via-indigo-200:hover {
  --gradient-via-color: #c7d2fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
}

.hover\:tw-via-indigo-300:hover {
  --gradient-via-color: #a5b4fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
}

.hover\:tw-via-indigo-400:hover {
  --gradient-via-color: #818cf8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
}

.hover\:tw-via-indigo-500:hover {
  --gradient-via-color: #6366f1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
}

.hover\:tw-via-indigo-600:hover {
  --gradient-via-color: #4f46e5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
}

.hover\:tw-via-indigo-700:hover {
  --gradient-via-color: #4338ca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
}

.hover\:tw-via-indigo-800:hover {
  --gradient-via-color: #3730a3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
}

.hover\:tw-via-indigo-900:hover {
  --gradient-via-color: #312e81 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
}

.hover\:tw-via-purple-50:hover {
  --gradient-via-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.hover\:tw-via-purple-100:hover {
  --gradient-via-color: #f3e8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
}

.hover\:tw-via-purple-200:hover {
  --gradient-via-color: #e9d5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
}

.hover\:tw-via-purple-300:hover {
  --gradient-via-color: #d8b4fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
}

.hover\:tw-via-purple-400:hover {
  --gradient-via-color: #c084fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
}

.hover\:tw-via-purple-500:hover {
  --gradient-via-color: #a855f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
}

.hover\:tw-via-purple-600:hover {
  --gradient-via-color: #9333ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
}

.hover\:tw-via-purple-700:hover {
  --gradient-via-color: #7e22ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
}

.hover\:tw-via-purple-800:hover {
  --gradient-via-color: #6b21a8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
}

.hover\:tw-via-purple-900:hover {
  --gradient-via-color: #581c87 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
}

.hover\:tw-via-pink-50:hover {
  --gradient-via-color: #fdf2f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
}

.hover\:tw-via-pink-100:hover {
  --gradient-via-color: #fce7f3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
}

.hover\:tw-via-pink-200:hover {
  --gradient-via-color: #fbcfe8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
}

.hover\:tw-via-pink-300:hover {
  --gradient-via-color: #f9a8d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
}

.hover\:tw-via-pink-400:hover {
  --gradient-via-color: #f472b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
}

.hover\:tw-via-pink-500:hover {
  --gradient-via-color: #ec4899 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
}

.hover\:tw-via-pink-600:hover {
  --gradient-via-color: #db2777 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
}

.hover\:tw-via-pink-700:hover {
  --gradient-via-color: #be185d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
}

.hover\:tw-via-pink-800:hover {
  --gradient-via-color: #9d174d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
}

.hover\:tw-via-pink-900:hover {
  --gradient-via-color: #831843 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
}

.hover\:tw-via-app-main:hover {
  --gradient-via-color: #F18D11 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
}

.hover\:tw-via-app-sub-blue:hover {
  --gradient-via-color: #1E548F !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
}

.hover\:tw-via-app-yellow:hover {
  --gradient-via-color: #FFF5D1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
}

.hover\:tw-via-theme-primary:hover {
  --gradient-via-color: #f3980f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
}

.hover\:tw-via-theme-info:hover {
  --gradient-via-color: #1b925a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
}

.hover\:tw-via-slate-50:hover {
  --gradient-via-color: #f8fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
}

.hover\:tw-via-slate-100:hover {
  --gradient-via-color: #f1f5f9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
}

.hover\:tw-via-slate-200:hover {
  --gradient-via-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.hover\:tw-via-slate-300:hover {
  --gradient-via-color: #cbd5e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
}

.hover\:tw-via-slate-400:hover {
  --gradient-via-color: #94a3b8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
}

.hover\:tw-via-slate-500:hover {
  --gradient-via-color: #64748b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
}

.hover\:tw-via-slate-600:hover {
  --gradient-via-color: #475569 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
}

.hover\:tw-via-slate-700:hover {
  --gradient-via-color: #334155 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
}

.hover\:tw-via-slate-800:hover {
  --gradient-via-color: #1e293b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
}

.hover\:tw-via-slate-900:hover {
  --gradient-via-color: #0f172a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
}

.hover\:tw-via-zinc-50:hover {
  --gradient-via-color: #fafafa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
}

.hover\:tw-via-zinc-100:hover {
  --gradient-via-color: #f4f4f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
}

.hover\:tw-via-zinc-200:hover {
  --gradient-via-color: #e4e4e7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
}

.hover\:tw-via-zinc-300:hover {
  --gradient-via-color: #d4d4d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
}

.hover\:tw-via-zinc-400:hover {
  --gradient-via-color: #a1a1aa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
}

.hover\:tw-via-zinc-500:hover {
  --gradient-via-color: #71717a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
}

.hover\:tw-via-zinc-600:hover {
  --gradient-via-color: #52525b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
}

.hover\:tw-via-zinc-700:hover {
  --gradient-via-color: #3f3f46 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
}

.hover\:tw-via-zinc-800:hover {
  --gradient-via-color: #27272a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
}

.hover\:tw-via-zinc-900:hover {
  --gradient-via-color: #18181b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
}

.hover\:tw-via-neutral-50:hover {
  --gradient-via-color: #fafafa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
}

.hover\:tw-via-neutral-100:hover {
  --gradient-via-color: #f5f5f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
}

.hover\:tw-via-neutral-200:hover {
  --gradient-via-color: #e5e5e5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
}

.hover\:tw-via-neutral-300:hover {
  --gradient-via-color: #d4d4d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
}

.hover\:tw-via-neutral-400:hover {
  --gradient-via-color: #a3a3a3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
}

.hover\:tw-via-neutral-500:hover {
  --gradient-via-color: #737373 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
}

.hover\:tw-via-neutral-600:hover {
  --gradient-via-color: #525252 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
}

.hover\:tw-via-neutral-700:hover {
  --gradient-via-color: #404040 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
}

.hover\:tw-via-neutral-800:hover {
  --gradient-via-color: #262626 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
}

.hover\:tw-via-neutral-900:hover {
  --gradient-via-color: #171717 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
}

.hover\:tw-via-stone-50:hover {
  --gradient-via-color: #fafaf9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
}

.hover\:tw-via-stone-100:hover {
  --gradient-via-color: #f5f5f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
}

.hover\:tw-via-stone-200:hover {
  --gradient-via-color: #e7e5e4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
}

.hover\:tw-via-stone-300:hover {
  --gradient-via-color: #d6d3d1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
}

.hover\:tw-via-stone-400:hover {
  --gradient-via-color: #a8a29e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
}

.hover\:tw-via-stone-500:hover {
  --gradient-via-color: #78716c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
}

.hover\:tw-via-stone-600:hover {
  --gradient-via-color: #57534e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
}

.hover\:tw-via-stone-700:hover {
  --gradient-via-color: #44403c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
}

.hover\:tw-via-stone-800:hover {
  --gradient-via-color: #292524 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
}

.hover\:tw-via-stone-900:hover {
  --gradient-via-color: #1c1917 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
}

.hover\:tw-via-amber-50:hover {
  --gradient-via-color: #fffbeb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
}

.hover\:tw-via-amber-100:hover {
  --gradient-via-color: #fef3c7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
}

.hover\:tw-via-amber-200:hover {
  --gradient-via-color: #fde68a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
}

.hover\:tw-via-amber-300:hover {
  --gradient-via-color: #fcd34d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
}

.hover\:tw-via-amber-400:hover {
  --gradient-via-color: #fbbf24 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
}

.hover\:tw-via-amber-500:hover {
  --gradient-via-color: #f59e0b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
}

.hover\:tw-via-amber-600:hover {
  --gradient-via-color: #d97706 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
}

.hover\:tw-via-amber-700:hover {
  --gradient-via-color: #b45309 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
}

.hover\:tw-via-amber-800:hover {
  --gradient-via-color: #92400e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
}

.hover\:tw-via-amber-900:hover {
  --gradient-via-color: #78350f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
}

.hover\:tw-via-lime-50:hover {
  --gradient-via-color: #f7fee7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
}

.hover\:tw-via-lime-100:hover {
  --gradient-via-color: #ecfccb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
}

.hover\:tw-via-lime-200:hover {
  --gradient-via-color: #d9f99d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
}

.hover\:tw-via-lime-300:hover {
  --gradient-via-color: #bef264 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
}

.hover\:tw-via-lime-400:hover {
  --gradient-via-color: #a3e635 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
}

.hover\:tw-via-lime-500:hover {
  --gradient-via-color: #84cc16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
}

.hover\:tw-via-lime-600:hover {
  --gradient-via-color: #65a30d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
}

.hover\:tw-via-lime-700:hover {
  --gradient-via-color: #4d7c0f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
}

.hover\:tw-via-lime-800:hover {
  --gradient-via-color: #3f6212 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
}

.hover\:tw-via-lime-900:hover {
  --gradient-via-color: #365314 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
}

.hover\:tw-via-emerald-50:hover {
  --gradient-via-color: #ecfdf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
}

.hover\:tw-via-emerald-100:hover {
  --gradient-via-color: #d1fae5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
}

.hover\:tw-via-emerald-200:hover {
  --gradient-via-color: #a7f3d0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
}

.hover\:tw-via-emerald-300:hover {
  --gradient-via-color: #6ee7b7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
}

.hover\:tw-via-emerald-400:hover {
  --gradient-via-color: #34d399 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
}

.hover\:tw-via-emerald-500:hover {
  --gradient-via-color: #10b981 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
}

.hover\:tw-via-emerald-600:hover {
  --gradient-via-color: #059669 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
}

.hover\:tw-via-emerald-700:hover {
  --gradient-via-color: #047857 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
}

.hover\:tw-via-emerald-800:hover {
  --gradient-via-color: #065f46 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
}

.hover\:tw-via-emerald-900:hover {
  --gradient-via-color: #064e3b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
}

.hover\:tw-via-cyan-50:hover {
  --gradient-via-color: #ecfeff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
}

.hover\:tw-via-cyan-100:hover {
  --gradient-via-color: #cffafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
}

.hover\:tw-via-cyan-200:hover {
  --gradient-via-color: #a5f3fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
}

.hover\:tw-via-cyan-300:hover {
  --gradient-via-color: #67e8f9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
}

.hover\:tw-via-cyan-400:hover {
  --gradient-via-color: #22d3ee !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
}

.hover\:tw-via-cyan-500:hover {
  --gradient-via-color: #06b6d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
}

.hover\:tw-via-cyan-600:hover {
  --gradient-via-color: #0891b2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
}

.hover\:tw-via-cyan-700:hover {
  --gradient-via-color: #0e7490 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
}

.hover\:tw-via-cyan-800:hover {
  --gradient-via-color: #155e75 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
}

.hover\:tw-via-cyan-900:hover {
  --gradient-via-color: #164e63 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
}

.hover\:tw-via-sky-50:hover {
  --gradient-via-color: #f0f9ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
}

.hover\:tw-via-sky-100:hover {
  --gradient-via-color: #e0f2fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
}

.hover\:tw-via-sky-200:hover {
  --gradient-via-color: #bae6fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
}

.hover\:tw-via-sky-300:hover {
  --gradient-via-color: #7dd3fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
}

.hover\:tw-via-sky-400:hover {
  --gradient-via-color: #38bdf8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
}

.hover\:tw-via-sky-500:hover {
  --gradient-via-color: #0ea5e9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
}

.hover\:tw-via-sky-600:hover {
  --gradient-via-color: #0284c7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
}

.hover\:tw-via-sky-700:hover {
  --gradient-via-color: #0369a1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
}

.hover\:tw-via-sky-800:hover {
  --gradient-via-color: #075985 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
}

.hover\:tw-via-sky-900:hover {
  --gradient-via-color: #0c4a6e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
}

.hover\:tw-via-violet-50:hover {
  --gradient-via-color: #f5f3ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
}

.hover\:tw-via-violet-100:hover {
  --gradient-via-color: #ede9fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
}

.hover\:tw-via-violet-200:hover {
  --gradient-via-color: #ddd6fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
}

.hover\:tw-via-violet-300:hover {
  --gradient-via-color: #c4b5fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
}

.hover\:tw-via-violet-400:hover {
  --gradient-via-color: #a78bfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
}

.hover\:tw-via-violet-500:hover {
  --gradient-via-color: #8b5cf6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
}

.hover\:tw-via-violet-600:hover {
  --gradient-via-color: #7c3aed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
}

.hover\:tw-via-violet-700:hover {
  --gradient-via-color: #6d28d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
}

.hover\:tw-via-violet-800:hover {
  --gradient-via-color: #5b21b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
}

.hover\:tw-via-violet-900:hover {
  --gradient-via-color: #4c1d95 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
}

.hover\:tw-via-fuchsia-50:hover {
  --gradient-via-color: #fdf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
}

.hover\:tw-via-fuchsia-100:hover {
  --gradient-via-color: #fae8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
}

.hover\:tw-via-fuchsia-200:hover {
  --gradient-via-color: #f5d0fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
}

.hover\:tw-via-fuchsia-300:hover {
  --gradient-via-color: #f0abfc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
}

.hover\:tw-via-fuchsia-400:hover {
  --gradient-via-color: #e879f9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
}

.hover\:tw-via-fuchsia-500:hover {
  --gradient-via-color: #d946ef !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
}

.hover\:tw-via-fuchsia-600:hover {
  --gradient-via-color: #c026d3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
}

.hover\:tw-via-fuchsia-700:hover {
  --gradient-via-color: #a21caf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
}

.hover\:tw-via-fuchsia-800:hover {
  --gradient-via-color: #86198f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
}

.hover\:tw-via-fuchsia-900:hover {
  --gradient-via-color: #701a75 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
}

.hover\:tw-via-rose-50:hover {
  --gradient-via-color: #fff1f2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
}

.hover\:tw-via-rose-100:hover {
  --gradient-via-color: #ffe4e6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
}

.hover\:tw-via-rose-200:hover {
  --gradient-via-color: #fecdd3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
}

.hover\:tw-via-rose-300:hover {
  --gradient-via-color: #fda4af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
}

.hover\:tw-via-rose-400:hover {
  --gradient-via-color: #fb7185 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
}

.hover\:tw-via-rose-500:hover {
  --gradient-via-color: #f43f5e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
}

.hover\:tw-via-rose-600:hover {
  --gradient-via-color: #e11d48 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
}

.hover\:tw-via-rose-700:hover {
  --gradient-via-color: #be123c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
}

.hover\:tw-via-rose-800:hover {
  --gradient-via-color: #9f1239 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
}

.hover\:tw-via-rose-900:hover {
  --gradient-via-color: #881337 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
}

.hover\:tw-to-transparent:hover {
  --gradient-to-color: transparent !important;
}

.hover\:tw-to-current:hover {
  --gradient-to-color: currentColor !important;
}

.hover\:tw-to-black:hover {
  --gradient-to-color: #000 !important;
}

.hover\:tw-to-white:hover {
  --gradient-to-color: #fff !important;
}

.hover\:tw-to-gray-50:hover {
  --gradient-to-color: #f9fafb !important;
}

.hover\:tw-to-gray-100:hover {
  --gradient-to-color: #f3f4f6 !important;
}

.hover\:tw-to-gray-200:hover {
  --gradient-to-color: #e5e7eb !important;
}

.hover\:tw-to-gray-300:hover {
  --gradient-to-color: #d1d5db !important;
}

.hover\:tw-to-gray-400:hover {
  --gradient-to-color: #9ca3af !important;
}

.hover\:tw-to-gray-500:hover {
  --gradient-to-color: #6b7280 !important;
}

.hover\:tw-to-gray-600:hover {
  --gradient-to-color: #4b5563 !important;
}

.hover\:tw-to-gray-700:hover {
  --gradient-to-color: #374151 !important;
}

.hover\:tw-to-gray-800:hover {
  --gradient-to-color: #1f2937 !important;
}

.hover\:tw-to-gray-900:hover {
  --gradient-to-color: #111827 !important;
}

.hover\:tw-to-red-50:hover {
  --gradient-to-color: #fef2f2 !important;
}

.hover\:tw-to-red-100:hover {
  --gradient-to-color: #fee2e2 !important;
}

.hover\:tw-to-red-200:hover {
  --gradient-to-color: #fecaca !important;
}

.hover\:tw-to-red-300:hover {
  --gradient-to-color: #fca5a5 !important;
}

.hover\:tw-to-red-400:hover {
  --gradient-to-color: #f87171 !important;
}

.hover\:tw-to-red-500:hover {
  --gradient-to-color: #ef4444 !important;
}

.hover\:tw-to-red-600:hover {
  --gradient-to-color: #dc2626 !important;
}

.hover\:tw-to-red-700:hover {
  --gradient-to-color: #b91c1c !important;
}

.hover\:tw-to-red-800:hover {
  --gradient-to-color: #991b1b !important;
}

.hover\:tw-to-red-900:hover {
  --gradient-to-color: #7f1d1d !important;
}

.hover\:tw-to-orange-50:hover {
  --gradient-to-color: #fff7ed !important;
}

.hover\:tw-to-orange-100:hover {
  --gradient-to-color: #ffedd5 !important;
}

.hover\:tw-to-orange-200:hover {
  --gradient-to-color: #fed7aa !important;
}

.hover\:tw-to-orange-300:hover {
  --gradient-to-color: #fdba74 !important;
}

.hover\:tw-to-orange-400:hover {
  --gradient-to-color: #fb923c !important;
}

.hover\:tw-to-orange-500:hover {
  --gradient-to-color: #f97316 !important;
}

.hover\:tw-to-orange-600:hover {
  --gradient-to-color: #ea580c !important;
}

.hover\:tw-to-orange-700:hover {
  --gradient-to-color: #c2410c !important;
}

.hover\:tw-to-orange-800:hover {
  --gradient-to-color: #9a3412 !important;
}

.hover\:tw-to-orange-900:hover {
  --gradient-to-color: #7c2d12 !important;
}

.hover\:tw-to-yellow-50:hover {
  --gradient-to-color: #fefce8 !important;
}

.hover\:tw-to-yellow-100:hover {
  --gradient-to-color: #fef9c3 !important;
}

.hover\:tw-to-yellow-200:hover {
  --gradient-to-color: #fef08a !important;
}

.hover\:tw-to-yellow-300:hover {
  --gradient-to-color: #fde047 !important;
}

.hover\:tw-to-yellow-400:hover {
  --gradient-to-color: #facc15 !important;
}

.hover\:tw-to-yellow-500:hover {
  --gradient-to-color: #eab308 !important;
}

.hover\:tw-to-yellow-600:hover {
  --gradient-to-color: #ca8a04 !important;
}

.hover\:tw-to-yellow-700:hover {
  --gradient-to-color: #a16207 !important;
}

.hover\:tw-to-yellow-800:hover {
  --gradient-to-color: #854d0e !important;
}

.hover\:tw-to-yellow-900:hover {
  --gradient-to-color: #713f12 !important;
}

.hover\:tw-to-green-50:hover {
  --gradient-to-color: #f0fdf4 !important;
}

.hover\:tw-to-green-100:hover {
  --gradient-to-color: #dcfce7 !important;
}

.hover\:tw-to-green-200:hover {
  --gradient-to-color: #bbf7d0 !important;
}

.hover\:tw-to-green-300:hover {
  --gradient-to-color: #86efac !important;
}

.hover\:tw-to-green-400:hover {
  --gradient-to-color: #4ade80 !important;
}

.hover\:tw-to-green-500:hover {
  --gradient-to-color: #22c55e !important;
}

.hover\:tw-to-green-600:hover {
  --gradient-to-color: #16a34a !important;
}

.hover\:tw-to-green-700:hover {
  --gradient-to-color: #15803d !important;
}

.hover\:tw-to-green-800:hover {
  --gradient-to-color: #166534 !important;
}

.hover\:tw-to-green-900:hover {
  --gradient-to-color: #14532d !important;
}

.hover\:tw-to-teal-50:hover {
  --gradient-to-color: #f0fdfa !important;
}

.hover\:tw-to-teal-100:hover {
  --gradient-to-color: #ccfbf1 !important;
}

.hover\:tw-to-teal-200:hover {
  --gradient-to-color: #99f6e4 !important;
}

.hover\:tw-to-teal-300:hover {
  --gradient-to-color: #5eead4 !important;
}

.hover\:tw-to-teal-400:hover {
  --gradient-to-color: #2dd4bf !important;
}

.hover\:tw-to-teal-500:hover {
  --gradient-to-color: #14b8a6 !important;
}

.hover\:tw-to-teal-600:hover {
  --gradient-to-color: #0d9488 !important;
}

.hover\:tw-to-teal-700:hover {
  --gradient-to-color: #0f766e !important;
}

.hover\:tw-to-teal-800:hover {
  --gradient-to-color: #115e59 !important;
}

.hover\:tw-to-teal-900:hover {
  --gradient-to-color: #134e4a !important;
}

.hover\:tw-to-blue-50:hover {
  --gradient-to-color: #eff6ff !important;
}

.hover\:tw-to-blue-100:hover {
  --gradient-to-color: #dbeafe !important;
}

.hover\:tw-to-blue-200:hover {
  --gradient-to-color: #bfdbfe !important;
}

.hover\:tw-to-blue-300:hover {
  --gradient-to-color: #93c5fd !important;
}

.hover\:tw-to-blue-400:hover {
  --gradient-to-color: #60a5fa !important;
}

.hover\:tw-to-blue-500:hover {
  --gradient-to-color: #3b82f6 !important;
}

.hover\:tw-to-blue-600:hover {
  --gradient-to-color: #2563eb !important;
}

.hover\:tw-to-blue-700:hover {
  --gradient-to-color: #1d4ed8 !important;
}

.hover\:tw-to-blue-800:hover {
  --gradient-to-color: #1e40af !important;
}

.hover\:tw-to-blue-900:hover {
  --gradient-to-color: #1e3a8a !important;
}

.hover\:tw-to-indigo-50:hover {
  --gradient-to-color: #eef2ff !important;
}

.hover\:tw-to-indigo-100:hover {
  --gradient-to-color: #e0e7ff !important;
}

.hover\:tw-to-indigo-200:hover {
  --gradient-to-color: #c7d2fe !important;
}

.hover\:tw-to-indigo-300:hover {
  --gradient-to-color: #a5b4fc !important;
}

.hover\:tw-to-indigo-400:hover {
  --gradient-to-color: #818cf8 !important;
}

.hover\:tw-to-indigo-500:hover {
  --gradient-to-color: #6366f1 !important;
}

.hover\:tw-to-indigo-600:hover {
  --gradient-to-color: #4f46e5 !important;
}

.hover\:tw-to-indigo-700:hover {
  --gradient-to-color: #4338ca !important;
}

.hover\:tw-to-indigo-800:hover {
  --gradient-to-color: #3730a3 !important;
}

.hover\:tw-to-indigo-900:hover {
  --gradient-to-color: #312e81 !important;
}

.hover\:tw-to-purple-50:hover {
  --gradient-to-color: #faf5ff !important;
}

.hover\:tw-to-purple-100:hover {
  --gradient-to-color: #f3e8ff !important;
}

.hover\:tw-to-purple-200:hover {
  --gradient-to-color: #e9d5ff !important;
}

.hover\:tw-to-purple-300:hover {
  --gradient-to-color: #d8b4fe !important;
}

.hover\:tw-to-purple-400:hover {
  --gradient-to-color: #c084fc !important;
}

.hover\:tw-to-purple-500:hover {
  --gradient-to-color: #a855f7 !important;
}

.hover\:tw-to-purple-600:hover {
  --gradient-to-color: #9333ea !important;
}

.hover\:tw-to-purple-700:hover {
  --gradient-to-color: #7e22ce !important;
}

.hover\:tw-to-purple-800:hover {
  --gradient-to-color: #6b21a8 !important;
}

.hover\:tw-to-purple-900:hover {
  --gradient-to-color: #581c87 !important;
}

.hover\:tw-to-pink-50:hover {
  --gradient-to-color: #fdf2f8 !important;
}

.hover\:tw-to-pink-100:hover {
  --gradient-to-color: #fce7f3 !important;
}

.hover\:tw-to-pink-200:hover {
  --gradient-to-color: #fbcfe8 !important;
}

.hover\:tw-to-pink-300:hover {
  --gradient-to-color: #f9a8d4 !important;
}

.hover\:tw-to-pink-400:hover {
  --gradient-to-color: #f472b6 !important;
}

.hover\:tw-to-pink-500:hover {
  --gradient-to-color: #ec4899 !important;
}

.hover\:tw-to-pink-600:hover {
  --gradient-to-color: #db2777 !important;
}

.hover\:tw-to-pink-700:hover {
  --gradient-to-color: #be185d !important;
}

.hover\:tw-to-pink-800:hover {
  --gradient-to-color: #9d174d !important;
}

.hover\:tw-to-pink-900:hover {
  --gradient-to-color: #831843 !important;
}

.hover\:tw-to-app-main:hover {
  --gradient-to-color: #F18D11 !important;
}

.hover\:tw-to-app-sub-blue:hover {
  --gradient-to-color: #1E548F !important;
}

.hover\:tw-to-app-yellow:hover {
  --gradient-to-color: #FFF5D1 !important;
}

.hover\:tw-to-theme-primary:hover {
  --gradient-to-color: #f3980f !important;
}

.hover\:tw-to-theme-info:hover {
  --gradient-to-color: #1b925a !important;
}

.hover\:tw-to-slate-50:hover {
  --gradient-to-color: #f8fafc !important;
}

.hover\:tw-to-slate-100:hover {
  --gradient-to-color: #f1f5f9 !important;
}

.hover\:tw-to-slate-200:hover {
  --gradient-to-color: #e2e8f0 !important;
}

.hover\:tw-to-slate-300:hover {
  --gradient-to-color: #cbd5e1 !important;
}

.hover\:tw-to-slate-400:hover {
  --gradient-to-color: #94a3b8 !important;
}

.hover\:tw-to-slate-500:hover {
  --gradient-to-color: #64748b !important;
}

.hover\:tw-to-slate-600:hover {
  --gradient-to-color: #475569 !important;
}

.hover\:tw-to-slate-700:hover {
  --gradient-to-color: #334155 !important;
}

.hover\:tw-to-slate-800:hover {
  --gradient-to-color: #1e293b !important;
}

.hover\:tw-to-slate-900:hover {
  --gradient-to-color: #0f172a !important;
}

.hover\:tw-to-zinc-50:hover {
  --gradient-to-color: #fafafa !important;
}

.hover\:tw-to-zinc-100:hover {
  --gradient-to-color: #f4f4f5 !important;
}

.hover\:tw-to-zinc-200:hover {
  --gradient-to-color: #e4e4e7 !important;
}

.hover\:tw-to-zinc-300:hover {
  --gradient-to-color: #d4d4d8 !important;
}

.hover\:tw-to-zinc-400:hover {
  --gradient-to-color: #a1a1aa !important;
}

.hover\:tw-to-zinc-500:hover {
  --gradient-to-color: #71717a !important;
}

.hover\:tw-to-zinc-600:hover {
  --gradient-to-color: #52525b !important;
}

.hover\:tw-to-zinc-700:hover {
  --gradient-to-color: #3f3f46 !important;
}

.hover\:tw-to-zinc-800:hover {
  --gradient-to-color: #27272a !important;
}

.hover\:tw-to-zinc-900:hover {
  --gradient-to-color: #18181b !important;
}

.hover\:tw-to-neutral-50:hover {
  --gradient-to-color: #fafafa !important;
}

.hover\:tw-to-neutral-100:hover {
  --gradient-to-color: #f5f5f5 !important;
}

.hover\:tw-to-neutral-200:hover {
  --gradient-to-color: #e5e5e5 !important;
}

.hover\:tw-to-neutral-300:hover {
  --gradient-to-color: #d4d4d4 !important;
}

.hover\:tw-to-neutral-400:hover {
  --gradient-to-color: #a3a3a3 !important;
}

.hover\:tw-to-neutral-500:hover {
  --gradient-to-color: #737373 !important;
}

.hover\:tw-to-neutral-600:hover {
  --gradient-to-color: #525252 !important;
}

.hover\:tw-to-neutral-700:hover {
  --gradient-to-color: #404040 !important;
}

.hover\:tw-to-neutral-800:hover {
  --gradient-to-color: #262626 !important;
}

.hover\:tw-to-neutral-900:hover {
  --gradient-to-color: #171717 !important;
}

.hover\:tw-to-stone-50:hover {
  --gradient-to-color: #fafaf9 !important;
}

.hover\:tw-to-stone-100:hover {
  --gradient-to-color: #f5f5f4 !important;
}

.hover\:tw-to-stone-200:hover {
  --gradient-to-color: #e7e5e4 !important;
}

.hover\:tw-to-stone-300:hover {
  --gradient-to-color: #d6d3d1 !important;
}

.hover\:tw-to-stone-400:hover {
  --gradient-to-color: #a8a29e !important;
}

.hover\:tw-to-stone-500:hover {
  --gradient-to-color: #78716c !important;
}

.hover\:tw-to-stone-600:hover {
  --gradient-to-color: #57534e !important;
}

.hover\:tw-to-stone-700:hover {
  --gradient-to-color: #44403c !important;
}

.hover\:tw-to-stone-800:hover {
  --gradient-to-color: #292524 !important;
}

.hover\:tw-to-stone-900:hover {
  --gradient-to-color: #1c1917 !important;
}

.hover\:tw-to-amber-50:hover {
  --gradient-to-color: #fffbeb !important;
}

.hover\:tw-to-amber-100:hover {
  --gradient-to-color: #fef3c7 !important;
}

.hover\:tw-to-amber-200:hover {
  --gradient-to-color: #fde68a !important;
}

.hover\:tw-to-amber-300:hover {
  --gradient-to-color: #fcd34d !important;
}

.hover\:tw-to-amber-400:hover {
  --gradient-to-color: #fbbf24 !important;
}

.hover\:tw-to-amber-500:hover {
  --gradient-to-color: #f59e0b !important;
}

.hover\:tw-to-amber-600:hover {
  --gradient-to-color: #d97706 !important;
}

.hover\:tw-to-amber-700:hover {
  --gradient-to-color: #b45309 !important;
}

.hover\:tw-to-amber-800:hover {
  --gradient-to-color: #92400e !important;
}

.hover\:tw-to-amber-900:hover {
  --gradient-to-color: #78350f !important;
}

.hover\:tw-to-lime-50:hover {
  --gradient-to-color: #f7fee7 !important;
}

.hover\:tw-to-lime-100:hover {
  --gradient-to-color: #ecfccb !important;
}

.hover\:tw-to-lime-200:hover {
  --gradient-to-color: #d9f99d !important;
}

.hover\:tw-to-lime-300:hover {
  --gradient-to-color: #bef264 !important;
}

.hover\:tw-to-lime-400:hover {
  --gradient-to-color: #a3e635 !important;
}

.hover\:tw-to-lime-500:hover {
  --gradient-to-color: #84cc16 !important;
}

.hover\:tw-to-lime-600:hover {
  --gradient-to-color: #65a30d !important;
}

.hover\:tw-to-lime-700:hover {
  --gradient-to-color: #4d7c0f !important;
}

.hover\:tw-to-lime-800:hover {
  --gradient-to-color: #3f6212 !important;
}

.hover\:tw-to-lime-900:hover {
  --gradient-to-color: #365314 !important;
}

.hover\:tw-to-emerald-50:hover {
  --gradient-to-color: #ecfdf5 !important;
}

.hover\:tw-to-emerald-100:hover {
  --gradient-to-color: #d1fae5 !important;
}

.hover\:tw-to-emerald-200:hover {
  --gradient-to-color: #a7f3d0 !important;
}

.hover\:tw-to-emerald-300:hover {
  --gradient-to-color: #6ee7b7 !important;
}

.hover\:tw-to-emerald-400:hover {
  --gradient-to-color: #34d399 !important;
}

.hover\:tw-to-emerald-500:hover {
  --gradient-to-color: #10b981 !important;
}

.hover\:tw-to-emerald-600:hover {
  --gradient-to-color: #059669 !important;
}

.hover\:tw-to-emerald-700:hover {
  --gradient-to-color: #047857 !important;
}

.hover\:tw-to-emerald-800:hover {
  --gradient-to-color: #065f46 !important;
}

.hover\:tw-to-emerald-900:hover {
  --gradient-to-color: #064e3b !important;
}

.hover\:tw-to-cyan-50:hover {
  --gradient-to-color: #ecfeff !important;
}

.hover\:tw-to-cyan-100:hover {
  --gradient-to-color: #cffafe !important;
}

.hover\:tw-to-cyan-200:hover {
  --gradient-to-color: #a5f3fc !important;
}

.hover\:tw-to-cyan-300:hover {
  --gradient-to-color: #67e8f9 !important;
}

.hover\:tw-to-cyan-400:hover {
  --gradient-to-color: #22d3ee !important;
}

.hover\:tw-to-cyan-500:hover {
  --gradient-to-color: #06b6d4 !important;
}

.hover\:tw-to-cyan-600:hover {
  --gradient-to-color: #0891b2 !important;
}

.hover\:tw-to-cyan-700:hover {
  --gradient-to-color: #0e7490 !important;
}

.hover\:tw-to-cyan-800:hover {
  --gradient-to-color: #155e75 !important;
}

.hover\:tw-to-cyan-900:hover {
  --gradient-to-color: #164e63 !important;
}

.hover\:tw-to-sky-50:hover {
  --gradient-to-color: #f0f9ff !important;
}

.hover\:tw-to-sky-100:hover {
  --gradient-to-color: #e0f2fe !important;
}

.hover\:tw-to-sky-200:hover {
  --gradient-to-color: #bae6fd !important;
}

.hover\:tw-to-sky-300:hover {
  --gradient-to-color: #7dd3fc !important;
}

.hover\:tw-to-sky-400:hover {
  --gradient-to-color: #38bdf8 !important;
}

.hover\:tw-to-sky-500:hover {
  --gradient-to-color: #0ea5e9 !important;
}

.hover\:tw-to-sky-600:hover {
  --gradient-to-color: #0284c7 !important;
}

.hover\:tw-to-sky-700:hover {
  --gradient-to-color: #0369a1 !important;
}

.hover\:tw-to-sky-800:hover {
  --gradient-to-color: #075985 !important;
}

.hover\:tw-to-sky-900:hover {
  --gradient-to-color: #0c4a6e !important;
}

.hover\:tw-to-violet-50:hover {
  --gradient-to-color: #f5f3ff !important;
}

.hover\:tw-to-violet-100:hover {
  --gradient-to-color: #ede9fe !important;
}

.hover\:tw-to-violet-200:hover {
  --gradient-to-color: #ddd6fe !important;
}

.hover\:tw-to-violet-300:hover {
  --gradient-to-color: #c4b5fd !important;
}

.hover\:tw-to-violet-400:hover {
  --gradient-to-color: #a78bfa !important;
}

.hover\:tw-to-violet-500:hover {
  --gradient-to-color: #8b5cf6 !important;
}

.hover\:tw-to-violet-600:hover {
  --gradient-to-color: #7c3aed !important;
}

.hover\:tw-to-violet-700:hover {
  --gradient-to-color: #6d28d9 !important;
}

.hover\:tw-to-violet-800:hover {
  --gradient-to-color: #5b21b6 !important;
}

.hover\:tw-to-violet-900:hover {
  --gradient-to-color: #4c1d95 !important;
}

.hover\:tw-to-fuchsia-50:hover {
  --gradient-to-color: #fdf4ff !important;
}

.hover\:tw-to-fuchsia-100:hover {
  --gradient-to-color: #fae8ff !important;
}

.hover\:tw-to-fuchsia-200:hover {
  --gradient-to-color: #f5d0fe !important;
}

.hover\:tw-to-fuchsia-300:hover {
  --gradient-to-color: #f0abfc !important;
}

.hover\:tw-to-fuchsia-400:hover {
  --gradient-to-color: #e879f9 !important;
}

.hover\:tw-to-fuchsia-500:hover {
  --gradient-to-color: #d946ef !important;
}

.hover\:tw-to-fuchsia-600:hover {
  --gradient-to-color: #c026d3 !important;
}

.hover\:tw-to-fuchsia-700:hover {
  --gradient-to-color: #a21caf !important;
}

.hover\:tw-to-fuchsia-800:hover {
  --gradient-to-color: #86198f !important;
}

.hover\:tw-to-fuchsia-900:hover {
  --gradient-to-color: #701a75 !important;
}

.hover\:tw-to-rose-50:hover {
  --gradient-to-color: #fff1f2 !important;
}

.hover\:tw-to-rose-100:hover {
  --gradient-to-color: #ffe4e6 !important;
}

.hover\:tw-to-rose-200:hover {
  --gradient-to-color: #fecdd3 !important;
}

.hover\:tw-to-rose-300:hover {
  --gradient-to-color: #fda4af !important;
}

.hover\:tw-to-rose-400:hover {
  --gradient-to-color: #fb7185 !important;
}

.hover\:tw-to-rose-500:hover {
  --gradient-to-color: #f43f5e !important;
}

.hover\:tw-to-rose-600:hover {
  --gradient-to-color: #e11d48 !important;
}

.hover\:tw-to-rose-700:hover {
  --gradient-to-color: #be123c !important;
}

.hover\:tw-to-rose-800:hover {
  --gradient-to-color: #9f1239 !important;
}

.hover\:tw-to-rose-900:hover {
  --gradient-to-color: #881337 !important;
}

.focus\:tw-from-transparent:focus {
  --gradient-from-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.focus\:tw-from-current:focus {
  --gradient-from-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:tw-from-black:focus {
  --gradient-from-color: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.focus\:tw-from-white:focus {
  --gradient-from-color: #fff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:tw-from-gray-50:focus {
  --gradient-from-color: #f9fafb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
}

.focus\:tw-from-gray-100:focus {
  --gradient-from-color: #f3f4f6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
}

.focus\:tw-from-gray-200:focus {
  --gradient-from-color: #e5e7eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
}

.focus\:tw-from-gray-300:focus {
  --gradient-from-color: #d1d5db !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
}

.focus\:tw-from-gray-400:focus {
  --gradient-from-color: #9ca3af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
}

.focus\:tw-from-gray-500:focus {
  --gradient-from-color: #6b7280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
}

.focus\:tw-from-gray-600:focus {
  --gradient-from-color: #4b5563 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
}

.focus\:tw-from-gray-700:focus {
  --gradient-from-color: #374151 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
}

.focus\:tw-from-gray-800:focus {
  --gradient-from-color: #1f2937 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
}

.focus\:tw-from-gray-900:focus {
  --gradient-from-color: #111827 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
}

.focus\:tw-from-red-50:focus {
  --gradient-from-color: #fef2f2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
}

.focus\:tw-from-red-100:focus {
  --gradient-from-color: #fee2e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
}

.focus\:tw-from-red-200:focus {
  --gradient-from-color: #fecaca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
}

.focus\:tw-from-red-300:focus {
  --gradient-from-color: #fca5a5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
}

.focus\:tw-from-red-400:focus {
  --gradient-from-color: #f87171 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
}

.focus\:tw-from-red-500:focus {
  --gradient-from-color: #ef4444 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
}

.focus\:tw-from-red-600:focus {
  --gradient-from-color: #dc2626 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
}

.focus\:tw-from-red-700:focus {
  --gradient-from-color: #b91c1c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
}

.focus\:tw-from-red-800:focus {
  --gradient-from-color: #991b1b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
}

.focus\:tw-from-red-900:focus {
  --gradient-from-color: #7f1d1d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
}

.focus\:tw-from-orange-50:focus {
  --gradient-from-color: #fff7ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
}

.focus\:tw-from-orange-100:focus {
  --gradient-from-color: #ffedd5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
}

.focus\:tw-from-orange-200:focus {
  --gradient-from-color: #fed7aa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
}

.focus\:tw-from-orange-300:focus {
  --gradient-from-color: #fdba74 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
}

.focus\:tw-from-orange-400:focus {
  --gradient-from-color: #fb923c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
}

.focus\:tw-from-orange-500:focus {
  --gradient-from-color: #f97316 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
}

.focus\:tw-from-orange-600:focus {
  --gradient-from-color: #ea580c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
}

.focus\:tw-from-orange-700:focus {
  --gradient-from-color: #c2410c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
}

.focus\:tw-from-orange-800:focus {
  --gradient-from-color: #9a3412 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
}

.focus\:tw-from-orange-900:focus {
  --gradient-from-color: #7c2d12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
}

.focus\:tw-from-yellow-50:focus {
  --gradient-from-color: #fefce8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
}

.focus\:tw-from-yellow-100:focus {
  --gradient-from-color: #fef9c3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
}

.focus\:tw-from-yellow-200:focus {
  --gradient-from-color: #fef08a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
}

.focus\:tw-from-yellow-300:focus {
  --gradient-from-color: #fde047 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
}

.focus\:tw-from-yellow-400:focus {
  --gradient-from-color: #facc15 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
}

.focus\:tw-from-yellow-500:focus {
  --gradient-from-color: #eab308 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
}

.focus\:tw-from-yellow-600:focus {
  --gradient-from-color: #ca8a04 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
}

.focus\:tw-from-yellow-700:focus {
  --gradient-from-color: #a16207 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
}

.focus\:tw-from-yellow-800:focus {
  --gradient-from-color: #854d0e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
}

.focus\:tw-from-yellow-900:focus {
  --gradient-from-color: #713f12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
}

.focus\:tw-from-green-50:focus {
  --gradient-from-color: #f0fdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
}

.focus\:tw-from-green-100:focus {
  --gradient-from-color: #dcfce7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
}

.focus\:tw-from-green-200:focus {
  --gradient-from-color: #bbf7d0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
}

.focus\:tw-from-green-300:focus {
  --gradient-from-color: #86efac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
}

.focus\:tw-from-green-400:focus {
  --gradient-from-color: #4ade80 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
}

.focus\:tw-from-green-500:focus {
  --gradient-from-color: #22c55e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
}

.focus\:tw-from-green-600:focus {
  --gradient-from-color: #16a34a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
}

.focus\:tw-from-green-700:focus {
  --gradient-from-color: #15803d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
}

.focus\:tw-from-green-800:focus {
  --gradient-from-color: #166534 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
}

.focus\:tw-from-green-900:focus {
  --gradient-from-color: #14532d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
}

.focus\:tw-from-teal-50:focus {
  --gradient-from-color: #f0fdfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
}

.focus\:tw-from-teal-100:focus {
  --gradient-from-color: #ccfbf1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
}

.focus\:tw-from-teal-200:focus {
  --gradient-from-color: #99f6e4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
}

.focus\:tw-from-teal-300:focus {
  --gradient-from-color: #5eead4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
}

.focus\:tw-from-teal-400:focus {
  --gradient-from-color: #2dd4bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
}

.focus\:tw-from-teal-500:focus {
  --gradient-from-color: #14b8a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
}

.focus\:tw-from-teal-600:focus {
  --gradient-from-color: #0d9488 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
}

.focus\:tw-from-teal-700:focus {
  --gradient-from-color: #0f766e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
}

.focus\:tw-from-teal-800:focus {
  --gradient-from-color: #115e59 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
}

.focus\:tw-from-teal-900:focus {
  --gradient-from-color: #134e4a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
}

.focus\:tw-from-blue-50:focus {
  --gradient-from-color: #eff6ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
}

.focus\:tw-from-blue-100:focus {
  --gradient-from-color: #dbeafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
}

.focus\:tw-from-blue-200:focus {
  --gradient-from-color: #bfdbfe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
}

.focus\:tw-from-blue-300:focus {
  --gradient-from-color: #93c5fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
}

.focus\:tw-from-blue-400:focus {
  --gradient-from-color: #60a5fa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
}

.focus\:tw-from-blue-500:focus {
  --gradient-from-color: #3b82f6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
}

.focus\:tw-from-blue-600:focus {
  --gradient-from-color: #2563eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
}

.focus\:tw-from-blue-700:focus {
  --gradient-from-color: #1d4ed8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
}

.focus\:tw-from-blue-800:focus {
  --gradient-from-color: #1e40af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
}

.focus\:tw-from-blue-900:focus {
  --gradient-from-color: #1e3a8a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
}

.focus\:tw-from-indigo-50:focus {
  --gradient-from-color: #eef2ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
}

.focus\:tw-from-indigo-100:focus {
  --gradient-from-color: #e0e7ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
}

.focus\:tw-from-indigo-200:focus {
  --gradient-from-color: #c7d2fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
}

.focus\:tw-from-indigo-300:focus {
  --gradient-from-color: #a5b4fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
}

.focus\:tw-from-indigo-400:focus {
  --gradient-from-color: #818cf8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
}

.focus\:tw-from-indigo-500:focus {
  --gradient-from-color: #6366f1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
}

.focus\:tw-from-indigo-600:focus {
  --gradient-from-color: #4f46e5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
}

.focus\:tw-from-indigo-700:focus {
  --gradient-from-color: #4338ca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
}

.focus\:tw-from-indigo-800:focus {
  --gradient-from-color: #3730a3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
}

.focus\:tw-from-indigo-900:focus {
  --gradient-from-color: #312e81 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
}

.focus\:tw-from-purple-50:focus {
  --gradient-from-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.focus\:tw-from-purple-100:focus {
  --gradient-from-color: #f3e8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
}

.focus\:tw-from-purple-200:focus {
  --gradient-from-color: #e9d5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
}

.focus\:tw-from-purple-300:focus {
  --gradient-from-color: #d8b4fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
}

.focus\:tw-from-purple-400:focus {
  --gradient-from-color: #c084fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
}

.focus\:tw-from-purple-500:focus {
  --gradient-from-color: #a855f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
}

.focus\:tw-from-purple-600:focus {
  --gradient-from-color: #9333ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
}

.focus\:tw-from-purple-700:focus {
  --gradient-from-color: #7e22ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
}

.focus\:tw-from-purple-800:focus {
  --gradient-from-color: #6b21a8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
}

.focus\:tw-from-purple-900:focus {
  --gradient-from-color: #581c87 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
}

.focus\:tw-from-pink-50:focus {
  --gradient-from-color: #fdf2f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
}

.focus\:tw-from-pink-100:focus {
  --gradient-from-color: #fce7f3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
}

.focus\:tw-from-pink-200:focus {
  --gradient-from-color: #fbcfe8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
}

.focus\:tw-from-pink-300:focus {
  --gradient-from-color: #f9a8d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
}

.focus\:tw-from-pink-400:focus {
  --gradient-from-color: #f472b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
}

.focus\:tw-from-pink-500:focus {
  --gradient-from-color: #ec4899 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
}

.focus\:tw-from-pink-600:focus {
  --gradient-from-color: #db2777 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
}

.focus\:tw-from-pink-700:focus {
  --gradient-from-color: #be185d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
}

.focus\:tw-from-pink-800:focus {
  --gradient-from-color: #9d174d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
}

.focus\:tw-from-pink-900:focus {
  --gradient-from-color: #831843 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
}

.focus\:tw-from-app-main:focus {
  --gradient-from-color: #F18D11 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
}

.focus\:tw-from-app-sub-blue:focus {
  --gradient-from-color: #1E548F !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
}

.focus\:tw-from-app-yellow:focus {
  --gradient-from-color: #FFF5D1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
}

.focus\:tw-from-theme-primary:focus {
  --gradient-from-color: #f3980f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
}

.focus\:tw-from-theme-info:focus {
  --gradient-from-color: #1b925a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
}

.focus\:tw-from-slate-50:focus {
  --gradient-from-color: #f8fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
}

.focus\:tw-from-slate-100:focus {
  --gradient-from-color: #f1f5f9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
}

.focus\:tw-from-slate-200:focus {
  --gradient-from-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.focus\:tw-from-slate-300:focus {
  --gradient-from-color: #cbd5e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
}

.focus\:tw-from-slate-400:focus {
  --gradient-from-color: #94a3b8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
}

.focus\:tw-from-slate-500:focus {
  --gradient-from-color: #64748b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
}

.focus\:tw-from-slate-600:focus {
  --gradient-from-color: #475569 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
}

.focus\:tw-from-slate-700:focus {
  --gradient-from-color: #334155 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
}

.focus\:tw-from-slate-800:focus {
  --gradient-from-color: #1e293b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
}

.focus\:tw-from-slate-900:focus {
  --gradient-from-color: #0f172a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
}

.focus\:tw-from-zinc-50:focus {
  --gradient-from-color: #fafafa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
}

.focus\:tw-from-zinc-100:focus {
  --gradient-from-color: #f4f4f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
}

.focus\:tw-from-zinc-200:focus {
  --gradient-from-color: #e4e4e7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
}

.focus\:tw-from-zinc-300:focus {
  --gradient-from-color: #d4d4d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
}

.focus\:tw-from-zinc-400:focus {
  --gradient-from-color: #a1a1aa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
}

.focus\:tw-from-zinc-500:focus {
  --gradient-from-color: #71717a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
}

.focus\:tw-from-zinc-600:focus {
  --gradient-from-color: #52525b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
}

.focus\:tw-from-zinc-700:focus {
  --gradient-from-color: #3f3f46 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
}

.focus\:tw-from-zinc-800:focus {
  --gradient-from-color: #27272a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
}

.focus\:tw-from-zinc-900:focus {
  --gradient-from-color: #18181b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
}

.focus\:tw-from-neutral-50:focus {
  --gradient-from-color: #fafafa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
}

.focus\:tw-from-neutral-100:focus {
  --gradient-from-color: #f5f5f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
}

.focus\:tw-from-neutral-200:focus {
  --gradient-from-color: #e5e5e5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
}

.focus\:tw-from-neutral-300:focus {
  --gradient-from-color: #d4d4d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
}

.focus\:tw-from-neutral-400:focus {
  --gradient-from-color: #a3a3a3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
}

.focus\:tw-from-neutral-500:focus {
  --gradient-from-color: #737373 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
}

.focus\:tw-from-neutral-600:focus {
  --gradient-from-color: #525252 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
}

.focus\:tw-from-neutral-700:focus {
  --gradient-from-color: #404040 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
}

.focus\:tw-from-neutral-800:focus {
  --gradient-from-color: #262626 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
}

.focus\:tw-from-neutral-900:focus {
  --gradient-from-color: #171717 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
}

.focus\:tw-from-stone-50:focus {
  --gradient-from-color: #fafaf9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
}

.focus\:tw-from-stone-100:focus {
  --gradient-from-color: #f5f5f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
}

.focus\:tw-from-stone-200:focus {
  --gradient-from-color: #e7e5e4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
}

.focus\:tw-from-stone-300:focus {
  --gradient-from-color: #d6d3d1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
}

.focus\:tw-from-stone-400:focus {
  --gradient-from-color: #a8a29e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
}

.focus\:tw-from-stone-500:focus {
  --gradient-from-color: #78716c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
}

.focus\:tw-from-stone-600:focus {
  --gradient-from-color: #57534e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
}

.focus\:tw-from-stone-700:focus {
  --gradient-from-color: #44403c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
}

.focus\:tw-from-stone-800:focus {
  --gradient-from-color: #292524 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
}

.focus\:tw-from-stone-900:focus {
  --gradient-from-color: #1c1917 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
}

.focus\:tw-from-amber-50:focus {
  --gradient-from-color: #fffbeb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
}

.focus\:tw-from-amber-100:focus {
  --gradient-from-color: #fef3c7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
}

.focus\:tw-from-amber-200:focus {
  --gradient-from-color: #fde68a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
}

.focus\:tw-from-amber-300:focus {
  --gradient-from-color: #fcd34d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
}

.focus\:tw-from-amber-400:focus {
  --gradient-from-color: #fbbf24 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
}

.focus\:tw-from-amber-500:focus {
  --gradient-from-color: #f59e0b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
}

.focus\:tw-from-amber-600:focus {
  --gradient-from-color: #d97706 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
}

.focus\:tw-from-amber-700:focus {
  --gradient-from-color: #b45309 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
}

.focus\:tw-from-amber-800:focus {
  --gradient-from-color: #92400e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
}

.focus\:tw-from-amber-900:focus {
  --gradient-from-color: #78350f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
}

.focus\:tw-from-lime-50:focus {
  --gradient-from-color: #f7fee7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
}

.focus\:tw-from-lime-100:focus {
  --gradient-from-color: #ecfccb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
}

.focus\:tw-from-lime-200:focus {
  --gradient-from-color: #d9f99d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
}

.focus\:tw-from-lime-300:focus {
  --gradient-from-color: #bef264 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
}

.focus\:tw-from-lime-400:focus {
  --gradient-from-color: #a3e635 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
}

.focus\:tw-from-lime-500:focus {
  --gradient-from-color: #84cc16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
}

.focus\:tw-from-lime-600:focus {
  --gradient-from-color: #65a30d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
}

.focus\:tw-from-lime-700:focus {
  --gradient-from-color: #4d7c0f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
}

.focus\:tw-from-lime-800:focus {
  --gradient-from-color: #3f6212 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
}

.focus\:tw-from-lime-900:focus {
  --gradient-from-color: #365314 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
}

.focus\:tw-from-emerald-50:focus {
  --gradient-from-color: #ecfdf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
}

.focus\:tw-from-emerald-100:focus {
  --gradient-from-color: #d1fae5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
}

.focus\:tw-from-emerald-200:focus {
  --gradient-from-color: #a7f3d0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
}

.focus\:tw-from-emerald-300:focus {
  --gradient-from-color: #6ee7b7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
}

.focus\:tw-from-emerald-400:focus {
  --gradient-from-color: #34d399 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
}

.focus\:tw-from-emerald-500:focus {
  --gradient-from-color: #10b981 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
}

.focus\:tw-from-emerald-600:focus {
  --gradient-from-color: #059669 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
}

.focus\:tw-from-emerald-700:focus {
  --gradient-from-color: #047857 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
}

.focus\:tw-from-emerald-800:focus {
  --gradient-from-color: #065f46 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
}

.focus\:tw-from-emerald-900:focus {
  --gradient-from-color: #064e3b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
}

.focus\:tw-from-cyan-50:focus {
  --gradient-from-color: #ecfeff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
}

.focus\:tw-from-cyan-100:focus {
  --gradient-from-color: #cffafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
}

.focus\:tw-from-cyan-200:focus {
  --gradient-from-color: #a5f3fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
}

.focus\:tw-from-cyan-300:focus {
  --gradient-from-color: #67e8f9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
}

.focus\:tw-from-cyan-400:focus {
  --gradient-from-color: #22d3ee !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
}

.focus\:tw-from-cyan-500:focus {
  --gradient-from-color: #06b6d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
}

.focus\:tw-from-cyan-600:focus {
  --gradient-from-color: #0891b2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
}

.focus\:tw-from-cyan-700:focus {
  --gradient-from-color: #0e7490 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
}

.focus\:tw-from-cyan-800:focus {
  --gradient-from-color: #155e75 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
}

.focus\:tw-from-cyan-900:focus {
  --gradient-from-color: #164e63 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
}

.focus\:tw-from-sky-50:focus {
  --gradient-from-color: #f0f9ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
}

.focus\:tw-from-sky-100:focus {
  --gradient-from-color: #e0f2fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
}

.focus\:tw-from-sky-200:focus {
  --gradient-from-color: #bae6fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
}

.focus\:tw-from-sky-300:focus {
  --gradient-from-color: #7dd3fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
}

.focus\:tw-from-sky-400:focus {
  --gradient-from-color: #38bdf8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
}

.focus\:tw-from-sky-500:focus {
  --gradient-from-color: #0ea5e9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
}

.focus\:tw-from-sky-600:focus {
  --gradient-from-color: #0284c7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
}

.focus\:tw-from-sky-700:focus {
  --gradient-from-color: #0369a1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
}

.focus\:tw-from-sky-800:focus {
  --gradient-from-color: #075985 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
}

.focus\:tw-from-sky-900:focus {
  --gradient-from-color: #0c4a6e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
}

.focus\:tw-from-violet-50:focus {
  --gradient-from-color: #f5f3ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
}

.focus\:tw-from-violet-100:focus {
  --gradient-from-color: #ede9fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
}

.focus\:tw-from-violet-200:focus {
  --gradient-from-color: #ddd6fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
}

.focus\:tw-from-violet-300:focus {
  --gradient-from-color: #c4b5fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
}

.focus\:tw-from-violet-400:focus {
  --gradient-from-color: #a78bfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
}

.focus\:tw-from-violet-500:focus {
  --gradient-from-color: #8b5cf6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
}

.focus\:tw-from-violet-600:focus {
  --gradient-from-color: #7c3aed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
}

.focus\:tw-from-violet-700:focus {
  --gradient-from-color: #6d28d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
}

.focus\:tw-from-violet-800:focus {
  --gradient-from-color: #5b21b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
}

.focus\:tw-from-violet-900:focus {
  --gradient-from-color: #4c1d95 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
}

.focus\:tw-from-fuchsia-50:focus {
  --gradient-from-color: #fdf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
}

.focus\:tw-from-fuchsia-100:focus {
  --gradient-from-color: #fae8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
}

.focus\:tw-from-fuchsia-200:focus {
  --gradient-from-color: #f5d0fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
}

.focus\:tw-from-fuchsia-300:focus {
  --gradient-from-color: #f0abfc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
}

.focus\:tw-from-fuchsia-400:focus {
  --gradient-from-color: #e879f9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
}

.focus\:tw-from-fuchsia-500:focus {
  --gradient-from-color: #d946ef !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
}

.focus\:tw-from-fuchsia-600:focus {
  --gradient-from-color: #c026d3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
}

.focus\:tw-from-fuchsia-700:focus {
  --gradient-from-color: #a21caf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
}

.focus\:tw-from-fuchsia-800:focus {
  --gradient-from-color: #86198f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
}

.focus\:tw-from-fuchsia-900:focus {
  --gradient-from-color: #701a75 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
}

.focus\:tw-from-rose-50:focus {
  --gradient-from-color: #fff1f2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
}

.focus\:tw-from-rose-100:focus {
  --gradient-from-color: #ffe4e6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
}

.focus\:tw-from-rose-200:focus {
  --gradient-from-color: #fecdd3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
}

.focus\:tw-from-rose-300:focus {
  --gradient-from-color: #fda4af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
}

.focus\:tw-from-rose-400:focus {
  --gradient-from-color: #fb7185 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
}

.focus\:tw-from-rose-500:focus {
  --gradient-from-color: #f43f5e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
}

.focus\:tw-from-rose-600:focus {
  --gradient-from-color: #e11d48 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
}

.focus\:tw-from-rose-700:focus {
  --gradient-from-color: #be123c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
}

.focus\:tw-from-rose-800:focus {
  --gradient-from-color: #9f1239 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
}

.focus\:tw-from-rose-900:focus {
  --gradient-from-color: #881337 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
}

.focus\:tw-via-transparent:focus {
  --gradient-via-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.focus\:tw-via-current:focus {
  --gradient-via-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:tw-via-black:focus {
  --gradient-via-color: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.focus\:tw-via-white:focus {
  --gradient-via-color: #fff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:tw-via-gray-50:focus {
  --gradient-via-color: #f9fafb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
}

.focus\:tw-via-gray-100:focus {
  --gradient-via-color: #f3f4f6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
}

.focus\:tw-via-gray-200:focus {
  --gradient-via-color: #e5e7eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
}

.focus\:tw-via-gray-300:focus {
  --gradient-via-color: #d1d5db !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
}

.focus\:tw-via-gray-400:focus {
  --gradient-via-color: #9ca3af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
}

.focus\:tw-via-gray-500:focus {
  --gradient-via-color: #6b7280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
}

.focus\:tw-via-gray-600:focus {
  --gradient-via-color: #4b5563 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
}

.focus\:tw-via-gray-700:focus {
  --gradient-via-color: #374151 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
}

.focus\:tw-via-gray-800:focus {
  --gradient-via-color: #1f2937 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
}

.focus\:tw-via-gray-900:focus {
  --gradient-via-color: #111827 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
}

.focus\:tw-via-red-50:focus {
  --gradient-via-color: #fef2f2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
}

.focus\:tw-via-red-100:focus {
  --gradient-via-color: #fee2e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
}

.focus\:tw-via-red-200:focus {
  --gradient-via-color: #fecaca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
}

.focus\:tw-via-red-300:focus {
  --gradient-via-color: #fca5a5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
}

.focus\:tw-via-red-400:focus {
  --gradient-via-color: #f87171 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
}

.focus\:tw-via-red-500:focus {
  --gradient-via-color: #ef4444 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
}

.focus\:tw-via-red-600:focus {
  --gradient-via-color: #dc2626 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
}

.focus\:tw-via-red-700:focus {
  --gradient-via-color: #b91c1c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
}

.focus\:tw-via-red-800:focus {
  --gradient-via-color: #991b1b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
}

.focus\:tw-via-red-900:focus {
  --gradient-via-color: #7f1d1d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
}

.focus\:tw-via-orange-50:focus {
  --gradient-via-color: #fff7ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
}

.focus\:tw-via-orange-100:focus {
  --gradient-via-color: #ffedd5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
}

.focus\:tw-via-orange-200:focus {
  --gradient-via-color: #fed7aa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
}

.focus\:tw-via-orange-300:focus {
  --gradient-via-color: #fdba74 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
}

.focus\:tw-via-orange-400:focus {
  --gradient-via-color: #fb923c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
}

.focus\:tw-via-orange-500:focus {
  --gradient-via-color: #f97316 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
}

.focus\:tw-via-orange-600:focus {
  --gradient-via-color: #ea580c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
}

.focus\:tw-via-orange-700:focus {
  --gradient-via-color: #c2410c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
}

.focus\:tw-via-orange-800:focus {
  --gradient-via-color: #9a3412 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
}

.focus\:tw-via-orange-900:focus {
  --gradient-via-color: #7c2d12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
}

.focus\:tw-via-yellow-50:focus {
  --gradient-via-color: #fefce8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
}

.focus\:tw-via-yellow-100:focus {
  --gradient-via-color: #fef9c3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
}

.focus\:tw-via-yellow-200:focus {
  --gradient-via-color: #fef08a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
}

.focus\:tw-via-yellow-300:focus {
  --gradient-via-color: #fde047 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
}

.focus\:tw-via-yellow-400:focus {
  --gradient-via-color: #facc15 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
}

.focus\:tw-via-yellow-500:focus {
  --gradient-via-color: #eab308 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
}

.focus\:tw-via-yellow-600:focus {
  --gradient-via-color: #ca8a04 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
}

.focus\:tw-via-yellow-700:focus {
  --gradient-via-color: #a16207 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
}

.focus\:tw-via-yellow-800:focus {
  --gradient-via-color: #854d0e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
}

.focus\:tw-via-yellow-900:focus {
  --gradient-via-color: #713f12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
}

.focus\:tw-via-green-50:focus {
  --gradient-via-color: #f0fdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
}

.focus\:tw-via-green-100:focus {
  --gradient-via-color: #dcfce7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
}

.focus\:tw-via-green-200:focus {
  --gradient-via-color: #bbf7d0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
}

.focus\:tw-via-green-300:focus {
  --gradient-via-color: #86efac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
}

.focus\:tw-via-green-400:focus {
  --gradient-via-color: #4ade80 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
}

.focus\:tw-via-green-500:focus {
  --gradient-via-color: #22c55e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
}

.focus\:tw-via-green-600:focus {
  --gradient-via-color: #16a34a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
}

.focus\:tw-via-green-700:focus {
  --gradient-via-color: #15803d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
}

.focus\:tw-via-green-800:focus {
  --gradient-via-color: #166534 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
}

.focus\:tw-via-green-900:focus {
  --gradient-via-color: #14532d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
}

.focus\:tw-via-teal-50:focus {
  --gradient-via-color: #f0fdfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
}

.focus\:tw-via-teal-100:focus {
  --gradient-via-color: #ccfbf1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
}

.focus\:tw-via-teal-200:focus {
  --gradient-via-color: #99f6e4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
}

.focus\:tw-via-teal-300:focus {
  --gradient-via-color: #5eead4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
}

.focus\:tw-via-teal-400:focus {
  --gradient-via-color: #2dd4bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
}

.focus\:tw-via-teal-500:focus {
  --gradient-via-color: #14b8a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
}

.focus\:tw-via-teal-600:focus {
  --gradient-via-color: #0d9488 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
}

.focus\:tw-via-teal-700:focus {
  --gradient-via-color: #0f766e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
}

.focus\:tw-via-teal-800:focus {
  --gradient-via-color: #115e59 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
}

.focus\:tw-via-teal-900:focus {
  --gradient-via-color: #134e4a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
}

.focus\:tw-via-blue-50:focus {
  --gradient-via-color: #eff6ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
}

.focus\:tw-via-blue-100:focus {
  --gradient-via-color: #dbeafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
}

.focus\:tw-via-blue-200:focus {
  --gradient-via-color: #bfdbfe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
}

.focus\:tw-via-blue-300:focus {
  --gradient-via-color: #93c5fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
}

.focus\:tw-via-blue-400:focus {
  --gradient-via-color: #60a5fa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
}

.focus\:tw-via-blue-500:focus {
  --gradient-via-color: #3b82f6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
}

.focus\:tw-via-blue-600:focus {
  --gradient-via-color: #2563eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
}

.focus\:tw-via-blue-700:focus {
  --gradient-via-color: #1d4ed8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
}

.focus\:tw-via-blue-800:focus {
  --gradient-via-color: #1e40af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
}

.focus\:tw-via-blue-900:focus {
  --gradient-via-color: #1e3a8a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
}

.focus\:tw-via-indigo-50:focus {
  --gradient-via-color: #eef2ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
}

.focus\:tw-via-indigo-100:focus {
  --gradient-via-color: #e0e7ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
}

.focus\:tw-via-indigo-200:focus {
  --gradient-via-color: #c7d2fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
}

.focus\:tw-via-indigo-300:focus {
  --gradient-via-color: #a5b4fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
}

.focus\:tw-via-indigo-400:focus {
  --gradient-via-color: #818cf8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
}

.focus\:tw-via-indigo-500:focus {
  --gradient-via-color: #6366f1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
}

.focus\:tw-via-indigo-600:focus {
  --gradient-via-color: #4f46e5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
}

.focus\:tw-via-indigo-700:focus {
  --gradient-via-color: #4338ca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
}

.focus\:tw-via-indigo-800:focus {
  --gradient-via-color: #3730a3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
}

.focus\:tw-via-indigo-900:focus {
  --gradient-via-color: #312e81 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
}

.focus\:tw-via-purple-50:focus {
  --gradient-via-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.focus\:tw-via-purple-100:focus {
  --gradient-via-color: #f3e8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
}

.focus\:tw-via-purple-200:focus {
  --gradient-via-color: #e9d5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
}

.focus\:tw-via-purple-300:focus {
  --gradient-via-color: #d8b4fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
}

.focus\:tw-via-purple-400:focus {
  --gradient-via-color: #c084fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
}

.focus\:tw-via-purple-500:focus {
  --gradient-via-color: #a855f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
}

.focus\:tw-via-purple-600:focus {
  --gradient-via-color: #9333ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
}

.focus\:tw-via-purple-700:focus {
  --gradient-via-color: #7e22ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
}

.focus\:tw-via-purple-800:focus {
  --gradient-via-color: #6b21a8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
}

.focus\:tw-via-purple-900:focus {
  --gradient-via-color: #581c87 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
}

.focus\:tw-via-pink-50:focus {
  --gradient-via-color: #fdf2f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
}

.focus\:tw-via-pink-100:focus {
  --gradient-via-color: #fce7f3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
}

.focus\:tw-via-pink-200:focus {
  --gradient-via-color: #fbcfe8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
}

.focus\:tw-via-pink-300:focus {
  --gradient-via-color: #f9a8d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
}

.focus\:tw-via-pink-400:focus {
  --gradient-via-color: #f472b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
}

.focus\:tw-via-pink-500:focus {
  --gradient-via-color: #ec4899 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
}

.focus\:tw-via-pink-600:focus {
  --gradient-via-color: #db2777 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
}

.focus\:tw-via-pink-700:focus {
  --gradient-via-color: #be185d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
}

.focus\:tw-via-pink-800:focus {
  --gradient-via-color: #9d174d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
}

.focus\:tw-via-pink-900:focus {
  --gradient-via-color: #831843 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
}

.focus\:tw-via-app-main:focus {
  --gradient-via-color: #F18D11 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
}

.focus\:tw-via-app-sub-blue:focus {
  --gradient-via-color: #1E548F !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
}

.focus\:tw-via-app-yellow:focus {
  --gradient-via-color: #FFF5D1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
}

.focus\:tw-via-theme-primary:focus {
  --gradient-via-color: #f3980f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
}

.focus\:tw-via-theme-info:focus {
  --gradient-via-color: #1b925a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
}

.focus\:tw-via-slate-50:focus {
  --gradient-via-color: #f8fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
}

.focus\:tw-via-slate-100:focus {
  --gradient-via-color: #f1f5f9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
}

.focus\:tw-via-slate-200:focus {
  --gradient-via-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.focus\:tw-via-slate-300:focus {
  --gradient-via-color: #cbd5e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
}

.focus\:tw-via-slate-400:focus {
  --gradient-via-color: #94a3b8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
}

.focus\:tw-via-slate-500:focus {
  --gradient-via-color: #64748b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
}

.focus\:tw-via-slate-600:focus {
  --gradient-via-color: #475569 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
}

.focus\:tw-via-slate-700:focus {
  --gradient-via-color: #334155 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
}

.focus\:tw-via-slate-800:focus {
  --gradient-via-color: #1e293b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
}

.focus\:tw-via-slate-900:focus {
  --gradient-via-color: #0f172a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
}

.focus\:tw-via-zinc-50:focus {
  --gradient-via-color: #fafafa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
}

.focus\:tw-via-zinc-100:focus {
  --gradient-via-color: #f4f4f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
}

.focus\:tw-via-zinc-200:focus {
  --gradient-via-color: #e4e4e7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
}

.focus\:tw-via-zinc-300:focus {
  --gradient-via-color: #d4d4d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
}

.focus\:tw-via-zinc-400:focus {
  --gradient-via-color: #a1a1aa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
}

.focus\:tw-via-zinc-500:focus {
  --gradient-via-color: #71717a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
}

.focus\:tw-via-zinc-600:focus {
  --gradient-via-color: #52525b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
}

.focus\:tw-via-zinc-700:focus {
  --gradient-via-color: #3f3f46 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
}

.focus\:tw-via-zinc-800:focus {
  --gradient-via-color: #27272a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
}

.focus\:tw-via-zinc-900:focus {
  --gradient-via-color: #18181b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
}

.focus\:tw-via-neutral-50:focus {
  --gradient-via-color: #fafafa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
}

.focus\:tw-via-neutral-100:focus {
  --gradient-via-color: #f5f5f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
}

.focus\:tw-via-neutral-200:focus {
  --gradient-via-color: #e5e5e5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
}

.focus\:tw-via-neutral-300:focus {
  --gradient-via-color: #d4d4d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
}

.focus\:tw-via-neutral-400:focus {
  --gradient-via-color: #a3a3a3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
}

.focus\:tw-via-neutral-500:focus {
  --gradient-via-color: #737373 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
}

.focus\:tw-via-neutral-600:focus {
  --gradient-via-color: #525252 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
}

.focus\:tw-via-neutral-700:focus {
  --gradient-via-color: #404040 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
}

.focus\:tw-via-neutral-800:focus {
  --gradient-via-color: #262626 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
}

.focus\:tw-via-neutral-900:focus {
  --gradient-via-color: #171717 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
}

.focus\:tw-via-stone-50:focus {
  --gradient-via-color: #fafaf9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
}

.focus\:tw-via-stone-100:focus {
  --gradient-via-color: #f5f5f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
}

.focus\:tw-via-stone-200:focus {
  --gradient-via-color: #e7e5e4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
}

.focus\:tw-via-stone-300:focus {
  --gradient-via-color: #d6d3d1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
}

.focus\:tw-via-stone-400:focus {
  --gradient-via-color: #a8a29e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
}

.focus\:tw-via-stone-500:focus {
  --gradient-via-color: #78716c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
}

.focus\:tw-via-stone-600:focus {
  --gradient-via-color: #57534e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
}

.focus\:tw-via-stone-700:focus {
  --gradient-via-color: #44403c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
}

.focus\:tw-via-stone-800:focus {
  --gradient-via-color: #292524 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
}

.focus\:tw-via-stone-900:focus {
  --gradient-via-color: #1c1917 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
}

.focus\:tw-via-amber-50:focus {
  --gradient-via-color: #fffbeb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
}

.focus\:tw-via-amber-100:focus {
  --gradient-via-color: #fef3c7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
}

.focus\:tw-via-amber-200:focus {
  --gradient-via-color: #fde68a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
}

.focus\:tw-via-amber-300:focus {
  --gradient-via-color: #fcd34d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
}

.focus\:tw-via-amber-400:focus {
  --gradient-via-color: #fbbf24 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
}

.focus\:tw-via-amber-500:focus {
  --gradient-via-color: #f59e0b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
}

.focus\:tw-via-amber-600:focus {
  --gradient-via-color: #d97706 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
}

.focus\:tw-via-amber-700:focus {
  --gradient-via-color: #b45309 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
}

.focus\:tw-via-amber-800:focus {
  --gradient-via-color: #92400e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
}

.focus\:tw-via-amber-900:focus {
  --gradient-via-color: #78350f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
}

.focus\:tw-via-lime-50:focus {
  --gradient-via-color: #f7fee7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
}

.focus\:tw-via-lime-100:focus {
  --gradient-via-color: #ecfccb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
}

.focus\:tw-via-lime-200:focus {
  --gradient-via-color: #d9f99d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
}

.focus\:tw-via-lime-300:focus {
  --gradient-via-color: #bef264 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
}

.focus\:tw-via-lime-400:focus {
  --gradient-via-color: #a3e635 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
}

.focus\:tw-via-lime-500:focus {
  --gradient-via-color: #84cc16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
}

.focus\:tw-via-lime-600:focus {
  --gradient-via-color: #65a30d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
}

.focus\:tw-via-lime-700:focus {
  --gradient-via-color: #4d7c0f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
}

.focus\:tw-via-lime-800:focus {
  --gradient-via-color: #3f6212 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
}

.focus\:tw-via-lime-900:focus {
  --gradient-via-color: #365314 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
}

.focus\:tw-via-emerald-50:focus {
  --gradient-via-color: #ecfdf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
}

.focus\:tw-via-emerald-100:focus {
  --gradient-via-color: #d1fae5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
}

.focus\:tw-via-emerald-200:focus {
  --gradient-via-color: #a7f3d0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
}

.focus\:tw-via-emerald-300:focus {
  --gradient-via-color: #6ee7b7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
}

.focus\:tw-via-emerald-400:focus {
  --gradient-via-color: #34d399 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
}

.focus\:tw-via-emerald-500:focus {
  --gradient-via-color: #10b981 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
}

.focus\:tw-via-emerald-600:focus {
  --gradient-via-color: #059669 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
}

.focus\:tw-via-emerald-700:focus {
  --gradient-via-color: #047857 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
}

.focus\:tw-via-emerald-800:focus {
  --gradient-via-color: #065f46 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
}

.focus\:tw-via-emerald-900:focus {
  --gradient-via-color: #064e3b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
}

.focus\:tw-via-cyan-50:focus {
  --gradient-via-color: #ecfeff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
}

.focus\:tw-via-cyan-100:focus {
  --gradient-via-color: #cffafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
}

.focus\:tw-via-cyan-200:focus {
  --gradient-via-color: #a5f3fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
}

.focus\:tw-via-cyan-300:focus {
  --gradient-via-color: #67e8f9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
}

.focus\:tw-via-cyan-400:focus {
  --gradient-via-color: #22d3ee !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
}

.focus\:tw-via-cyan-500:focus {
  --gradient-via-color: #06b6d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
}

.focus\:tw-via-cyan-600:focus {
  --gradient-via-color: #0891b2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
}

.focus\:tw-via-cyan-700:focus {
  --gradient-via-color: #0e7490 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
}

.focus\:tw-via-cyan-800:focus {
  --gradient-via-color: #155e75 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
}

.focus\:tw-via-cyan-900:focus {
  --gradient-via-color: #164e63 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
}

.focus\:tw-via-sky-50:focus {
  --gradient-via-color: #f0f9ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
}

.focus\:tw-via-sky-100:focus {
  --gradient-via-color: #e0f2fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
}

.focus\:tw-via-sky-200:focus {
  --gradient-via-color: #bae6fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
}

.focus\:tw-via-sky-300:focus {
  --gradient-via-color: #7dd3fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
}

.focus\:tw-via-sky-400:focus {
  --gradient-via-color: #38bdf8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
}

.focus\:tw-via-sky-500:focus {
  --gradient-via-color: #0ea5e9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
}

.focus\:tw-via-sky-600:focus {
  --gradient-via-color: #0284c7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
}

.focus\:tw-via-sky-700:focus {
  --gradient-via-color: #0369a1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
}

.focus\:tw-via-sky-800:focus {
  --gradient-via-color: #075985 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
}

.focus\:tw-via-sky-900:focus {
  --gradient-via-color: #0c4a6e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
}

.focus\:tw-via-violet-50:focus {
  --gradient-via-color: #f5f3ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
}

.focus\:tw-via-violet-100:focus {
  --gradient-via-color: #ede9fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
}

.focus\:tw-via-violet-200:focus {
  --gradient-via-color: #ddd6fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
}

.focus\:tw-via-violet-300:focus {
  --gradient-via-color: #c4b5fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
}

.focus\:tw-via-violet-400:focus {
  --gradient-via-color: #a78bfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
}

.focus\:tw-via-violet-500:focus {
  --gradient-via-color: #8b5cf6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
}

.focus\:tw-via-violet-600:focus {
  --gradient-via-color: #7c3aed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
}

.focus\:tw-via-violet-700:focus {
  --gradient-via-color: #6d28d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
}

.focus\:tw-via-violet-800:focus {
  --gradient-via-color: #5b21b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
}

.focus\:tw-via-violet-900:focus {
  --gradient-via-color: #4c1d95 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
}

.focus\:tw-via-fuchsia-50:focus {
  --gradient-via-color: #fdf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
}

.focus\:tw-via-fuchsia-100:focus {
  --gradient-via-color: #fae8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
}

.focus\:tw-via-fuchsia-200:focus {
  --gradient-via-color: #f5d0fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
}

.focus\:tw-via-fuchsia-300:focus {
  --gradient-via-color: #f0abfc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
}

.focus\:tw-via-fuchsia-400:focus {
  --gradient-via-color: #e879f9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
}

.focus\:tw-via-fuchsia-500:focus {
  --gradient-via-color: #d946ef !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
}

.focus\:tw-via-fuchsia-600:focus {
  --gradient-via-color: #c026d3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
}

.focus\:tw-via-fuchsia-700:focus {
  --gradient-via-color: #a21caf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
}

.focus\:tw-via-fuchsia-800:focus {
  --gradient-via-color: #86198f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
}

.focus\:tw-via-fuchsia-900:focus {
  --gradient-via-color: #701a75 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
}

.focus\:tw-via-rose-50:focus {
  --gradient-via-color: #fff1f2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
}

.focus\:tw-via-rose-100:focus {
  --gradient-via-color: #ffe4e6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
}

.focus\:tw-via-rose-200:focus {
  --gradient-via-color: #fecdd3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
}

.focus\:tw-via-rose-300:focus {
  --gradient-via-color: #fda4af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
}

.focus\:tw-via-rose-400:focus {
  --gradient-via-color: #fb7185 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
}

.focus\:tw-via-rose-500:focus {
  --gradient-via-color: #f43f5e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
}

.focus\:tw-via-rose-600:focus {
  --gradient-via-color: #e11d48 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
}

.focus\:tw-via-rose-700:focus {
  --gradient-via-color: #be123c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
}

.focus\:tw-via-rose-800:focus {
  --gradient-via-color: #9f1239 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
}

.focus\:tw-via-rose-900:focus {
  --gradient-via-color: #881337 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
}

.focus\:tw-to-transparent:focus {
  --gradient-to-color: transparent !important;
}

.focus\:tw-to-current:focus {
  --gradient-to-color: currentColor !important;
}

.focus\:tw-to-black:focus {
  --gradient-to-color: #000 !important;
}

.focus\:tw-to-white:focus {
  --gradient-to-color: #fff !important;
}

.focus\:tw-to-gray-50:focus {
  --gradient-to-color: #f9fafb !important;
}

.focus\:tw-to-gray-100:focus {
  --gradient-to-color: #f3f4f6 !important;
}

.focus\:tw-to-gray-200:focus {
  --gradient-to-color: #e5e7eb !important;
}

.focus\:tw-to-gray-300:focus {
  --gradient-to-color: #d1d5db !important;
}

.focus\:tw-to-gray-400:focus {
  --gradient-to-color: #9ca3af !important;
}

.focus\:tw-to-gray-500:focus {
  --gradient-to-color: #6b7280 !important;
}

.focus\:tw-to-gray-600:focus {
  --gradient-to-color: #4b5563 !important;
}

.focus\:tw-to-gray-700:focus {
  --gradient-to-color: #374151 !important;
}

.focus\:tw-to-gray-800:focus {
  --gradient-to-color: #1f2937 !important;
}

.focus\:tw-to-gray-900:focus {
  --gradient-to-color: #111827 !important;
}

.focus\:tw-to-red-50:focus {
  --gradient-to-color: #fef2f2 !important;
}

.focus\:tw-to-red-100:focus {
  --gradient-to-color: #fee2e2 !important;
}

.focus\:tw-to-red-200:focus {
  --gradient-to-color: #fecaca !important;
}

.focus\:tw-to-red-300:focus {
  --gradient-to-color: #fca5a5 !important;
}

.focus\:tw-to-red-400:focus {
  --gradient-to-color: #f87171 !important;
}

.focus\:tw-to-red-500:focus {
  --gradient-to-color: #ef4444 !important;
}

.focus\:tw-to-red-600:focus {
  --gradient-to-color: #dc2626 !important;
}

.focus\:tw-to-red-700:focus {
  --gradient-to-color: #b91c1c !important;
}

.focus\:tw-to-red-800:focus {
  --gradient-to-color: #991b1b !important;
}

.focus\:tw-to-red-900:focus {
  --gradient-to-color: #7f1d1d !important;
}

.focus\:tw-to-orange-50:focus {
  --gradient-to-color: #fff7ed !important;
}

.focus\:tw-to-orange-100:focus {
  --gradient-to-color: #ffedd5 !important;
}

.focus\:tw-to-orange-200:focus {
  --gradient-to-color: #fed7aa !important;
}

.focus\:tw-to-orange-300:focus {
  --gradient-to-color: #fdba74 !important;
}

.focus\:tw-to-orange-400:focus {
  --gradient-to-color: #fb923c !important;
}

.focus\:tw-to-orange-500:focus {
  --gradient-to-color: #f97316 !important;
}

.focus\:tw-to-orange-600:focus {
  --gradient-to-color: #ea580c !important;
}

.focus\:tw-to-orange-700:focus {
  --gradient-to-color: #c2410c !important;
}

.focus\:tw-to-orange-800:focus {
  --gradient-to-color: #9a3412 !important;
}

.focus\:tw-to-orange-900:focus {
  --gradient-to-color: #7c2d12 !important;
}

.focus\:tw-to-yellow-50:focus {
  --gradient-to-color: #fefce8 !important;
}

.focus\:tw-to-yellow-100:focus {
  --gradient-to-color: #fef9c3 !important;
}

.focus\:tw-to-yellow-200:focus {
  --gradient-to-color: #fef08a !important;
}

.focus\:tw-to-yellow-300:focus {
  --gradient-to-color: #fde047 !important;
}

.focus\:tw-to-yellow-400:focus {
  --gradient-to-color: #facc15 !important;
}

.focus\:tw-to-yellow-500:focus {
  --gradient-to-color: #eab308 !important;
}

.focus\:tw-to-yellow-600:focus {
  --gradient-to-color: #ca8a04 !important;
}

.focus\:tw-to-yellow-700:focus {
  --gradient-to-color: #a16207 !important;
}

.focus\:tw-to-yellow-800:focus {
  --gradient-to-color: #854d0e !important;
}

.focus\:tw-to-yellow-900:focus {
  --gradient-to-color: #713f12 !important;
}

.focus\:tw-to-green-50:focus {
  --gradient-to-color: #f0fdf4 !important;
}

.focus\:tw-to-green-100:focus {
  --gradient-to-color: #dcfce7 !important;
}

.focus\:tw-to-green-200:focus {
  --gradient-to-color: #bbf7d0 !important;
}

.focus\:tw-to-green-300:focus {
  --gradient-to-color: #86efac !important;
}

.focus\:tw-to-green-400:focus {
  --gradient-to-color: #4ade80 !important;
}

.focus\:tw-to-green-500:focus {
  --gradient-to-color: #22c55e !important;
}

.focus\:tw-to-green-600:focus {
  --gradient-to-color: #16a34a !important;
}

.focus\:tw-to-green-700:focus {
  --gradient-to-color: #15803d !important;
}

.focus\:tw-to-green-800:focus {
  --gradient-to-color: #166534 !important;
}

.focus\:tw-to-green-900:focus {
  --gradient-to-color: #14532d !important;
}

.focus\:tw-to-teal-50:focus {
  --gradient-to-color: #f0fdfa !important;
}

.focus\:tw-to-teal-100:focus {
  --gradient-to-color: #ccfbf1 !important;
}

.focus\:tw-to-teal-200:focus {
  --gradient-to-color: #99f6e4 !important;
}

.focus\:tw-to-teal-300:focus {
  --gradient-to-color: #5eead4 !important;
}

.focus\:tw-to-teal-400:focus {
  --gradient-to-color: #2dd4bf !important;
}

.focus\:tw-to-teal-500:focus {
  --gradient-to-color: #14b8a6 !important;
}

.focus\:tw-to-teal-600:focus {
  --gradient-to-color: #0d9488 !important;
}

.focus\:tw-to-teal-700:focus {
  --gradient-to-color: #0f766e !important;
}

.focus\:tw-to-teal-800:focus {
  --gradient-to-color: #115e59 !important;
}

.focus\:tw-to-teal-900:focus {
  --gradient-to-color: #134e4a !important;
}

.focus\:tw-to-blue-50:focus {
  --gradient-to-color: #eff6ff !important;
}

.focus\:tw-to-blue-100:focus {
  --gradient-to-color: #dbeafe !important;
}

.focus\:tw-to-blue-200:focus {
  --gradient-to-color: #bfdbfe !important;
}

.focus\:tw-to-blue-300:focus {
  --gradient-to-color: #93c5fd !important;
}

.focus\:tw-to-blue-400:focus {
  --gradient-to-color: #60a5fa !important;
}

.focus\:tw-to-blue-500:focus {
  --gradient-to-color: #3b82f6 !important;
}

.focus\:tw-to-blue-600:focus {
  --gradient-to-color: #2563eb !important;
}

.focus\:tw-to-blue-700:focus {
  --gradient-to-color: #1d4ed8 !important;
}

.focus\:tw-to-blue-800:focus {
  --gradient-to-color: #1e40af !important;
}

.focus\:tw-to-blue-900:focus {
  --gradient-to-color: #1e3a8a !important;
}

.focus\:tw-to-indigo-50:focus {
  --gradient-to-color: #eef2ff !important;
}

.focus\:tw-to-indigo-100:focus {
  --gradient-to-color: #e0e7ff !important;
}

.focus\:tw-to-indigo-200:focus {
  --gradient-to-color: #c7d2fe !important;
}

.focus\:tw-to-indigo-300:focus {
  --gradient-to-color: #a5b4fc !important;
}

.focus\:tw-to-indigo-400:focus {
  --gradient-to-color: #818cf8 !important;
}

.focus\:tw-to-indigo-500:focus {
  --gradient-to-color: #6366f1 !important;
}

.focus\:tw-to-indigo-600:focus {
  --gradient-to-color: #4f46e5 !important;
}

.focus\:tw-to-indigo-700:focus {
  --gradient-to-color: #4338ca !important;
}

.focus\:tw-to-indigo-800:focus {
  --gradient-to-color: #3730a3 !important;
}

.focus\:tw-to-indigo-900:focus {
  --gradient-to-color: #312e81 !important;
}

.focus\:tw-to-purple-50:focus {
  --gradient-to-color: #faf5ff !important;
}

.focus\:tw-to-purple-100:focus {
  --gradient-to-color: #f3e8ff !important;
}

.focus\:tw-to-purple-200:focus {
  --gradient-to-color: #e9d5ff !important;
}

.focus\:tw-to-purple-300:focus {
  --gradient-to-color: #d8b4fe !important;
}

.focus\:tw-to-purple-400:focus {
  --gradient-to-color: #c084fc !important;
}

.focus\:tw-to-purple-500:focus {
  --gradient-to-color: #a855f7 !important;
}

.focus\:tw-to-purple-600:focus {
  --gradient-to-color: #9333ea !important;
}

.focus\:tw-to-purple-700:focus {
  --gradient-to-color: #7e22ce !important;
}

.focus\:tw-to-purple-800:focus {
  --gradient-to-color: #6b21a8 !important;
}

.focus\:tw-to-purple-900:focus {
  --gradient-to-color: #581c87 !important;
}

.focus\:tw-to-pink-50:focus {
  --gradient-to-color: #fdf2f8 !important;
}

.focus\:tw-to-pink-100:focus {
  --gradient-to-color: #fce7f3 !important;
}

.focus\:tw-to-pink-200:focus {
  --gradient-to-color: #fbcfe8 !important;
}

.focus\:tw-to-pink-300:focus {
  --gradient-to-color: #f9a8d4 !important;
}

.focus\:tw-to-pink-400:focus {
  --gradient-to-color: #f472b6 !important;
}

.focus\:tw-to-pink-500:focus {
  --gradient-to-color: #ec4899 !important;
}

.focus\:tw-to-pink-600:focus {
  --gradient-to-color: #db2777 !important;
}

.focus\:tw-to-pink-700:focus {
  --gradient-to-color: #be185d !important;
}

.focus\:tw-to-pink-800:focus {
  --gradient-to-color: #9d174d !important;
}

.focus\:tw-to-pink-900:focus {
  --gradient-to-color: #831843 !important;
}

.focus\:tw-to-app-main:focus {
  --gradient-to-color: #F18D11 !important;
}

.focus\:tw-to-app-sub-blue:focus {
  --gradient-to-color: #1E548F !important;
}

.focus\:tw-to-app-yellow:focus {
  --gradient-to-color: #FFF5D1 !important;
}

.focus\:tw-to-theme-primary:focus {
  --gradient-to-color: #f3980f !important;
}

.focus\:tw-to-theme-info:focus {
  --gradient-to-color: #1b925a !important;
}

.focus\:tw-to-slate-50:focus {
  --gradient-to-color: #f8fafc !important;
}

.focus\:tw-to-slate-100:focus {
  --gradient-to-color: #f1f5f9 !important;
}

.focus\:tw-to-slate-200:focus {
  --gradient-to-color: #e2e8f0 !important;
}

.focus\:tw-to-slate-300:focus {
  --gradient-to-color: #cbd5e1 !important;
}

.focus\:tw-to-slate-400:focus {
  --gradient-to-color: #94a3b8 !important;
}

.focus\:tw-to-slate-500:focus {
  --gradient-to-color: #64748b !important;
}

.focus\:tw-to-slate-600:focus {
  --gradient-to-color: #475569 !important;
}

.focus\:tw-to-slate-700:focus {
  --gradient-to-color: #334155 !important;
}

.focus\:tw-to-slate-800:focus {
  --gradient-to-color: #1e293b !important;
}

.focus\:tw-to-slate-900:focus {
  --gradient-to-color: #0f172a !important;
}

.focus\:tw-to-zinc-50:focus {
  --gradient-to-color: #fafafa !important;
}

.focus\:tw-to-zinc-100:focus {
  --gradient-to-color: #f4f4f5 !important;
}

.focus\:tw-to-zinc-200:focus {
  --gradient-to-color: #e4e4e7 !important;
}

.focus\:tw-to-zinc-300:focus {
  --gradient-to-color: #d4d4d8 !important;
}

.focus\:tw-to-zinc-400:focus {
  --gradient-to-color: #a1a1aa !important;
}

.focus\:tw-to-zinc-500:focus {
  --gradient-to-color: #71717a !important;
}

.focus\:tw-to-zinc-600:focus {
  --gradient-to-color: #52525b !important;
}

.focus\:tw-to-zinc-700:focus {
  --gradient-to-color: #3f3f46 !important;
}

.focus\:tw-to-zinc-800:focus {
  --gradient-to-color: #27272a !important;
}

.focus\:tw-to-zinc-900:focus {
  --gradient-to-color: #18181b !important;
}

.focus\:tw-to-neutral-50:focus {
  --gradient-to-color: #fafafa !important;
}

.focus\:tw-to-neutral-100:focus {
  --gradient-to-color: #f5f5f5 !important;
}

.focus\:tw-to-neutral-200:focus {
  --gradient-to-color: #e5e5e5 !important;
}

.focus\:tw-to-neutral-300:focus {
  --gradient-to-color: #d4d4d4 !important;
}

.focus\:tw-to-neutral-400:focus {
  --gradient-to-color: #a3a3a3 !important;
}

.focus\:tw-to-neutral-500:focus {
  --gradient-to-color: #737373 !important;
}

.focus\:tw-to-neutral-600:focus {
  --gradient-to-color: #525252 !important;
}

.focus\:tw-to-neutral-700:focus {
  --gradient-to-color: #404040 !important;
}

.focus\:tw-to-neutral-800:focus {
  --gradient-to-color: #262626 !important;
}

.focus\:tw-to-neutral-900:focus {
  --gradient-to-color: #171717 !important;
}

.focus\:tw-to-stone-50:focus {
  --gradient-to-color: #fafaf9 !important;
}

.focus\:tw-to-stone-100:focus {
  --gradient-to-color: #f5f5f4 !important;
}

.focus\:tw-to-stone-200:focus {
  --gradient-to-color: #e7e5e4 !important;
}

.focus\:tw-to-stone-300:focus {
  --gradient-to-color: #d6d3d1 !important;
}

.focus\:tw-to-stone-400:focus {
  --gradient-to-color: #a8a29e !important;
}

.focus\:tw-to-stone-500:focus {
  --gradient-to-color: #78716c !important;
}

.focus\:tw-to-stone-600:focus {
  --gradient-to-color: #57534e !important;
}

.focus\:tw-to-stone-700:focus {
  --gradient-to-color: #44403c !important;
}

.focus\:tw-to-stone-800:focus {
  --gradient-to-color: #292524 !important;
}

.focus\:tw-to-stone-900:focus {
  --gradient-to-color: #1c1917 !important;
}

.focus\:tw-to-amber-50:focus {
  --gradient-to-color: #fffbeb !important;
}

.focus\:tw-to-amber-100:focus {
  --gradient-to-color: #fef3c7 !important;
}

.focus\:tw-to-amber-200:focus {
  --gradient-to-color: #fde68a !important;
}

.focus\:tw-to-amber-300:focus {
  --gradient-to-color: #fcd34d !important;
}

.focus\:tw-to-amber-400:focus {
  --gradient-to-color: #fbbf24 !important;
}

.focus\:tw-to-amber-500:focus {
  --gradient-to-color: #f59e0b !important;
}

.focus\:tw-to-amber-600:focus {
  --gradient-to-color: #d97706 !important;
}

.focus\:tw-to-amber-700:focus {
  --gradient-to-color: #b45309 !important;
}

.focus\:tw-to-amber-800:focus {
  --gradient-to-color: #92400e !important;
}

.focus\:tw-to-amber-900:focus {
  --gradient-to-color: #78350f !important;
}

.focus\:tw-to-lime-50:focus {
  --gradient-to-color: #f7fee7 !important;
}

.focus\:tw-to-lime-100:focus {
  --gradient-to-color: #ecfccb !important;
}

.focus\:tw-to-lime-200:focus {
  --gradient-to-color: #d9f99d !important;
}

.focus\:tw-to-lime-300:focus {
  --gradient-to-color: #bef264 !important;
}

.focus\:tw-to-lime-400:focus {
  --gradient-to-color: #a3e635 !important;
}

.focus\:tw-to-lime-500:focus {
  --gradient-to-color: #84cc16 !important;
}

.focus\:tw-to-lime-600:focus {
  --gradient-to-color: #65a30d !important;
}

.focus\:tw-to-lime-700:focus {
  --gradient-to-color: #4d7c0f !important;
}

.focus\:tw-to-lime-800:focus {
  --gradient-to-color: #3f6212 !important;
}

.focus\:tw-to-lime-900:focus {
  --gradient-to-color: #365314 !important;
}

.focus\:tw-to-emerald-50:focus {
  --gradient-to-color: #ecfdf5 !important;
}

.focus\:tw-to-emerald-100:focus {
  --gradient-to-color: #d1fae5 !important;
}

.focus\:tw-to-emerald-200:focus {
  --gradient-to-color: #a7f3d0 !important;
}

.focus\:tw-to-emerald-300:focus {
  --gradient-to-color: #6ee7b7 !important;
}

.focus\:tw-to-emerald-400:focus {
  --gradient-to-color: #34d399 !important;
}

.focus\:tw-to-emerald-500:focus {
  --gradient-to-color: #10b981 !important;
}

.focus\:tw-to-emerald-600:focus {
  --gradient-to-color: #059669 !important;
}

.focus\:tw-to-emerald-700:focus {
  --gradient-to-color: #047857 !important;
}

.focus\:tw-to-emerald-800:focus {
  --gradient-to-color: #065f46 !important;
}

.focus\:tw-to-emerald-900:focus {
  --gradient-to-color: #064e3b !important;
}

.focus\:tw-to-cyan-50:focus {
  --gradient-to-color: #ecfeff !important;
}

.focus\:tw-to-cyan-100:focus {
  --gradient-to-color: #cffafe !important;
}

.focus\:tw-to-cyan-200:focus {
  --gradient-to-color: #a5f3fc !important;
}

.focus\:tw-to-cyan-300:focus {
  --gradient-to-color: #67e8f9 !important;
}

.focus\:tw-to-cyan-400:focus {
  --gradient-to-color: #22d3ee !important;
}

.focus\:tw-to-cyan-500:focus {
  --gradient-to-color: #06b6d4 !important;
}

.focus\:tw-to-cyan-600:focus {
  --gradient-to-color: #0891b2 !important;
}

.focus\:tw-to-cyan-700:focus {
  --gradient-to-color: #0e7490 !important;
}

.focus\:tw-to-cyan-800:focus {
  --gradient-to-color: #155e75 !important;
}

.focus\:tw-to-cyan-900:focus {
  --gradient-to-color: #164e63 !important;
}

.focus\:tw-to-sky-50:focus {
  --gradient-to-color: #f0f9ff !important;
}

.focus\:tw-to-sky-100:focus {
  --gradient-to-color: #e0f2fe !important;
}

.focus\:tw-to-sky-200:focus {
  --gradient-to-color: #bae6fd !important;
}

.focus\:tw-to-sky-300:focus {
  --gradient-to-color: #7dd3fc !important;
}

.focus\:tw-to-sky-400:focus {
  --gradient-to-color: #38bdf8 !important;
}

.focus\:tw-to-sky-500:focus {
  --gradient-to-color: #0ea5e9 !important;
}

.focus\:tw-to-sky-600:focus {
  --gradient-to-color: #0284c7 !important;
}

.focus\:tw-to-sky-700:focus {
  --gradient-to-color: #0369a1 !important;
}

.focus\:tw-to-sky-800:focus {
  --gradient-to-color: #075985 !important;
}

.focus\:tw-to-sky-900:focus {
  --gradient-to-color: #0c4a6e !important;
}

.focus\:tw-to-violet-50:focus {
  --gradient-to-color: #f5f3ff !important;
}

.focus\:tw-to-violet-100:focus {
  --gradient-to-color: #ede9fe !important;
}

.focus\:tw-to-violet-200:focus {
  --gradient-to-color: #ddd6fe !important;
}

.focus\:tw-to-violet-300:focus {
  --gradient-to-color: #c4b5fd !important;
}

.focus\:tw-to-violet-400:focus {
  --gradient-to-color: #a78bfa !important;
}

.focus\:tw-to-violet-500:focus {
  --gradient-to-color: #8b5cf6 !important;
}

.focus\:tw-to-violet-600:focus {
  --gradient-to-color: #7c3aed !important;
}

.focus\:tw-to-violet-700:focus {
  --gradient-to-color: #6d28d9 !important;
}

.focus\:tw-to-violet-800:focus {
  --gradient-to-color: #5b21b6 !important;
}

.focus\:tw-to-violet-900:focus {
  --gradient-to-color: #4c1d95 !important;
}

.focus\:tw-to-fuchsia-50:focus {
  --gradient-to-color: #fdf4ff !important;
}

.focus\:tw-to-fuchsia-100:focus {
  --gradient-to-color: #fae8ff !important;
}

.focus\:tw-to-fuchsia-200:focus {
  --gradient-to-color: #f5d0fe !important;
}

.focus\:tw-to-fuchsia-300:focus {
  --gradient-to-color: #f0abfc !important;
}

.focus\:tw-to-fuchsia-400:focus {
  --gradient-to-color: #e879f9 !important;
}

.focus\:tw-to-fuchsia-500:focus {
  --gradient-to-color: #d946ef !important;
}

.focus\:tw-to-fuchsia-600:focus {
  --gradient-to-color: #c026d3 !important;
}

.focus\:tw-to-fuchsia-700:focus {
  --gradient-to-color: #a21caf !important;
}

.focus\:tw-to-fuchsia-800:focus {
  --gradient-to-color: #86198f !important;
}

.focus\:tw-to-fuchsia-900:focus {
  --gradient-to-color: #701a75 !important;
}

.focus\:tw-to-rose-50:focus {
  --gradient-to-color: #fff1f2 !important;
}

.focus\:tw-to-rose-100:focus {
  --gradient-to-color: #ffe4e6 !important;
}

.focus\:tw-to-rose-200:focus {
  --gradient-to-color: #fecdd3 !important;
}

.focus\:tw-to-rose-300:focus {
  --gradient-to-color: #fda4af !important;
}

.focus\:tw-to-rose-400:focus {
  --gradient-to-color: #fb7185 !important;
}

.focus\:tw-to-rose-500:focus {
  --gradient-to-color: #f43f5e !important;
}

.focus\:tw-to-rose-600:focus {
  --gradient-to-color: #e11d48 !important;
}

.focus\:tw-to-rose-700:focus {
  --gradient-to-color: #be123c !important;
}

.focus\:tw-to-rose-800:focus {
  --gradient-to-color: #9f1239 !important;
}

.focus\:tw-to-rose-900:focus {
  --gradient-to-color: #881337 !important;
}

.tw-bg-opacity-0 {
  --bg-opacity: 0 !important;
}

.tw-bg-opacity-25 {
  --bg-opacity: 0.25 !important;
}

.tw-bg-opacity-50 {
  --bg-opacity: 0.5 !important;
}

.tw-bg-opacity-75 {
  --bg-opacity: 0.75 !important;
}

.tw-bg-opacity-100 {
  --bg-opacity: 1 !important;
}

.hover\:tw-bg-opacity-0:hover {
  --bg-opacity: 0 !important;
}

.hover\:tw-bg-opacity-25:hover {
  --bg-opacity: 0.25 !important;
}

.hover\:tw-bg-opacity-50:hover {
  --bg-opacity: 0.5 !important;
}

.hover\:tw-bg-opacity-75:hover {
  --bg-opacity: 0.75 !important;
}

.hover\:tw-bg-opacity-100:hover {
  --bg-opacity: 1 !important;
}

.focus\:tw-bg-opacity-0:focus {
  --bg-opacity: 0 !important;
}

.focus\:tw-bg-opacity-25:focus {
  --bg-opacity: 0.25 !important;
}

.focus\:tw-bg-opacity-50:focus {
  --bg-opacity: 0.5 !important;
}

.focus\:tw-bg-opacity-75:focus {
  --bg-opacity: 0.75 !important;
}

.focus\:tw-bg-opacity-100:focus {
  --bg-opacity: 1 !important;
}

.tw-bg-bottom {
  background-position: bottom !important;
}

.tw-bg-center {
  background-position: center !important;
}

.tw-bg-left {
  background-position: left !important;
}

.tw-bg-left-bottom {
  background-position: left bottom !important;
}

.tw-bg-left-top {
  background-position: left top !important;
}

.tw-bg-right {
  background-position: right !important;
}

.tw-bg-right-bottom {
  background-position: right bottom !important;
}

.tw-bg-right-top {
  background-position: right top !important;
}

.tw-bg-top {
  background-position: top !important;
}

.tw-bg-repeat {
  background-repeat: repeat !important;
}

.tw-bg-no-repeat {
  background-repeat: no-repeat !important;
}

.tw-bg-repeat-x {
  background-repeat: repeat-x !important;
}

.tw-bg-repeat-y {
  background-repeat: repeat-y !important;
}

.tw-bg-repeat-round {
  background-repeat: round !important;
}

.tw-bg-repeat-space {
  background-repeat: space !important;
}

.tw-bg-auto {
  background-size: auto !important;
}

.tw-bg-cover {
  background-size: cover !important;
}

.tw-bg-contain {
  background-size: contain !important;
}

.tw-border-collapse {
  border-collapse: collapse !important;
}

.tw-border-separate {
  border-collapse: separate !important;
}

.tw-border-transparent {
  border-color: transparent !important;
}

.tw-border-current {
  border-color: currentColor !important;
}

.tw-border-black {
  --border-opacity: 1 !important;
  border-color: #000 !important;
  border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
}

.tw-border-white {
  --border-opacity: 1 !important;
  border-color: #fff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.tw-border-gray-50 {
  --border-opacity: 1 !important;
  border-color: #f9fafb !important;
  border-color: rgba(249, 250, 251, var(--border-opacity)) !important;
}

.tw-border-gray-100 {
  --border-opacity: 1 !important;
  border-color: #f3f4f6 !important;
  border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
}

.tw-border-gray-200 {
  --border-opacity: 1 !important;
  border-color: #e5e7eb !important;
  border-color: rgba(229, 231, 235, var(--border-opacity)) !important;
}

.tw-border-gray-300 {
  --border-opacity: 1 !important;
  border-color: #d1d5db !important;
  border-color: rgba(209, 213, 219, var(--border-opacity)) !important;
}

.tw-border-gray-400 {
  --border-opacity: 1 !important;
  border-color: #9ca3af !important;
  border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
}

.tw-border-gray-500 {
  --border-opacity: 1 !important;
  border-color: #6b7280 !important;
  border-color: rgba(107, 114, 128, var(--border-opacity)) !important;
}

.tw-border-gray-600 {
  --border-opacity: 1 !important;
  border-color: #4b5563 !important;
  border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
}

.tw-border-gray-700 {
  --border-opacity: 1 !important;
  border-color: #374151 !important;
  border-color: rgba(55, 65, 81, var(--border-opacity)) !important;
}

.tw-border-gray-800 {
  --border-opacity: 1 !important;
  border-color: #1f2937 !important;
  border-color: rgba(31, 41, 55, var(--border-opacity)) !important;
}

.tw-border-gray-900 {
  --border-opacity: 1 !important;
  border-color: #111827 !important;
  border-color: rgba(17, 24, 39, var(--border-opacity)) !important;
}

.tw-border-red-50 {
  --border-opacity: 1 !important;
  border-color: #fef2f2 !important;
  border-color: rgba(254, 242, 242, var(--border-opacity)) !important;
}

.tw-border-red-100 {
  --border-opacity: 1 !important;
  border-color: #fee2e2 !important;
  border-color: rgba(254, 226, 226, var(--border-opacity)) !important;
}

.tw-border-red-200 {
  --border-opacity: 1 !important;
  border-color: #fecaca !important;
  border-color: rgba(254, 202, 202, var(--border-opacity)) !important;
}

.tw-border-red-300 {
  --border-opacity: 1 !important;
  border-color: #fca5a5 !important;
  border-color: rgba(252, 165, 165, var(--border-opacity)) !important;
}

.tw-border-red-400 {
  --border-opacity: 1 !important;
  border-color: #f87171 !important;
  border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
}

.tw-border-red-500 {
  --border-opacity: 1 !important;
  border-color: #ef4444 !important;
  border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
}

.tw-border-red-600 {
  --border-opacity: 1 !important;
  border-color: #dc2626 !important;
  border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
}

.tw-border-red-700 {
  --border-opacity: 1 !important;
  border-color: #b91c1c !important;
  border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
}

.tw-border-red-800 {
  --border-opacity: 1 !important;
  border-color: #991b1b !important;
  border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
}

.tw-border-red-900 {
  --border-opacity: 1 !important;
  border-color: #7f1d1d !important;
  border-color: rgba(127, 29, 29, var(--border-opacity)) !important;
}

.tw-border-orange-50 {
  --border-opacity: 1 !important;
  border-color: #fff7ed !important;
  border-color: rgba(255, 247, 237, var(--border-opacity)) !important;
}

.tw-border-orange-100 {
  --border-opacity: 1 !important;
  border-color: #ffedd5 !important;
  border-color: rgba(255, 237, 213, var(--border-opacity)) !important;
}

.tw-border-orange-200 {
  --border-opacity: 1 !important;
  border-color: #fed7aa !important;
  border-color: rgba(254, 215, 170, var(--border-opacity)) !important;
}

.tw-border-orange-300 {
  --border-opacity: 1 !important;
  border-color: #fdba74 !important;
  border-color: rgba(253, 186, 116, var(--border-opacity)) !important;
}

.tw-border-orange-400 {
  --border-opacity: 1 !important;
  border-color: #fb923c !important;
  border-color: rgba(251, 146, 60, var(--border-opacity)) !important;
}

.tw-border-orange-500 {
  --border-opacity: 1 !important;
  border-color: #f97316 !important;
  border-color: rgba(249, 115, 22, var(--border-opacity)) !important;
}

.tw-border-orange-600 {
  --border-opacity: 1 !important;
  border-color: #ea580c !important;
  border-color: rgba(234, 88, 12, var(--border-opacity)) !important;
}

.tw-border-orange-700 {
  --border-opacity: 1 !important;
  border-color: #c2410c !important;
  border-color: rgba(194, 65, 12, var(--border-opacity)) !important;
}

.tw-border-orange-800 {
  --border-opacity: 1 !important;
  border-color: #9a3412 !important;
  border-color: rgba(154, 52, 18, var(--border-opacity)) !important;
}

.tw-border-orange-900 {
  --border-opacity: 1 !important;
  border-color: #7c2d12 !important;
  border-color: rgba(124, 45, 18, var(--border-opacity)) !important;
}

.tw-border-yellow-50 {
  --border-opacity: 1 !important;
  border-color: #fefce8 !important;
  border-color: rgba(254, 252, 232, var(--border-opacity)) !important;
}

.tw-border-yellow-100 {
  --border-opacity: 1 !important;
  border-color: #fef9c3 !important;
  border-color: rgba(254, 249, 195, var(--border-opacity)) !important;
}

.tw-border-yellow-200 {
  --border-opacity: 1 !important;
  border-color: #fef08a !important;
  border-color: rgba(254, 240, 138, var(--border-opacity)) !important;
}

.tw-border-yellow-300 {
  --border-opacity: 1 !important;
  border-color: #fde047 !important;
  border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
}

.tw-border-yellow-400 {
  --border-opacity: 1 !important;
  border-color: #facc15 !important;
  border-color: rgba(250, 204, 21, var(--border-opacity)) !important;
}

.tw-border-yellow-500 {
  --border-opacity: 1 !important;
  border-color: #eab308 !important;
  border-color: rgba(234, 179, 8, var(--border-opacity)) !important;
}

.tw-border-yellow-600 {
  --border-opacity: 1 !important;
  border-color: #ca8a04 !important;
  border-color: rgba(202, 138, 4, var(--border-opacity)) !important;
}

.tw-border-yellow-700 {
  --border-opacity: 1 !important;
  border-color: #a16207 !important;
  border-color: rgba(161, 98, 7, var(--border-opacity)) !important;
}

.tw-border-yellow-800 {
  --border-opacity: 1 !important;
  border-color: #854d0e !important;
  border-color: rgba(133, 77, 14, var(--border-opacity)) !important;
}

.tw-border-yellow-900 {
  --border-opacity: 1 !important;
  border-color: #713f12 !important;
  border-color: rgba(113, 63, 18, var(--border-opacity)) !important;
}

.tw-border-green-50 {
  --border-opacity: 1 !important;
  border-color: #f0fdf4 !important;
  border-color: rgba(240, 253, 244, var(--border-opacity)) !important;
}

.tw-border-green-100 {
  --border-opacity: 1 !important;
  border-color: #dcfce7 !important;
  border-color: rgba(220, 252, 231, var(--border-opacity)) !important;
}

.tw-border-green-200 {
  --border-opacity: 1 !important;
  border-color: #bbf7d0 !important;
  border-color: rgba(187, 247, 208, var(--border-opacity)) !important;
}

.tw-border-green-300 {
  --border-opacity: 1 !important;
  border-color: #86efac !important;
  border-color: rgba(134, 239, 172, var(--border-opacity)) !important;
}

.tw-border-green-400 {
  --border-opacity: 1 !important;
  border-color: #4ade80 !important;
  border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
}

.tw-border-green-500 {
  --border-opacity: 1 !important;
  border-color: #22c55e !important;
  border-color: rgba(34, 197, 94, var(--border-opacity)) !important;
}

.tw-border-green-600 {
  --border-opacity: 1 !important;
  border-color: #16a34a !important;
  border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
}

.tw-border-green-700 {
  --border-opacity: 1 !important;
  border-color: #15803d !important;
  border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
}

.tw-border-green-800 {
  --border-opacity: 1 !important;
  border-color: #166534 !important;
  border-color: rgba(22, 101, 52, var(--border-opacity)) !important;
}

.tw-border-green-900 {
  --border-opacity: 1 !important;
  border-color: #14532d !important;
  border-color: rgba(20, 83, 45, var(--border-opacity)) !important;
}

.tw-border-teal-50 {
  --border-opacity: 1 !important;
  border-color: #f0fdfa !important;
  border-color: rgba(240, 253, 250, var(--border-opacity)) !important;
}

.tw-border-teal-100 {
  --border-opacity: 1 !important;
  border-color: #ccfbf1 !important;
  border-color: rgba(204, 251, 241, var(--border-opacity)) !important;
}

.tw-border-teal-200 {
  --border-opacity: 1 !important;
  border-color: #99f6e4 !important;
  border-color: rgba(153, 246, 228, var(--border-opacity)) !important;
}

.tw-border-teal-300 {
  --border-opacity: 1 !important;
  border-color: #5eead4 !important;
  border-color: rgba(94, 234, 212, var(--border-opacity)) !important;
}

.tw-border-teal-400 {
  --border-opacity: 1 !important;
  border-color: #2dd4bf !important;
  border-color: rgba(45, 212, 191, var(--border-opacity)) !important;
}

.tw-border-teal-500 {
  --border-opacity: 1 !important;
  border-color: #14b8a6 !important;
  border-color: rgba(20, 184, 166, var(--border-opacity)) !important;
}

.tw-border-teal-600 {
  --border-opacity: 1 !important;
  border-color: #0d9488 !important;
  border-color: rgba(13, 148, 136, var(--border-opacity)) !important;
}

.tw-border-teal-700 {
  --border-opacity: 1 !important;
  border-color: #0f766e !important;
  border-color: rgba(15, 118, 110, var(--border-opacity)) !important;
}

.tw-border-teal-800 {
  --border-opacity: 1 !important;
  border-color: #115e59 !important;
  border-color: rgba(17, 94, 89, var(--border-opacity)) !important;
}

.tw-border-teal-900 {
  --border-opacity: 1 !important;
  border-color: #134e4a !important;
  border-color: rgba(19, 78, 74, var(--border-opacity)) !important;
}

.tw-border-blue-50 {
  --border-opacity: 1 !important;
  border-color: #eff6ff !important;
  border-color: rgba(239, 246, 255, var(--border-opacity)) !important;
}

.tw-border-blue-100 {
  --border-opacity: 1 !important;
  border-color: #dbeafe !important;
  border-color: rgba(219, 234, 254, var(--border-opacity)) !important;
}

.tw-border-blue-200 {
  --border-opacity: 1 !important;
  border-color: #bfdbfe !important;
  border-color: rgba(191, 219, 254, var(--border-opacity)) !important;
}

.tw-border-blue-300 {
  --border-opacity: 1 !important;
  border-color: #93c5fd !important;
  border-color: rgba(147, 197, 253, var(--border-opacity)) !important;
}

.tw-border-blue-400 {
  --border-opacity: 1 !important;
  border-color: #60a5fa !important;
  border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
}

.tw-border-blue-500 {
  --border-opacity: 1 !important;
  border-color: #3b82f6 !important;
  border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
}

.tw-border-blue-600 {
  --border-opacity: 1 !important;
  border-color: #2563eb !important;
  border-color: rgba(37, 99, 235, var(--border-opacity)) !important;
}

.tw-border-blue-700 {
  --border-opacity: 1 !important;
  border-color: #1d4ed8 !important;
  border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
}

.tw-border-blue-800 {
  --border-opacity: 1 !important;
  border-color: #1e40af !important;
  border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
}

.tw-border-blue-900 {
  --border-opacity: 1 !important;
  border-color: #1e3a8a !important;
  border-color: rgba(30, 58, 138, var(--border-opacity)) !important;
}

.tw-border-indigo-50 {
  --border-opacity: 1 !important;
  border-color: #eef2ff !important;
  border-color: rgba(238, 242, 255, var(--border-opacity)) !important;
}

.tw-border-indigo-100 {
  --border-opacity: 1 !important;
  border-color: #e0e7ff !important;
  border-color: rgba(224, 231, 255, var(--border-opacity)) !important;
}

.tw-border-indigo-200 {
  --border-opacity: 1 !important;
  border-color: #c7d2fe !important;
  border-color: rgba(199, 210, 254, var(--border-opacity)) !important;
}

.tw-border-indigo-300 {
  --border-opacity: 1 !important;
  border-color: #a5b4fc !important;
  border-color: rgba(165, 180, 252, var(--border-opacity)) !important;
}

.tw-border-indigo-400 {
  --border-opacity: 1 !important;
  border-color: #818cf8 !important;
  border-color: rgba(129, 140, 248, var(--border-opacity)) !important;
}

.tw-border-indigo-500 {
  --border-opacity: 1 !important;
  border-color: #6366f1 !important;
  border-color: rgba(99, 102, 241, var(--border-opacity)) !important;
}

.tw-border-indigo-600 {
  --border-opacity: 1 !important;
  border-color: #4f46e5 !important;
  border-color: rgba(79, 70, 229, var(--border-opacity)) !important;
}

.tw-border-indigo-700 {
  --border-opacity: 1 !important;
  border-color: #4338ca !important;
  border-color: rgba(67, 56, 202, var(--border-opacity)) !important;
}

.tw-border-indigo-800 {
  --border-opacity: 1 !important;
  border-color: #3730a3 !important;
  border-color: rgba(55, 48, 163, var(--border-opacity)) !important;
}

.tw-border-indigo-900 {
  --border-opacity: 1 !important;
  border-color: #312e81 !important;
  border-color: rgba(49, 46, 129, var(--border-opacity)) !important;
}

.tw-border-purple-50 {
  --border-opacity: 1 !important;
  border-color: #faf5ff !important;
  border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
}

.tw-border-purple-100 {
  --border-opacity: 1 !important;
  border-color: #f3e8ff !important;
  border-color: rgba(243, 232, 255, var(--border-opacity)) !important;
}

.tw-border-purple-200 {
  --border-opacity: 1 !important;
  border-color: #e9d5ff !important;
  border-color: rgba(233, 213, 255, var(--border-opacity)) !important;
}

.tw-border-purple-300 {
  --border-opacity: 1 !important;
  border-color: #d8b4fe !important;
  border-color: rgba(216, 180, 254, var(--border-opacity)) !important;
}

.tw-border-purple-400 {
  --border-opacity: 1 !important;
  border-color: #c084fc !important;
  border-color: rgba(192, 132, 252, var(--border-opacity)) !important;
}

.tw-border-purple-500 {
  --border-opacity: 1 !important;
  border-color: #a855f7 !important;
  border-color: rgba(168, 85, 247, var(--border-opacity)) !important;
}

.tw-border-purple-600 {
  --border-opacity: 1 !important;
  border-color: #9333ea !important;
  border-color: rgba(147, 51, 234, var(--border-opacity)) !important;
}

.tw-border-purple-700 {
  --border-opacity: 1 !important;
  border-color: #7e22ce !important;
  border-color: rgba(126, 34, 206, var(--border-opacity)) !important;
}

.tw-border-purple-800 {
  --border-opacity: 1 !important;
  border-color: #6b21a8 !important;
  border-color: rgba(107, 33, 168, var(--border-opacity)) !important;
}

.tw-border-purple-900 {
  --border-opacity: 1 !important;
  border-color: #581c87 !important;
  border-color: rgba(88, 28, 135, var(--border-opacity)) !important;
}

.tw-border-pink-50 {
  --border-opacity: 1 !important;
  border-color: #fdf2f8 !important;
  border-color: rgba(253, 242, 248, var(--border-opacity)) !important;
}

.tw-border-pink-100 {
  --border-opacity: 1 !important;
  border-color: #fce7f3 !important;
  border-color: rgba(252, 231, 243, var(--border-opacity)) !important;
}

.tw-border-pink-200 {
  --border-opacity: 1 !important;
  border-color: #fbcfe8 !important;
  border-color: rgba(251, 207, 232, var(--border-opacity)) !important;
}

.tw-border-pink-300 {
  --border-opacity: 1 !important;
  border-color: #f9a8d4 !important;
  border-color: rgba(249, 168, 212, var(--border-opacity)) !important;
}

.tw-border-pink-400 {
  --border-opacity: 1 !important;
  border-color: #f472b6 !important;
  border-color: rgba(244, 114, 182, var(--border-opacity)) !important;
}

.tw-border-pink-500 {
  --border-opacity: 1 !important;
  border-color: #ec4899 !important;
  border-color: rgba(236, 72, 153, var(--border-opacity)) !important;
}

.tw-border-pink-600 {
  --border-opacity: 1 !important;
  border-color: #db2777 !important;
  border-color: rgba(219, 39, 119, var(--border-opacity)) !important;
}

.tw-border-pink-700 {
  --border-opacity: 1 !important;
  border-color: #be185d !important;
  border-color: rgba(190, 24, 93, var(--border-opacity)) !important;
}

.tw-border-pink-800 {
  --border-opacity: 1 !important;
  border-color: #9d174d !important;
  border-color: rgba(157, 23, 77, var(--border-opacity)) !important;
}

.tw-border-pink-900 {
  --border-opacity: 1 !important;
  border-color: #831843 !important;
  border-color: rgba(131, 24, 67, var(--border-opacity)) !important;
}

.tw-border-app-main {
  --border-opacity: 1 !important;
  border-color: #F18D11 !important;
  border-color: rgba(241, 141, 17, var(--border-opacity)) !important;
}

.tw-border-app-sub-blue {
  --border-opacity: 1 !important;
  border-color: #1E548F !important;
  border-color: rgba(30, 84, 143, var(--border-opacity)) !important;
}

.tw-border-app-yellow {
  --border-opacity: 1 !important;
  border-color: #FFF5D1 !important;
  border-color: rgba(255, 245, 209, var(--border-opacity)) !important;
}

.tw-border-theme-primary {
  --border-opacity: 1 !important;
  border-color: #f3980f !important;
  border-color: rgba(243, 152, 15, var(--border-opacity)) !important;
}

.tw-border-theme-info {
  --border-opacity: 1 !important;
  border-color: #1b925a !important;
  border-color: rgba(27, 146, 90, var(--border-opacity)) !important;
}

.tw-border-slate-50 {
  --border-opacity: 1 !important;
  border-color: #f8fafc !important;
  border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
}

.tw-border-slate-100 {
  --border-opacity: 1 !important;
  border-color: #f1f5f9 !important;
  border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
}

.tw-border-slate-200 {
  --border-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
}

.tw-border-slate-300 {
  --border-opacity: 1 !important;
  border-color: #cbd5e1 !important;
  border-color: rgba(203, 213, 225, var(--border-opacity)) !important;
}

.tw-border-slate-400 {
  --border-opacity: 1 !important;
  border-color: #94a3b8 !important;
  border-color: rgba(148, 163, 184, var(--border-opacity)) !important;
}

.tw-border-slate-500 {
  --border-opacity: 1 !important;
  border-color: #64748b !important;
  border-color: rgba(100, 116, 139, var(--border-opacity)) !important;
}

.tw-border-slate-600 {
  --border-opacity: 1 !important;
  border-color: #475569 !important;
  border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
}

.tw-border-slate-700 {
  --border-opacity: 1 !important;
  border-color: #334155 !important;
  border-color: rgba(51, 65, 85, var(--border-opacity)) !important;
}

.tw-border-slate-800 {
  --border-opacity: 1 !important;
  border-color: #1e293b !important;
  border-color: rgba(30, 41, 59, var(--border-opacity)) !important;
}

.tw-border-slate-900 {
  --border-opacity: 1 !important;
  border-color: #0f172a !important;
  border-color: rgba(15, 23, 42, var(--border-opacity)) !important;
}

.tw-border-zinc-50 {
  --border-opacity: 1 !important;
  border-color: #fafafa !important;
  border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
}

.tw-border-zinc-100 {
  --border-opacity: 1 !important;
  border-color: #f4f4f5 !important;
  border-color: rgba(244, 244, 245, var(--border-opacity)) !important;
}

.tw-border-zinc-200 {
  --border-opacity: 1 !important;
  border-color: #e4e4e7 !important;
  border-color: rgba(228, 228, 231, var(--border-opacity)) !important;
}

.tw-border-zinc-300 {
  --border-opacity: 1 !important;
  border-color: #d4d4d8 !important;
  border-color: rgba(212, 212, 216, var(--border-opacity)) !important;
}

.tw-border-zinc-400 {
  --border-opacity: 1 !important;
  border-color: #a1a1aa !important;
  border-color: rgba(161, 161, 170, var(--border-opacity)) !important;
}

.tw-border-zinc-500 {
  --border-opacity: 1 !important;
  border-color: #71717a !important;
  border-color: rgba(113, 113, 122, var(--border-opacity)) !important;
}

.tw-border-zinc-600 {
  --border-opacity: 1 !important;
  border-color: #52525b !important;
  border-color: rgba(82, 82, 91, var(--border-opacity)) !important;
}

.tw-border-zinc-700 {
  --border-opacity: 1 !important;
  border-color: #3f3f46 !important;
  border-color: rgba(63, 63, 70, var(--border-opacity)) !important;
}

.tw-border-zinc-800 {
  --border-opacity: 1 !important;
  border-color: #27272a !important;
  border-color: rgba(39, 39, 42, var(--border-opacity)) !important;
}

.tw-border-zinc-900 {
  --border-opacity: 1 !important;
  border-color: #18181b !important;
  border-color: rgba(24, 24, 27, var(--border-opacity)) !important;
}

.tw-border-neutral-50 {
  --border-opacity: 1 !important;
  border-color: #fafafa !important;
  border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
}

.tw-border-neutral-100 {
  --border-opacity: 1 !important;
  border-color: #f5f5f5 !important;
  border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
}

.tw-border-neutral-200 {
  --border-opacity: 1 !important;
  border-color: #e5e5e5 !important;
  border-color: rgba(229, 229, 229, var(--border-opacity)) !important;
}

.tw-border-neutral-300 {
  --border-opacity: 1 !important;
  border-color: #d4d4d4 !important;
  border-color: rgba(212, 212, 212, var(--border-opacity)) !important;
}

.tw-border-neutral-400 {
  --border-opacity: 1 !important;
  border-color: #a3a3a3 !important;
  border-color: rgba(163, 163, 163, var(--border-opacity)) !important;
}

.tw-border-neutral-500 {
  --border-opacity: 1 !important;
  border-color: #737373 !important;
  border-color: rgba(115, 115, 115, var(--border-opacity)) !important;
}

.tw-border-neutral-600 {
  --border-opacity: 1 !important;
  border-color: #525252 !important;
  border-color: rgba(82, 82, 82, var(--border-opacity)) !important;
}

.tw-border-neutral-700 {
  --border-opacity: 1 !important;
  border-color: #404040 !important;
  border-color: rgba(64, 64, 64, var(--border-opacity)) !important;
}

.tw-border-neutral-800 {
  --border-opacity: 1 !important;
  border-color: #262626 !important;
  border-color: rgba(38, 38, 38, var(--border-opacity)) !important;
}

.tw-border-neutral-900 {
  --border-opacity: 1 !important;
  border-color: #171717 !important;
  border-color: rgba(23, 23, 23, var(--border-opacity)) !important;
}

.tw-border-stone-50 {
  --border-opacity: 1 !important;
  border-color: #fafaf9 !important;
  border-color: rgba(250, 250, 249, var(--border-opacity)) !important;
}

.tw-border-stone-100 {
  --border-opacity: 1 !important;
  border-color: #f5f5f4 !important;
  border-color: rgba(245, 245, 244, var(--border-opacity)) !important;
}

.tw-border-stone-200 {
  --border-opacity: 1 !important;
  border-color: #e7e5e4 !important;
  border-color: rgba(231, 229, 228, var(--border-opacity)) !important;
}

.tw-border-stone-300 {
  --border-opacity: 1 !important;
  border-color: #d6d3d1 !important;
  border-color: rgba(214, 211, 209, var(--border-opacity)) !important;
}

.tw-border-stone-400 {
  --border-opacity: 1 !important;
  border-color: #a8a29e !important;
  border-color: rgba(168, 162, 158, var(--border-opacity)) !important;
}

.tw-border-stone-500 {
  --border-opacity: 1 !important;
  border-color: #78716c !important;
  border-color: rgba(120, 113, 108, var(--border-opacity)) !important;
}

.tw-border-stone-600 {
  --border-opacity: 1 !important;
  border-color: #57534e !important;
  border-color: rgba(87, 83, 78, var(--border-opacity)) !important;
}

.tw-border-stone-700 {
  --border-opacity: 1 !important;
  border-color: #44403c !important;
  border-color: rgba(68, 64, 60, var(--border-opacity)) !important;
}

.tw-border-stone-800 {
  --border-opacity: 1 !important;
  border-color: #292524 !important;
  border-color: rgba(41, 37, 36, var(--border-opacity)) !important;
}

.tw-border-stone-900 {
  --border-opacity: 1 !important;
  border-color: #1c1917 !important;
  border-color: rgba(28, 25, 23, var(--border-opacity)) !important;
}

.tw-border-amber-50 {
  --border-opacity: 1 !important;
  border-color: #fffbeb !important;
  border-color: rgba(255, 251, 235, var(--border-opacity)) !important;
}

.tw-border-amber-100 {
  --border-opacity: 1 !important;
  border-color: #fef3c7 !important;
  border-color: rgba(254, 243, 199, var(--border-opacity)) !important;
}

.tw-border-amber-200 {
  --border-opacity: 1 !important;
  border-color: #fde68a !important;
  border-color: rgba(253, 230, 138, var(--border-opacity)) !important;
}

.tw-border-amber-300 {
  --border-opacity: 1 !important;
  border-color: #fcd34d !important;
  border-color: rgba(252, 211, 77, var(--border-opacity)) !important;
}

.tw-border-amber-400 {
  --border-opacity: 1 !important;
  border-color: #fbbf24 !important;
  border-color: rgba(251, 191, 36, var(--border-opacity)) !important;
}

.tw-border-amber-500 {
  --border-opacity: 1 !important;
  border-color: #f59e0b !important;
  border-color: rgba(245, 158, 11, var(--border-opacity)) !important;
}

.tw-border-amber-600 {
  --border-opacity: 1 !important;
  border-color: #d97706 !important;
  border-color: rgba(217, 119, 6, var(--border-opacity)) !important;
}

.tw-border-amber-700 {
  --border-opacity: 1 !important;
  border-color: #b45309 !important;
  border-color: rgba(180, 83, 9, var(--border-opacity)) !important;
}

.tw-border-amber-800 {
  --border-opacity: 1 !important;
  border-color: #92400e !important;
  border-color: rgba(146, 64, 14, var(--border-opacity)) !important;
}

.tw-border-amber-900 {
  --border-opacity: 1 !important;
  border-color: #78350f !important;
  border-color: rgba(120, 53, 15, var(--border-opacity)) !important;
}

.tw-border-lime-50 {
  --border-opacity: 1 !important;
  border-color: #f7fee7 !important;
  border-color: rgba(247, 254, 231, var(--border-opacity)) !important;
}

.tw-border-lime-100 {
  --border-opacity: 1 !important;
  border-color: #ecfccb !important;
  border-color: rgba(236, 252, 203, var(--border-opacity)) !important;
}

.tw-border-lime-200 {
  --border-opacity: 1 !important;
  border-color: #d9f99d !important;
  border-color: rgba(217, 249, 157, var(--border-opacity)) !important;
}

.tw-border-lime-300 {
  --border-opacity: 1 !important;
  border-color: #bef264 !important;
  border-color: rgba(190, 242, 100, var(--border-opacity)) !important;
}

.tw-border-lime-400 {
  --border-opacity: 1 !important;
  border-color: #a3e635 !important;
  border-color: rgba(163, 230, 53, var(--border-opacity)) !important;
}

.tw-border-lime-500 {
  --border-opacity: 1 !important;
  border-color: #84cc16 !important;
  border-color: rgba(132, 204, 22, var(--border-opacity)) !important;
}

.tw-border-lime-600 {
  --border-opacity: 1 !important;
  border-color: #65a30d !important;
  border-color: rgba(101, 163, 13, var(--border-opacity)) !important;
}

.tw-border-lime-700 {
  --border-opacity: 1 !important;
  border-color: #4d7c0f !important;
  border-color: rgba(77, 124, 15, var(--border-opacity)) !important;
}

.tw-border-lime-800 {
  --border-opacity: 1 !important;
  border-color: #3f6212 !important;
  border-color: rgba(63, 98, 18, var(--border-opacity)) !important;
}

.tw-border-lime-900 {
  --border-opacity: 1 !important;
  border-color: #365314 !important;
  border-color: rgba(54, 83, 20, var(--border-opacity)) !important;
}

.tw-border-emerald-50 {
  --border-opacity: 1 !important;
  border-color: #ecfdf5 !important;
  border-color: rgba(236, 253, 245, var(--border-opacity)) !important;
}

.tw-border-emerald-100 {
  --border-opacity: 1 !important;
  border-color: #d1fae5 !important;
  border-color: rgba(209, 250, 229, var(--border-opacity)) !important;
}

.tw-border-emerald-200 {
  --border-opacity: 1 !important;
  border-color: #a7f3d0 !important;
  border-color: rgba(167, 243, 208, var(--border-opacity)) !important;
}

.tw-border-emerald-300 {
  --border-opacity: 1 !important;
  border-color: #6ee7b7 !important;
  border-color: rgba(110, 231, 183, var(--border-opacity)) !important;
}

.tw-border-emerald-400 {
  --border-opacity: 1 !important;
  border-color: #34d399 !important;
  border-color: rgba(52, 211, 153, var(--border-opacity)) !important;
}

.tw-border-emerald-500 {
  --border-opacity: 1 !important;
  border-color: #10b981 !important;
  border-color: rgba(16, 185, 129, var(--border-opacity)) !important;
}

.tw-border-emerald-600 {
  --border-opacity: 1 !important;
  border-color: #059669 !important;
  border-color: rgba(5, 150, 105, var(--border-opacity)) !important;
}

.tw-border-emerald-700 {
  --border-opacity: 1 !important;
  border-color: #047857 !important;
  border-color: rgba(4, 120, 87, var(--border-opacity)) !important;
}

.tw-border-emerald-800 {
  --border-opacity: 1 !important;
  border-color: #065f46 !important;
  border-color: rgba(6, 95, 70, var(--border-opacity)) !important;
}

.tw-border-emerald-900 {
  --border-opacity: 1 !important;
  border-color: #064e3b !important;
  border-color: rgba(6, 78, 59, var(--border-opacity)) !important;
}

.tw-border-cyan-50 {
  --border-opacity: 1 !important;
  border-color: #ecfeff !important;
  border-color: rgba(236, 254, 255, var(--border-opacity)) !important;
}

.tw-border-cyan-100 {
  --border-opacity: 1 !important;
  border-color: #cffafe !important;
  border-color: rgba(207, 250, 254, var(--border-opacity)) !important;
}

.tw-border-cyan-200 {
  --border-opacity: 1 !important;
  border-color: #a5f3fc !important;
  border-color: rgba(165, 243, 252, var(--border-opacity)) !important;
}

.tw-border-cyan-300 {
  --border-opacity: 1 !important;
  border-color: #67e8f9 !important;
  border-color: rgba(103, 232, 249, var(--border-opacity)) !important;
}

.tw-border-cyan-400 {
  --border-opacity: 1 !important;
  border-color: #22d3ee !important;
  border-color: rgba(34, 211, 238, var(--border-opacity)) !important;
}

.tw-border-cyan-500 {
  --border-opacity: 1 !important;
  border-color: #06b6d4 !important;
  border-color: rgba(6, 182, 212, var(--border-opacity)) !important;
}

.tw-border-cyan-600 {
  --border-opacity: 1 !important;
  border-color: #0891b2 !important;
  border-color: rgba(8, 145, 178, var(--border-opacity)) !important;
}

.tw-border-cyan-700 {
  --border-opacity: 1 !important;
  border-color: #0e7490 !important;
  border-color: rgba(14, 116, 144, var(--border-opacity)) !important;
}

.tw-border-cyan-800 {
  --border-opacity: 1 !important;
  border-color: #155e75 !important;
  border-color: rgba(21, 94, 117, var(--border-opacity)) !important;
}

.tw-border-cyan-900 {
  --border-opacity: 1 !important;
  border-color: #164e63 !important;
  border-color: rgba(22, 78, 99, var(--border-opacity)) !important;
}

.tw-border-sky-50 {
  --border-opacity: 1 !important;
  border-color: #f0f9ff !important;
  border-color: rgba(240, 249, 255, var(--border-opacity)) !important;
}

.tw-border-sky-100 {
  --border-opacity: 1 !important;
  border-color: #e0f2fe !important;
  border-color: rgba(224, 242, 254, var(--border-opacity)) !important;
}

.tw-border-sky-200 {
  --border-opacity: 1 !important;
  border-color: #bae6fd !important;
  border-color: rgba(186, 230, 253, var(--border-opacity)) !important;
}

.tw-border-sky-300 {
  --border-opacity: 1 !important;
  border-color: #7dd3fc !important;
  border-color: rgba(125, 211, 252, var(--border-opacity)) !important;
}

.tw-border-sky-400 {
  --border-opacity: 1 !important;
  border-color: #38bdf8 !important;
  border-color: rgba(56, 189, 248, var(--border-opacity)) !important;
}

.tw-border-sky-500 {
  --border-opacity: 1 !important;
  border-color: #0ea5e9 !important;
  border-color: rgba(14, 165, 233, var(--border-opacity)) !important;
}

.tw-border-sky-600 {
  --border-opacity: 1 !important;
  border-color: #0284c7 !important;
  border-color: rgba(2, 132, 199, var(--border-opacity)) !important;
}

.tw-border-sky-700 {
  --border-opacity: 1 !important;
  border-color: #0369a1 !important;
  border-color: rgba(3, 105, 161, var(--border-opacity)) !important;
}

.tw-border-sky-800 {
  --border-opacity: 1 !important;
  border-color: #075985 !important;
  border-color: rgba(7, 89, 133, var(--border-opacity)) !important;
}

.tw-border-sky-900 {
  --border-opacity: 1 !important;
  border-color: #0c4a6e !important;
  border-color: rgba(12, 74, 110, var(--border-opacity)) !important;
}

.tw-border-violet-50 {
  --border-opacity: 1 !important;
  border-color: #f5f3ff !important;
  border-color: rgba(245, 243, 255, var(--border-opacity)) !important;
}

.tw-border-violet-100 {
  --border-opacity: 1 !important;
  border-color: #ede9fe !important;
  border-color: rgba(237, 233, 254, var(--border-opacity)) !important;
}

.tw-border-violet-200 {
  --border-opacity: 1 !important;
  border-color: #ddd6fe !important;
  border-color: rgba(221, 214, 254, var(--border-opacity)) !important;
}

.tw-border-violet-300 {
  --border-opacity: 1 !important;
  border-color: #c4b5fd !important;
  border-color: rgba(196, 181, 253, var(--border-opacity)) !important;
}

.tw-border-violet-400 {
  --border-opacity: 1 !important;
  border-color: #a78bfa !important;
  border-color: rgba(167, 139, 250, var(--border-opacity)) !important;
}

.tw-border-violet-500 {
  --border-opacity: 1 !important;
  border-color: #8b5cf6 !important;
  border-color: rgba(139, 92, 246, var(--border-opacity)) !important;
}

.tw-border-violet-600 {
  --border-opacity: 1 !important;
  border-color: #7c3aed !important;
  border-color: rgba(124, 58, 237, var(--border-opacity)) !important;
}

.tw-border-violet-700 {
  --border-opacity: 1 !important;
  border-color: #6d28d9 !important;
  border-color: rgba(109, 40, 217, var(--border-opacity)) !important;
}

.tw-border-violet-800 {
  --border-opacity: 1 !important;
  border-color: #5b21b6 !important;
  border-color: rgba(91, 33, 182, var(--border-opacity)) !important;
}

.tw-border-violet-900 {
  --border-opacity: 1 !important;
  border-color: #4c1d95 !important;
  border-color: rgba(76, 29, 149, var(--border-opacity)) !important;
}

.tw-border-fuchsia-50 {
  --border-opacity: 1 !important;
  border-color: #fdf4ff !important;
  border-color: rgba(253, 244, 255, var(--border-opacity)) !important;
}

.tw-border-fuchsia-100 {
  --border-opacity: 1 !important;
  border-color: #fae8ff !important;
  border-color: rgba(250, 232, 255, var(--border-opacity)) !important;
}

.tw-border-fuchsia-200 {
  --border-opacity: 1 !important;
  border-color: #f5d0fe !important;
  border-color: rgba(245, 208, 254, var(--border-opacity)) !important;
}

.tw-border-fuchsia-300 {
  --border-opacity: 1 !important;
  border-color: #f0abfc !important;
  border-color: rgba(240, 171, 252, var(--border-opacity)) !important;
}

.tw-border-fuchsia-400 {
  --border-opacity: 1 !important;
  border-color: #e879f9 !important;
  border-color: rgba(232, 121, 249, var(--border-opacity)) !important;
}

.tw-border-fuchsia-500 {
  --border-opacity: 1 !important;
  border-color: #d946ef !important;
  border-color: rgba(217, 70, 239, var(--border-opacity)) !important;
}

.tw-border-fuchsia-600 {
  --border-opacity: 1 !important;
  border-color: #c026d3 !important;
  border-color: rgba(192, 38, 211, var(--border-opacity)) !important;
}

.tw-border-fuchsia-700 {
  --border-opacity: 1 !important;
  border-color: #a21caf !important;
  border-color: rgba(162, 28, 175, var(--border-opacity)) !important;
}

.tw-border-fuchsia-800 {
  --border-opacity: 1 !important;
  border-color: #86198f !important;
  border-color: rgba(134, 25, 143, var(--border-opacity)) !important;
}

.tw-border-fuchsia-900 {
  --border-opacity: 1 !important;
  border-color: #701a75 !important;
  border-color: rgba(112, 26, 117, var(--border-opacity)) !important;
}

.tw-border-rose-50 {
  --border-opacity: 1 !important;
  border-color: #fff1f2 !important;
  border-color: rgba(255, 241, 242, var(--border-opacity)) !important;
}

.tw-border-rose-100 {
  --border-opacity: 1 !important;
  border-color: #ffe4e6 !important;
  border-color: rgba(255, 228, 230, var(--border-opacity)) !important;
}

.tw-border-rose-200 {
  --border-opacity: 1 !important;
  border-color: #fecdd3 !important;
  border-color: rgba(254, 205, 211, var(--border-opacity)) !important;
}

.tw-border-rose-300 {
  --border-opacity: 1 !important;
  border-color: #fda4af !important;
  border-color: rgba(253, 164, 175, var(--border-opacity)) !important;
}

.tw-border-rose-400 {
  --border-opacity: 1 !important;
  border-color: #fb7185 !important;
  border-color: rgba(251, 113, 133, var(--border-opacity)) !important;
}

.tw-border-rose-500 {
  --border-opacity: 1 !important;
  border-color: #f43f5e !important;
  border-color: rgba(244, 63, 94, var(--border-opacity)) !important;
}

.tw-border-rose-600 {
  --border-opacity: 1 !important;
  border-color: #e11d48 !important;
  border-color: rgba(225, 29, 72, var(--border-opacity)) !important;
}

.tw-border-rose-700 {
  --border-opacity: 1 !important;
  border-color: #be123c !important;
  border-color: rgba(190, 18, 60, var(--border-opacity)) !important;
}

.tw-border-rose-800 {
  --border-opacity: 1 !important;
  border-color: #9f1239 !important;
  border-color: rgba(159, 18, 57, var(--border-opacity)) !important;
}

.tw-border-rose-900 {
  --border-opacity: 1 !important;
  border-color: #881337 !important;
  border-color: rgba(136, 19, 55, var(--border-opacity)) !important;
}

.hover\:tw-border-transparent:hover {
  border-color: transparent !important;
}

.hover\:tw-border-current:hover {
  border-color: currentColor !important;
}

.hover\:tw-border-black:hover {
  --border-opacity: 1 !important;
  border-color: #000 !important;
  border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
}

.hover\:tw-border-white:hover {
  --border-opacity: 1 !important;
  border-color: #fff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.hover\:tw-border-gray-50:hover {
  --border-opacity: 1 !important;
  border-color: #f9fafb !important;
  border-color: rgba(249, 250, 251, var(--border-opacity)) !important;
}

.hover\:tw-border-gray-100:hover {
  --border-opacity: 1 !important;
  border-color: #f3f4f6 !important;
  border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
}

.hover\:tw-border-gray-200:hover {
  --border-opacity: 1 !important;
  border-color: #e5e7eb !important;
  border-color: rgba(229, 231, 235, var(--border-opacity)) !important;
}

.hover\:tw-border-gray-300:hover {
  --border-opacity: 1 !important;
  border-color: #d1d5db !important;
  border-color: rgba(209, 213, 219, var(--border-opacity)) !important;
}

.hover\:tw-border-gray-400:hover {
  --border-opacity: 1 !important;
  border-color: #9ca3af !important;
  border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
}

.hover\:tw-border-gray-500:hover {
  --border-opacity: 1 !important;
  border-color: #6b7280 !important;
  border-color: rgba(107, 114, 128, var(--border-opacity)) !important;
}

.hover\:tw-border-gray-600:hover {
  --border-opacity: 1 !important;
  border-color: #4b5563 !important;
  border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
}

.hover\:tw-border-gray-700:hover {
  --border-opacity: 1 !important;
  border-color: #374151 !important;
  border-color: rgba(55, 65, 81, var(--border-opacity)) !important;
}

.hover\:tw-border-gray-800:hover {
  --border-opacity: 1 !important;
  border-color: #1f2937 !important;
  border-color: rgba(31, 41, 55, var(--border-opacity)) !important;
}

.hover\:tw-border-gray-900:hover {
  --border-opacity: 1 !important;
  border-color: #111827 !important;
  border-color: rgba(17, 24, 39, var(--border-opacity)) !important;
}

.hover\:tw-border-red-50:hover {
  --border-opacity: 1 !important;
  border-color: #fef2f2 !important;
  border-color: rgba(254, 242, 242, var(--border-opacity)) !important;
}

.hover\:tw-border-red-100:hover {
  --border-opacity: 1 !important;
  border-color: #fee2e2 !important;
  border-color: rgba(254, 226, 226, var(--border-opacity)) !important;
}

.hover\:tw-border-red-200:hover {
  --border-opacity: 1 !important;
  border-color: #fecaca !important;
  border-color: rgba(254, 202, 202, var(--border-opacity)) !important;
}

.hover\:tw-border-red-300:hover {
  --border-opacity: 1 !important;
  border-color: #fca5a5 !important;
  border-color: rgba(252, 165, 165, var(--border-opacity)) !important;
}

.hover\:tw-border-red-400:hover {
  --border-opacity: 1 !important;
  border-color: #f87171 !important;
  border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
}

.hover\:tw-border-red-500:hover {
  --border-opacity: 1 !important;
  border-color: #ef4444 !important;
  border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
}

.hover\:tw-border-red-600:hover {
  --border-opacity: 1 !important;
  border-color: #dc2626 !important;
  border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
}

.hover\:tw-border-red-700:hover {
  --border-opacity: 1 !important;
  border-color: #b91c1c !important;
  border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
}

.hover\:tw-border-red-800:hover {
  --border-opacity: 1 !important;
  border-color: #991b1b !important;
  border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
}

.hover\:tw-border-red-900:hover {
  --border-opacity: 1 !important;
  border-color: #7f1d1d !important;
  border-color: rgba(127, 29, 29, var(--border-opacity)) !important;
}

.hover\:tw-border-orange-50:hover {
  --border-opacity: 1 !important;
  border-color: #fff7ed !important;
  border-color: rgba(255, 247, 237, var(--border-opacity)) !important;
}

.hover\:tw-border-orange-100:hover {
  --border-opacity: 1 !important;
  border-color: #ffedd5 !important;
  border-color: rgba(255, 237, 213, var(--border-opacity)) !important;
}

.hover\:tw-border-orange-200:hover {
  --border-opacity: 1 !important;
  border-color: #fed7aa !important;
  border-color: rgba(254, 215, 170, var(--border-opacity)) !important;
}

.hover\:tw-border-orange-300:hover {
  --border-opacity: 1 !important;
  border-color: #fdba74 !important;
  border-color: rgba(253, 186, 116, var(--border-opacity)) !important;
}

.hover\:tw-border-orange-400:hover {
  --border-opacity: 1 !important;
  border-color: #fb923c !important;
  border-color: rgba(251, 146, 60, var(--border-opacity)) !important;
}

.hover\:tw-border-orange-500:hover {
  --border-opacity: 1 !important;
  border-color: #f97316 !important;
  border-color: rgba(249, 115, 22, var(--border-opacity)) !important;
}

.hover\:tw-border-orange-600:hover {
  --border-opacity: 1 !important;
  border-color: #ea580c !important;
  border-color: rgba(234, 88, 12, var(--border-opacity)) !important;
}

.hover\:tw-border-orange-700:hover {
  --border-opacity: 1 !important;
  border-color: #c2410c !important;
  border-color: rgba(194, 65, 12, var(--border-opacity)) !important;
}

.hover\:tw-border-orange-800:hover {
  --border-opacity: 1 !important;
  border-color: #9a3412 !important;
  border-color: rgba(154, 52, 18, var(--border-opacity)) !important;
}

.hover\:tw-border-orange-900:hover {
  --border-opacity: 1 !important;
  border-color: #7c2d12 !important;
  border-color: rgba(124, 45, 18, var(--border-opacity)) !important;
}

.hover\:tw-border-yellow-50:hover {
  --border-opacity: 1 !important;
  border-color: #fefce8 !important;
  border-color: rgba(254, 252, 232, var(--border-opacity)) !important;
}

.hover\:tw-border-yellow-100:hover {
  --border-opacity: 1 !important;
  border-color: #fef9c3 !important;
  border-color: rgba(254, 249, 195, var(--border-opacity)) !important;
}

.hover\:tw-border-yellow-200:hover {
  --border-opacity: 1 !important;
  border-color: #fef08a !important;
  border-color: rgba(254, 240, 138, var(--border-opacity)) !important;
}

.hover\:tw-border-yellow-300:hover {
  --border-opacity: 1 !important;
  border-color: #fde047 !important;
  border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
}

.hover\:tw-border-yellow-400:hover {
  --border-opacity: 1 !important;
  border-color: #facc15 !important;
  border-color: rgba(250, 204, 21, var(--border-opacity)) !important;
}

.hover\:tw-border-yellow-500:hover {
  --border-opacity: 1 !important;
  border-color: #eab308 !important;
  border-color: rgba(234, 179, 8, var(--border-opacity)) !important;
}

.hover\:tw-border-yellow-600:hover {
  --border-opacity: 1 !important;
  border-color: #ca8a04 !important;
  border-color: rgba(202, 138, 4, var(--border-opacity)) !important;
}

.hover\:tw-border-yellow-700:hover {
  --border-opacity: 1 !important;
  border-color: #a16207 !important;
  border-color: rgba(161, 98, 7, var(--border-opacity)) !important;
}

.hover\:tw-border-yellow-800:hover {
  --border-opacity: 1 !important;
  border-color: #854d0e !important;
  border-color: rgba(133, 77, 14, var(--border-opacity)) !important;
}

.hover\:tw-border-yellow-900:hover {
  --border-opacity: 1 !important;
  border-color: #713f12 !important;
  border-color: rgba(113, 63, 18, var(--border-opacity)) !important;
}

.hover\:tw-border-green-50:hover {
  --border-opacity: 1 !important;
  border-color: #f0fdf4 !important;
  border-color: rgba(240, 253, 244, var(--border-opacity)) !important;
}

.hover\:tw-border-green-100:hover {
  --border-opacity: 1 !important;
  border-color: #dcfce7 !important;
  border-color: rgba(220, 252, 231, var(--border-opacity)) !important;
}

.hover\:tw-border-green-200:hover {
  --border-opacity: 1 !important;
  border-color: #bbf7d0 !important;
  border-color: rgba(187, 247, 208, var(--border-opacity)) !important;
}

.hover\:tw-border-green-300:hover {
  --border-opacity: 1 !important;
  border-color: #86efac !important;
  border-color: rgba(134, 239, 172, var(--border-opacity)) !important;
}

.hover\:tw-border-green-400:hover {
  --border-opacity: 1 !important;
  border-color: #4ade80 !important;
  border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
}

.hover\:tw-border-green-500:hover {
  --border-opacity: 1 !important;
  border-color: #22c55e !important;
  border-color: rgba(34, 197, 94, var(--border-opacity)) !important;
}

.hover\:tw-border-green-600:hover {
  --border-opacity: 1 !important;
  border-color: #16a34a !important;
  border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
}

.hover\:tw-border-green-700:hover {
  --border-opacity: 1 !important;
  border-color: #15803d !important;
  border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
}

.hover\:tw-border-green-800:hover {
  --border-opacity: 1 !important;
  border-color: #166534 !important;
  border-color: rgba(22, 101, 52, var(--border-opacity)) !important;
}

.hover\:tw-border-green-900:hover {
  --border-opacity: 1 !important;
  border-color: #14532d !important;
  border-color: rgba(20, 83, 45, var(--border-opacity)) !important;
}

.hover\:tw-border-teal-50:hover {
  --border-opacity: 1 !important;
  border-color: #f0fdfa !important;
  border-color: rgba(240, 253, 250, var(--border-opacity)) !important;
}

.hover\:tw-border-teal-100:hover {
  --border-opacity: 1 !important;
  border-color: #ccfbf1 !important;
  border-color: rgba(204, 251, 241, var(--border-opacity)) !important;
}

.hover\:tw-border-teal-200:hover {
  --border-opacity: 1 !important;
  border-color: #99f6e4 !important;
  border-color: rgba(153, 246, 228, var(--border-opacity)) !important;
}

.hover\:tw-border-teal-300:hover {
  --border-opacity: 1 !important;
  border-color: #5eead4 !important;
  border-color: rgba(94, 234, 212, var(--border-opacity)) !important;
}

.hover\:tw-border-teal-400:hover {
  --border-opacity: 1 !important;
  border-color: #2dd4bf !important;
  border-color: rgba(45, 212, 191, var(--border-opacity)) !important;
}

.hover\:tw-border-teal-500:hover {
  --border-opacity: 1 !important;
  border-color: #14b8a6 !important;
  border-color: rgba(20, 184, 166, var(--border-opacity)) !important;
}

.hover\:tw-border-teal-600:hover {
  --border-opacity: 1 !important;
  border-color: #0d9488 !important;
  border-color: rgba(13, 148, 136, var(--border-opacity)) !important;
}

.hover\:tw-border-teal-700:hover {
  --border-opacity: 1 !important;
  border-color: #0f766e !important;
  border-color: rgba(15, 118, 110, var(--border-opacity)) !important;
}

.hover\:tw-border-teal-800:hover {
  --border-opacity: 1 !important;
  border-color: #115e59 !important;
  border-color: rgba(17, 94, 89, var(--border-opacity)) !important;
}

.hover\:tw-border-teal-900:hover {
  --border-opacity: 1 !important;
  border-color: #134e4a !important;
  border-color: rgba(19, 78, 74, var(--border-opacity)) !important;
}

.hover\:tw-border-blue-50:hover {
  --border-opacity: 1 !important;
  border-color: #eff6ff !important;
  border-color: rgba(239, 246, 255, var(--border-opacity)) !important;
}

.hover\:tw-border-blue-100:hover {
  --border-opacity: 1 !important;
  border-color: #dbeafe !important;
  border-color: rgba(219, 234, 254, var(--border-opacity)) !important;
}

.hover\:tw-border-blue-200:hover {
  --border-opacity: 1 !important;
  border-color: #bfdbfe !important;
  border-color: rgba(191, 219, 254, var(--border-opacity)) !important;
}

.hover\:tw-border-blue-300:hover {
  --border-opacity: 1 !important;
  border-color: #93c5fd !important;
  border-color: rgba(147, 197, 253, var(--border-opacity)) !important;
}

.hover\:tw-border-blue-400:hover {
  --border-opacity: 1 !important;
  border-color: #60a5fa !important;
  border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
}

.hover\:tw-border-blue-500:hover {
  --border-opacity: 1 !important;
  border-color: #3b82f6 !important;
  border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
}

.hover\:tw-border-blue-600:hover {
  --border-opacity: 1 !important;
  border-color: #2563eb !important;
  border-color: rgba(37, 99, 235, var(--border-opacity)) !important;
}

.hover\:tw-border-blue-700:hover {
  --border-opacity: 1 !important;
  border-color: #1d4ed8 !important;
  border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
}

.hover\:tw-border-blue-800:hover {
  --border-opacity: 1 !important;
  border-color: #1e40af !important;
  border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
}

.hover\:tw-border-blue-900:hover {
  --border-opacity: 1 !important;
  border-color: #1e3a8a !important;
  border-color: rgba(30, 58, 138, var(--border-opacity)) !important;
}

.hover\:tw-border-indigo-50:hover {
  --border-opacity: 1 !important;
  border-color: #eef2ff !important;
  border-color: rgba(238, 242, 255, var(--border-opacity)) !important;
}

.hover\:tw-border-indigo-100:hover {
  --border-opacity: 1 !important;
  border-color: #e0e7ff !important;
  border-color: rgba(224, 231, 255, var(--border-opacity)) !important;
}

.hover\:tw-border-indigo-200:hover {
  --border-opacity: 1 !important;
  border-color: #c7d2fe !important;
  border-color: rgba(199, 210, 254, var(--border-opacity)) !important;
}

.hover\:tw-border-indigo-300:hover {
  --border-opacity: 1 !important;
  border-color: #a5b4fc !important;
  border-color: rgba(165, 180, 252, var(--border-opacity)) !important;
}

.hover\:tw-border-indigo-400:hover {
  --border-opacity: 1 !important;
  border-color: #818cf8 !important;
  border-color: rgba(129, 140, 248, var(--border-opacity)) !important;
}

.hover\:tw-border-indigo-500:hover {
  --border-opacity: 1 !important;
  border-color: #6366f1 !important;
  border-color: rgba(99, 102, 241, var(--border-opacity)) !important;
}

.hover\:tw-border-indigo-600:hover {
  --border-opacity: 1 !important;
  border-color: #4f46e5 !important;
  border-color: rgba(79, 70, 229, var(--border-opacity)) !important;
}

.hover\:tw-border-indigo-700:hover {
  --border-opacity: 1 !important;
  border-color: #4338ca !important;
  border-color: rgba(67, 56, 202, var(--border-opacity)) !important;
}

.hover\:tw-border-indigo-800:hover {
  --border-opacity: 1 !important;
  border-color: #3730a3 !important;
  border-color: rgba(55, 48, 163, var(--border-opacity)) !important;
}

.hover\:tw-border-indigo-900:hover {
  --border-opacity: 1 !important;
  border-color: #312e81 !important;
  border-color: rgba(49, 46, 129, var(--border-opacity)) !important;
}

.hover\:tw-border-purple-50:hover {
  --border-opacity: 1 !important;
  border-color: #faf5ff !important;
  border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
}

.hover\:tw-border-purple-100:hover {
  --border-opacity: 1 !important;
  border-color: #f3e8ff !important;
  border-color: rgba(243, 232, 255, var(--border-opacity)) !important;
}

.hover\:tw-border-purple-200:hover {
  --border-opacity: 1 !important;
  border-color: #e9d5ff !important;
  border-color: rgba(233, 213, 255, var(--border-opacity)) !important;
}

.hover\:tw-border-purple-300:hover {
  --border-opacity: 1 !important;
  border-color: #d8b4fe !important;
  border-color: rgba(216, 180, 254, var(--border-opacity)) !important;
}

.hover\:tw-border-purple-400:hover {
  --border-opacity: 1 !important;
  border-color: #c084fc !important;
  border-color: rgba(192, 132, 252, var(--border-opacity)) !important;
}

.hover\:tw-border-purple-500:hover {
  --border-opacity: 1 !important;
  border-color: #a855f7 !important;
  border-color: rgba(168, 85, 247, var(--border-opacity)) !important;
}

.hover\:tw-border-purple-600:hover {
  --border-opacity: 1 !important;
  border-color: #9333ea !important;
  border-color: rgba(147, 51, 234, var(--border-opacity)) !important;
}

.hover\:tw-border-purple-700:hover {
  --border-opacity: 1 !important;
  border-color: #7e22ce !important;
  border-color: rgba(126, 34, 206, var(--border-opacity)) !important;
}

.hover\:tw-border-purple-800:hover {
  --border-opacity: 1 !important;
  border-color: #6b21a8 !important;
  border-color: rgba(107, 33, 168, var(--border-opacity)) !important;
}

.hover\:tw-border-purple-900:hover {
  --border-opacity: 1 !important;
  border-color: #581c87 !important;
  border-color: rgba(88, 28, 135, var(--border-opacity)) !important;
}

.hover\:tw-border-pink-50:hover {
  --border-opacity: 1 !important;
  border-color: #fdf2f8 !important;
  border-color: rgba(253, 242, 248, var(--border-opacity)) !important;
}

.hover\:tw-border-pink-100:hover {
  --border-opacity: 1 !important;
  border-color: #fce7f3 !important;
  border-color: rgba(252, 231, 243, var(--border-opacity)) !important;
}

.hover\:tw-border-pink-200:hover {
  --border-opacity: 1 !important;
  border-color: #fbcfe8 !important;
  border-color: rgba(251, 207, 232, var(--border-opacity)) !important;
}

.hover\:tw-border-pink-300:hover {
  --border-opacity: 1 !important;
  border-color: #f9a8d4 !important;
  border-color: rgba(249, 168, 212, var(--border-opacity)) !important;
}

.hover\:tw-border-pink-400:hover {
  --border-opacity: 1 !important;
  border-color: #f472b6 !important;
  border-color: rgba(244, 114, 182, var(--border-opacity)) !important;
}

.hover\:tw-border-pink-500:hover {
  --border-opacity: 1 !important;
  border-color: #ec4899 !important;
  border-color: rgba(236, 72, 153, var(--border-opacity)) !important;
}

.hover\:tw-border-pink-600:hover {
  --border-opacity: 1 !important;
  border-color: #db2777 !important;
  border-color: rgba(219, 39, 119, var(--border-opacity)) !important;
}

.hover\:tw-border-pink-700:hover {
  --border-opacity: 1 !important;
  border-color: #be185d !important;
  border-color: rgba(190, 24, 93, var(--border-opacity)) !important;
}

.hover\:tw-border-pink-800:hover {
  --border-opacity: 1 !important;
  border-color: #9d174d !important;
  border-color: rgba(157, 23, 77, var(--border-opacity)) !important;
}

.hover\:tw-border-pink-900:hover {
  --border-opacity: 1 !important;
  border-color: #831843 !important;
  border-color: rgba(131, 24, 67, var(--border-opacity)) !important;
}

.hover\:tw-border-app-main:hover {
  --border-opacity: 1 !important;
  border-color: #F18D11 !important;
  border-color: rgba(241, 141, 17, var(--border-opacity)) !important;
}

.hover\:tw-border-app-sub-blue:hover {
  --border-opacity: 1 !important;
  border-color: #1E548F !important;
  border-color: rgba(30, 84, 143, var(--border-opacity)) !important;
}

.hover\:tw-border-app-yellow:hover {
  --border-opacity: 1 !important;
  border-color: #FFF5D1 !important;
  border-color: rgba(255, 245, 209, var(--border-opacity)) !important;
}

.hover\:tw-border-theme-primary:hover {
  --border-opacity: 1 !important;
  border-color: #f3980f !important;
  border-color: rgba(243, 152, 15, var(--border-opacity)) !important;
}

.hover\:tw-border-theme-info:hover {
  --border-opacity: 1 !important;
  border-color: #1b925a !important;
  border-color: rgba(27, 146, 90, var(--border-opacity)) !important;
}

.hover\:tw-border-slate-50:hover {
  --border-opacity: 1 !important;
  border-color: #f8fafc !important;
  border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
}

.hover\:tw-border-slate-100:hover {
  --border-opacity: 1 !important;
  border-color: #f1f5f9 !important;
  border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
}

.hover\:tw-border-slate-200:hover {
  --border-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
}

.hover\:tw-border-slate-300:hover {
  --border-opacity: 1 !important;
  border-color: #cbd5e1 !important;
  border-color: rgba(203, 213, 225, var(--border-opacity)) !important;
}

.hover\:tw-border-slate-400:hover {
  --border-opacity: 1 !important;
  border-color: #94a3b8 !important;
  border-color: rgba(148, 163, 184, var(--border-opacity)) !important;
}

.hover\:tw-border-slate-500:hover {
  --border-opacity: 1 !important;
  border-color: #64748b !important;
  border-color: rgba(100, 116, 139, var(--border-opacity)) !important;
}

.hover\:tw-border-slate-600:hover {
  --border-opacity: 1 !important;
  border-color: #475569 !important;
  border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
}

.hover\:tw-border-slate-700:hover {
  --border-opacity: 1 !important;
  border-color: #334155 !important;
  border-color: rgba(51, 65, 85, var(--border-opacity)) !important;
}

.hover\:tw-border-slate-800:hover {
  --border-opacity: 1 !important;
  border-color: #1e293b !important;
  border-color: rgba(30, 41, 59, var(--border-opacity)) !important;
}

.hover\:tw-border-slate-900:hover {
  --border-opacity: 1 !important;
  border-color: #0f172a !important;
  border-color: rgba(15, 23, 42, var(--border-opacity)) !important;
}

.hover\:tw-border-zinc-50:hover {
  --border-opacity: 1 !important;
  border-color: #fafafa !important;
  border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
}

.hover\:tw-border-zinc-100:hover {
  --border-opacity: 1 !important;
  border-color: #f4f4f5 !important;
  border-color: rgba(244, 244, 245, var(--border-opacity)) !important;
}

.hover\:tw-border-zinc-200:hover {
  --border-opacity: 1 !important;
  border-color: #e4e4e7 !important;
  border-color: rgba(228, 228, 231, var(--border-opacity)) !important;
}

.hover\:tw-border-zinc-300:hover {
  --border-opacity: 1 !important;
  border-color: #d4d4d8 !important;
  border-color: rgba(212, 212, 216, var(--border-opacity)) !important;
}

.hover\:tw-border-zinc-400:hover {
  --border-opacity: 1 !important;
  border-color: #a1a1aa !important;
  border-color: rgba(161, 161, 170, var(--border-opacity)) !important;
}

.hover\:tw-border-zinc-500:hover {
  --border-opacity: 1 !important;
  border-color: #71717a !important;
  border-color: rgba(113, 113, 122, var(--border-opacity)) !important;
}

.hover\:tw-border-zinc-600:hover {
  --border-opacity: 1 !important;
  border-color: #52525b !important;
  border-color: rgba(82, 82, 91, var(--border-opacity)) !important;
}

.hover\:tw-border-zinc-700:hover {
  --border-opacity: 1 !important;
  border-color: #3f3f46 !important;
  border-color: rgba(63, 63, 70, var(--border-opacity)) !important;
}

.hover\:tw-border-zinc-800:hover {
  --border-opacity: 1 !important;
  border-color: #27272a !important;
  border-color: rgba(39, 39, 42, var(--border-opacity)) !important;
}

.hover\:tw-border-zinc-900:hover {
  --border-opacity: 1 !important;
  border-color: #18181b !important;
  border-color: rgba(24, 24, 27, var(--border-opacity)) !important;
}

.hover\:tw-border-neutral-50:hover {
  --border-opacity: 1 !important;
  border-color: #fafafa !important;
  border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
}

.hover\:tw-border-neutral-100:hover {
  --border-opacity: 1 !important;
  border-color: #f5f5f5 !important;
  border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
}

.hover\:tw-border-neutral-200:hover {
  --border-opacity: 1 !important;
  border-color: #e5e5e5 !important;
  border-color: rgba(229, 229, 229, var(--border-opacity)) !important;
}

.hover\:tw-border-neutral-300:hover {
  --border-opacity: 1 !important;
  border-color: #d4d4d4 !important;
  border-color: rgba(212, 212, 212, var(--border-opacity)) !important;
}

.hover\:tw-border-neutral-400:hover {
  --border-opacity: 1 !important;
  border-color: #a3a3a3 !important;
  border-color: rgba(163, 163, 163, var(--border-opacity)) !important;
}

.hover\:tw-border-neutral-500:hover {
  --border-opacity: 1 !important;
  border-color: #737373 !important;
  border-color: rgba(115, 115, 115, var(--border-opacity)) !important;
}

.hover\:tw-border-neutral-600:hover {
  --border-opacity: 1 !important;
  border-color: #525252 !important;
  border-color: rgba(82, 82, 82, var(--border-opacity)) !important;
}

.hover\:tw-border-neutral-700:hover {
  --border-opacity: 1 !important;
  border-color: #404040 !important;
  border-color: rgba(64, 64, 64, var(--border-opacity)) !important;
}

.hover\:tw-border-neutral-800:hover {
  --border-opacity: 1 !important;
  border-color: #262626 !important;
  border-color: rgba(38, 38, 38, var(--border-opacity)) !important;
}

.hover\:tw-border-neutral-900:hover {
  --border-opacity: 1 !important;
  border-color: #171717 !important;
  border-color: rgba(23, 23, 23, var(--border-opacity)) !important;
}

.hover\:tw-border-stone-50:hover {
  --border-opacity: 1 !important;
  border-color: #fafaf9 !important;
  border-color: rgba(250, 250, 249, var(--border-opacity)) !important;
}

.hover\:tw-border-stone-100:hover {
  --border-opacity: 1 !important;
  border-color: #f5f5f4 !important;
  border-color: rgba(245, 245, 244, var(--border-opacity)) !important;
}

.hover\:tw-border-stone-200:hover {
  --border-opacity: 1 !important;
  border-color: #e7e5e4 !important;
  border-color: rgba(231, 229, 228, var(--border-opacity)) !important;
}

.hover\:tw-border-stone-300:hover {
  --border-opacity: 1 !important;
  border-color: #d6d3d1 !important;
  border-color: rgba(214, 211, 209, var(--border-opacity)) !important;
}

.hover\:tw-border-stone-400:hover {
  --border-opacity: 1 !important;
  border-color: #a8a29e !important;
  border-color: rgba(168, 162, 158, var(--border-opacity)) !important;
}

.hover\:tw-border-stone-500:hover {
  --border-opacity: 1 !important;
  border-color: #78716c !important;
  border-color: rgba(120, 113, 108, var(--border-opacity)) !important;
}

.hover\:tw-border-stone-600:hover {
  --border-opacity: 1 !important;
  border-color: #57534e !important;
  border-color: rgba(87, 83, 78, var(--border-opacity)) !important;
}

.hover\:tw-border-stone-700:hover {
  --border-opacity: 1 !important;
  border-color: #44403c !important;
  border-color: rgba(68, 64, 60, var(--border-opacity)) !important;
}

.hover\:tw-border-stone-800:hover {
  --border-opacity: 1 !important;
  border-color: #292524 !important;
  border-color: rgba(41, 37, 36, var(--border-opacity)) !important;
}

.hover\:tw-border-stone-900:hover {
  --border-opacity: 1 !important;
  border-color: #1c1917 !important;
  border-color: rgba(28, 25, 23, var(--border-opacity)) !important;
}

.hover\:tw-border-amber-50:hover {
  --border-opacity: 1 !important;
  border-color: #fffbeb !important;
  border-color: rgba(255, 251, 235, var(--border-opacity)) !important;
}

.hover\:tw-border-amber-100:hover {
  --border-opacity: 1 !important;
  border-color: #fef3c7 !important;
  border-color: rgba(254, 243, 199, var(--border-opacity)) !important;
}

.hover\:tw-border-amber-200:hover {
  --border-opacity: 1 !important;
  border-color: #fde68a !important;
  border-color: rgba(253, 230, 138, var(--border-opacity)) !important;
}

.hover\:tw-border-amber-300:hover {
  --border-opacity: 1 !important;
  border-color: #fcd34d !important;
  border-color: rgba(252, 211, 77, var(--border-opacity)) !important;
}

.hover\:tw-border-amber-400:hover {
  --border-opacity: 1 !important;
  border-color: #fbbf24 !important;
  border-color: rgba(251, 191, 36, var(--border-opacity)) !important;
}

.hover\:tw-border-amber-500:hover {
  --border-opacity: 1 !important;
  border-color: #f59e0b !important;
  border-color: rgba(245, 158, 11, var(--border-opacity)) !important;
}

.hover\:tw-border-amber-600:hover {
  --border-opacity: 1 !important;
  border-color: #d97706 !important;
  border-color: rgba(217, 119, 6, var(--border-opacity)) !important;
}

.hover\:tw-border-amber-700:hover {
  --border-opacity: 1 !important;
  border-color: #b45309 !important;
  border-color: rgba(180, 83, 9, var(--border-opacity)) !important;
}

.hover\:tw-border-amber-800:hover {
  --border-opacity: 1 !important;
  border-color: #92400e !important;
  border-color: rgba(146, 64, 14, var(--border-opacity)) !important;
}

.hover\:tw-border-amber-900:hover {
  --border-opacity: 1 !important;
  border-color: #78350f !important;
  border-color: rgba(120, 53, 15, var(--border-opacity)) !important;
}

.hover\:tw-border-lime-50:hover {
  --border-opacity: 1 !important;
  border-color: #f7fee7 !important;
  border-color: rgba(247, 254, 231, var(--border-opacity)) !important;
}

.hover\:tw-border-lime-100:hover {
  --border-opacity: 1 !important;
  border-color: #ecfccb !important;
  border-color: rgba(236, 252, 203, var(--border-opacity)) !important;
}

.hover\:tw-border-lime-200:hover {
  --border-opacity: 1 !important;
  border-color: #d9f99d !important;
  border-color: rgba(217, 249, 157, var(--border-opacity)) !important;
}

.hover\:tw-border-lime-300:hover {
  --border-opacity: 1 !important;
  border-color: #bef264 !important;
  border-color: rgba(190, 242, 100, var(--border-opacity)) !important;
}

.hover\:tw-border-lime-400:hover {
  --border-opacity: 1 !important;
  border-color: #a3e635 !important;
  border-color: rgba(163, 230, 53, var(--border-opacity)) !important;
}

.hover\:tw-border-lime-500:hover {
  --border-opacity: 1 !important;
  border-color: #84cc16 !important;
  border-color: rgba(132, 204, 22, var(--border-opacity)) !important;
}

.hover\:tw-border-lime-600:hover {
  --border-opacity: 1 !important;
  border-color: #65a30d !important;
  border-color: rgba(101, 163, 13, var(--border-opacity)) !important;
}

.hover\:tw-border-lime-700:hover {
  --border-opacity: 1 !important;
  border-color: #4d7c0f !important;
  border-color: rgba(77, 124, 15, var(--border-opacity)) !important;
}

.hover\:tw-border-lime-800:hover {
  --border-opacity: 1 !important;
  border-color: #3f6212 !important;
  border-color: rgba(63, 98, 18, var(--border-opacity)) !important;
}

.hover\:tw-border-lime-900:hover {
  --border-opacity: 1 !important;
  border-color: #365314 !important;
  border-color: rgba(54, 83, 20, var(--border-opacity)) !important;
}

.hover\:tw-border-emerald-50:hover {
  --border-opacity: 1 !important;
  border-color: #ecfdf5 !important;
  border-color: rgba(236, 253, 245, var(--border-opacity)) !important;
}

.hover\:tw-border-emerald-100:hover {
  --border-opacity: 1 !important;
  border-color: #d1fae5 !important;
  border-color: rgba(209, 250, 229, var(--border-opacity)) !important;
}

.hover\:tw-border-emerald-200:hover {
  --border-opacity: 1 !important;
  border-color: #a7f3d0 !important;
  border-color: rgba(167, 243, 208, var(--border-opacity)) !important;
}

.hover\:tw-border-emerald-300:hover {
  --border-opacity: 1 !important;
  border-color: #6ee7b7 !important;
  border-color: rgba(110, 231, 183, var(--border-opacity)) !important;
}

.hover\:tw-border-emerald-400:hover {
  --border-opacity: 1 !important;
  border-color: #34d399 !important;
  border-color: rgba(52, 211, 153, var(--border-opacity)) !important;
}

.hover\:tw-border-emerald-500:hover {
  --border-opacity: 1 !important;
  border-color: #10b981 !important;
  border-color: rgba(16, 185, 129, var(--border-opacity)) !important;
}

.hover\:tw-border-emerald-600:hover {
  --border-opacity: 1 !important;
  border-color: #059669 !important;
  border-color: rgba(5, 150, 105, var(--border-opacity)) !important;
}

.hover\:tw-border-emerald-700:hover {
  --border-opacity: 1 !important;
  border-color: #047857 !important;
  border-color: rgba(4, 120, 87, var(--border-opacity)) !important;
}

.hover\:tw-border-emerald-800:hover {
  --border-opacity: 1 !important;
  border-color: #065f46 !important;
  border-color: rgba(6, 95, 70, var(--border-opacity)) !important;
}

.hover\:tw-border-emerald-900:hover {
  --border-opacity: 1 !important;
  border-color: #064e3b !important;
  border-color: rgba(6, 78, 59, var(--border-opacity)) !important;
}

.hover\:tw-border-cyan-50:hover {
  --border-opacity: 1 !important;
  border-color: #ecfeff !important;
  border-color: rgba(236, 254, 255, var(--border-opacity)) !important;
}

.hover\:tw-border-cyan-100:hover {
  --border-opacity: 1 !important;
  border-color: #cffafe !important;
  border-color: rgba(207, 250, 254, var(--border-opacity)) !important;
}

.hover\:tw-border-cyan-200:hover {
  --border-opacity: 1 !important;
  border-color: #a5f3fc !important;
  border-color: rgba(165, 243, 252, var(--border-opacity)) !important;
}

.hover\:tw-border-cyan-300:hover {
  --border-opacity: 1 !important;
  border-color: #67e8f9 !important;
  border-color: rgba(103, 232, 249, var(--border-opacity)) !important;
}

.hover\:tw-border-cyan-400:hover {
  --border-opacity: 1 !important;
  border-color: #22d3ee !important;
  border-color: rgba(34, 211, 238, var(--border-opacity)) !important;
}

.hover\:tw-border-cyan-500:hover {
  --border-opacity: 1 !important;
  border-color: #06b6d4 !important;
  border-color: rgba(6, 182, 212, var(--border-opacity)) !important;
}

.hover\:tw-border-cyan-600:hover {
  --border-opacity: 1 !important;
  border-color: #0891b2 !important;
  border-color: rgba(8, 145, 178, var(--border-opacity)) !important;
}

.hover\:tw-border-cyan-700:hover {
  --border-opacity: 1 !important;
  border-color: #0e7490 !important;
  border-color: rgba(14, 116, 144, var(--border-opacity)) !important;
}

.hover\:tw-border-cyan-800:hover {
  --border-opacity: 1 !important;
  border-color: #155e75 !important;
  border-color: rgba(21, 94, 117, var(--border-opacity)) !important;
}

.hover\:tw-border-cyan-900:hover {
  --border-opacity: 1 !important;
  border-color: #164e63 !important;
  border-color: rgba(22, 78, 99, var(--border-opacity)) !important;
}

.hover\:tw-border-sky-50:hover {
  --border-opacity: 1 !important;
  border-color: #f0f9ff !important;
  border-color: rgba(240, 249, 255, var(--border-opacity)) !important;
}

.hover\:tw-border-sky-100:hover {
  --border-opacity: 1 !important;
  border-color: #e0f2fe !important;
  border-color: rgba(224, 242, 254, var(--border-opacity)) !important;
}

.hover\:tw-border-sky-200:hover {
  --border-opacity: 1 !important;
  border-color: #bae6fd !important;
  border-color: rgba(186, 230, 253, var(--border-opacity)) !important;
}

.hover\:tw-border-sky-300:hover {
  --border-opacity: 1 !important;
  border-color: #7dd3fc !important;
  border-color: rgba(125, 211, 252, var(--border-opacity)) !important;
}

.hover\:tw-border-sky-400:hover {
  --border-opacity: 1 !important;
  border-color: #38bdf8 !important;
  border-color: rgba(56, 189, 248, var(--border-opacity)) !important;
}

.hover\:tw-border-sky-500:hover {
  --border-opacity: 1 !important;
  border-color: #0ea5e9 !important;
  border-color: rgba(14, 165, 233, var(--border-opacity)) !important;
}

.hover\:tw-border-sky-600:hover {
  --border-opacity: 1 !important;
  border-color: #0284c7 !important;
  border-color: rgba(2, 132, 199, var(--border-opacity)) !important;
}

.hover\:tw-border-sky-700:hover {
  --border-opacity: 1 !important;
  border-color: #0369a1 !important;
  border-color: rgba(3, 105, 161, var(--border-opacity)) !important;
}

.hover\:tw-border-sky-800:hover {
  --border-opacity: 1 !important;
  border-color: #075985 !important;
  border-color: rgba(7, 89, 133, var(--border-opacity)) !important;
}

.hover\:tw-border-sky-900:hover {
  --border-opacity: 1 !important;
  border-color: #0c4a6e !important;
  border-color: rgba(12, 74, 110, var(--border-opacity)) !important;
}

.hover\:tw-border-violet-50:hover {
  --border-opacity: 1 !important;
  border-color: #f5f3ff !important;
  border-color: rgba(245, 243, 255, var(--border-opacity)) !important;
}

.hover\:tw-border-violet-100:hover {
  --border-opacity: 1 !important;
  border-color: #ede9fe !important;
  border-color: rgba(237, 233, 254, var(--border-opacity)) !important;
}

.hover\:tw-border-violet-200:hover {
  --border-opacity: 1 !important;
  border-color: #ddd6fe !important;
  border-color: rgba(221, 214, 254, var(--border-opacity)) !important;
}

.hover\:tw-border-violet-300:hover {
  --border-opacity: 1 !important;
  border-color: #c4b5fd !important;
  border-color: rgba(196, 181, 253, var(--border-opacity)) !important;
}

.hover\:tw-border-violet-400:hover {
  --border-opacity: 1 !important;
  border-color: #a78bfa !important;
  border-color: rgba(167, 139, 250, var(--border-opacity)) !important;
}

.hover\:tw-border-violet-500:hover {
  --border-opacity: 1 !important;
  border-color: #8b5cf6 !important;
  border-color: rgba(139, 92, 246, var(--border-opacity)) !important;
}

.hover\:tw-border-violet-600:hover {
  --border-opacity: 1 !important;
  border-color: #7c3aed !important;
  border-color: rgba(124, 58, 237, var(--border-opacity)) !important;
}

.hover\:tw-border-violet-700:hover {
  --border-opacity: 1 !important;
  border-color: #6d28d9 !important;
  border-color: rgba(109, 40, 217, var(--border-opacity)) !important;
}

.hover\:tw-border-violet-800:hover {
  --border-opacity: 1 !important;
  border-color: #5b21b6 !important;
  border-color: rgba(91, 33, 182, var(--border-opacity)) !important;
}

.hover\:tw-border-violet-900:hover {
  --border-opacity: 1 !important;
  border-color: #4c1d95 !important;
  border-color: rgba(76, 29, 149, var(--border-opacity)) !important;
}

.hover\:tw-border-fuchsia-50:hover {
  --border-opacity: 1 !important;
  border-color: #fdf4ff !important;
  border-color: rgba(253, 244, 255, var(--border-opacity)) !important;
}

.hover\:tw-border-fuchsia-100:hover {
  --border-opacity: 1 !important;
  border-color: #fae8ff !important;
  border-color: rgba(250, 232, 255, var(--border-opacity)) !important;
}

.hover\:tw-border-fuchsia-200:hover {
  --border-opacity: 1 !important;
  border-color: #f5d0fe !important;
  border-color: rgba(245, 208, 254, var(--border-opacity)) !important;
}

.hover\:tw-border-fuchsia-300:hover {
  --border-opacity: 1 !important;
  border-color: #f0abfc !important;
  border-color: rgba(240, 171, 252, var(--border-opacity)) !important;
}

.hover\:tw-border-fuchsia-400:hover {
  --border-opacity: 1 !important;
  border-color: #e879f9 !important;
  border-color: rgba(232, 121, 249, var(--border-opacity)) !important;
}

.hover\:tw-border-fuchsia-500:hover {
  --border-opacity: 1 !important;
  border-color: #d946ef !important;
  border-color: rgba(217, 70, 239, var(--border-opacity)) !important;
}

.hover\:tw-border-fuchsia-600:hover {
  --border-opacity: 1 !important;
  border-color: #c026d3 !important;
  border-color: rgba(192, 38, 211, var(--border-opacity)) !important;
}

.hover\:tw-border-fuchsia-700:hover {
  --border-opacity: 1 !important;
  border-color: #a21caf !important;
  border-color: rgba(162, 28, 175, var(--border-opacity)) !important;
}

.hover\:tw-border-fuchsia-800:hover {
  --border-opacity: 1 !important;
  border-color: #86198f !important;
  border-color: rgba(134, 25, 143, var(--border-opacity)) !important;
}

.hover\:tw-border-fuchsia-900:hover {
  --border-opacity: 1 !important;
  border-color: #701a75 !important;
  border-color: rgba(112, 26, 117, var(--border-opacity)) !important;
}

.hover\:tw-border-rose-50:hover {
  --border-opacity: 1 !important;
  border-color: #fff1f2 !important;
  border-color: rgba(255, 241, 242, var(--border-opacity)) !important;
}

.hover\:tw-border-rose-100:hover {
  --border-opacity: 1 !important;
  border-color: #ffe4e6 !important;
  border-color: rgba(255, 228, 230, var(--border-opacity)) !important;
}

.hover\:tw-border-rose-200:hover {
  --border-opacity: 1 !important;
  border-color: #fecdd3 !important;
  border-color: rgba(254, 205, 211, var(--border-opacity)) !important;
}

.hover\:tw-border-rose-300:hover {
  --border-opacity: 1 !important;
  border-color: #fda4af !important;
  border-color: rgba(253, 164, 175, var(--border-opacity)) !important;
}

.hover\:tw-border-rose-400:hover {
  --border-opacity: 1 !important;
  border-color: #fb7185 !important;
  border-color: rgba(251, 113, 133, var(--border-opacity)) !important;
}

.hover\:tw-border-rose-500:hover {
  --border-opacity: 1 !important;
  border-color: #f43f5e !important;
  border-color: rgba(244, 63, 94, var(--border-opacity)) !important;
}

.hover\:tw-border-rose-600:hover {
  --border-opacity: 1 !important;
  border-color: #e11d48 !important;
  border-color: rgba(225, 29, 72, var(--border-opacity)) !important;
}

.hover\:tw-border-rose-700:hover {
  --border-opacity: 1 !important;
  border-color: #be123c !important;
  border-color: rgba(190, 18, 60, var(--border-opacity)) !important;
}

.hover\:tw-border-rose-800:hover {
  --border-opacity: 1 !important;
  border-color: #9f1239 !important;
  border-color: rgba(159, 18, 57, var(--border-opacity)) !important;
}

.hover\:tw-border-rose-900:hover {
  --border-opacity: 1 !important;
  border-color: #881337 !important;
  border-color: rgba(136, 19, 55, var(--border-opacity)) !important;
}

.focus\:tw-border-transparent:focus {
  border-color: transparent !important;
}

.focus\:tw-border-current:focus {
  border-color: currentColor !important;
}

.focus\:tw-border-black:focus {
  --border-opacity: 1 !important;
  border-color: #000 !important;
  border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
}

.focus\:tw-border-white:focus {
  --border-opacity: 1 !important;
  border-color: #fff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.focus\:tw-border-gray-50:focus {
  --border-opacity: 1 !important;
  border-color: #f9fafb !important;
  border-color: rgba(249, 250, 251, var(--border-opacity)) !important;
}

.focus\:tw-border-gray-100:focus {
  --border-opacity: 1 !important;
  border-color: #f3f4f6 !important;
  border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
}

.focus\:tw-border-gray-200:focus {
  --border-opacity: 1 !important;
  border-color: #e5e7eb !important;
  border-color: rgba(229, 231, 235, var(--border-opacity)) !important;
}

.focus\:tw-border-gray-300:focus {
  --border-opacity: 1 !important;
  border-color: #d1d5db !important;
  border-color: rgba(209, 213, 219, var(--border-opacity)) !important;
}

.focus\:tw-border-gray-400:focus {
  --border-opacity: 1 !important;
  border-color: #9ca3af !important;
  border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
}

.focus\:tw-border-gray-500:focus {
  --border-opacity: 1 !important;
  border-color: #6b7280 !important;
  border-color: rgba(107, 114, 128, var(--border-opacity)) !important;
}

.focus\:tw-border-gray-600:focus {
  --border-opacity: 1 !important;
  border-color: #4b5563 !important;
  border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
}

.focus\:tw-border-gray-700:focus {
  --border-opacity: 1 !important;
  border-color: #374151 !important;
  border-color: rgba(55, 65, 81, var(--border-opacity)) !important;
}

.focus\:tw-border-gray-800:focus {
  --border-opacity: 1 !important;
  border-color: #1f2937 !important;
  border-color: rgba(31, 41, 55, var(--border-opacity)) !important;
}

.focus\:tw-border-gray-900:focus {
  --border-opacity: 1 !important;
  border-color: #111827 !important;
  border-color: rgba(17, 24, 39, var(--border-opacity)) !important;
}

.focus\:tw-border-red-50:focus {
  --border-opacity: 1 !important;
  border-color: #fef2f2 !important;
  border-color: rgba(254, 242, 242, var(--border-opacity)) !important;
}

.focus\:tw-border-red-100:focus {
  --border-opacity: 1 !important;
  border-color: #fee2e2 !important;
  border-color: rgba(254, 226, 226, var(--border-opacity)) !important;
}

.focus\:tw-border-red-200:focus {
  --border-opacity: 1 !important;
  border-color: #fecaca !important;
  border-color: rgba(254, 202, 202, var(--border-opacity)) !important;
}

.focus\:tw-border-red-300:focus {
  --border-opacity: 1 !important;
  border-color: #fca5a5 !important;
  border-color: rgba(252, 165, 165, var(--border-opacity)) !important;
}

.focus\:tw-border-red-400:focus {
  --border-opacity: 1 !important;
  border-color: #f87171 !important;
  border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
}

.focus\:tw-border-red-500:focus {
  --border-opacity: 1 !important;
  border-color: #ef4444 !important;
  border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
}

.focus\:tw-border-red-600:focus {
  --border-opacity: 1 !important;
  border-color: #dc2626 !important;
  border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
}

.focus\:tw-border-red-700:focus {
  --border-opacity: 1 !important;
  border-color: #b91c1c !important;
  border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
}

.focus\:tw-border-red-800:focus {
  --border-opacity: 1 !important;
  border-color: #991b1b !important;
  border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
}

.focus\:tw-border-red-900:focus {
  --border-opacity: 1 !important;
  border-color: #7f1d1d !important;
  border-color: rgba(127, 29, 29, var(--border-opacity)) !important;
}

.focus\:tw-border-orange-50:focus {
  --border-opacity: 1 !important;
  border-color: #fff7ed !important;
  border-color: rgba(255, 247, 237, var(--border-opacity)) !important;
}

.focus\:tw-border-orange-100:focus {
  --border-opacity: 1 !important;
  border-color: #ffedd5 !important;
  border-color: rgba(255, 237, 213, var(--border-opacity)) !important;
}

.focus\:tw-border-orange-200:focus {
  --border-opacity: 1 !important;
  border-color: #fed7aa !important;
  border-color: rgba(254, 215, 170, var(--border-opacity)) !important;
}

.focus\:tw-border-orange-300:focus {
  --border-opacity: 1 !important;
  border-color: #fdba74 !important;
  border-color: rgba(253, 186, 116, var(--border-opacity)) !important;
}

.focus\:tw-border-orange-400:focus {
  --border-opacity: 1 !important;
  border-color: #fb923c !important;
  border-color: rgba(251, 146, 60, var(--border-opacity)) !important;
}

.focus\:tw-border-orange-500:focus {
  --border-opacity: 1 !important;
  border-color: #f97316 !important;
  border-color: rgba(249, 115, 22, var(--border-opacity)) !important;
}

.focus\:tw-border-orange-600:focus {
  --border-opacity: 1 !important;
  border-color: #ea580c !important;
  border-color: rgba(234, 88, 12, var(--border-opacity)) !important;
}

.focus\:tw-border-orange-700:focus {
  --border-opacity: 1 !important;
  border-color: #c2410c !important;
  border-color: rgba(194, 65, 12, var(--border-opacity)) !important;
}

.focus\:tw-border-orange-800:focus {
  --border-opacity: 1 !important;
  border-color: #9a3412 !important;
  border-color: rgba(154, 52, 18, var(--border-opacity)) !important;
}

.focus\:tw-border-orange-900:focus {
  --border-opacity: 1 !important;
  border-color: #7c2d12 !important;
  border-color: rgba(124, 45, 18, var(--border-opacity)) !important;
}

.focus\:tw-border-yellow-50:focus {
  --border-opacity: 1 !important;
  border-color: #fefce8 !important;
  border-color: rgba(254, 252, 232, var(--border-opacity)) !important;
}

.focus\:tw-border-yellow-100:focus {
  --border-opacity: 1 !important;
  border-color: #fef9c3 !important;
  border-color: rgba(254, 249, 195, var(--border-opacity)) !important;
}

.focus\:tw-border-yellow-200:focus {
  --border-opacity: 1 !important;
  border-color: #fef08a !important;
  border-color: rgba(254, 240, 138, var(--border-opacity)) !important;
}

.focus\:tw-border-yellow-300:focus {
  --border-opacity: 1 !important;
  border-color: #fde047 !important;
  border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
}

.focus\:tw-border-yellow-400:focus {
  --border-opacity: 1 !important;
  border-color: #facc15 !important;
  border-color: rgba(250, 204, 21, var(--border-opacity)) !important;
}

.focus\:tw-border-yellow-500:focus {
  --border-opacity: 1 !important;
  border-color: #eab308 !important;
  border-color: rgba(234, 179, 8, var(--border-opacity)) !important;
}

.focus\:tw-border-yellow-600:focus {
  --border-opacity: 1 !important;
  border-color: #ca8a04 !important;
  border-color: rgba(202, 138, 4, var(--border-opacity)) !important;
}

.focus\:tw-border-yellow-700:focus {
  --border-opacity: 1 !important;
  border-color: #a16207 !important;
  border-color: rgba(161, 98, 7, var(--border-opacity)) !important;
}

.focus\:tw-border-yellow-800:focus {
  --border-opacity: 1 !important;
  border-color: #854d0e !important;
  border-color: rgba(133, 77, 14, var(--border-opacity)) !important;
}

.focus\:tw-border-yellow-900:focus {
  --border-opacity: 1 !important;
  border-color: #713f12 !important;
  border-color: rgba(113, 63, 18, var(--border-opacity)) !important;
}

.focus\:tw-border-green-50:focus {
  --border-opacity: 1 !important;
  border-color: #f0fdf4 !important;
  border-color: rgba(240, 253, 244, var(--border-opacity)) !important;
}

.focus\:tw-border-green-100:focus {
  --border-opacity: 1 !important;
  border-color: #dcfce7 !important;
  border-color: rgba(220, 252, 231, var(--border-opacity)) !important;
}

.focus\:tw-border-green-200:focus {
  --border-opacity: 1 !important;
  border-color: #bbf7d0 !important;
  border-color: rgba(187, 247, 208, var(--border-opacity)) !important;
}

.focus\:tw-border-green-300:focus {
  --border-opacity: 1 !important;
  border-color: #86efac !important;
  border-color: rgba(134, 239, 172, var(--border-opacity)) !important;
}

.focus\:tw-border-green-400:focus {
  --border-opacity: 1 !important;
  border-color: #4ade80 !important;
  border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
}

.focus\:tw-border-green-500:focus {
  --border-opacity: 1 !important;
  border-color: #22c55e !important;
  border-color: rgba(34, 197, 94, var(--border-opacity)) !important;
}

.focus\:tw-border-green-600:focus {
  --border-opacity: 1 !important;
  border-color: #16a34a !important;
  border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
}

.focus\:tw-border-green-700:focus {
  --border-opacity: 1 !important;
  border-color: #15803d !important;
  border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
}

.focus\:tw-border-green-800:focus {
  --border-opacity: 1 !important;
  border-color: #166534 !important;
  border-color: rgba(22, 101, 52, var(--border-opacity)) !important;
}

.focus\:tw-border-green-900:focus {
  --border-opacity: 1 !important;
  border-color: #14532d !important;
  border-color: rgba(20, 83, 45, var(--border-opacity)) !important;
}

.focus\:tw-border-teal-50:focus {
  --border-opacity: 1 !important;
  border-color: #f0fdfa !important;
  border-color: rgba(240, 253, 250, var(--border-opacity)) !important;
}

.focus\:tw-border-teal-100:focus {
  --border-opacity: 1 !important;
  border-color: #ccfbf1 !important;
  border-color: rgba(204, 251, 241, var(--border-opacity)) !important;
}

.focus\:tw-border-teal-200:focus {
  --border-opacity: 1 !important;
  border-color: #99f6e4 !important;
  border-color: rgba(153, 246, 228, var(--border-opacity)) !important;
}

.focus\:tw-border-teal-300:focus {
  --border-opacity: 1 !important;
  border-color: #5eead4 !important;
  border-color: rgba(94, 234, 212, var(--border-opacity)) !important;
}

.focus\:tw-border-teal-400:focus {
  --border-opacity: 1 !important;
  border-color: #2dd4bf !important;
  border-color: rgba(45, 212, 191, var(--border-opacity)) !important;
}

.focus\:tw-border-teal-500:focus {
  --border-opacity: 1 !important;
  border-color: #14b8a6 !important;
  border-color: rgba(20, 184, 166, var(--border-opacity)) !important;
}

.focus\:tw-border-teal-600:focus {
  --border-opacity: 1 !important;
  border-color: #0d9488 !important;
  border-color: rgba(13, 148, 136, var(--border-opacity)) !important;
}

.focus\:tw-border-teal-700:focus {
  --border-opacity: 1 !important;
  border-color: #0f766e !important;
  border-color: rgba(15, 118, 110, var(--border-opacity)) !important;
}

.focus\:tw-border-teal-800:focus {
  --border-opacity: 1 !important;
  border-color: #115e59 !important;
  border-color: rgba(17, 94, 89, var(--border-opacity)) !important;
}

.focus\:tw-border-teal-900:focus {
  --border-opacity: 1 !important;
  border-color: #134e4a !important;
  border-color: rgba(19, 78, 74, var(--border-opacity)) !important;
}

.focus\:tw-border-blue-50:focus {
  --border-opacity: 1 !important;
  border-color: #eff6ff !important;
  border-color: rgba(239, 246, 255, var(--border-opacity)) !important;
}

.focus\:tw-border-blue-100:focus {
  --border-opacity: 1 !important;
  border-color: #dbeafe !important;
  border-color: rgba(219, 234, 254, var(--border-opacity)) !important;
}

.focus\:tw-border-blue-200:focus {
  --border-opacity: 1 !important;
  border-color: #bfdbfe !important;
  border-color: rgba(191, 219, 254, var(--border-opacity)) !important;
}

.focus\:tw-border-blue-300:focus {
  --border-opacity: 1 !important;
  border-color: #93c5fd !important;
  border-color: rgba(147, 197, 253, var(--border-opacity)) !important;
}

.focus\:tw-border-blue-400:focus {
  --border-opacity: 1 !important;
  border-color: #60a5fa !important;
  border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
}

.focus\:tw-border-blue-500:focus {
  --border-opacity: 1 !important;
  border-color: #3b82f6 !important;
  border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
}

.focus\:tw-border-blue-600:focus {
  --border-opacity: 1 !important;
  border-color: #2563eb !important;
  border-color: rgba(37, 99, 235, var(--border-opacity)) !important;
}

.focus\:tw-border-blue-700:focus {
  --border-opacity: 1 !important;
  border-color: #1d4ed8 !important;
  border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
}

.focus\:tw-border-blue-800:focus {
  --border-opacity: 1 !important;
  border-color: #1e40af !important;
  border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
}

.focus\:tw-border-blue-900:focus {
  --border-opacity: 1 !important;
  border-color: #1e3a8a !important;
  border-color: rgba(30, 58, 138, var(--border-opacity)) !important;
}

.focus\:tw-border-indigo-50:focus {
  --border-opacity: 1 !important;
  border-color: #eef2ff !important;
  border-color: rgba(238, 242, 255, var(--border-opacity)) !important;
}

.focus\:tw-border-indigo-100:focus {
  --border-opacity: 1 !important;
  border-color: #e0e7ff !important;
  border-color: rgba(224, 231, 255, var(--border-opacity)) !important;
}

.focus\:tw-border-indigo-200:focus {
  --border-opacity: 1 !important;
  border-color: #c7d2fe !important;
  border-color: rgba(199, 210, 254, var(--border-opacity)) !important;
}

.focus\:tw-border-indigo-300:focus {
  --border-opacity: 1 !important;
  border-color: #a5b4fc !important;
  border-color: rgba(165, 180, 252, var(--border-opacity)) !important;
}

.focus\:tw-border-indigo-400:focus {
  --border-opacity: 1 !important;
  border-color: #818cf8 !important;
  border-color: rgba(129, 140, 248, var(--border-opacity)) !important;
}

.focus\:tw-border-indigo-500:focus {
  --border-opacity: 1 !important;
  border-color: #6366f1 !important;
  border-color: rgba(99, 102, 241, var(--border-opacity)) !important;
}

.focus\:tw-border-indigo-600:focus {
  --border-opacity: 1 !important;
  border-color: #4f46e5 !important;
  border-color: rgba(79, 70, 229, var(--border-opacity)) !important;
}

.focus\:tw-border-indigo-700:focus {
  --border-opacity: 1 !important;
  border-color: #4338ca !important;
  border-color: rgba(67, 56, 202, var(--border-opacity)) !important;
}

.focus\:tw-border-indigo-800:focus {
  --border-opacity: 1 !important;
  border-color: #3730a3 !important;
  border-color: rgba(55, 48, 163, var(--border-opacity)) !important;
}

.focus\:tw-border-indigo-900:focus {
  --border-opacity: 1 !important;
  border-color: #312e81 !important;
  border-color: rgba(49, 46, 129, var(--border-opacity)) !important;
}

.focus\:tw-border-purple-50:focus {
  --border-opacity: 1 !important;
  border-color: #faf5ff !important;
  border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
}

.focus\:tw-border-purple-100:focus {
  --border-opacity: 1 !important;
  border-color: #f3e8ff !important;
  border-color: rgba(243, 232, 255, var(--border-opacity)) !important;
}

.focus\:tw-border-purple-200:focus {
  --border-opacity: 1 !important;
  border-color: #e9d5ff !important;
  border-color: rgba(233, 213, 255, var(--border-opacity)) !important;
}

.focus\:tw-border-purple-300:focus {
  --border-opacity: 1 !important;
  border-color: #d8b4fe !important;
  border-color: rgba(216, 180, 254, var(--border-opacity)) !important;
}

.focus\:tw-border-purple-400:focus {
  --border-opacity: 1 !important;
  border-color: #c084fc !important;
  border-color: rgba(192, 132, 252, var(--border-opacity)) !important;
}

.focus\:tw-border-purple-500:focus {
  --border-opacity: 1 !important;
  border-color: #a855f7 !important;
  border-color: rgba(168, 85, 247, var(--border-opacity)) !important;
}

.focus\:tw-border-purple-600:focus {
  --border-opacity: 1 !important;
  border-color: #9333ea !important;
  border-color: rgba(147, 51, 234, var(--border-opacity)) !important;
}

.focus\:tw-border-purple-700:focus {
  --border-opacity: 1 !important;
  border-color: #7e22ce !important;
  border-color: rgba(126, 34, 206, var(--border-opacity)) !important;
}

.focus\:tw-border-purple-800:focus {
  --border-opacity: 1 !important;
  border-color: #6b21a8 !important;
  border-color: rgba(107, 33, 168, var(--border-opacity)) !important;
}

.focus\:tw-border-purple-900:focus {
  --border-opacity: 1 !important;
  border-color: #581c87 !important;
  border-color: rgba(88, 28, 135, var(--border-opacity)) !important;
}

.focus\:tw-border-pink-50:focus {
  --border-opacity: 1 !important;
  border-color: #fdf2f8 !important;
  border-color: rgba(253, 242, 248, var(--border-opacity)) !important;
}

.focus\:tw-border-pink-100:focus {
  --border-opacity: 1 !important;
  border-color: #fce7f3 !important;
  border-color: rgba(252, 231, 243, var(--border-opacity)) !important;
}

.focus\:tw-border-pink-200:focus {
  --border-opacity: 1 !important;
  border-color: #fbcfe8 !important;
  border-color: rgba(251, 207, 232, var(--border-opacity)) !important;
}

.focus\:tw-border-pink-300:focus {
  --border-opacity: 1 !important;
  border-color: #f9a8d4 !important;
  border-color: rgba(249, 168, 212, var(--border-opacity)) !important;
}

.focus\:tw-border-pink-400:focus {
  --border-opacity: 1 !important;
  border-color: #f472b6 !important;
  border-color: rgba(244, 114, 182, var(--border-opacity)) !important;
}

.focus\:tw-border-pink-500:focus {
  --border-opacity: 1 !important;
  border-color: #ec4899 !important;
  border-color: rgba(236, 72, 153, var(--border-opacity)) !important;
}

.focus\:tw-border-pink-600:focus {
  --border-opacity: 1 !important;
  border-color: #db2777 !important;
  border-color: rgba(219, 39, 119, var(--border-opacity)) !important;
}

.focus\:tw-border-pink-700:focus {
  --border-opacity: 1 !important;
  border-color: #be185d !important;
  border-color: rgba(190, 24, 93, var(--border-opacity)) !important;
}

.focus\:tw-border-pink-800:focus {
  --border-opacity: 1 !important;
  border-color: #9d174d !important;
  border-color: rgba(157, 23, 77, var(--border-opacity)) !important;
}

.focus\:tw-border-pink-900:focus {
  --border-opacity: 1 !important;
  border-color: #831843 !important;
  border-color: rgba(131, 24, 67, var(--border-opacity)) !important;
}

.focus\:tw-border-app-main:focus {
  --border-opacity: 1 !important;
  border-color: #F18D11 !important;
  border-color: rgba(241, 141, 17, var(--border-opacity)) !important;
}

.focus\:tw-border-app-sub-blue:focus {
  --border-opacity: 1 !important;
  border-color: #1E548F !important;
  border-color: rgba(30, 84, 143, var(--border-opacity)) !important;
}

.focus\:tw-border-app-yellow:focus {
  --border-opacity: 1 !important;
  border-color: #FFF5D1 !important;
  border-color: rgba(255, 245, 209, var(--border-opacity)) !important;
}

.focus\:tw-border-theme-primary:focus {
  --border-opacity: 1 !important;
  border-color: #f3980f !important;
  border-color: rgba(243, 152, 15, var(--border-opacity)) !important;
}

.focus\:tw-border-theme-info:focus {
  --border-opacity: 1 !important;
  border-color: #1b925a !important;
  border-color: rgba(27, 146, 90, var(--border-opacity)) !important;
}

.focus\:tw-border-slate-50:focus {
  --border-opacity: 1 !important;
  border-color: #f8fafc !important;
  border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
}

.focus\:tw-border-slate-100:focus {
  --border-opacity: 1 !important;
  border-color: #f1f5f9 !important;
  border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
}

.focus\:tw-border-slate-200:focus {
  --border-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
}

.focus\:tw-border-slate-300:focus {
  --border-opacity: 1 !important;
  border-color: #cbd5e1 !important;
  border-color: rgba(203, 213, 225, var(--border-opacity)) !important;
}

.focus\:tw-border-slate-400:focus {
  --border-opacity: 1 !important;
  border-color: #94a3b8 !important;
  border-color: rgba(148, 163, 184, var(--border-opacity)) !important;
}

.focus\:tw-border-slate-500:focus {
  --border-opacity: 1 !important;
  border-color: #64748b !important;
  border-color: rgba(100, 116, 139, var(--border-opacity)) !important;
}

.focus\:tw-border-slate-600:focus {
  --border-opacity: 1 !important;
  border-color: #475569 !important;
  border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
}

.focus\:tw-border-slate-700:focus {
  --border-opacity: 1 !important;
  border-color: #334155 !important;
  border-color: rgba(51, 65, 85, var(--border-opacity)) !important;
}

.focus\:tw-border-slate-800:focus {
  --border-opacity: 1 !important;
  border-color: #1e293b !important;
  border-color: rgba(30, 41, 59, var(--border-opacity)) !important;
}

.focus\:tw-border-slate-900:focus {
  --border-opacity: 1 !important;
  border-color: #0f172a !important;
  border-color: rgba(15, 23, 42, var(--border-opacity)) !important;
}

.focus\:tw-border-zinc-50:focus {
  --border-opacity: 1 !important;
  border-color: #fafafa !important;
  border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
}

.focus\:tw-border-zinc-100:focus {
  --border-opacity: 1 !important;
  border-color: #f4f4f5 !important;
  border-color: rgba(244, 244, 245, var(--border-opacity)) !important;
}

.focus\:tw-border-zinc-200:focus {
  --border-opacity: 1 !important;
  border-color: #e4e4e7 !important;
  border-color: rgba(228, 228, 231, var(--border-opacity)) !important;
}

.focus\:tw-border-zinc-300:focus {
  --border-opacity: 1 !important;
  border-color: #d4d4d8 !important;
  border-color: rgba(212, 212, 216, var(--border-opacity)) !important;
}

.focus\:tw-border-zinc-400:focus {
  --border-opacity: 1 !important;
  border-color: #a1a1aa !important;
  border-color: rgba(161, 161, 170, var(--border-opacity)) !important;
}

.focus\:tw-border-zinc-500:focus {
  --border-opacity: 1 !important;
  border-color: #71717a !important;
  border-color: rgba(113, 113, 122, var(--border-opacity)) !important;
}

.focus\:tw-border-zinc-600:focus {
  --border-opacity: 1 !important;
  border-color: #52525b !important;
  border-color: rgba(82, 82, 91, var(--border-opacity)) !important;
}

.focus\:tw-border-zinc-700:focus {
  --border-opacity: 1 !important;
  border-color: #3f3f46 !important;
  border-color: rgba(63, 63, 70, var(--border-opacity)) !important;
}

.focus\:tw-border-zinc-800:focus {
  --border-opacity: 1 !important;
  border-color: #27272a !important;
  border-color: rgba(39, 39, 42, var(--border-opacity)) !important;
}

.focus\:tw-border-zinc-900:focus {
  --border-opacity: 1 !important;
  border-color: #18181b !important;
  border-color: rgba(24, 24, 27, var(--border-opacity)) !important;
}

.focus\:tw-border-neutral-50:focus {
  --border-opacity: 1 !important;
  border-color: #fafafa !important;
  border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
}

.focus\:tw-border-neutral-100:focus {
  --border-opacity: 1 !important;
  border-color: #f5f5f5 !important;
  border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
}

.focus\:tw-border-neutral-200:focus {
  --border-opacity: 1 !important;
  border-color: #e5e5e5 !important;
  border-color: rgba(229, 229, 229, var(--border-opacity)) !important;
}

.focus\:tw-border-neutral-300:focus {
  --border-opacity: 1 !important;
  border-color: #d4d4d4 !important;
  border-color: rgba(212, 212, 212, var(--border-opacity)) !important;
}

.focus\:tw-border-neutral-400:focus {
  --border-opacity: 1 !important;
  border-color: #a3a3a3 !important;
  border-color: rgba(163, 163, 163, var(--border-opacity)) !important;
}

.focus\:tw-border-neutral-500:focus {
  --border-opacity: 1 !important;
  border-color: #737373 !important;
  border-color: rgba(115, 115, 115, var(--border-opacity)) !important;
}

.focus\:tw-border-neutral-600:focus {
  --border-opacity: 1 !important;
  border-color: #525252 !important;
  border-color: rgba(82, 82, 82, var(--border-opacity)) !important;
}

.focus\:tw-border-neutral-700:focus {
  --border-opacity: 1 !important;
  border-color: #404040 !important;
  border-color: rgba(64, 64, 64, var(--border-opacity)) !important;
}

.focus\:tw-border-neutral-800:focus {
  --border-opacity: 1 !important;
  border-color: #262626 !important;
  border-color: rgba(38, 38, 38, var(--border-opacity)) !important;
}

.focus\:tw-border-neutral-900:focus {
  --border-opacity: 1 !important;
  border-color: #171717 !important;
  border-color: rgba(23, 23, 23, var(--border-opacity)) !important;
}

.focus\:tw-border-stone-50:focus {
  --border-opacity: 1 !important;
  border-color: #fafaf9 !important;
  border-color: rgba(250, 250, 249, var(--border-opacity)) !important;
}

.focus\:tw-border-stone-100:focus {
  --border-opacity: 1 !important;
  border-color: #f5f5f4 !important;
  border-color: rgba(245, 245, 244, var(--border-opacity)) !important;
}

.focus\:tw-border-stone-200:focus {
  --border-opacity: 1 !important;
  border-color: #e7e5e4 !important;
  border-color: rgba(231, 229, 228, var(--border-opacity)) !important;
}

.focus\:tw-border-stone-300:focus {
  --border-opacity: 1 !important;
  border-color: #d6d3d1 !important;
  border-color: rgba(214, 211, 209, var(--border-opacity)) !important;
}

.focus\:tw-border-stone-400:focus {
  --border-opacity: 1 !important;
  border-color: #a8a29e !important;
  border-color: rgba(168, 162, 158, var(--border-opacity)) !important;
}

.focus\:tw-border-stone-500:focus {
  --border-opacity: 1 !important;
  border-color: #78716c !important;
  border-color: rgba(120, 113, 108, var(--border-opacity)) !important;
}

.focus\:tw-border-stone-600:focus {
  --border-opacity: 1 !important;
  border-color: #57534e !important;
  border-color: rgba(87, 83, 78, var(--border-opacity)) !important;
}

.focus\:tw-border-stone-700:focus {
  --border-opacity: 1 !important;
  border-color: #44403c !important;
  border-color: rgba(68, 64, 60, var(--border-opacity)) !important;
}

.focus\:tw-border-stone-800:focus {
  --border-opacity: 1 !important;
  border-color: #292524 !important;
  border-color: rgba(41, 37, 36, var(--border-opacity)) !important;
}

.focus\:tw-border-stone-900:focus {
  --border-opacity: 1 !important;
  border-color: #1c1917 !important;
  border-color: rgba(28, 25, 23, var(--border-opacity)) !important;
}

.focus\:tw-border-amber-50:focus {
  --border-opacity: 1 !important;
  border-color: #fffbeb !important;
  border-color: rgba(255, 251, 235, var(--border-opacity)) !important;
}

.focus\:tw-border-amber-100:focus {
  --border-opacity: 1 !important;
  border-color: #fef3c7 !important;
  border-color: rgba(254, 243, 199, var(--border-opacity)) !important;
}

.focus\:tw-border-amber-200:focus {
  --border-opacity: 1 !important;
  border-color: #fde68a !important;
  border-color: rgba(253, 230, 138, var(--border-opacity)) !important;
}

.focus\:tw-border-amber-300:focus {
  --border-opacity: 1 !important;
  border-color: #fcd34d !important;
  border-color: rgba(252, 211, 77, var(--border-opacity)) !important;
}

.focus\:tw-border-amber-400:focus {
  --border-opacity: 1 !important;
  border-color: #fbbf24 !important;
  border-color: rgba(251, 191, 36, var(--border-opacity)) !important;
}

.focus\:tw-border-amber-500:focus {
  --border-opacity: 1 !important;
  border-color: #f59e0b !important;
  border-color: rgba(245, 158, 11, var(--border-opacity)) !important;
}

.focus\:tw-border-amber-600:focus {
  --border-opacity: 1 !important;
  border-color: #d97706 !important;
  border-color: rgba(217, 119, 6, var(--border-opacity)) !important;
}

.focus\:tw-border-amber-700:focus {
  --border-opacity: 1 !important;
  border-color: #b45309 !important;
  border-color: rgba(180, 83, 9, var(--border-opacity)) !important;
}

.focus\:tw-border-amber-800:focus {
  --border-opacity: 1 !important;
  border-color: #92400e !important;
  border-color: rgba(146, 64, 14, var(--border-opacity)) !important;
}

.focus\:tw-border-amber-900:focus {
  --border-opacity: 1 !important;
  border-color: #78350f !important;
  border-color: rgba(120, 53, 15, var(--border-opacity)) !important;
}

.focus\:tw-border-lime-50:focus {
  --border-opacity: 1 !important;
  border-color: #f7fee7 !important;
  border-color: rgba(247, 254, 231, var(--border-opacity)) !important;
}

.focus\:tw-border-lime-100:focus {
  --border-opacity: 1 !important;
  border-color: #ecfccb !important;
  border-color: rgba(236, 252, 203, var(--border-opacity)) !important;
}

.focus\:tw-border-lime-200:focus {
  --border-opacity: 1 !important;
  border-color: #d9f99d !important;
  border-color: rgba(217, 249, 157, var(--border-opacity)) !important;
}

.focus\:tw-border-lime-300:focus {
  --border-opacity: 1 !important;
  border-color: #bef264 !important;
  border-color: rgba(190, 242, 100, var(--border-opacity)) !important;
}

.focus\:tw-border-lime-400:focus {
  --border-opacity: 1 !important;
  border-color: #a3e635 !important;
  border-color: rgba(163, 230, 53, var(--border-opacity)) !important;
}

.focus\:tw-border-lime-500:focus {
  --border-opacity: 1 !important;
  border-color: #84cc16 !important;
  border-color: rgba(132, 204, 22, var(--border-opacity)) !important;
}

.focus\:tw-border-lime-600:focus {
  --border-opacity: 1 !important;
  border-color: #65a30d !important;
  border-color: rgba(101, 163, 13, var(--border-opacity)) !important;
}

.focus\:tw-border-lime-700:focus {
  --border-opacity: 1 !important;
  border-color: #4d7c0f !important;
  border-color: rgba(77, 124, 15, var(--border-opacity)) !important;
}

.focus\:tw-border-lime-800:focus {
  --border-opacity: 1 !important;
  border-color: #3f6212 !important;
  border-color: rgba(63, 98, 18, var(--border-opacity)) !important;
}

.focus\:tw-border-lime-900:focus {
  --border-opacity: 1 !important;
  border-color: #365314 !important;
  border-color: rgba(54, 83, 20, var(--border-opacity)) !important;
}

.focus\:tw-border-emerald-50:focus {
  --border-opacity: 1 !important;
  border-color: #ecfdf5 !important;
  border-color: rgba(236, 253, 245, var(--border-opacity)) !important;
}

.focus\:tw-border-emerald-100:focus {
  --border-opacity: 1 !important;
  border-color: #d1fae5 !important;
  border-color: rgba(209, 250, 229, var(--border-opacity)) !important;
}

.focus\:tw-border-emerald-200:focus {
  --border-opacity: 1 !important;
  border-color: #a7f3d0 !important;
  border-color: rgba(167, 243, 208, var(--border-opacity)) !important;
}

.focus\:tw-border-emerald-300:focus {
  --border-opacity: 1 !important;
  border-color: #6ee7b7 !important;
  border-color: rgba(110, 231, 183, var(--border-opacity)) !important;
}

.focus\:tw-border-emerald-400:focus {
  --border-opacity: 1 !important;
  border-color: #34d399 !important;
  border-color: rgba(52, 211, 153, var(--border-opacity)) !important;
}

.focus\:tw-border-emerald-500:focus {
  --border-opacity: 1 !important;
  border-color: #10b981 !important;
  border-color: rgba(16, 185, 129, var(--border-opacity)) !important;
}

.focus\:tw-border-emerald-600:focus {
  --border-opacity: 1 !important;
  border-color: #059669 !important;
  border-color: rgba(5, 150, 105, var(--border-opacity)) !important;
}

.focus\:tw-border-emerald-700:focus {
  --border-opacity: 1 !important;
  border-color: #047857 !important;
  border-color: rgba(4, 120, 87, var(--border-opacity)) !important;
}

.focus\:tw-border-emerald-800:focus {
  --border-opacity: 1 !important;
  border-color: #065f46 !important;
  border-color: rgba(6, 95, 70, var(--border-opacity)) !important;
}

.focus\:tw-border-emerald-900:focus {
  --border-opacity: 1 !important;
  border-color: #064e3b !important;
  border-color: rgba(6, 78, 59, var(--border-opacity)) !important;
}

.focus\:tw-border-cyan-50:focus {
  --border-opacity: 1 !important;
  border-color: #ecfeff !important;
  border-color: rgba(236, 254, 255, var(--border-opacity)) !important;
}

.focus\:tw-border-cyan-100:focus {
  --border-opacity: 1 !important;
  border-color: #cffafe !important;
  border-color: rgba(207, 250, 254, var(--border-opacity)) !important;
}

.focus\:tw-border-cyan-200:focus {
  --border-opacity: 1 !important;
  border-color: #a5f3fc !important;
  border-color: rgba(165, 243, 252, var(--border-opacity)) !important;
}

.focus\:tw-border-cyan-300:focus {
  --border-opacity: 1 !important;
  border-color: #67e8f9 !important;
  border-color: rgba(103, 232, 249, var(--border-opacity)) !important;
}

.focus\:tw-border-cyan-400:focus {
  --border-opacity: 1 !important;
  border-color: #22d3ee !important;
  border-color: rgba(34, 211, 238, var(--border-opacity)) !important;
}

.focus\:tw-border-cyan-500:focus {
  --border-opacity: 1 !important;
  border-color: #06b6d4 !important;
  border-color: rgba(6, 182, 212, var(--border-opacity)) !important;
}

.focus\:tw-border-cyan-600:focus {
  --border-opacity: 1 !important;
  border-color: #0891b2 !important;
  border-color: rgba(8, 145, 178, var(--border-opacity)) !important;
}

.focus\:tw-border-cyan-700:focus {
  --border-opacity: 1 !important;
  border-color: #0e7490 !important;
  border-color: rgba(14, 116, 144, var(--border-opacity)) !important;
}

.focus\:tw-border-cyan-800:focus {
  --border-opacity: 1 !important;
  border-color: #155e75 !important;
  border-color: rgba(21, 94, 117, var(--border-opacity)) !important;
}

.focus\:tw-border-cyan-900:focus {
  --border-opacity: 1 !important;
  border-color: #164e63 !important;
  border-color: rgba(22, 78, 99, var(--border-opacity)) !important;
}

.focus\:tw-border-sky-50:focus {
  --border-opacity: 1 !important;
  border-color: #f0f9ff !important;
  border-color: rgba(240, 249, 255, var(--border-opacity)) !important;
}

.focus\:tw-border-sky-100:focus {
  --border-opacity: 1 !important;
  border-color: #e0f2fe !important;
  border-color: rgba(224, 242, 254, var(--border-opacity)) !important;
}

.focus\:tw-border-sky-200:focus {
  --border-opacity: 1 !important;
  border-color: #bae6fd !important;
  border-color: rgba(186, 230, 253, var(--border-opacity)) !important;
}

.focus\:tw-border-sky-300:focus {
  --border-opacity: 1 !important;
  border-color: #7dd3fc !important;
  border-color: rgba(125, 211, 252, var(--border-opacity)) !important;
}

.focus\:tw-border-sky-400:focus {
  --border-opacity: 1 !important;
  border-color: #38bdf8 !important;
  border-color: rgba(56, 189, 248, var(--border-opacity)) !important;
}

.focus\:tw-border-sky-500:focus {
  --border-opacity: 1 !important;
  border-color: #0ea5e9 !important;
  border-color: rgba(14, 165, 233, var(--border-opacity)) !important;
}

.focus\:tw-border-sky-600:focus {
  --border-opacity: 1 !important;
  border-color: #0284c7 !important;
  border-color: rgba(2, 132, 199, var(--border-opacity)) !important;
}

.focus\:tw-border-sky-700:focus {
  --border-opacity: 1 !important;
  border-color: #0369a1 !important;
  border-color: rgba(3, 105, 161, var(--border-opacity)) !important;
}

.focus\:tw-border-sky-800:focus {
  --border-opacity: 1 !important;
  border-color: #075985 !important;
  border-color: rgba(7, 89, 133, var(--border-opacity)) !important;
}

.focus\:tw-border-sky-900:focus {
  --border-opacity: 1 !important;
  border-color: #0c4a6e !important;
  border-color: rgba(12, 74, 110, var(--border-opacity)) !important;
}

.focus\:tw-border-violet-50:focus {
  --border-opacity: 1 !important;
  border-color: #f5f3ff !important;
  border-color: rgba(245, 243, 255, var(--border-opacity)) !important;
}

.focus\:tw-border-violet-100:focus {
  --border-opacity: 1 !important;
  border-color: #ede9fe !important;
  border-color: rgba(237, 233, 254, var(--border-opacity)) !important;
}

.focus\:tw-border-violet-200:focus {
  --border-opacity: 1 !important;
  border-color: #ddd6fe !important;
  border-color: rgba(221, 214, 254, var(--border-opacity)) !important;
}

.focus\:tw-border-violet-300:focus {
  --border-opacity: 1 !important;
  border-color: #c4b5fd !important;
  border-color: rgba(196, 181, 253, var(--border-opacity)) !important;
}

.focus\:tw-border-violet-400:focus {
  --border-opacity: 1 !important;
  border-color: #a78bfa !important;
  border-color: rgba(167, 139, 250, var(--border-opacity)) !important;
}

.focus\:tw-border-violet-500:focus {
  --border-opacity: 1 !important;
  border-color: #8b5cf6 !important;
  border-color: rgba(139, 92, 246, var(--border-opacity)) !important;
}

.focus\:tw-border-violet-600:focus {
  --border-opacity: 1 !important;
  border-color: #7c3aed !important;
  border-color: rgba(124, 58, 237, var(--border-opacity)) !important;
}

.focus\:tw-border-violet-700:focus {
  --border-opacity: 1 !important;
  border-color: #6d28d9 !important;
  border-color: rgba(109, 40, 217, var(--border-opacity)) !important;
}

.focus\:tw-border-violet-800:focus {
  --border-opacity: 1 !important;
  border-color: #5b21b6 !important;
  border-color: rgba(91, 33, 182, var(--border-opacity)) !important;
}

.focus\:tw-border-violet-900:focus {
  --border-opacity: 1 !important;
  border-color: #4c1d95 !important;
  border-color: rgba(76, 29, 149, var(--border-opacity)) !important;
}

.focus\:tw-border-fuchsia-50:focus {
  --border-opacity: 1 !important;
  border-color: #fdf4ff !important;
  border-color: rgba(253, 244, 255, var(--border-opacity)) !important;
}

.focus\:tw-border-fuchsia-100:focus {
  --border-opacity: 1 !important;
  border-color: #fae8ff !important;
  border-color: rgba(250, 232, 255, var(--border-opacity)) !important;
}

.focus\:tw-border-fuchsia-200:focus {
  --border-opacity: 1 !important;
  border-color: #f5d0fe !important;
  border-color: rgba(245, 208, 254, var(--border-opacity)) !important;
}

.focus\:tw-border-fuchsia-300:focus {
  --border-opacity: 1 !important;
  border-color: #f0abfc !important;
  border-color: rgba(240, 171, 252, var(--border-opacity)) !important;
}

.focus\:tw-border-fuchsia-400:focus {
  --border-opacity: 1 !important;
  border-color: #e879f9 !important;
  border-color: rgba(232, 121, 249, var(--border-opacity)) !important;
}

.focus\:tw-border-fuchsia-500:focus {
  --border-opacity: 1 !important;
  border-color: #d946ef !important;
  border-color: rgba(217, 70, 239, var(--border-opacity)) !important;
}

.focus\:tw-border-fuchsia-600:focus {
  --border-opacity: 1 !important;
  border-color: #c026d3 !important;
  border-color: rgba(192, 38, 211, var(--border-opacity)) !important;
}

.focus\:tw-border-fuchsia-700:focus {
  --border-opacity: 1 !important;
  border-color: #a21caf !important;
  border-color: rgba(162, 28, 175, var(--border-opacity)) !important;
}

.focus\:tw-border-fuchsia-800:focus {
  --border-opacity: 1 !important;
  border-color: #86198f !important;
  border-color: rgba(134, 25, 143, var(--border-opacity)) !important;
}

.focus\:tw-border-fuchsia-900:focus {
  --border-opacity: 1 !important;
  border-color: #701a75 !important;
  border-color: rgba(112, 26, 117, var(--border-opacity)) !important;
}

.focus\:tw-border-rose-50:focus {
  --border-opacity: 1 !important;
  border-color: #fff1f2 !important;
  border-color: rgba(255, 241, 242, var(--border-opacity)) !important;
}

.focus\:tw-border-rose-100:focus {
  --border-opacity: 1 !important;
  border-color: #ffe4e6 !important;
  border-color: rgba(255, 228, 230, var(--border-opacity)) !important;
}

.focus\:tw-border-rose-200:focus {
  --border-opacity: 1 !important;
  border-color: #fecdd3 !important;
  border-color: rgba(254, 205, 211, var(--border-opacity)) !important;
}

.focus\:tw-border-rose-300:focus {
  --border-opacity: 1 !important;
  border-color: #fda4af !important;
  border-color: rgba(253, 164, 175, var(--border-opacity)) !important;
}

.focus\:tw-border-rose-400:focus {
  --border-opacity: 1 !important;
  border-color: #fb7185 !important;
  border-color: rgba(251, 113, 133, var(--border-opacity)) !important;
}

.focus\:tw-border-rose-500:focus {
  --border-opacity: 1 !important;
  border-color: #f43f5e !important;
  border-color: rgba(244, 63, 94, var(--border-opacity)) !important;
}

.focus\:tw-border-rose-600:focus {
  --border-opacity: 1 !important;
  border-color: #e11d48 !important;
  border-color: rgba(225, 29, 72, var(--border-opacity)) !important;
}

.focus\:tw-border-rose-700:focus {
  --border-opacity: 1 !important;
  border-color: #be123c !important;
  border-color: rgba(190, 18, 60, var(--border-opacity)) !important;
}

.focus\:tw-border-rose-800:focus {
  --border-opacity: 1 !important;
  border-color: #9f1239 !important;
  border-color: rgba(159, 18, 57, var(--border-opacity)) !important;
}

.focus\:tw-border-rose-900:focus {
  --border-opacity: 1 !important;
  border-color: #881337 !important;
  border-color: rgba(136, 19, 55, var(--border-opacity)) !important;
}

.tw-border-opacity-0 {
  --border-opacity: 0 !important;
}

.tw-border-opacity-25 {
  --border-opacity: 0.25 !important;
}

.tw-border-opacity-50 {
  --border-opacity: 0.5 !important;
}

.tw-border-opacity-75 {
  --border-opacity: 0.75 !important;
}

.tw-border-opacity-100 {
  --border-opacity: 1 !important;
}

.hover\:tw-border-opacity-0:hover {
  --border-opacity: 0 !important;
}

.hover\:tw-border-opacity-25:hover {
  --border-opacity: 0.25 !important;
}

.hover\:tw-border-opacity-50:hover {
  --border-opacity: 0.5 !important;
}

.hover\:tw-border-opacity-75:hover {
  --border-opacity: 0.75 !important;
}

.hover\:tw-border-opacity-100:hover {
  --border-opacity: 1 !important;
}

.focus\:tw-border-opacity-0:focus {
  --border-opacity: 0 !important;
}

.focus\:tw-border-opacity-25:focus {
  --border-opacity: 0.25 !important;
}

.focus\:tw-border-opacity-50:focus {
  --border-opacity: 0.5 !important;
}

.focus\:tw-border-opacity-75:focus {
  --border-opacity: 0.75 !important;
}

.focus\:tw-border-opacity-100:focus {
  --border-opacity: 1 !important;
}

.tw-rounded-none {
  border-radius: 0 !important;
}

.tw-rounded-sm {
  border-radius: 0.125rem !important;
}

.tw-rounded {
  border-radius: 0.25rem !important;
}

.tw-rounded-md {
  border-radius: 0.375rem !important;
}

.tw-rounded-lg {
  border-radius: 0.5rem !important;
}

.tw-rounded-xl {
  border-radius: 0.75rem !important;
}

.tw-rounded-2xl {
  border-radius: 1rem !important;
}

.tw-rounded-3xl {
  border-radius: 1.5rem !important;
}

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

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

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

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

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

.tw-rounded-t-sm {
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}

.tw-rounded-r-sm {
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

.tw-rounded-b-sm {
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.tw-rounded-l-sm {
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.tw-rounded-t {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.tw-rounded-r {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.tw-rounded-b {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.tw-rounded-l {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.tw-rounded-t-md {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.tw-rounded-r-md {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.tw-rounded-b-md {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.tw-rounded-l-md {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.tw-rounded-t-lg {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.tw-rounded-r-lg {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.tw-rounded-b-lg {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.tw-rounded-l-lg {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.tw-rounded-t-xl {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

.tw-rounded-r-xl {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

.tw-rounded-b-xl {
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.tw-rounded-l-xl {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.tw-rounded-t-2xl {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.tw-rounded-r-2xl {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.tw-rounded-b-2xl {
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.tw-rounded-l-2xl {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.tw-rounded-t-3xl {
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}

.tw-rounded-r-3xl {
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}

.tw-rounded-b-3xl {
  border-bottom-right-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.tw-rounded-l-3xl {
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

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

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

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

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

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

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

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

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

.tw-rounded-tl-sm {
  border-top-left-radius: 0.125rem !important;
}

.tw-rounded-tr-sm {
  border-top-right-radius: 0.125rem !important;
}

.tw-rounded-br-sm {
  border-bottom-right-radius: 0.125rem !important;
}

.tw-rounded-bl-sm {
  border-bottom-left-radius: 0.125rem !important;
}

.tw-rounded-tl {
  border-top-left-radius: 0.25rem !important;
}

.tw-rounded-tr {
  border-top-right-radius: 0.25rem !important;
}

.tw-rounded-br {
  border-bottom-right-radius: 0.25rem !important;
}

.tw-rounded-bl {
  border-bottom-left-radius: 0.25rem !important;
}

.tw-rounded-tl-md {
  border-top-left-radius: 0.375rem !important;
}

.tw-rounded-tr-md {
  border-top-right-radius: 0.375rem !important;
}

.tw-rounded-br-md {
  border-bottom-right-radius: 0.375rem !important;
}

.tw-rounded-bl-md {
  border-bottom-left-radius: 0.375rem !important;
}

.tw-rounded-tl-lg {
  border-top-left-radius: 0.5rem !important;
}

.tw-rounded-tr-lg {
  border-top-right-radius: 0.5rem !important;
}

.tw-rounded-br-lg {
  border-bottom-right-radius: 0.5rem !important;
}

.tw-rounded-bl-lg {
  border-bottom-left-radius: 0.5rem !important;
}

.tw-rounded-tl-xl {
  border-top-left-radius: 0.75rem !important;
}

.tw-rounded-tr-xl {
  border-top-right-radius: 0.75rem !important;
}

.tw-rounded-br-xl {
  border-bottom-right-radius: 0.75rem !important;
}

.tw-rounded-bl-xl {
  border-bottom-left-radius: 0.75rem !important;
}

.tw-rounded-tl-2xl {
  border-top-left-radius: 1rem !important;
}

.tw-rounded-tr-2xl {
  border-top-right-radius: 1rem !important;
}

.tw-rounded-br-2xl {
  border-bottom-right-radius: 1rem !important;
}

.tw-rounded-bl-2xl {
  border-bottom-left-radius: 1rem !important;
}

.tw-rounded-tl-3xl {
  border-top-left-radius: 1.5rem !important;
}

.tw-rounded-tr-3xl {
  border-top-right-radius: 1.5rem !important;
}

.tw-rounded-br-3xl {
  border-bottom-right-radius: 1.5rem !important;
}

.tw-rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem !important;
}

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

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

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

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

.tw-border-solid {
  border-style: solid !important;
}

.tw-border-dashed {
  border-style: dashed !important;
}

.tw-border-dotted {
  border-style: dotted !important;
}

.tw-border-double {
  border-style: double !important;
}

.tw-border-none {
  border-style: none !important;
}

.tw-border-0 {
  border-width: 0 !important;
}

.tw-border-2 {
  border-width: 2px !important;
}

.tw-border-3 {
  border-width: 3px !important;
}

.tw-border-4 {
  border-width: 4px !important;
}

.tw-border-8 {
  border-width: 8px !important;
}

.tw-border {
  border-width: 1px !important;
}

.tw-border-t-0 {
  border-top-width: 0 !important;
}

.tw-border-r-0 {
  border-right-width: 0 !important;
}

.tw-border-b-0 {
  border-bottom-width: 0 !important;
}

.tw-border-l-0 {
  border-left-width: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-border-b-8 {
  border-bottom-width: 8px !important;
}

.tw-border-l-8 {
  border-left-width: 8px !important;
}

.tw-border-t {
  border-top-width: 1px !important;
}

.tw-border-r {
  border-right-width: 1px !important;
}

.tw-border-b {
  border-bottom-width: 1px !important;
}

.tw-border-l {
  border-left-width: 1px !important;
}

.tw-box-border {
  box-sizing: border-box !important;
}

.tw-box-content {
  box-sizing: content-box !important;
}

.tw-cursor-auto {
  cursor: auto !important;
}

.tw-cursor-default {
  cursor: default !important;
}

.tw-cursor-pointer {
  cursor: pointer !important;
}

.tw-cursor-wait {
  cursor: wait !important;
}

.tw-cursor-text {
  cursor: text !important;
}

.tw-cursor-move {
  cursor: move !important;
}

.tw-cursor-not-allowed {
  cursor: not-allowed !important;
}

.tw-block {
  display: block !important;
}

.tw-inline-block {
  display: inline-block !important;
}

.tw-inline {
  display: inline !important;
}

.tw-flex {
  display: flex !important;
}

.tw-inline-flex {
  display: inline-flex !important;
}

.tw-table {
  display: table !important;
}

.tw-table-caption {
  display: table-caption !important;
}

.tw-table-cell {
  display: table-cell !important;
}

.tw-table-column {
  display: table-column !important;
}

.tw-table-column-group {
  display: table-column-group !important;
}

.tw-table-footer-group {
  display: table-footer-group !important;
}

.tw-table-header-group {
  display: table-header-group !important;
}

.tw-table-row-group {
  display: table-row-group !important;
}

.tw-table-row {
  display: table-row !important;
}

.tw-flow-root {
  display: flow-root !important;
}

.tw-grid {
  display: grid !important;
}

.tw-inline-grid {
  display: inline-grid !important;
}

.tw-contents {
  display: contents !important;
}

.tw-hidden {
  display: none !important;
}

.empty\:tw-block:empty {
  display: block !important;
}

.empty\:tw-inline-block:empty {
  display: inline-block !important;
}

.empty\:tw-inline:empty {
  display: inline !important;
}

.empty\:tw-flex:empty {
  display: flex !important;
}

.empty\:tw-inline-flex:empty {
  display: inline-flex !important;
}

.empty\:tw-table:empty {
  display: table !important;
}

.empty\:tw-table-caption:empty {
  display: table-caption !important;
}

.empty\:tw-table-cell:empty {
  display: table-cell !important;
}

.empty\:tw-table-column:empty {
  display: table-column !important;
}

.empty\:tw-table-column-group:empty {
  display: table-column-group !important;
}

.empty\:tw-table-footer-group:empty {
  display: table-footer-group !important;
}

.empty\:tw-table-header-group:empty {
  display: table-header-group !important;
}

.empty\:tw-table-row-group:empty {
  display: table-row-group !important;
}

.empty\:tw-table-row:empty {
  display: table-row !important;
}

.empty\:tw-flow-root:empty {
  display: flow-root !important;
}

.empty\:tw-grid:empty {
  display: grid !important;
}

.empty\:tw-inline-grid:empty {
  display: inline-grid !important;
}

.empty\:tw-contents:empty {
  display: contents !important;
}

.empty\:tw-hidden:empty {
  display: none !important;
}

.tw-flex-row {
  flex-direction: row !important;
}

.tw-flex-row-reverse {
  flex-direction: row-reverse !important;
}

.tw-flex-col {
  flex-direction: column !important;
}

.tw-flex-col-reverse {
  flex-direction: column-reverse !important;
}

.tw-flex-wrap {
  flex-wrap: wrap !important;
}

.tw-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.tw-flex-no-wrap {
  flex-wrap: nowrap !important;
}

.tw-place-items-auto {
  place-items: auto !important;
}

.tw-place-items-start {
  place-items: start !important;
}

.tw-place-items-end {
  place-items: end !important;
}

.tw-place-items-center {
  place-items: center !important;
}

.tw-place-items-stretch {
  place-items: stretch !important;
}

.tw-place-content-center {
  place-content: center !important;
}

.tw-place-content-start {
  place-content: start !important;
}

.tw-place-content-end {
  place-content: end !important;
}

.tw-place-content-between {
  place-content: space-between !important;
}

.tw-place-content-around {
  place-content: space-around !important;
}

.tw-place-content-evenly {
  place-content: space-evenly !important;
}

.tw-place-content-stretch {
  place-content: stretch !important;
}

.tw-place-self-auto {
  place-self: auto !important;
}

.tw-place-self-start {
  place-self: start !important;
}

.tw-place-self-end {
  place-self: end !important;
}

.tw-place-self-center {
  place-self: center !important;
}

.tw-place-self-stretch {
  place-self: stretch !important;
}

.tw-items-start {
  align-items: flex-start !important;
}

.tw-items-end {
  align-items: flex-end !important;
}

.tw-items-center {
  align-items: center !important;
}

.tw-items-baseline {
  align-items: baseline !important;
}

.tw-items-stretch {
  align-items: stretch !important;
}

.tw-content-center {
  align-content: center !important;
}

.tw-content-start {
  align-content: flex-start !important;
}

.tw-content-end {
  align-content: flex-end !important;
}

.tw-content-between {
  align-content: space-between !important;
}

.tw-content-around {
  align-content: space-around !important;
}

.tw-content-evenly {
  align-content: space-evenly !important;
}

.tw-self-auto {
  align-self: auto !important;
}

.tw-self-start {
  align-self: flex-start !important;
}

.tw-self-end {
  align-self: flex-end !important;
}

.tw-self-center {
  align-self: center !important;
}

.tw-self-stretch {
  align-self: stretch !important;
}

.tw-justify-items-auto {
  justify-items: auto !important;
}

.tw-justify-items-start {
  justify-items: start !important;
}

.tw-justify-items-end {
  justify-items: end !important;
}

.tw-justify-items-center {
  justify-items: center !important;
}

.tw-justify-items-stretch {
  justify-items: stretch !important;
}

.tw-justify-start {
  justify-content: flex-start !important;
}

.tw-justify-end {
  justify-content: flex-end !important;
}

.tw-justify-center {
  justify-content: center !important;
}

.tw-justify-between {
  justify-content: space-between !important;
}

.tw-justify-around {
  justify-content: space-around !important;
}

.tw-justify-evenly {
  justify-content: space-evenly !important;
}

.tw-justify-self-auto {
  justify-self: auto !important;
}

.tw-justify-self-start {
  justify-self: start !important;
}

.tw-justify-self-end {
  justify-self: end !important;
}

.tw-justify-self-center {
  justify-self: center !important;
}

.tw-justify-self-stretch {
  justify-self: stretch !important;
}

.tw-flex-1 {
  flex: 1 1 0% !important;
}

.tw-flex-auto {
  flex: 1 1 auto !important;
}

.tw-flex-initial {
  flex: 0 1 auto !important;
}

.tw-flex-none {
  flex: none !important;
}

.tw-flex-grow-0 {
  flex-grow: 0 !important;
}

.tw-flex-grow {
  flex-grow: 1 !important;
}

.tw-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.tw-flex-shrink {
  flex-shrink: 1 !important;
}

.tw-order-1 {
  order: 1 !important;
}

.tw-order-2 {
  order: 2 !important;
}

.tw-order-3 {
  order: 3 !important;
}

.tw-order-4 {
  order: 4 !important;
}

.tw-order-5 {
  order: 5 !important;
}

.tw-order-6 {
  order: 6 !important;
}

.tw-order-7 {
  order: 7 !important;
}

.tw-order-8 {
  order: 8 !important;
}

.tw-order-9 {
  order: 9 !important;
}

.tw-order-10 {
  order: 10 !important;
}

.tw-order-11 {
  order: 11 !important;
}

.tw-order-12 {
  order: 12 !important;
}

.tw-order-first {
  order: -9999 !important;
}

.tw-order-last {
  order: 9999 !important;
}

.tw-order-none {
  order: 0 !important;
}

.tw-float-right {
  float: right !important;
}

.tw-float-left {
  float: left !important;
}

.tw-float-none {
  float: none !important;
}

.tw-clearfix:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

.tw-clear-left {
  clear: left !important;
}

.tw-clear-right {
  clear: right !important;
}

.tw-clear-both {
  clear: both !important;
}

.tw-clear-none {
  clear: none !important;
}

.tw-font-sans {
  font-family: 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" !important;
}

.tw-font-serif {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
}

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

.tw-font-thin {
  font-weight: 100 !important;
}

.tw-font-extralight {
  font-weight: 200 !important;
}

.tw-font-light {
  font-weight: 300 !important;
}

.tw-font-normal {
  font-weight: 400 !important;
}

.tw-font-medium {
  font-weight: 500 !important;
}

.tw-font-semibold {
  font-weight: 600 !important;
}

.tw-font-bold {
  font-weight: 700 !important;
}

.tw-font-extrabold {
  font-weight: 800 !important;
}

.tw-font-black {
  font-weight: 900 !important;
}

.hover\:tw-font-thin:hover {
  font-weight: 100 !important;
}

.hover\:tw-font-extralight:hover {
  font-weight: 200 !important;
}

.hover\:tw-font-light:hover {
  font-weight: 300 !important;
}

.hover\:tw-font-normal:hover {
  font-weight: 400 !important;
}

.hover\:tw-font-medium:hover {
  font-weight: 500 !important;
}

.hover\:tw-font-semibold:hover {
  font-weight: 600 !important;
}

.hover\:tw-font-bold:hover {
  font-weight: 700 !important;
}

.hover\:tw-font-extrabold:hover {
  font-weight: 800 !important;
}

.hover\:tw-font-black:hover {
  font-weight: 900 !important;
}

.focus\:tw-font-thin:focus {
  font-weight: 100 !important;
}

.focus\:tw-font-extralight:focus {
  font-weight: 200 !important;
}

.focus\:tw-font-light:focus {
  font-weight: 300 !important;
}

.focus\:tw-font-normal:focus {
  font-weight: 400 !important;
}

.focus\:tw-font-medium:focus {
  font-weight: 500 !important;
}

.focus\:tw-font-semibold:focus {
  font-weight: 600 !important;
}

.focus\:tw-font-bold:focus {
  font-weight: 700 !important;
}

.focus\:tw-font-extrabold:focus {
  font-weight: 800 !important;
}

.focus\:tw-font-black:focus {
  font-weight: 900 !important;
}

.tw-h-0 {
  height: 0 !important;
}

.tw-h-1 {
  height: 0.25rem !important;
}

.tw-h-2 {
  height: 0.5rem !important;
}

.tw-h-3 {
  height: 0.75rem !important;
}

.tw-h-4 {
  height: 1rem !important;
}

.tw-h-5 {
  height: 1.25rem !important;
}

.tw-h-6 {
  height: 1.5rem !important;
}

.tw-h-8 {
  height: 2rem !important;
}

.tw-h-10 {
  height: 2.5rem !important;
}

.tw-h-12 {
  height: 3rem !important;
}

.tw-h-16 {
  height: 4rem !important;
}

.tw-h-20 {
  height: 5rem !important;
}

.tw-h-24 {
  height: 6rem !important;
}

.tw-h-30 {
  height: 7.5rem !important;
}

.tw-h-32 {
  height: 8rem !important;
}

.tw-h-36 {
  height: 9rem !important;
}

.tw-h-40 {
  height: 10rem !important;
}

.tw-h-48 {
  height: 12rem !important;
}

.tw-h-56 {
  height: 14rem !important;
}

.tw-h-64 {
  height: 16rem !important;
}

.tw-h-auto {
  height: auto !important;
}

.tw-h-px {
  height: 1px !important;
}

.tw-h-0\.5 {
  height: .125rem !important;
}

.tw-h-1\.5 {
  height: .375rem !important;
}

.tw-h-2\.5 {
  height: .625rem !important;
}

.tw-h-3\.5 {
  height: .875rem !important;
}

.tw-h-1\.25em {
  height: 1.25em !important;
}

.tw-h-1\.5em {
  height: 1.5em !important;
}

.tw-h-4em {
  height: 4em !important;
}

.tw-h-full {
  height: 100% !important;
}

.tw-h-screen {
  height: 100vh !important;
}

.tw-text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.tw-text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.tw-text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.tw-text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.tw-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.tw-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.tw-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.tw-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.tw-text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}

.tw-text-6xl {
  font-size: 4rem !important;
  line-height: 1 !important;
}

.tw-leading-3 {
  line-height: .75rem !important;
}

.tw-leading-4 {
  line-height: 1rem !important;
}

.tw-leading-5 {
  line-height: 1.25rem !important;
}

.tw-leading-6 {
  line-height: 1.5rem !important;
}

.tw-leading-7 {
  line-height: 1.75rem !important;
}

.tw-leading-8 {
  line-height: 2rem !important;
}

.tw-leading-9 {
  line-height: 2.25rem !important;
}

.tw-leading-10 {
  line-height: 2.5rem !important;
}

.tw-leading-none {
  line-height: 1 !important;
}

.tw-leading-tight {
  line-height: 1.25 !important;
}

.tw-leading-snug {
  line-height: 1.375 !important;
}

.tw-leading-normal {
  line-height: 1.5 !important;
}

.tw-leading-relaxed {
  line-height: 1.625 !important;
}

.tw-leading-loose {
  line-height: 2 !important;
}

.tw-list-inside {
  list-style-position: inside !important;
}

.tw-list-outside {
  list-style-position: outside !important;
}

.tw-list-none {
  list-style-type: none !important;
}

.tw-list-disc {
  list-style-type: disc !important;
}

.tw-list-decimal {
  list-style-type: decimal !important;
}

.tw-m-0 {
  margin: 0 !important;
}

.tw-m-1 {
  margin: 0.25rem !important;
}

.tw-m-2 {
  margin: 0.5rem !important;
}

.tw-m-3 {
  margin: 0.75rem !important;
}

.tw-m-4 {
  margin: 1rem !important;
}

.tw-m-5 {
  margin: 1.25rem !important;
}

.tw-m-6 {
  margin: 1.5rem !important;
}

.tw-m-8 {
  margin: 2rem !important;
}

.tw-m-10 {
  margin: 2.5rem !important;
}

.tw-m-12 {
  margin: 3rem !important;
}

.tw-m-16 {
  margin: 4rem !important;
}

.tw-m-20 {
  margin: 5rem !important;
}

.tw-m-24 {
  margin: 6rem !important;
}

.tw-m-30 {
  margin: 7.5rem !important;
}

.tw-m-32 {
  margin: 8rem !important;
}

.tw-m-36 {
  margin: 9rem !important;
}

.tw-m-40 {
  margin: 10rem !important;
}

.tw-m-48 {
  margin: 12rem !important;
}

.tw-m-56 {
  margin: 14rem !important;
}

.tw-m-64 {
  margin: 16rem !important;
}

.tw-m-auto {
  margin: auto !important;
}

.tw-m-px {
  margin: 1px !important;
}

.tw-m-0\.5 {
  margin: .125rem !important;
}

.tw-m-1\.5 {
  margin: .375rem !important;
}

.tw-m-2\.5 {
  margin: .625rem !important;
}

.tw-m-3\.5 {
  margin: .875rem !important;
}

.tw-m-1\.25em {
  margin: 1.25em !important;
}

.tw-m-1\.5em {
  margin: 1.5em !important;
}

.tw-m-4em {
  margin: 4em !important;
}

.tw--m-1 {
  margin: -0.25rem !important;
}

.tw--m-2 {
  margin: -0.5rem !important;
}

.tw--m-3 {
  margin: -0.75rem !important;
}

.tw--m-4 {
  margin: -1rem !important;
}

.tw--m-5 {
  margin: -1.25rem !important;
}

.tw--m-6 {
  margin: -1.5rem !important;
}

.tw--m-8 {
  margin: -2rem !important;
}

.tw--m-10 {
  margin: -2.5rem !important;
}

.tw--m-12 {
  margin: -3rem !important;
}

.tw--m-16 {
  margin: -4rem !important;
}

.tw--m-20 {
  margin: -5rem !important;
}

.tw--m-24 {
  margin: -6rem !important;
}

.tw--m-30 {
  margin: -7.5rem !important;
}

.tw--m-32 {
  margin: -8rem !important;
}

.tw--m-36 {
  margin: -9rem !important;
}

.tw--m-40 {
  margin: -10rem !important;
}

.tw--m-48 {
  margin: -12rem !important;
}

.tw--m-56 {
  margin: -14rem !important;
}

.tw--m-64 {
  margin: -16rem !important;
}

.tw--m-px {
  margin: -1px !important;
}

.tw--m-0\.5 {
  margin: -0.125rem !important;
}

.tw--m-1\.5 {
  margin: -0.375rem !important;
}

.tw--m-2\.5 {
  margin: -0.625rem !important;
}

.tw--m-3\.5 {
  margin: -0.875rem !important;
}

.tw--m-1\.25em {
  margin: -1.25em !important;
}

.tw--m-1\.5em {
  margin: -1.5em !important;
}

.tw--m-4em {
  margin: -4em !important;
}

.tw-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.tw-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-my-30 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.tw-mx-30 {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important;
}

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

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

.tw-my-36 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.tw-mx-36 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.tw-my-40 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.tw-mx-40 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.tw-my-48 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.tw-mx-48 {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.tw-my-56 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.tw-mx-56 {
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}

.tw-my-64 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.tw-mx-64 {
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}

.tw-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.tw-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

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

.tw-my-0\.5 {
  margin-top: .125rem !important;
  margin-bottom: .125rem !important;
}

.tw-mx-0\.5 {
  margin-left: .125rem !important;
  margin-right: .125rem !important;
}

.tw-my-1\.5 {
  margin-top: .375rem !important;
  margin-bottom: .375rem !important;
}

.tw-mx-1\.5 {
  margin-left: .375rem !important;
  margin-right: .375rem !important;
}

.tw-my-2\.5 {
  margin-top: .625rem !important;
  margin-bottom: .625rem !important;
}

.tw-mx-2\.5 {
  margin-left: .625rem !important;
  margin-right: .625rem !important;
}

.tw-my-3\.5 {
  margin-top: .875rem !important;
  margin-bottom: .875rem !important;
}

.tw-mx-3\.5 {
  margin-left: .875rem !important;
  margin-right: .875rem !important;
}

.tw-my-1\.25em {
  margin-top: 1.25em !important;
  margin-bottom: 1.25em !important;
}

.tw-mx-1\.25em {
  margin-left: 1.25em !important;
  margin-right: 1.25em !important;
}

.tw-my-1\.5em {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

.tw-mx-1\.5em {
  margin-left: 1.5em !important;
  margin-right: 1.5em !important;
}

.tw-my-4em {
  margin-top: 4em !important;
  margin-bottom: 4em !important;
}

.tw-mx-4em {
  margin-left: 4em !important;
  margin-right: 4em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw--my-30 {
  margin-top: -7.5rem !important;
  margin-bottom: -7.5rem !important;
}

.tw--mx-30 {
  margin-left: -7.5rem !important;
  margin-right: -7.5rem !important;
}

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

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

.tw--my-36 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}

.tw--mx-36 {
  margin-left: -9rem !important;
  margin-right: -9rem !important;
}

.tw--my-40 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.tw--mx-40 {
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}

.tw--my-48 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.tw--mx-48 {
  margin-left: -12rem !important;
  margin-right: -12rem !important;
}

.tw--my-56 {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

.tw--mx-56 {
  margin-left: -14rem !important;
  margin-right: -14rem !important;
}

.tw--my-64 {
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

.tw--mx-64 {
  margin-left: -16rem !important;
  margin-right: -16rem !important;
}

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

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

.tw--my-0\.5 {
  margin-top: -0.125rem !important;
  margin-bottom: -0.125rem !important;
}

.tw--mx-0\.5 {
  margin-left: -0.125rem !important;
  margin-right: -0.125rem !important;
}

.tw--my-1\.5 {
  margin-top: -0.375rem !important;
  margin-bottom: -0.375rem !important;
}

.tw--mx-1\.5 {
  margin-left: -0.375rem !important;
  margin-right: -0.375rem !important;
}

.tw--my-2\.5 {
  margin-top: -0.625rem !important;
  margin-bottom: -0.625rem !important;
}

.tw--mx-2\.5 {
  margin-left: -0.625rem !important;
  margin-right: -0.625rem !important;
}

.tw--my-3\.5 {
  margin-top: -0.875rem !important;
  margin-bottom: -0.875rem !important;
}

.tw--mx-3\.5 {
  margin-left: -0.875rem !important;
  margin-right: -0.875rem !important;
}

.tw--my-1\.25em {
  margin-top: -1.25em !important;
  margin-bottom: -1.25em !important;
}

.tw--mx-1\.25em {
  margin-left: -1.25em !important;
  margin-right: -1.25em !important;
}

.tw--my-1\.5em {
  margin-top: -1.5em !important;
  margin-bottom: -1.5em !important;
}

.tw--mx-1\.5em {
  margin-left: -1.5em !important;
  margin-right: -1.5em !important;
}

.tw--my-4em {
  margin-top: -4em !important;
  margin-bottom: -4em !important;
}

.tw--mx-4em {
  margin-left: -4em !important;
  margin-right: -4em !important;
}

.tw-mt-0 {
  margin-top: 0 !important;
}

.tw-mr-0 {
  margin-right: 0 !important;
}

.tw-mb-0 {
  margin-bottom: 0 !important;
}

.tw-ml-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-mt-30 {
  margin-top: 7.5rem !important;
}

.tw-mr-30 {
  margin-right: 7.5rem !important;
}

.tw-mb-30 {
  margin-bottom: 7.5rem !important;
}

.tw-ml-30 {
  margin-left: 7.5rem !important;
}

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

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

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

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

.tw-mt-36 {
  margin-top: 9rem !important;
}

.tw-mr-36 {
  margin-right: 9rem !important;
}

.tw-mb-36 {
  margin-bottom: 9rem !important;
}

.tw-ml-36 {
  margin-left: 9rem !important;
}

.tw-mt-40 {
  margin-top: 10rem !important;
}

.tw-mr-40 {
  margin-right: 10rem !important;
}

.tw-mb-40 {
  margin-bottom: 10rem !important;
}

.tw-ml-40 {
  margin-left: 10rem !important;
}

.tw-mt-48 {
  margin-top: 12rem !important;
}

.tw-mr-48 {
  margin-right: 12rem !important;
}

.tw-mb-48 {
  margin-bottom: 12rem !important;
}

.tw-ml-48 {
  margin-left: 12rem !important;
}

.tw-mt-56 {
  margin-top: 14rem !important;
}

.tw-mr-56 {
  margin-right: 14rem !important;
}

.tw-mb-56 {
  margin-bottom: 14rem !important;
}

.tw-ml-56 {
  margin-left: 14rem !important;
}

.tw-mt-64 {
  margin-top: 16rem !important;
}

.tw-mr-64 {
  margin-right: 16rem !important;
}

.tw-mb-64 {
  margin-bottom: 16rem !important;
}

.tw-ml-64 {
  margin-left: 16rem !important;
}

.tw-mt-auto {
  margin-top: auto !important;
}

.tw-mr-auto {
  margin-right: auto !important;
}

.tw-mb-auto {
  margin-bottom: auto !important;
}

.tw-ml-auto {
  margin-left: auto !important;
}

.tw-mt-px {
  margin-top: 1px !important;
}

.tw-mr-px {
  margin-right: 1px !important;
}

.tw-mb-px {
  margin-bottom: 1px !important;
}

.tw-ml-px {
  margin-left: 1px !important;
}

.tw-mt-0\.5 {
  margin-top: .125rem !important;
}

.tw-mr-0\.5 {
  margin-right: .125rem !important;
}

.tw-mb-0\.5 {
  margin-bottom: .125rem !important;
}

.tw-ml-0\.5 {
  margin-left: .125rem !important;
}

.tw-mt-1\.5 {
  margin-top: .375rem !important;
}

.tw-mr-1\.5 {
  margin-right: .375rem !important;
}

.tw-mb-1\.5 {
  margin-bottom: .375rem !important;
}

.tw-ml-1\.5 {
  margin-left: .375rem !important;
}

.tw-mt-2\.5 {
  margin-top: .625rem !important;
}

.tw-mr-2\.5 {
  margin-right: .625rem !important;
}

.tw-mb-2\.5 {
  margin-bottom: .625rem !important;
}

.tw-ml-2\.5 {
  margin-left: .625rem !important;
}

.tw-mt-3\.5 {
  margin-top: .875rem !important;
}

.tw-mr-3\.5 {
  margin-right: .875rem !important;
}

.tw-mb-3\.5 {
  margin-bottom: .875rem !important;
}

.tw-ml-3\.5 {
  margin-left: .875rem !important;
}

.tw-mt-1\.25em {
  margin-top: 1.25em !important;
}

.tw-mr-1\.25em {
  margin-right: 1.25em !important;
}

.tw-mb-1\.25em {
  margin-bottom: 1.25em !important;
}

.tw-ml-1\.25em {
  margin-left: 1.25em !important;
}

.tw-mt-1\.5em {
  margin-top: 1.5em !important;
}

.tw-mr-1\.5em {
  margin-right: 1.5em !important;
}

.tw-mb-1\.5em {
  margin-bottom: 1.5em !important;
}

.tw-ml-1\.5em {
  margin-left: 1.5em !important;
}

.tw-mt-4em {
  margin-top: 4em !important;
}

.tw-mr-4em {
  margin-right: 4em !important;
}

.tw-mb-4em {
  margin-bottom: 4em !important;
}

.tw-ml-4em {
  margin-left: 4em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw--mt-30 {
  margin-top: -7.5rem !important;
}

.tw--mr-30 {
  margin-right: -7.5rem !important;
}

.tw--mb-30 {
  margin-bottom: -7.5rem !important;
}

.tw--ml-30 {
  margin-left: -7.5rem !important;
}

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

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

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

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

.tw--mt-36 {
  margin-top: -9rem !important;
}

.tw--mr-36 {
  margin-right: -9rem !important;
}

.tw--mb-36 {
  margin-bottom: -9rem !important;
}

.tw--ml-36 {
  margin-left: -9rem !important;
}

.tw--mt-40 {
  margin-top: -10rem !important;
}

.tw--mr-40 {
  margin-right: -10rem !important;
}

.tw--mb-40 {
  margin-bottom: -10rem !important;
}

.tw--ml-40 {
  margin-left: -10rem !important;
}

.tw--mt-48 {
  margin-top: -12rem !important;
}

.tw--mr-48 {
  margin-right: -12rem !important;
}

.tw--mb-48 {
  margin-bottom: -12rem !important;
}

.tw--ml-48 {
  margin-left: -12rem !important;
}

.tw--mt-56 {
  margin-top: -14rem !important;
}

.tw--mr-56 {
  margin-right: -14rem !important;
}

.tw--mb-56 {
  margin-bottom: -14rem !important;
}

.tw--ml-56 {
  margin-left: -14rem !important;
}

.tw--mt-64 {
  margin-top: -16rem !important;
}

.tw--mr-64 {
  margin-right: -16rem !important;
}

.tw--mb-64 {
  margin-bottom: -16rem !important;
}

.tw--ml-64 {
  margin-left: -16rem !important;
}

.tw--mt-px {
  margin-top: -1px !important;
}

.tw--mr-px {
  margin-right: -1px !important;
}

.tw--mb-px {
  margin-bottom: -1px !important;
}

.tw--ml-px {
  margin-left: -1px !important;
}

.tw--mt-0\.5 {
  margin-top: -0.125rem !important;
}

.tw--mr-0\.5 {
  margin-right: -0.125rem !important;
}

.tw--mb-0\.5 {
  margin-bottom: -0.125rem !important;
}

.tw--ml-0\.5 {
  margin-left: -0.125rem !important;
}

.tw--mt-1\.5 {
  margin-top: -0.375rem !important;
}

.tw--mr-1\.5 {
  margin-right: -0.375rem !important;
}

.tw--mb-1\.5 {
  margin-bottom: -0.375rem !important;
}

.tw--ml-1\.5 {
  margin-left: -0.375rem !important;
}

.tw--mt-2\.5 {
  margin-top: -0.625rem !important;
}

.tw--mr-2\.5 {
  margin-right: -0.625rem !important;
}

.tw--mb-2\.5 {
  margin-bottom: -0.625rem !important;
}

.tw--ml-2\.5 {
  margin-left: -0.625rem !important;
}

.tw--mt-3\.5 {
  margin-top: -0.875rem !important;
}

.tw--mr-3\.5 {
  margin-right: -0.875rem !important;
}

.tw--mb-3\.5 {
  margin-bottom: -0.875rem !important;
}

.tw--ml-3\.5 {
  margin-left: -0.875rem !important;
}

.tw--mt-1\.25em {
  margin-top: -1.25em !important;
}

.tw--mr-1\.25em {
  margin-right: -1.25em !important;
}

.tw--mb-1\.25em {
  margin-bottom: -1.25em !important;
}

.tw--ml-1\.25em {
  margin-left: -1.25em !important;
}

.tw--mt-1\.5em {
  margin-top: -1.5em !important;
}

.tw--mr-1\.5em {
  margin-right: -1.5em !important;
}

.tw--mb-1\.5em {
  margin-bottom: -1.5em !important;
}

.tw--ml-1\.5em {
  margin-left: -1.5em !important;
}

.tw--mt-4em {
  margin-top: -4em !important;
}

.tw--mr-4em {
  margin-right: -4em !important;
}

.tw--mb-4em {
  margin-bottom: -4em !important;
}

.tw--ml-4em {
  margin-left: -4em !important;
}

.last\:tw-m-0:last-child {
  margin: 0 !important;
}

.last\:tw-m-1:last-child {
  margin: 0.25rem !important;
}

.last\:tw-m-2:last-child {
  margin: 0.5rem !important;
}

.last\:tw-m-3:last-child {
  margin: 0.75rem !important;
}

.last\:tw-m-4:last-child {
  margin: 1rem !important;
}

.last\:tw-m-5:last-child {
  margin: 1.25rem !important;
}

.last\:tw-m-6:last-child {
  margin: 1.5rem !important;
}

.last\:tw-m-8:last-child {
  margin: 2rem !important;
}

.last\:tw-m-10:last-child {
  margin: 2.5rem !important;
}

.last\:tw-m-12:last-child {
  margin: 3rem !important;
}

.last\:tw-m-16:last-child {
  margin: 4rem !important;
}

.last\:tw-m-20:last-child {
  margin: 5rem !important;
}

.last\:tw-m-24:last-child {
  margin: 6rem !important;
}

.last\:tw-m-30:last-child {
  margin: 7.5rem !important;
}

.last\:tw-m-32:last-child {
  margin: 8rem !important;
}

.last\:tw-m-36:last-child {
  margin: 9rem !important;
}

.last\:tw-m-40:last-child {
  margin: 10rem !important;
}

.last\:tw-m-48:last-child {
  margin: 12rem !important;
}

.last\:tw-m-56:last-child {
  margin: 14rem !important;
}

.last\:tw-m-64:last-child {
  margin: 16rem !important;
}

.last\:tw-m-auto:last-child {
  margin: auto !important;
}

.last\:tw-m-px:last-child {
  margin: 1px !important;
}

.last\:tw-m-0\.5:last-child {
  margin: .125rem !important;
}

.last\:tw-m-1\.5:last-child {
  margin: .375rem !important;
}

.last\:tw-m-2\.5:last-child {
  margin: .625rem !important;
}

.last\:tw-m-3\.5:last-child {
  margin: .875rem !important;
}

.last\:tw-m-1\.25em:last-child {
  margin: 1.25em !important;
}

.last\:tw-m-1\.5em:last-child {
  margin: 1.5em !important;
}

.last\:tw-m-4em:last-child {
  margin: 4em !important;
}

.last\:tw--m-1:last-child {
  margin: -0.25rem !important;
}

.last\:tw--m-2:last-child {
  margin: -0.5rem !important;
}

.last\:tw--m-3:last-child {
  margin: -0.75rem !important;
}

.last\:tw--m-4:last-child {
  margin: -1rem !important;
}

.last\:tw--m-5:last-child {
  margin: -1.25rem !important;
}

.last\:tw--m-6:last-child {
  margin: -1.5rem !important;
}

.last\:tw--m-8:last-child {
  margin: -2rem !important;
}

.last\:tw--m-10:last-child {
  margin: -2.5rem !important;
}

.last\:tw--m-12:last-child {
  margin: -3rem !important;
}

.last\:tw--m-16:last-child {
  margin: -4rem !important;
}

.last\:tw--m-20:last-child {
  margin: -5rem !important;
}

.last\:tw--m-24:last-child {
  margin: -6rem !important;
}

.last\:tw--m-30:last-child {
  margin: -7.5rem !important;
}

.last\:tw--m-32:last-child {
  margin: -8rem !important;
}

.last\:tw--m-36:last-child {
  margin: -9rem !important;
}

.last\:tw--m-40:last-child {
  margin: -10rem !important;
}

.last\:tw--m-48:last-child {
  margin: -12rem !important;
}

.last\:tw--m-56:last-child {
  margin: -14rem !important;
}

.last\:tw--m-64:last-child {
  margin: -16rem !important;
}

.last\:tw--m-px:last-child {
  margin: -1px !important;
}

.last\:tw--m-0\.5:last-child {
  margin: -0.125rem !important;
}

.last\:tw--m-1\.5:last-child {
  margin: -0.375rem !important;
}

.last\:tw--m-2\.5:last-child {
  margin: -0.625rem !important;
}

.last\:tw--m-3\.5:last-child {
  margin: -0.875rem !important;
}

.last\:tw--m-1\.25em:last-child {
  margin: -1.25em !important;
}

.last\:tw--m-1\.5em:last-child {
  margin: -1.5em !important;
}

.last\:tw--m-4em:last-child {
  margin: -4em !important;
}

.last\:tw-my-0:last-child {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.last\:tw-mx-0:last-child {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.last\:tw-my-1:last-child {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.last\:tw-mx-1:last-child {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.last\:tw-my-2:last-child {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.last\:tw-mx-2:last-child {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.last\:tw-my-3:last-child {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.last\:tw-mx-3:last-child {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.last\:tw-my-4:last-child {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.last\:tw-mx-4:last-child {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.last\:tw-my-5:last-child {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.last\:tw-mx-5:last-child {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.last\:tw-my-6:last-child {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.last\:tw-mx-6:last-child {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.last\:tw-my-8:last-child {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.last\:tw-mx-8:last-child {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.last\:tw-my-10:last-child {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.last\:tw-mx-10:last-child {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.last\:tw-my-12:last-child {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.last\:tw-mx-12:last-child {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.last\:tw-my-16:last-child {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.last\:tw-mx-16:last-child {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.last\:tw-my-20:last-child {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.last\:tw-mx-20:last-child {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.last\:tw-my-24:last-child {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.last\:tw-mx-24:last-child {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.last\:tw-my-30:last-child {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.last\:tw-mx-30:last-child {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important;
}

.last\:tw-my-32:last-child {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.last\:tw-mx-32:last-child {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.last\:tw-my-36:last-child {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.last\:tw-mx-36:last-child {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.last\:tw-my-40:last-child {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.last\:tw-mx-40:last-child {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.last\:tw-my-48:last-child {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.last\:tw-mx-48:last-child {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.last\:tw-my-56:last-child {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.last\:tw-mx-56:last-child {
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}

.last\:tw-my-64:last-child {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.last\:tw-mx-64:last-child {
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}

.last\:tw-my-auto:last-child {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.last\:tw-mx-auto:last-child {
  margin-left: auto !important;
  margin-right: auto !important;
}

.last\:tw-my-px:last-child {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.last\:tw-mx-px:last-child {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.last\:tw-my-0\.5:last-child {
  margin-top: .125rem !important;
  margin-bottom: .125rem !important;
}

.last\:tw-mx-0\.5:last-child {
  margin-left: .125rem !important;
  margin-right: .125rem !important;
}

.last\:tw-my-1\.5:last-child {
  margin-top: .375rem !important;
  margin-bottom: .375rem !important;
}

.last\:tw-mx-1\.5:last-child {
  margin-left: .375rem !important;
  margin-right: .375rem !important;
}

.last\:tw-my-2\.5:last-child {
  margin-top: .625rem !important;
  margin-bottom: .625rem !important;
}

.last\:tw-mx-2\.5:last-child {
  margin-left: .625rem !important;
  margin-right: .625rem !important;
}

.last\:tw-my-3\.5:last-child {
  margin-top: .875rem !important;
  margin-bottom: .875rem !important;
}

.last\:tw-mx-3\.5:last-child {
  margin-left: .875rem !important;
  margin-right: .875rem !important;
}

.last\:tw-my-1\.25em:last-child {
  margin-top: 1.25em !important;
  margin-bottom: 1.25em !important;
}

.last\:tw-mx-1\.25em:last-child {
  margin-left: 1.25em !important;
  margin-right: 1.25em !important;
}

.last\:tw-my-1\.5em:last-child {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

.last\:tw-mx-1\.5em:last-child {
  margin-left: 1.5em !important;
  margin-right: 1.5em !important;
}

.last\:tw-my-4em:last-child {
  margin-top: 4em !important;
  margin-bottom: 4em !important;
}

.last\:tw-mx-4em:last-child {
  margin-left: 4em !important;
  margin-right: 4em !important;
}

.last\:tw--my-1:last-child {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.last\:tw--mx-1:last-child {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.last\:tw--my-2:last-child {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.last\:tw--mx-2:last-child {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.last\:tw--my-3:last-child {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.last\:tw--mx-3:last-child {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

.last\:tw--my-4:last-child {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.last\:tw--mx-4:last-child {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.last\:tw--my-5:last-child {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

.last\:tw--mx-5:last-child {
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
}

.last\:tw--my-6:last-child {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.last\:tw--mx-6:last-child {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.last\:tw--my-8:last-child {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.last\:tw--mx-8:last-child {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}

.last\:tw--my-10:last-child {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.last\:tw--mx-10:last-child {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}

.last\:tw--my-12:last-child {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.last\:tw--mx-12:last-child {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.last\:tw--my-16:last-child {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.last\:tw--mx-16:last-child {
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}

.last\:tw--my-20:last-child {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.last\:tw--mx-20:last-child {
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}

.last\:tw--my-24:last-child {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.last\:tw--mx-24:last-child {
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}

.last\:tw--my-30:last-child {
  margin-top: -7.5rem !important;
  margin-bottom: -7.5rem !important;
}

.last\:tw--mx-30:last-child {
  margin-left: -7.5rem !important;
  margin-right: -7.5rem !important;
}

.last\:tw--my-32:last-child {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.last\:tw--mx-32:last-child {
  margin-left: -8rem !important;
  margin-right: -8rem !important;
}

.last\:tw--my-36:last-child {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}

.last\:tw--mx-36:last-child {
  margin-left: -9rem !important;
  margin-right: -9rem !important;
}

.last\:tw--my-40:last-child {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.last\:tw--mx-40:last-child {
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}

.last\:tw--my-48:last-child {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.last\:tw--mx-48:last-child {
  margin-left: -12rem !important;
  margin-right: -12rem !important;
}

.last\:tw--my-56:last-child {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

.last\:tw--mx-56:last-child {
  margin-left: -14rem !important;
  margin-right: -14rem !important;
}

.last\:tw--my-64:last-child {
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

.last\:tw--mx-64:last-child {
  margin-left: -16rem !important;
  margin-right: -16rem !important;
}

.last\:tw--my-px:last-child {
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

.last\:tw--mx-px:last-child {
  margin-left: -1px !important;
  margin-right: -1px !important;
}

.last\:tw--my-0\.5:last-child {
  margin-top: -0.125rem !important;
  margin-bottom: -0.125rem !important;
}

.last\:tw--mx-0\.5:last-child {
  margin-left: -0.125rem !important;
  margin-right: -0.125rem !important;
}

.last\:tw--my-1\.5:last-child {
  margin-top: -0.375rem !important;
  margin-bottom: -0.375rem !important;
}

.last\:tw--mx-1\.5:last-child {
  margin-left: -0.375rem !important;
  margin-right: -0.375rem !important;
}

.last\:tw--my-2\.5:last-child {
  margin-top: -0.625rem !important;
  margin-bottom: -0.625rem !important;
}

.last\:tw--mx-2\.5:last-child {
  margin-left: -0.625rem !important;
  margin-right: -0.625rem !important;
}

.last\:tw--my-3\.5:last-child {
  margin-top: -0.875rem !important;
  margin-bottom: -0.875rem !important;
}

.last\:tw--mx-3\.5:last-child {
  margin-left: -0.875rem !important;
  margin-right: -0.875rem !important;
}

.last\:tw--my-1\.25em:last-child {
  margin-top: -1.25em !important;
  margin-bottom: -1.25em !important;
}

.last\:tw--mx-1\.25em:last-child {
  margin-left: -1.25em !important;
  margin-right: -1.25em !important;
}

.last\:tw--my-1\.5em:last-child {
  margin-top: -1.5em !important;
  margin-bottom: -1.5em !important;
}

.last\:tw--mx-1\.5em:last-child {
  margin-left: -1.5em !important;
  margin-right: -1.5em !important;
}

.last\:tw--my-4em:last-child {
  margin-top: -4em !important;
  margin-bottom: -4em !important;
}

.last\:tw--mx-4em:last-child {
  margin-left: -4em !important;
  margin-right: -4em !important;
}

.last\:tw-mt-0:last-child {
  margin-top: 0 !important;
}

.last\:tw-mr-0:last-child {
  margin-right: 0 !important;
}

.last\:tw-mb-0:last-child {
  margin-bottom: 0 !important;
}

.last\:tw-ml-0:last-child {
  margin-left: 0 !important;
}

.last\:tw-mt-1:last-child {
  margin-top: 0.25rem !important;
}

.last\:tw-mr-1:last-child {
  margin-right: 0.25rem !important;
}

.last\:tw-mb-1:last-child {
  margin-bottom: 0.25rem !important;
}

.last\:tw-ml-1:last-child {
  margin-left: 0.25rem !important;
}

.last\:tw-mt-2:last-child {
  margin-top: 0.5rem !important;
}

.last\:tw-mr-2:last-child {
  margin-right: 0.5rem !important;
}

.last\:tw-mb-2:last-child {
  margin-bottom: 0.5rem !important;
}

.last\:tw-ml-2:last-child {
  margin-left: 0.5rem !important;
}

.last\:tw-mt-3:last-child {
  margin-top: 0.75rem !important;
}

.last\:tw-mr-3:last-child {
  margin-right: 0.75rem !important;
}

.last\:tw-mb-3:last-child {
  margin-bottom: 0.75rem !important;
}

.last\:tw-ml-3:last-child {
  margin-left: 0.75rem !important;
}

.last\:tw-mt-4:last-child {
  margin-top: 1rem !important;
}

.last\:tw-mr-4:last-child {
  margin-right: 1rem !important;
}

.last\:tw-mb-4:last-child {
  margin-bottom: 1rem !important;
}

.last\:tw-ml-4:last-child {
  margin-left: 1rem !important;
}

.last\:tw-mt-5:last-child {
  margin-top: 1.25rem !important;
}

.last\:tw-mr-5:last-child {
  margin-right: 1.25rem !important;
}

.last\:tw-mb-5:last-child {
  margin-bottom: 1.25rem !important;
}

.last\:tw-ml-5:last-child {
  margin-left: 1.25rem !important;
}

.last\:tw-mt-6:last-child {
  margin-top: 1.5rem !important;
}

.last\:tw-mr-6:last-child {
  margin-right: 1.5rem !important;
}

.last\:tw-mb-6:last-child {
  margin-bottom: 1.5rem !important;
}

.last\:tw-ml-6:last-child {
  margin-left: 1.5rem !important;
}

.last\:tw-mt-8:last-child {
  margin-top: 2rem !important;
}

.last\:tw-mr-8:last-child {
  margin-right: 2rem !important;
}

.last\:tw-mb-8:last-child {
  margin-bottom: 2rem !important;
}

.last\:tw-ml-8:last-child {
  margin-left: 2rem !important;
}

.last\:tw-mt-10:last-child {
  margin-top: 2.5rem !important;
}

.last\:tw-mr-10:last-child {
  margin-right: 2.5rem !important;
}

.last\:tw-mb-10:last-child {
  margin-bottom: 2.5rem !important;
}

.last\:tw-ml-10:last-child {
  margin-left: 2.5rem !important;
}

.last\:tw-mt-12:last-child {
  margin-top: 3rem !important;
}

.last\:tw-mr-12:last-child {
  margin-right: 3rem !important;
}

.last\:tw-mb-12:last-child {
  margin-bottom: 3rem !important;
}

.last\:tw-ml-12:last-child {
  margin-left: 3rem !important;
}

.last\:tw-mt-16:last-child {
  margin-top: 4rem !important;
}

.last\:tw-mr-16:last-child {
  margin-right: 4rem !important;
}

.last\:tw-mb-16:last-child {
  margin-bottom: 4rem !important;
}

.last\:tw-ml-16:last-child {
  margin-left: 4rem !important;
}

.last\:tw-mt-20:last-child {
  margin-top: 5rem !important;
}

.last\:tw-mr-20:last-child {
  margin-right: 5rem !important;
}

.last\:tw-mb-20:last-child {
  margin-bottom: 5rem !important;
}

.last\:tw-ml-20:last-child {
  margin-left: 5rem !important;
}

.last\:tw-mt-24:last-child {
  margin-top: 6rem !important;
}

.last\:tw-mr-24:last-child {
  margin-right: 6rem !important;
}

.last\:tw-mb-24:last-child {
  margin-bottom: 6rem !important;
}

.last\:tw-ml-24:last-child {
  margin-left: 6rem !important;
}

.last\:tw-mt-30:last-child {
  margin-top: 7.5rem !important;
}

.last\:tw-mr-30:last-child {
  margin-right: 7.5rem !important;
}

.last\:tw-mb-30:last-child {
  margin-bottom: 7.5rem !important;
}

.last\:tw-ml-30:last-child {
  margin-left: 7.5rem !important;
}

.last\:tw-mt-32:last-child {
  margin-top: 8rem !important;
}

.last\:tw-mr-32:last-child {
  margin-right: 8rem !important;
}

.last\:tw-mb-32:last-child {
  margin-bottom: 8rem !important;
}

.last\:tw-ml-32:last-child {
  margin-left: 8rem !important;
}

.last\:tw-mt-36:last-child {
  margin-top: 9rem !important;
}

.last\:tw-mr-36:last-child {
  margin-right: 9rem !important;
}

.last\:tw-mb-36:last-child {
  margin-bottom: 9rem !important;
}

.last\:tw-ml-36:last-child {
  margin-left: 9rem !important;
}

.last\:tw-mt-40:last-child {
  margin-top: 10rem !important;
}

.last\:tw-mr-40:last-child {
  margin-right: 10rem !important;
}

.last\:tw-mb-40:last-child {
  margin-bottom: 10rem !important;
}

.last\:tw-ml-40:last-child {
  margin-left: 10rem !important;
}

.last\:tw-mt-48:last-child {
  margin-top: 12rem !important;
}

.last\:tw-mr-48:last-child {
  margin-right: 12rem !important;
}

.last\:tw-mb-48:last-child {
  margin-bottom: 12rem !important;
}

.last\:tw-ml-48:last-child {
  margin-left: 12rem !important;
}

.last\:tw-mt-56:last-child {
  margin-top: 14rem !important;
}

.last\:tw-mr-56:last-child {
  margin-right: 14rem !important;
}

.last\:tw-mb-56:last-child {
  margin-bottom: 14rem !important;
}

.last\:tw-ml-56:last-child {
  margin-left: 14rem !important;
}

.last\:tw-mt-64:last-child {
  margin-top: 16rem !important;
}

.last\:tw-mr-64:last-child {
  margin-right: 16rem !important;
}

.last\:tw-mb-64:last-child {
  margin-bottom: 16rem !important;
}

.last\:tw-ml-64:last-child {
  margin-left: 16rem !important;
}

.last\:tw-mt-auto:last-child {
  margin-top: auto !important;
}

.last\:tw-mr-auto:last-child {
  margin-right: auto !important;
}

.last\:tw-mb-auto:last-child {
  margin-bottom: auto !important;
}

.last\:tw-ml-auto:last-child {
  margin-left: auto !important;
}

.last\:tw-mt-px:last-child {
  margin-top: 1px !important;
}

.last\:tw-mr-px:last-child {
  margin-right: 1px !important;
}

.last\:tw-mb-px:last-child {
  margin-bottom: 1px !important;
}

.last\:tw-ml-px:last-child {
  margin-left: 1px !important;
}

.last\:tw-mt-0\.5:last-child {
  margin-top: .125rem !important;
}

.last\:tw-mr-0\.5:last-child {
  margin-right: .125rem !important;
}

.last\:tw-mb-0\.5:last-child {
  margin-bottom: .125rem !important;
}

.last\:tw-ml-0\.5:last-child {
  margin-left: .125rem !important;
}

.last\:tw-mt-1\.5:last-child {
  margin-top: .375rem !important;
}

.last\:tw-mr-1\.5:last-child {
  margin-right: .375rem !important;
}

.last\:tw-mb-1\.5:last-child {
  margin-bottom: .375rem !important;
}

.last\:tw-ml-1\.5:last-child {
  margin-left: .375rem !important;
}

.last\:tw-mt-2\.5:last-child {
  margin-top: .625rem !important;
}

.last\:tw-mr-2\.5:last-child {
  margin-right: .625rem !important;
}

.last\:tw-mb-2\.5:last-child {
  margin-bottom: .625rem !important;
}

.last\:tw-ml-2\.5:last-child {
  margin-left: .625rem !important;
}

.last\:tw-mt-3\.5:last-child {
  margin-top: .875rem !important;
}

.last\:tw-mr-3\.5:last-child {
  margin-right: .875rem !important;
}

.last\:tw-mb-3\.5:last-child {
  margin-bottom: .875rem !important;
}

.last\:tw-ml-3\.5:last-child {
  margin-left: .875rem !important;
}

.last\:tw-mt-1\.25em:last-child {
  margin-top: 1.25em !important;
}

.last\:tw-mr-1\.25em:last-child {
  margin-right: 1.25em !important;
}

.last\:tw-mb-1\.25em:last-child {
  margin-bottom: 1.25em !important;
}

.last\:tw-ml-1\.25em:last-child {
  margin-left: 1.25em !important;
}

.last\:tw-mt-1\.5em:last-child {
  margin-top: 1.5em !important;
}

.last\:tw-mr-1\.5em:last-child {
  margin-right: 1.5em !important;
}

.last\:tw-mb-1\.5em:last-child {
  margin-bottom: 1.5em !important;
}

.last\:tw-ml-1\.5em:last-child {
  margin-left: 1.5em !important;
}

.last\:tw-mt-4em:last-child {
  margin-top: 4em !important;
}

.last\:tw-mr-4em:last-child {
  margin-right: 4em !important;
}

.last\:tw-mb-4em:last-child {
  margin-bottom: 4em !important;
}

.last\:tw-ml-4em:last-child {
  margin-left: 4em !important;
}

.last\:tw--mt-1:last-child {
  margin-top: -0.25rem !important;
}

.last\:tw--mr-1:last-child {
  margin-right: -0.25rem !important;
}

.last\:tw--mb-1:last-child {
  margin-bottom: -0.25rem !important;
}

.last\:tw--ml-1:last-child {
  margin-left: -0.25rem !important;
}

.last\:tw--mt-2:last-child {
  margin-top: -0.5rem !important;
}

.last\:tw--mr-2:last-child {
  margin-right: -0.5rem !important;
}

.last\:tw--mb-2:last-child {
  margin-bottom: -0.5rem !important;
}

.last\:tw--ml-2:last-child {
  margin-left: -0.5rem !important;
}

.last\:tw--mt-3:last-child {
  margin-top: -0.75rem !important;
}

.last\:tw--mr-3:last-child {
  margin-right: -0.75rem !important;
}

.last\:tw--mb-3:last-child {
  margin-bottom: -0.75rem !important;
}

.last\:tw--ml-3:last-child {
  margin-left: -0.75rem !important;
}

.last\:tw--mt-4:last-child {
  margin-top: -1rem !important;
}

.last\:tw--mr-4:last-child {
  margin-right: -1rem !important;
}

.last\:tw--mb-4:last-child {
  margin-bottom: -1rem !important;
}

.last\:tw--ml-4:last-child {
  margin-left: -1rem !important;
}

.last\:tw--mt-5:last-child {
  margin-top: -1.25rem !important;
}

.last\:tw--mr-5:last-child {
  margin-right: -1.25rem !important;
}

.last\:tw--mb-5:last-child {
  margin-bottom: -1.25rem !important;
}

.last\:tw--ml-5:last-child {
  margin-left: -1.25rem !important;
}

.last\:tw--mt-6:last-child {
  margin-top: -1.5rem !important;
}

.last\:tw--mr-6:last-child {
  margin-right: -1.5rem !important;
}

.last\:tw--mb-6:last-child {
  margin-bottom: -1.5rem !important;
}

.last\:tw--ml-6:last-child {
  margin-left: -1.5rem !important;
}

.last\:tw--mt-8:last-child {
  margin-top: -2rem !important;
}

.last\:tw--mr-8:last-child {
  margin-right: -2rem !important;
}

.last\:tw--mb-8:last-child {
  margin-bottom: -2rem !important;
}

.last\:tw--ml-8:last-child {
  margin-left: -2rem !important;
}

.last\:tw--mt-10:last-child {
  margin-top: -2.5rem !important;
}

.last\:tw--mr-10:last-child {
  margin-right: -2.5rem !important;
}

.last\:tw--mb-10:last-child {
  margin-bottom: -2.5rem !important;
}

.last\:tw--ml-10:last-child {
  margin-left: -2.5rem !important;
}

.last\:tw--mt-12:last-child {
  margin-top: -3rem !important;
}

.last\:tw--mr-12:last-child {
  margin-right: -3rem !important;
}

.last\:tw--mb-12:last-child {
  margin-bottom: -3rem !important;
}

.last\:tw--ml-12:last-child {
  margin-left: -3rem !important;
}

.last\:tw--mt-16:last-child {
  margin-top: -4rem !important;
}

.last\:tw--mr-16:last-child {
  margin-right: -4rem !important;
}

.last\:tw--mb-16:last-child {
  margin-bottom: -4rem !important;
}

.last\:tw--ml-16:last-child {
  margin-left: -4rem !important;
}

.last\:tw--mt-20:last-child {
  margin-top: -5rem !important;
}

.last\:tw--mr-20:last-child {
  margin-right: -5rem !important;
}

.last\:tw--mb-20:last-child {
  margin-bottom: -5rem !important;
}

.last\:tw--ml-20:last-child {
  margin-left: -5rem !important;
}

.last\:tw--mt-24:last-child {
  margin-top: -6rem !important;
}

.last\:tw--mr-24:last-child {
  margin-right: -6rem !important;
}

.last\:tw--mb-24:last-child {
  margin-bottom: -6rem !important;
}

.last\:tw--ml-24:last-child {
  margin-left: -6rem !important;
}

.last\:tw--mt-30:last-child {
  margin-top: -7.5rem !important;
}

.last\:tw--mr-30:last-child {
  margin-right: -7.5rem !important;
}

.last\:tw--mb-30:last-child {
  margin-bottom: -7.5rem !important;
}

.last\:tw--ml-30:last-child {
  margin-left: -7.5rem !important;
}

.last\:tw--mt-32:last-child {
  margin-top: -8rem !important;
}

.last\:tw--mr-32:last-child {
  margin-right: -8rem !important;
}

.last\:tw--mb-32:last-child {
  margin-bottom: -8rem !important;
}

.last\:tw--ml-32:last-child {
  margin-left: -8rem !important;
}

.last\:tw--mt-36:last-child {
  margin-top: -9rem !important;
}

.last\:tw--mr-36:last-child {
  margin-right: -9rem !important;
}

.last\:tw--mb-36:last-child {
  margin-bottom: -9rem !important;
}

.last\:tw--ml-36:last-child {
  margin-left: -9rem !important;
}

.last\:tw--mt-40:last-child {
  margin-top: -10rem !important;
}

.last\:tw--mr-40:last-child {
  margin-right: -10rem !important;
}

.last\:tw--mb-40:last-child {
  margin-bottom: -10rem !important;
}

.last\:tw--ml-40:last-child {
  margin-left: -10rem !important;
}

.last\:tw--mt-48:last-child {
  margin-top: -12rem !important;
}

.last\:tw--mr-48:last-child {
  margin-right: -12rem !important;
}

.last\:tw--mb-48:last-child {
  margin-bottom: -12rem !important;
}

.last\:tw--ml-48:last-child {
  margin-left: -12rem !important;
}

.last\:tw--mt-56:last-child {
  margin-top: -14rem !important;
}

.last\:tw--mr-56:last-child {
  margin-right: -14rem !important;
}

.last\:tw--mb-56:last-child {
  margin-bottom: -14rem !important;
}

.last\:tw--ml-56:last-child {
  margin-left: -14rem !important;
}

.last\:tw--mt-64:last-child {
  margin-top: -16rem !important;
}

.last\:tw--mr-64:last-child {
  margin-right: -16rem !important;
}

.last\:tw--mb-64:last-child {
  margin-bottom: -16rem !important;
}

.last\:tw--ml-64:last-child {
  margin-left: -16rem !important;
}

.last\:tw--mt-px:last-child {
  margin-top: -1px !important;
}

.last\:tw--mr-px:last-child {
  margin-right: -1px !important;
}

.last\:tw--mb-px:last-child {
  margin-bottom: -1px !important;
}

.last\:tw--ml-px:last-child {
  margin-left: -1px !important;
}

.last\:tw--mt-0\.5:last-child {
  margin-top: -0.125rem !important;
}

.last\:tw--mr-0\.5:last-child {
  margin-right: -0.125rem !important;
}

.last\:tw--mb-0\.5:last-child {
  margin-bottom: -0.125rem !important;
}

.last\:tw--ml-0\.5:last-child {
  margin-left: -0.125rem !important;
}

.last\:tw--mt-1\.5:last-child {
  margin-top: -0.375rem !important;
}

.last\:tw--mr-1\.5:last-child {
  margin-right: -0.375rem !important;
}

.last\:tw--mb-1\.5:last-child {
  margin-bottom: -0.375rem !important;
}

.last\:tw--ml-1\.5:last-child {
  margin-left: -0.375rem !important;
}

.last\:tw--mt-2\.5:last-child {
  margin-top: -0.625rem !important;
}

.last\:tw--mr-2\.5:last-child {
  margin-right: -0.625rem !important;
}

.last\:tw--mb-2\.5:last-child {
  margin-bottom: -0.625rem !important;
}

.last\:tw--ml-2\.5:last-child {
  margin-left: -0.625rem !important;
}

.last\:tw--mt-3\.5:last-child {
  margin-top: -0.875rem !important;
}

.last\:tw--mr-3\.5:last-child {
  margin-right: -0.875rem !important;
}

.last\:tw--mb-3\.5:last-child {
  margin-bottom: -0.875rem !important;
}

.last\:tw--ml-3\.5:last-child {
  margin-left: -0.875rem !important;
}

.last\:tw--mt-1\.25em:last-child {
  margin-top: -1.25em !important;
}

.last\:tw--mr-1\.25em:last-child {
  margin-right: -1.25em !important;
}

.last\:tw--mb-1\.25em:last-child {
  margin-bottom: -1.25em !important;
}

.last\:tw--ml-1\.25em:last-child {
  margin-left: -1.25em !important;
}

.last\:tw--mt-1\.5em:last-child {
  margin-top: -1.5em !important;
}

.last\:tw--mr-1\.5em:last-child {
  margin-right: -1.5em !important;
}

.last\:tw--mb-1\.5em:last-child {
  margin-bottom: -1.5em !important;
}

.last\:tw--ml-1\.5em:last-child {
  margin-left: -1.5em !important;
}

.last\:tw--mt-4em:last-child {
  margin-top: -4em !important;
}

.last\:tw--mr-4em:last-child {
  margin-right: -4em !important;
}

.last\:tw--mb-4em:last-child {
  margin-bottom: -4em !important;
}

.last\:tw--ml-4em:last-child {
  margin-left: -4em !important;
}

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

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

.tw-max-w-none {
  max-width: none !important;
}

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

.tw-max-w-sm {
  max-width: 24rem !important;
}

.tw-max-w-md {
  max-width: 28rem !important;
}

.tw-max-w-lg {
  max-width: 32rem !important;
}

.tw-max-w-xl {
  max-width: 36rem !important;
}

.tw-max-w-2xl {
  max-width: 42rem !important;
}

.tw-max-w-3xl {
  max-width: 48rem !important;
}

.tw-max-w-4xl {
  max-width: 56rem !important;
}

.tw-max-w-5xl {
  max-width: 64rem !important;
}

.tw-max-w-6xl {
  max-width: 72rem !important;
}

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

.tw-max-w-screen-sm {
  max-width: 640px !important;
}

.tw-max-w-screen-md {
  max-width: 768px !important;
}

.tw-max-w-screen-lg {
  max-width: 1024px !important;
}

.tw-max-w-screen-xl {
  max-width: 1280px !important;
}

.tw-min-h-0 {
  min-height: 0 !important;
}

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

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

.tw-min-w-0 {
  min-width: 0 !important;
}

.tw-min-w-56 {
  min-width: 14rem !important;
}

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

.tw-object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.tw-object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.tw-object-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.tw-object-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.tw-object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.tw-object-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.tw-object-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.tw-object-left {
  -o-object-position: left !important;
     object-position: left !important;
}

.tw-object-left-bottom {
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.tw-object-left-top {
  -o-object-position: left top !important;
     object-position: left top !important;
}

.tw-object-right {
  -o-object-position: right !important;
     object-position: right !important;
}

.tw-object-right-bottom {
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

.tw-object-right-top {
  -o-object-position: right top !important;
     object-position: right top !important;
}

.tw-object-top {
  -o-object-position: top !important;
     object-position: top !important;
}

.tw-opacity-0 {
  opacity: 0 !important;
}

.tw-opacity-25 {
  opacity: 0.25 !important;
}

.tw-opacity-50 {
  opacity: 0.5 !important;
}

.tw-opacity-75 {
  opacity: 0.75 !important;
}

.tw-opacity-100 {
  opacity: 1 !important;
}

.hover\:tw-opacity-0:hover {
  opacity: 0 !important;
}

.hover\:tw-opacity-25:hover {
  opacity: 0.25 !important;
}

.hover\:tw-opacity-50:hover {
  opacity: 0.5 !important;
}

.hover\:tw-opacity-75:hover {
  opacity: 0.75 !important;
}

.hover\:tw-opacity-100:hover {
  opacity: 1 !important;
}

.focus\:tw-opacity-0:focus {
  opacity: 0 !important;
}

.focus\:tw-opacity-25:focus {
  opacity: 0.25 !important;
}

.focus\:tw-opacity-50:focus {
  opacity: 0.5 !important;
}

.focus\:tw-opacity-75:focus {
  opacity: 0.75 !important;
}

.focus\:tw-opacity-100:focus {
  opacity: 1 !important;
}

.tw-outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.tw-outline-white {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.tw-outline-black {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.focus\:tw-outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:tw-outline-white:focus {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus\:tw-outline-black:focus {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.tw-overflow-auto {
  overflow: auto !important;
}

.tw-overflow-hidden {
  overflow: hidden !important;
}

.tw-overflow-visible {
  overflow: visible !important;
}

.tw-overflow-scroll {
  overflow: scroll !important;
}

.tw-overflow-x-auto {
  overflow-x: auto !important;
}

.tw-overflow-y-auto {
  overflow-y: auto !important;
}

.tw-overflow-x-hidden {
  overflow-x: hidden !important;
}

.tw-overflow-y-hidden {
  overflow-y: hidden !important;
}

.tw-overflow-x-visible {
  overflow-x: visible !important;
}

.tw-overflow-y-visible {
  overflow-y: visible !important;
}

.tw-overflow-x-scroll {
  overflow-x: scroll !important;
}

.tw-overflow-y-scroll {
  overflow-y: scroll !important;
}

.tw-scrolling-touch {
  -webkit-overflow-scrolling: touch !important;
}

.tw-scrolling-auto {
  -webkit-overflow-scrolling: auto !important;
}

.tw-overscroll-auto {
  -ms-scroll-chaining: chained !important;
      overscroll-behavior: auto !important;
}

.tw-overscroll-contain {
  -ms-scroll-chaining: none !important;
      overscroll-behavior: contain !important;
}

.tw-overscroll-none {
  -ms-scroll-chaining: none !important;
      overscroll-behavior: none !important;
}

.tw-overscroll-y-auto {
  overscroll-behavior-y: auto !important;
}

.tw-overscroll-y-contain {
  overscroll-behavior-y: contain !important;
}

.tw-overscroll-y-none {
  overscroll-behavior-y: none !important;
}

.tw-overscroll-x-auto {
  overscroll-behavior-x: auto !important;
}

.tw-overscroll-x-contain {
  overscroll-behavior-x: contain !important;
}

.tw-overscroll-x-none {
  overscroll-behavior-x: none !important;
}

.tw-p-0 {
  padding: 0 !important;
}

.tw-p-1 {
  padding: 0.25rem !important;
}

.tw-p-2 {
  padding: 0.5rem !important;
}

.tw-p-3 {
  padding: 0.75rem !important;
}

.tw-p-4 {
  padding: 1rem !important;
}

.tw-p-5 {
  padding: 1.25rem !important;
}

.tw-p-6 {
  padding: 1.5rem !important;
}

.tw-p-8 {
  padding: 2rem !important;
}

.tw-p-10 {
  padding: 2.5rem !important;
}

.tw-p-12 {
  padding: 3rem !important;
}

.tw-p-16 {
  padding: 4rem !important;
}

.tw-p-20 {
  padding: 5rem !important;
}

.tw-p-24 {
  padding: 6rem !important;
}

.tw-p-30 {
  padding: 7.5rem !important;
}

.tw-p-32 {
  padding: 8rem !important;
}

.tw-p-36 {
  padding: 9rem !important;
}

.tw-p-40 {
  padding: 10rem !important;
}

.tw-p-48 {
  padding: 12rem !important;
}

.tw-p-56 {
  padding: 14rem !important;
}

.tw-p-64 {
  padding: 16rem !important;
}

.tw-p-px {
  padding: 1px !important;
}

.tw-p-0\.5 {
  padding: .125rem !important;
}

.tw-p-1\.5 {
  padding: .375rem !important;
}

.tw-p-2\.5 {
  padding: .625rem !important;
}

.tw-p-3\.5 {
  padding: .875rem !important;
}

.tw-p-1\.25em {
  padding: 1.25em !important;
}

.tw-p-1\.5em {
  padding: 1.5em !important;
}

.tw-p-4em {
  padding: 4em !important;
}

.tw-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.tw-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tw-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.tw-px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.tw-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.tw-px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.tw-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.tw-px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-py-30 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.tw-px-30 {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important;
}

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

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

.tw-py-36 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.tw-px-36 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.tw-py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.tw-px-40 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.tw-py-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.tw-px-48 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.tw-py-56 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.tw-px-56 {
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.tw-py-64 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.tw-px-64 {
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

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

.tw-px-px {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.tw-py-0\.5 {
  padding-top: .125rem !important;
  padding-bottom: .125rem !important;
}

.tw-px-0\.5 {
  padding-left: .125rem !important;
  padding-right: .125rem !important;
}

.tw-py-1\.5 {
  padding-top: .375rem !important;
  padding-bottom: .375rem !important;
}

.tw-px-1\.5 {
  padding-left: .375rem !important;
  padding-right: .375rem !important;
}

.tw-py-2\.5 {
  padding-top: .625rem !important;
  padding-bottom: .625rem !important;
}

.tw-px-2\.5 {
  padding-left: .625rem !important;
  padding-right: .625rem !important;
}

.tw-py-3\.5 {
  padding-top: .875rem !important;
  padding-bottom: .875rem !important;
}

.tw-px-3\.5 {
  padding-left: .875rem !important;
  padding-right: .875rem !important;
}

.tw-py-1\.25em {
  padding-top: 1.25em !important;
  padding-bottom: 1.25em !important;
}

.tw-px-1\.25em {
  padding-left: 1.25em !important;
  padding-right: 1.25em !important;
}

.tw-py-1\.5em {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important;
}

.tw-px-1\.5em {
  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
}

.tw-py-4em {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}

.tw-px-4em {
  padding-left: 4em !important;
  padding-right: 4em !important;
}

.tw-pt-0 {
  padding-top: 0 !important;
}

.tw-pr-0 {
  padding-right: 0 !important;
}

.tw-pb-0 {
  padding-bottom: 0 !important;
}

.tw-pl-0 {
  padding-left: 0 !important;
}

.tw-pt-1 {
  padding-top: 0.25rem !important;
}

.tw-pr-1 {
  padding-right: 0.25rem !important;
}

.tw-pb-1 {
  padding-bottom: 0.25rem !important;
}

.tw-pl-1 {
  padding-left: 0.25rem !important;
}

.tw-pt-2 {
  padding-top: 0.5rem !important;
}

.tw-pr-2 {
  padding-right: 0.5rem !important;
}

.tw-pb-2 {
  padding-bottom: 0.5rem !important;
}

.tw-pl-2 {
  padding-left: 0.5rem !important;
}

.tw-pt-3 {
  padding-top: 0.75rem !important;
}

.tw-pr-3 {
  padding-right: 0.75rem !important;
}

.tw-pb-3 {
  padding-bottom: 0.75rem !important;
}

.tw-pl-3 {
  padding-left: 0.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-pt-30 {
  padding-top: 7.5rem !important;
}

.tw-pr-30 {
  padding-right: 7.5rem !important;
}

.tw-pb-30 {
  padding-bottom: 7.5rem !important;
}

.tw-pl-30 {
  padding-left: 7.5rem !important;
}

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

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

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

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

.tw-pt-36 {
  padding-top: 9rem !important;
}

.tw-pr-36 {
  padding-right: 9rem !important;
}

.tw-pb-36 {
  padding-bottom: 9rem !important;
}

.tw-pl-36 {
  padding-left: 9rem !important;
}

.tw-pt-40 {
  padding-top: 10rem !important;
}

.tw-pr-40 {
  padding-right: 10rem !important;
}

.tw-pb-40 {
  padding-bottom: 10rem !important;
}

.tw-pl-40 {
  padding-left: 10rem !important;
}

.tw-pt-48 {
  padding-top: 12rem !important;
}

.tw-pr-48 {
  padding-right: 12rem !important;
}

.tw-pb-48 {
  padding-bottom: 12rem !important;
}

.tw-pl-48 {
  padding-left: 12rem !important;
}

.tw-pt-56 {
  padding-top: 14rem !important;
}

.tw-pr-56 {
  padding-right: 14rem !important;
}

.tw-pb-56 {
  padding-bottom: 14rem !important;
}

.tw-pl-56 {
  padding-left: 14rem !important;
}

.tw-pt-64 {
  padding-top: 16rem !important;
}

.tw-pr-64 {
  padding-right: 16rem !important;
}

.tw-pb-64 {
  padding-bottom: 16rem !important;
}

.tw-pl-64 {
  padding-left: 16rem !important;
}

.tw-pt-px {
  padding-top: 1px !important;
}

.tw-pr-px {
  padding-right: 1px !important;
}

.tw-pb-px {
  padding-bottom: 1px !important;
}

.tw-pl-px {
  padding-left: 1px !important;
}

.tw-pt-0\.5 {
  padding-top: .125rem !important;
}

.tw-pr-0\.5 {
  padding-right: .125rem !important;
}

.tw-pb-0\.5 {
  padding-bottom: .125rem !important;
}

.tw-pl-0\.5 {
  padding-left: .125rem !important;
}

.tw-pt-1\.5 {
  padding-top: .375rem !important;
}

.tw-pr-1\.5 {
  padding-right: .375rem !important;
}

.tw-pb-1\.5 {
  padding-bottom: .375rem !important;
}

.tw-pl-1\.5 {
  padding-left: .375rem !important;
}

.tw-pt-2\.5 {
  padding-top: .625rem !important;
}

.tw-pr-2\.5 {
  padding-right: .625rem !important;
}

.tw-pb-2\.5 {
  padding-bottom: .625rem !important;
}

.tw-pl-2\.5 {
  padding-left: .625rem !important;
}

.tw-pt-3\.5 {
  padding-top: .875rem !important;
}

.tw-pr-3\.5 {
  padding-right: .875rem !important;
}

.tw-pb-3\.5 {
  padding-bottom: .875rem !important;
}

.tw-pl-3\.5 {
  padding-left: .875rem !important;
}

.tw-pt-1\.25em {
  padding-top: 1.25em !important;
}

.tw-pr-1\.25em {
  padding-right: 1.25em !important;
}

.tw-pb-1\.25em {
  padding-bottom: 1.25em !important;
}

.tw-pl-1\.25em {
  padding-left: 1.25em !important;
}

.tw-pt-1\.5em {
  padding-top: 1.5em !important;
}

.tw-pr-1\.5em {
  padding-right: 1.5em !important;
}

.tw-pb-1\.5em {
  padding-bottom: 1.5em !important;
}

.tw-pl-1\.5em {
  padding-left: 1.5em !important;
}

.tw-pt-4em {
  padding-top: 4em !important;
}

.tw-pr-4em {
  padding-right: 4em !important;
}

.tw-pb-4em {
  padding-bottom: 4em !important;
}

.tw-pl-4em {
  padding-left: 4em !important;
}

.tw-placeholder-transparent::-webkit-input-placeholder {
  color: transparent !important;
}

.tw-placeholder-transparent::-moz-placeholder {
  color: transparent !important;
}

.tw-placeholder-transparent:-ms-input-placeholder {
  color: transparent !important;
}

.tw-placeholder-transparent::-ms-input-placeholder {
  color: transparent !important;
}

.tw-placeholder-transparent::placeholder {
  color: transparent !important;
}

.tw-placeholder-current::-webkit-input-placeholder {
  color: currentColor !important;
}

.tw-placeholder-current::-moz-placeholder {
  color: currentColor !important;
}

.tw-placeholder-current:-ms-input-placeholder {
  color: currentColor !important;
}

.tw-placeholder-current::-ms-input-placeholder {
  color: currentColor !important;
}

.tw-placeholder-current::placeholder {
  color: currentColor !important;
}

.tw-placeholder-black::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.tw-placeholder-black::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.tw-placeholder-black:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.tw-placeholder-black::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.tw-placeholder-black::placeholder {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.tw-placeholder-white::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-white::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-white:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-white::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-white::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-50::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f9fafb !important;
  color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f9fafb !important;
  color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-50:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f9fafb !important;
  color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-50::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f9fafb !important;
  color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f9fafb !important;
  color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-100::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3f4f6 !important;
  color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3f4f6 !important;
  color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3f4f6 !important;
  color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3f4f6 !important;
  color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3f4f6 !important;
  color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-200::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e5e7eb !important;
  color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e5e7eb !important;
  color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e5e7eb !important;
  color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e5e7eb !important;
  color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e5e7eb !important;
  color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-300::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d1d5db !important;
  color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d1d5db !important;
  color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d1d5db !important;
  color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d1d5db !important;
  color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d1d5db !important;
  color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-400::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9ca3af !important;
  color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9ca3af !important;
  color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9ca3af !important;
  color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9ca3af !important;
  color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9ca3af !important;
  color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-500::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b7280 !important;
  color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b7280 !important;
  color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b7280 !important;
  color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b7280 !important;
  color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b7280 !important;
  color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-600::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4b5563 !important;
  color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4b5563 !important;
  color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4b5563 !important;
  color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4b5563 !important;
  color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4b5563 !important;
  color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-700::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #374151 !important;
  color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #374151 !important;
  color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #374151 !important;
  color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #374151 !important;
  color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #374151 !important;
  color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-800::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1f2937 !important;
  color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1f2937 !important;
  color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1f2937 !important;
  color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1f2937 !important;
  color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1f2937 !important;
  color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-900::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #111827 !important;
  color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #111827 !important;
  color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #111827 !important;
  color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #111827 !important;
  color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #111827 !important;
  color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-50::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef2f2 !important;
  color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef2f2 !important;
  color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-50:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef2f2 !important;
  color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-50::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef2f2 !important;
  color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef2f2 !important;
  color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-100::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fee2e2 !important;
  color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fee2e2 !important;
  color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fee2e2 !important;
  color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fee2e2 !important;
  color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fee2e2 !important;
  color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-200::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fecaca !important;
  color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fecaca !important;
  color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fecaca !important;
  color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fecaca !important;
  color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fecaca !important;
  color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-300::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fca5a5 !important;
  color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fca5a5 !important;
  color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fca5a5 !important;
  color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fca5a5 !important;
  color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fca5a5 !important;
  color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-400::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f87171 !important;
  color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f87171 !important;
  color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f87171 !important;
  color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f87171 !important;
  color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f87171 !important;
  color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-500::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ef4444 !important;
  color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ef4444 !important;
  color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ef4444 !important;
  color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ef4444 !important;
  color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ef4444 !important;
  color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-600::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dc2626 !important;
  color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dc2626 !important;
  color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dc2626 !important;
  color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dc2626 !important;
  color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #dc2626 !important;
  color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-700::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b91c1c !important;
  color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b91c1c !important;
  color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b91c1c !important;
  color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b91c1c !important;
  color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #b91c1c !important;
  color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-800::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #991b1b !important;
  color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #991b1b !important;
  color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #991b1b !important;
  color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #991b1b !important;
  color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #991b1b !important;
  color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-900::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f1d1d !important;
  color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f1d1d !important;
  color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f1d1d !important;
  color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f1d1d !important;
  color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f1d1d !important;
  color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-50::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff7ed !important;
  color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff7ed !important;
  color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-50:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff7ed !important;
  color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-50::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff7ed !important;
  color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff7ed !important;
  color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-100::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffedd5 !important;
  color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffedd5 !important;
  color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffedd5 !important;
  color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffedd5 !important;
  color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffedd5 !important;
  color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-200::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7aa !important;
  color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7aa !important;
  color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7aa !important;
  color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7aa !important;
  color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7aa !important;
  color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-300::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdba74 !important;
  color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdba74 !important;
  color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdba74 !important;
  color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdba74 !important;
  color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdba74 !important;
  color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-400::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fb923c !important;
  color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fb923c !important;
  color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fb923c !important;
  color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fb923c !important;
  color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fb923c !important;
  color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-500::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f97316 !important;
  color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f97316 !important;
  color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f97316 !important;
  color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f97316 !important;
  color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f97316 !important;
  color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-600::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ea580c !important;
  color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ea580c !important;
  color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ea580c !important;
  color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ea580c !important;
  color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ea580c !important;
  color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-700::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c2410c !important;
  color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c2410c !important;
  color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c2410c !important;
  color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c2410c !important;
  color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c2410c !important;
  color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-800::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9a3412 !important;
  color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9a3412 !important;
  color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9a3412 !important;
  color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9a3412 !important;
  color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9a3412 !important;
  color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-900::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7c2d12 !important;
  color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7c2d12 !important;
  color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7c2d12 !important;
  color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7c2d12 !important;
  color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #7c2d12 !important;
  color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-50::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fefce8 !important;
  color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fefce8 !important;
  color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-50:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fefce8 !important;
  color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-50::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fefce8 !important;
  color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fefce8 !important;
  color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-100::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef9c3 !important;
  color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef9c3 !important;
  color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef9c3 !important;
  color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef9c3 !important;
  color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef9c3 !important;
  color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-200::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef08a !important;
  color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef08a !important;
  color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef08a !important;
  color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef08a !important;
  color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef08a !important;
  color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-300::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fde047 !important;
  color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fde047 !important;
  color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fde047 !important;
  color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fde047 !important;
  color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fde047 !important;
  color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-400::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #facc15 !important;
  color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #facc15 !important;
  color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #facc15 !important;
  color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #facc15 !important;
  color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #facc15 !important;
  color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-500::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #eab308 !important;
  color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #eab308 !important;
  color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #eab308 !important;
  color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #eab308 !important;
  color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #eab308 !important;
  color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-600::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ca8a04 !important;
  color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ca8a04 !important;
  color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ca8a04 !important;
  color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ca8a04 !important;
  color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ca8a04 !important;
  color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-700::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a16207 !important;
  color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a16207 !important;
  color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a16207 !important;
  color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a16207 !important;
  color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a16207 !important;
  color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-800::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #854d0e !important;
  color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #854d0e !important;
  color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #854d0e !important;
  color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #854d0e !important;
  color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #854d0e !important;
  color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-900::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #713f12 !important;
  color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #713f12 !important;
  color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #713f12 !important;
  color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #713f12 !important;
  color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #713f12 !important;
  color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-50::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fdf4 !important;
  color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fdf4 !important;
  color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-50:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fdf4 !important;
  color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-50::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fdf4 !important;
  color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fdf4 !important;
  color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-100::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dcfce7 !important;
  color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dcfce7 !important;
  color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dcfce7 !important;
  color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dcfce7 !important;
  color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #dcfce7 !important;
  color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-200::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bbf7d0 !important;
  color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bbf7d0 !important;
  color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bbf7d0 !important;
  color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bbf7d0 !important;
  color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #bbf7d0 !important;
  color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-300::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #86efac !important;
  color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #86efac !important;
  color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #86efac !important;
  color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #86efac !important;
  color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #86efac !important;
  color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-400::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4ade80 !important;
  color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4ade80 !important;
  color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4ade80 !important;
  color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4ade80 !important;
  color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4ade80 !important;
  color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-500::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22c55e !important;
  color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22c55e !important;
  color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22c55e !important;
  color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22c55e !important;
  color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #22c55e !important;
  color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-600::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #16a34a !important;
  color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #16a34a !important;
  color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #16a34a !important;
  color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #16a34a !important;
  color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #16a34a !important;
  color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-700::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #15803d !important;
  color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #15803d !important;
  color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #15803d !important;
  color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #15803d !important;
  color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #15803d !important;
  color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-800::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #166534 !important;
  color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #166534 !important;
  color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #166534 !important;
  color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #166534 !important;
  color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #166534 !important;
  color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-900::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #14532d !important;
  color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #14532d !important;
  color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #14532d !important;
  color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #14532d !important;
  color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #14532d !important;
  color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-50::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fdfa !important;
  color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fdfa !important;
  color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-50:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fdfa !important;
  color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-50::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fdfa !important;
  color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fdfa !important;
  color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-100::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ccfbf1 !important;
  color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ccfbf1 !important;
  color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ccfbf1 !important;
  color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ccfbf1 !important;
  color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ccfbf1 !important;
  color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-200::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #99f6e4 !important;
  color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #99f6e4 !important;
  color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #99f6e4 !important;
  color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #99f6e4 !important;
  color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #99f6e4 !important;
  color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-300::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5eead4 !important;
  color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5eead4 !important;
  color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5eead4 !important;
  color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5eead4 !important;
  color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #5eead4 !important;
  color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-400::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2dd4bf !important;
  color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2dd4bf !important;
  color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2dd4bf !important;
  color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2dd4bf !important;
  color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2dd4bf !important;
  color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-500::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #14b8a6 !important;
  color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #14b8a6 !important;
  color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #14b8a6 !important;
  color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #14b8a6 !important;
  color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #14b8a6 !important;
  color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-600::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0d9488 !important;
  color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0d9488 !important;
  color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0d9488 !important;
  color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0d9488 !important;
  color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0d9488 !important;
  color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-700::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0f766e !important;
  color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0f766e !important;
  color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0f766e !important;
  color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0f766e !important;
  color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0f766e !important;
  color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-800::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #115e59 !important;
  color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #115e59 !important;
  color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #115e59 !important;
  color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #115e59 !important;
  color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #115e59 !important;
  color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-900::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #134e4a !important;
  color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #134e4a !important;
  color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #134e4a !important;
  color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #134e4a !important;
  color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #134e4a !important;
  color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-50::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #eff6ff !important;
  color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #eff6ff !important;
  color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-50:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #eff6ff !important;
  color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-50::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #eff6ff !important;
  color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #eff6ff !important;
  color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-100::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dbeafe !important;
  color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dbeafe !important;
  color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dbeafe !important;
  color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dbeafe !important;
  color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #dbeafe !important;
  color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-200::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bfdbfe !important;
  color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bfdbfe !important;
  color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bfdbfe !important;
  color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bfdbfe !important;
  color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #bfdbfe !important;
  color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-300::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #93c5fd !important;
  color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #93c5fd !important;
  color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #93c5fd !important;
  color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #93c5fd !important;
  color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #93c5fd !important;
  color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-400::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #60a5fa !important;
  color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #60a5fa !important;
  color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #60a5fa !important;
  color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #60a5fa !important;
  color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #60a5fa !important;
  color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-500::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3b82f6 !important;
  color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3b82f6 !important;
  color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3b82f6 !important;
  color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3b82f6 !important;
  color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #3b82f6 !important;
  color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-600::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2563eb !important;
  color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2563eb !important;
  color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2563eb !important;
  color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2563eb !important;
  color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2563eb !important;
  color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-700::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1d4ed8 !important;
  color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1d4ed8 !important;
  color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1d4ed8 !important;
  color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1d4ed8 !important;
  color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1d4ed8 !important;
  color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-800::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e40af !important;
  color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e40af !important;
  color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e40af !important;
  color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e40af !important;
  color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e40af !important;
  color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-900::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e3a8a !important;
  color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e3a8a !important;
  color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e3a8a !important;
  color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e3a8a !important;
  color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e3a8a !important;
  color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-50::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #eef2ff !important;
  color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #eef2ff !important;
  color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-50:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #eef2ff !important;
  color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-50::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #eef2ff !important;
  color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #eef2ff !important;
  color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-100::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e0e7ff !important;
  color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e0e7ff !important;
  color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e0e7ff !important;
  color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e0e7ff !important;
  color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e0e7ff !important;
  color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-200::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c7d2fe !important;
  color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c7d2fe !important;
  color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c7d2fe !important;
  color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c7d2fe !important;
  color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c7d2fe !important;
  color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-300::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a5b4fc !important;
  color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a5b4fc !important;
  color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a5b4fc !important;
  color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a5b4fc !important;
  color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a5b4fc !important;
  color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-400::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #818cf8 !important;
  color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #818cf8 !important;
  color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #818cf8 !important;
  color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #818cf8 !important;
  color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #818cf8 !important;
  color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-500::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6366f1 !important;
  color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6366f1 !important;
  color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6366f1 !important;
  color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6366f1 !important;
  color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #6366f1 !important;
  color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-600::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4f46e5 !important;
  color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4f46e5 !important;
  color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4f46e5 !important;
  color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4f46e5 !important;
  color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4f46e5 !important;
  color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-700::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4338ca !important;
  color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4338ca !important;
  color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4338ca !important;
  color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4338ca !important;
  color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4338ca !important;
  color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-800::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3730a3 !important;
  color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3730a3 !important;
  color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3730a3 !important;
  color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3730a3 !important;
  color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #3730a3 !important;
  color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-900::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #312e81 !important;
  color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #312e81 !important;
  color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #312e81 !important;
  color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #312e81 !important;
  color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #312e81 !important;
  color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-50::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-50:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-50::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-100::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3e8ff !important;
  color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3e8ff !important;
  color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3e8ff !important;
  color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3e8ff !important;
  color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3e8ff !important;
  color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-200::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e9d5ff !important;
  color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e9d5ff !important;
  color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e9d5ff !important;
  color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e9d5ff !important;
  color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e9d5ff !important;
  color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-300::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d8b4fe !important;
  color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d8b4fe !important;
  color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d8b4fe !important;
  color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d8b4fe !important;
  color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d8b4fe !important;
  color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-400::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c084fc !important;
  color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c084fc !important;
  color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c084fc !important;
  color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c084fc !important;
  color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c084fc !important;
  color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-500::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a855f7 !important;
  color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a855f7 !important;
  color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a855f7 !important;
  color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a855f7 !important;
  color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a855f7 !important;
  color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-600::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9333ea !important;
  color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9333ea !important;
  color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9333ea !important;
  color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9333ea !important;
  color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9333ea !important;
  color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-700::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7e22ce !important;
  color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7e22ce !important;
  color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7e22ce !important;
  color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7e22ce !important;
  color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #7e22ce !important;
  color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-800::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b21a8 !important;
  color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b21a8 !important;
  color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b21a8 !important;
  color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b21a8 !important;
  color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b21a8 !important;
  color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-900::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #581c87 !important;
  color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #581c87 !important;
  color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #581c87 !important;
  color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #581c87 !important;
  color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #581c87 !important;
  color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-50::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdf2f8 !important;
  color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdf2f8 !important;
  color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-50:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdf2f8 !important;
  color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-50::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdf2f8 !important;
  color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdf2f8 !important;
  color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-100::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fce7f3 !important;
  color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fce7f3 !important;
  color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fce7f3 !important;
  color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fce7f3 !important;
  color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fce7f3 !important;
  color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-200::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbcfe8 !important;
  color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbcfe8 !important;
  color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbcfe8 !important;
  color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbcfe8 !important;
  color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbcfe8 !important;
  color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-300::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f9a8d4 !important;
  color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f9a8d4 !important;
  color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f9a8d4 !important;
  color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f9a8d4 !important;
  color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f9a8d4 !important;
  color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-400::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f472b6 !important;
  color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f472b6 !important;
  color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f472b6 !important;
  color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f472b6 !important;
  color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f472b6 !important;
  color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-500::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ec4899 !important;
  color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ec4899 !important;
  color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ec4899 !important;
  color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ec4899 !important;
  color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ec4899 !important;
  color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-600::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #db2777 !important;
  color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #db2777 !important;
  color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #db2777 !important;
  color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #db2777 !important;
  color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #db2777 !important;
  color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-700::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #be185d !important;
  color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #be185d !important;
  color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #be185d !important;
  color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #be185d !important;
  color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #be185d !important;
  color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-800::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9d174d !important;
  color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9d174d !important;
  color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9d174d !important;
  color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9d174d !important;
  color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9d174d !important;
  color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-900::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #831843 !important;
  color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #831843 !important;
  color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #831843 !important;
  color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #831843 !important;
  color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #831843 !important;
  color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
}

.tw-placeholder-app-main::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F18D11 !important;
  color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
}

.tw-placeholder-app-main::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F18D11 !important;
  color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
}

.tw-placeholder-app-main:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F18D11 !important;
  color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
}

.tw-placeholder-app-main::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F18D11 !important;
  color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
}

.tw-placeholder-app-main::placeholder {
  --placeholder-opacity: 1 !important;
  color: #F18D11 !important;
  color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
}

.tw-placeholder-app-sub-blue::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1E548F !important;
  color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
}

.tw-placeholder-app-sub-blue::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1E548F !important;
  color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
}

.tw-placeholder-app-sub-blue:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1E548F !important;
  color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
}

.tw-placeholder-app-sub-blue::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1E548F !important;
  color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
}

.tw-placeholder-app-sub-blue::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1E548F !important;
  color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
}

.tw-placeholder-app-yellow::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #FFF5D1 !important;
  color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
}

.tw-placeholder-app-yellow::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #FFF5D1 !important;
  color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
}

.tw-placeholder-app-yellow:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #FFF5D1 !important;
  color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
}

.tw-placeholder-app-yellow::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #FFF5D1 !important;
  color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
}

.tw-placeholder-app-yellow::placeholder {
  --placeholder-opacity: 1 !important;
  color: #FFF5D1 !important;
  color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
}

.tw-placeholder-theme-primary::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3980f !important;
  color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
}

.tw-placeholder-theme-primary::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3980f !important;
  color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
}

.tw-placeholder-theme-primary:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3980f !important;
  color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
}

.tw-placeholder-theme-primary::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3980f !important;
  color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
}

.tw-placeholder-theme-primary::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3980f !important;
  color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
}

.tw-placeholder-theme-info::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1b925a !important;
  color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
}

.tw-placeholder-theme-info::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1b925a !important;
  color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
}

.tw-placeholder-theme-info:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1b925a !important;
  color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
}

.tw-placeholder-theme-info::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1b925a !important;
  color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
}

.tw-placeholder-theme-info::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1b925a !important;
  color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-50::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f8fafc !important;
  color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f8fafc !important;
  color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-50:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f8fafc !important;
  color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-50::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f8fafc !important;
  color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f8fafc !important;
  color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-100::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f1f5f9 !important;
  color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f1f5f9 !important;
  color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f1f5f9 !important;
  color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f1f5f9 !important;
  color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f1f5f9 !important;
  color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-200::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-300::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #cbd5e1 !important;
  color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #cbd5e1 !important;
  color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #cbd5e1 !important;
  color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #cbd5e1 !important;
  color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #cbd5e1 !important;
  color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-400::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #94a3b8 !important;
  color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #94a3b8 !important;
  color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #94a3b8 !important;
  color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #94a3b8 !important;
  color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #94a3b8 !important;
  color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-500::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #64748b !important;
  color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #64748b !important;
  color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #64748b !important;
  color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #64748b !important;
  color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #64748b !important;
  color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-600::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #475569 !important;
  color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #475569 !important;
  color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #475569 !important;
  color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #475569 !important;
  color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #475569 !important;
  color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-700::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #334155 !important;
  color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #334155 !important;
  color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #334155 !important;
  color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #334155 !important;
  color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #334155 !important;
  color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-800::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e293b !important;
  color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e293b !important;
  color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e293b !important;
  color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e293b !important;
  color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e293b !important;
  color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-900::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0f172a !important;
  color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0f172a !important;
  color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0f172a !important;
  color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0f172a !important;
  color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
}

.tw-placeholder-slate-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0f172a !important;
  color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-50::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafafa !important;
  color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafafa !important;
  color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-50:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafafa !important;
  color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-50::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafafa !important;
  color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafafa !important;
  color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-100::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f4f4f5 !important;
  color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f4f4f5 !important;
  color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f4f4f5 !important;
  color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f4f4f5 !important;
  color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f4f4f5 !important;
  color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-200::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e4e4e7 !important;
  color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e4e4e7 !important;
  color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e4e4e7 !important;
  color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e4e4e7 !important;
  color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e4e4e7 !important;
  color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-300::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d4d4d8 !important;
  color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d4d4d8 !important;
  color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d4d4d8 !important;
  color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d4d4d8 !important;
  color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d4d4d8 !important;
  color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-400::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a1a1aa !important;
  color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a1a1aa !important;
  color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a1a1aa !important;
  color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a1a1aa !important;
  color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a1a1aa !important;
  color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-500::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #71717a !important;
  color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #71717a !important;
  color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #71717a !important;
  color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #71717a !important;
  color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #71717a !important;
  color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-600::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #52525b !important;
  color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #52525b !important;
  color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #52525b !important;
  color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #52525b !important;
  color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #52525b !important;
  color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-700::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3f3f46 !important;
  color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3f3f46 !important;
  color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3f3f46 !important;
  color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3f3f46 !important;
  color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #3f3f46 !important;
  color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-800::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #27272a !important;
  color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #27272a !important;
  color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #27272a !important;
  color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #27272a !important;
  color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #27272a !important;
  color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-900::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #18181b !important;
  color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #18181b !important;
  color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #18181b !important;
  color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #18181b !important;
  color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
}

.tw-placeholder-zinc-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #18181b !important;
  color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-50::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafafa !important;
  color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafafa !important;
  color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-50:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafafa !important;
  color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-50::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafafa !important;
  color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafafa !important;
  color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-100::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f5f5 !important;
  color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f5f5 !important;
  color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f5f5 !important;
  color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f5f5 !important;
  color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f5f5 !important;
  color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-200::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e5e5e5 !important;
  color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e5e5e5 !important;
  color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e5e5e5 !important;
  color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e5e5e5 !important;
  color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e5e5e5 !important;
  color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-300::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d4d4d4 !important;
  color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d4d4d4 !important;
  color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d4d4d4 !important;
  color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d4d4d4 !important;
  color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d4d4d4 !important;
  color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-400::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3a3a3 !important;
  color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3a3a3 !important;
  color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3a3a3 !important;
  color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3a3a3 !important;
  color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3a3a3 !important;
  color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-500::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #737373 !important;
  color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #737373 !important;
  color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #737373 !important;
  color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #737373 !important;
  color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #737373 !important;
  color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-600::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #525252 !important;
  color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #525252 !important;
  color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #525252 !important;
  color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #525252 !important;
  color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #525252 !important;
  color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-700::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #404040 !important;
  color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #404040 !important;
  color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #404040 !important;
  color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #404040 !important;
  color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #404040 !important;
  color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-800::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #262626 !important;
  color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #262626 !important;
  color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #262626 !important;
  color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #262626 !important;
  color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #262626 !important;
  color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-900::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #171717 !important;
  color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #171717 !important;
  color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #171717 !important;
  color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #171717 !important;
  color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
}

.tw-placeholder-neutral-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #171717 !important;
  color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-50::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafaf9 !important;
  color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafaf9 !important;
  color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-50:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafaf9 !important;
  color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-50::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafaf9 !important;
  color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafaf9 !important;
  color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-100::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f5f4 !important;
  color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f5f4 !important;
  color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f5f4 !important;
  color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f5f4 !important;
  color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f5f4 !important;
  color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-200::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e7e5e4 !important;
  color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e7e5e4 !important;
  color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e7e5e4 !important;
  color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e7e5e4 !important;
  color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e7e5e4 !important;
  color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-300::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d6d3d1 !important;
  color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d6d3d1 !important;
  color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d6d3d1 !important;
  color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d6d3d1 !important;
  color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d6d3d1 !important;
  color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-400::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a8a29e !important;
  color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a8a29e !important;
  color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a8a29e !important;
  color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a8a29e !important;
  color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a8a29e !important;
  color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-500::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #78716c !important;
  color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #78716c !important;
  color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #78716c !important;
  color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #78716c !important;
  color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #78716c !important;
  color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-600::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #57534e !important;
  color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #57534e !important;
  color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #57534e !important;
  color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #57534e !important;
  color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #57534e !important;
  color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-700::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #44403c !important;
  color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #44403c !important;
  color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #44403c !important;
  color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #44403c !important;
  color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #44403c !important;
  color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-800::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #292524 !important;
  color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #292524 !important;
  color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #292524 !important;
  color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #292524 !important;
  color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #292524 !important;
  color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-900::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1c1917 !important;
  color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1c1917 !important;
  color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1c1917 !important;
  color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1c1917 !important;
  color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
}

.tw-placeholder-stone-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1c1917 !important;
  color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-50::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fffbeb !important;
  color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fffbeb !important;
  color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-50:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fffbeb !important;
  color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-50::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fffbeb !important;
  color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fffbeb !important;
  color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-100::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef3c7 !important;
  color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef3c7 !important;
  color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef3c7 !important;
  color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef3c7 !important;
  color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef3c7 !important;
  color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-200::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fde68a !important;
  color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fde68a !important;
  color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fde68a !important;
  color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fde68a !important;
  color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fde68a !important;
  color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-300::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fcd34d !important;
  color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fcd34d !important;
  color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fcd34d !important;
  color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fcd34d !important;
  color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fcd34d !important;
  color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-400::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbbf24 !important;
  color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbbf24 !important;
  color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbbf24 !important;
  color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbbf24 !important;
  color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbbf24 !important;
  color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-500::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f59e0b !important;
  color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f59e0b !important;
  color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f59e0b !important;
  color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f59e0b !important;
  color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f59e0b !important;
  color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-600::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d97706 !important;
  color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d97706 !important;
  color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d97706 !important;
  color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d97706 !important;
  color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d97706 !important;
  color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-700::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b45309 !important;
  color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b45309 !important;
  color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b45309 !important;
  color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b45309 !important;
  color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #b45309 !important;
  color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-800::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #92400e !important;
  color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #92400e !important;
  color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #92400e !important;
  color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #92400e !important;
  color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #92400e !important;
  color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-900::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #78350f !important;
  color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #78350f !important;
  color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #78350f !important;
  color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #78350f !important;
  color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
}

.tw-placeholder-amber-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #78350f !important;
  color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-50::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f7fee7 !important;
  color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f7fee7 !important;
  color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-50:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f7fee7 !important;
  color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-50::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f7fee7 !important;
  color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f7fee7 !important;
  color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-100::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfccb !important;
  color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfccb !important;
  color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfccb !important;
  color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfccb !important;
  color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfccb !important;
  color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-200::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d9f99d !important;
  color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d9f99d !important;
  color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d9f99d !important;
  color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d9f99d !important;
  color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d9f99d !important;
  color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-300::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bef264 !important;
  color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bef264 !important;
  color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bef264 !important;
  color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bef264 !important;
  color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #bef264 !important;
  color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-400::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3e635 !important;
  color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3e635 !important;
  color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3e635 !important;
  color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3e635 !important;
  color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3e635 !important;
  color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-500::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #84cc16 !important;
  color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #84cc16 !important;
  color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #84cc16 !important;
  color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #84cc16 !important;
  color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #84cc16 !important;
  color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-600::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #65a30d !important;
  color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #65a30d !important;
  color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #65a30d !important;
  color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #65a30d !important;
  color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #65a30d !important;
  color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-700::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4d7c0f !important;
  color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4d7c0f !important;
  color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4d7c0f !important;
  color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4d7c0f !important;
  color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4d7c0f !important;
  color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-800::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3f6212 !important;
  color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3f6212 !important;
  color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3f6212 !important;
  color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3f6212 !important;
  color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #3f6212 !important;
  color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-900::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #365314 !important;
  color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #365314 !important;
  color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #365314 !important;
  color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #365314 !important;
  color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lime-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #365314 !important;
  color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-50::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfdf5 !important;
  color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfdf5 !important;
  color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-50:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfdf5 !important;
  color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-50::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfdf5 !important;
  color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfdf5 !important;
  color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-100::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d1fae5 !important;
  color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d1fae5 !important;
  color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d1fae5 !important;
  color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d1fae5 !important;
  color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d1fae5 !important;
  color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-200::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a7f3d0 !important;
  color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a7f3d0 !important;
  color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a7f3d0 !important;
  color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a7f3d0 !important;
  color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a7f3d0 !important;
  color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-300::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6ee7b7 !important;
  color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6ee7b7 !important;
  color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6ee7b7 !important;
  color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6ee7b7 !important;
  color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #6ee7b7 !important;
  color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-400::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #34d399 !important;
  color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #34d399 !important;
  color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #34d399 !important;
  color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #34d399 !important;
  color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #34d399 !important;
  color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-500::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #10b981 !important;
  color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #10b981 !important;
  color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #10b981 !important;
  color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #10b981 !important;
  color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #10b981 !important;
  color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-600::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #059669 !important;
  color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #059669 !important;
  color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #059669 !important;
  color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #059669 !important;
  color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #059669 !important;
  color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-700::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #047857 !important;
  color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #047857 !important;
  color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #047857 !important;
  color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #047857 !important;
  color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #047857 !important;
  color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-800::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #065f46 !important;
  color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #065f46 !important;
  color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #065f46 !important;
  color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #065f46 !important;
  color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #065f46 !important;
  color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-900::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #064e3b !important;
  color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #064e3b !important;
  color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #064e3b !important;
  color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #064e3b !important;
  color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
}

.tw-placeholder-emerald-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #064e3b !important;
  color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-50::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfeff !important;
  color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfeff !important;
  color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-50:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfeff !important;
  color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-50::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfeff !important;
  color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfeff !important;
  color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-100::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #cffafe !important;
  color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #cffafe !important;
  color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #cffafe !important;
  color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #cffafe !important;
  color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #cffafe !important;
  color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-200::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a5f3fc !important;
  color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a5f3fc !important;
  color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a5f3fc !important;
  color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a5f3fc !important;
  color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a5f3fc !important;
  color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-300::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #67e8f9 !important;
  color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #67e8f9 !important;
  color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #67e8f9 !important;
  color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #67e8f9 !important;
  color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #67e8f9 !important;
  color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-400::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22d3ee !important;
  color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22d3ee !important;
  color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22d3ee !important;
  color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22d3ee !important;
  color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #22d3ee !important;
  color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-500::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #06b6d4 !important;
  color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #06b6d4 !important;
  color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #06b6d4 !important;
  color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #06b6d4 !important;
  color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #06b6d4 !important;
  color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-600::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0891b2 !important;
  color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0891b2 !important;
  color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0891b2 !important;
  color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0891b2 !important;
  color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0891b2 !important;
  color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-700::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0e7490 !important;
  color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0e7490 !important;
  color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0e7490 !important;
  color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0e7490 !important;
  color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0e7490 !important;
  color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-800::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #155e75 !important;
  color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #155e75 !important;
  color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #155e75 !important;
  color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #155e75 !important;
  color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #155e75 !important;
  color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-900::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #164e63 !important;
  color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #164e63 !important;
  color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #164e63 !important;
  color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #164e63 !important;
  color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
}

.tw-placeholder-cyan-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #164e63 !important;
  color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-50::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0f9ff !important;
  color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0f9ff !important;
  color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-50:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0f9ff !important;
  color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-50::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0f9ff !important;
  color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0f9ff !important;
  color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-100::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e0f2fe !important;
  color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e0f2fe !important;
  color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e0f2fe !important;
  color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e0f2fe !important;
  color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e0f2fe !important;
  color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-200::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bae6fd !important;
  color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bae6fd !important;
  color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bae6fd !important;
  color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bae6fd !important;
  color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #bae6fd !important;
  color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-300::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7dd3fc !important;
  color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7dd3fc !important;
  color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7dd3fc !important;
  color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7dd3fc !important;
  color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #7dd3fc !important;
  color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-400::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #38bdf8 !important;
  color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #38bdf8 !important;
  color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #38bdf8 !important;
  color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #38bdf8 !important;
  color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #38bdf8 !important;
  color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-500::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0ea5e9 !important;
  color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0ea5e9 !important;
  color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0ea5e9 !important;
  color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0ea5e9 !important;
  color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0ea5e9 !important;
  color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-600::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0284c7 !important;
  color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0284c7 !important;
  color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0284c7 !important;
  color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0284c7 !important;
  color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0284c7 !important;
  color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-700::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0369a1 !important;
  color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0369a1 !important;
  color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0369a1 !important;
  color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0369a1 !important;
  color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0369a1 !important;
  color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-800::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #075985 !important;
  color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #075985 !important;
  color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #075985 !important;
  color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #075985 !important;
  color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #075985 !important;
  color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-900::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0c4a6e !important;
  color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0c4a6e !important;
  color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0c4a6e !important;
  color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0c4a6e !important;
  color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
}

.tw-placeholder-sky-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0c4a6e !important;
  color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-50::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f3ff !important;
  color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f3ff !important;
  color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-50:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f3ff !important;
  color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-50::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f3ff !important;
  color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f3ff !important;
  color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-100::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ede9fe !important;
  color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ede9fe !important;
  color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ede9fe !important;
  color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ede9fe !important;
  color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ede9fe !important;
  color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-200::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ddd6fe !important;
  color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ddd6fe !important;
  color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ddd6fe !important;
  color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ddd6fe !important;
  color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ddd6fe !important;
  color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-300::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c4b5fd !important;
  color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c4b5fd !important;
  color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c4b5fd !important;
  color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c4b5fd !important;
  color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c4b5fd !important;
  color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-400::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a78bfa !important;
  color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a78bfa !important;
  color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a78bfa !important;
  color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a78bfa !important;
  color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a78bfa !important;
  color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-500::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #8b5cf6 !important;
  color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #8b5cf6 !important;
  color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #8b5cf6 !important;
  color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #8b5cf6 !important;
  color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #8b5cf6 !important;
  color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-600::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7c3aed !important;
  color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7c3aed !important;
  color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7c3aed !important;
  color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7c3aed !important;
  color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #7c3aed !important;
  color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-700::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6d28d9 !important;
  color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6d28d9 !important;
  color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6d28d9 !important;
  color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6d28d9 !important;
  color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #6d28d9 !important;
  color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-800::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5b21b6 !important;
  color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5b21b6 !important;
  color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5b21b6 !important;
  color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5b21b6 !important;
  color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #5b21b6 !important;
  color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-900::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c1d95 !important;
  color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c1d95 !important;
  color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c1d95 !important;
  color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c1d95 !important;
  color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
}

.tw-placeholder-violet-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c1d95 !important;
  color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-50::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdf4ff !important;
  color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdf4ff !important;
  color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-50:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdf4ff !important;
  color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-50::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdf4ff !important;
  color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdf4ff !important;
  color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-100::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fae8ff !important;
  color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fae8ff !important;
  color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fae8ff !important;
  color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fae8ff !important;
  color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fae8ff !important;
  color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-200::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5d0fe !important;
  color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5d0fe !important;
  color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5d0fe !important;
  color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5d0fe !important;
  color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5d0fe !important;
  color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-300::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0abfc !important;
  color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0abfc !important;
  color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0abfc !important;
  color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0abfc !important;
  color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0abfc !important;
  color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-400::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e879f9 !important;
  color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e879f9 !important;
  color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e879f9 !important;
  color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e879f9 !important;
  color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e879f9 !important;
  color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-500::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d946ef !important;
  color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d946ef !important;
  color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d946ef !important;
  color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d946ef !important;
  color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d946ef !important;
  color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-600::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c026d3 !important;
  color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c026d3 !important;
  color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c026d3 !important;
  color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c026d3 !important;
  color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c026d3 !important;
  color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-700::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a21caf !important;
  color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a21caf !important;
  color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a21caf !important;
  color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a21caf !important;
  color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a21caf !important;
  color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-800::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #86198f !important;
  color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #86198f !important;
  color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #86198f !important;
  color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #86198f !important;
  color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #86198f !important;
  color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-900::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #701a75 !important;
  color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #701a75 !important;
  color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #701a75 !important;
  color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #701a75 !important;
  color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #701a75 !important;
  color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-50::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff1f2 !important;
  color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff1f2 !important;
  color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-50:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff1f2 !important;
  color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-50::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff1f2 !important;
  color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff1f2 !important;
  color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-100::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffe4e6 !important;
  color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffe4e6 !important;
  color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffe4e6 !important;
  color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffe4e6 !important;
  color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffe4e6 !important;
  color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-200::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fecdd3 !important;
  color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fecdd3 !important;
  color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fecdd3 !important;
  color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fecdd3 !important;
  color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fecdd3 !important;
  color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-300::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fda4af !important;
  color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fda4af !important;
  color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fda4af !important;
  color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fda4af !important;
  color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fda4af !important;
  color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-400::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fb7185 !important;
  color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fb7185 !important;
  color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fb7185 !important;
  color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fb7185 !important;
  color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fb7185 !important;
  color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-500::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f43f5e !important;
  color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f43f5e !important;
  color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f43f5e !important;
  color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f43f5e !important;
  color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f43f5e !important;
  color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-600::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e11d48 !important;
  color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e11d48 !important;
  color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e11d48 !important;
  color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e11d48 !important;
  color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e11d48 !important;
  color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-700::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #be123c !important;
  color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #be123c !important;
  color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #be123c !important;
  color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #be123c !important;
  color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #be123c !important;
  color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-800::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9f1239 !important;
  color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9f1239 !important;
  color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9f1239 !important;
  color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9f1239 !important;
  color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9f1239 !important;
  color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-900::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #881337 !important;
  color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #881337 !important;
  color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #881337 !important;
  color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #881337 !important;
  color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
}

.tw-placeholder-rose-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #881337 !important;
  color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-transparent:focus::-webkit-input-placeholder {
  color: transparent !important;
}

.focus\:tw-placeholder-transparent:focus::-moz-placeholder {
  color: transparent !important;
}

.focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent !important;
}

.focus\:tw-placeholder-transparent:focus::-ms-input-placeholder {
  color: transparent !important;
}

.focus\:tw-placeholder-transparent:focus::placeholder {
  color: transparent !important;
}

.focus\:tw-placeholder-current:focus::-webkit-input-placeholder {
  color: currentColor !important;
}

.focus\:tw-placeholder-current:focus::-moz-placeholder {
  color: currentColor !important;
}

.focus\:tw-placeholder-current:focus:-ms-input-placeholder {
  color: currentColor !important;
}

.focus\:tw-placeholder-current:focus::-ms-input-placeholder {
  color: currentColor !important;
}

.focus\:tw-placeholder-current:focus::placeholder {
  color: currentColor !important;
}

.focus\:tw-placeholder-black:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-black:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-black:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-black:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-black:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-white:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-white:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-white:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-white:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-white:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-50:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f9fafb !important;
  color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f9fafb !important;
  color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f9fafb !important;
  color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f9fafb !important;
  color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f9fafb !important;
  color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-100:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3f4f6 !important;
  color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3f4f6 !important;
  color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3f4f6 !important;
  color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3f4f6 !important;
  color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3f4f6 !important;
  color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-200:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e5e7eb !important;
  color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e5e7eb !important;
  color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e5e7eb !important;
  color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e5e7eb !important;
  color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e5e7eb !important;
  color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-300:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d1d5db !important;
  color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d1d5db !important;
  color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d1d5db !important;
  color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d1d5db !important;
  color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d1d5db !important;
  color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9ca3af !important;
  color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9ca3af !important;
  color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9ca3af !important;
  color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9ca3af !important;
  color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9ca3af !important;
  color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-500:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b7280 !important;
  color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b7280 !important;
  color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b7280 !important;
  color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b7280 !important;
  color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b7280 !important;
  color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-600:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4b5563 !important;
  color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4b5563 !important;
  color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4b5563 !important;
  color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4b5563 !important;
  color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4b5563 !important;
  color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-700:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #374151 !important;
  color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #374151 !important;
  color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #374151 !important;
  color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #374151 !important;
  color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #374151 !important;
  color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-800:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1f2937 !important;
  color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1f2937 !important;
  color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1f2937 !important;
  color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1f2937 !important;
  color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1f2937 !important;
  color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-900:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #111827 !important;
  color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #111827 !important;
  color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #111827 !important;
  color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #111827 !important;
  color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #111827 !important;
  color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-50:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef2f2 !important;
  color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef2f2 !important;
  color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef2f2 !important;
  color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef2f2 !important;
  color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef2f2 !important;
  color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-100:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fee2e2 !important;
  color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fee2e2 !important;
  color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fee2e2 !important;
  color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fee2e2 !important;
  color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fee2e2 !important;
  color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-200:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fecaca !important;
  color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fecaca !important;
  color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fecaca !important;
  color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fecaca !important;
  color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fecaca !important;
  color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-300:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fca5a5 !important;
  color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fca5a5 !important;
  color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fca5a5 !important;
  color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fca5a5 !important;
  color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fca5a5 !important;
  color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-400:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f87171 !important;
  color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f87171 !important;
  color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f87171 !important;
  color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f87171 !important;
  color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f87171 !important;
  color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ef4444 !important;
  color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ef4444 !important;
  color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ef4444 !important;
  color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ef4444 !important;
  color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ef4444 !important;
  color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-600:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dc2626 !important;
  color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dc2626 !important;
  color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dc2626 !important;
  color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dc2626 !important;
  color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #dc2626 !important;
  color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b91c1c !important;
  color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b91c1c !important;
  color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b91c1c !important;
  color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b91c1c !important;
  color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #b91c1c !important;
  color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-800:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #991b1b !important;
  color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #991b1b !important;
  color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #991b1b !important;
  color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #991b1b !important;
  color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #991b1b !important;
  color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-900:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f1d1d !important;
  color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f1d1d !important;
  color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f1d1d !important;
  color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f1d1d !important;
  color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f1d1d !important;
  color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-50:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff7ed !important;
  color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff7ed !important;
  color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff7ed !important;
  color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff7ed !important;
  color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff7ed !important;
  color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-100:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffedd5 !important;
  color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffedd5 !important;
  color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffedd5 !important;
  color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffedd5 !important;
  color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffedd5 !important;
  color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-200:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7aa !important;
  color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7aa !important;
  color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7aa !important;
  color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7aa !important;
  color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7aa !important;
  color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-300:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdba74 !important;
  color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdba74 !important;
  color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdba74 !important;
  color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdba74 !important;
  color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdba74 !important;
  color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-400:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fb923c !important;
  color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fb923c !important;
  color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fb923c !important;
  color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fb923c !important;
  color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fb923c !important;
  color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f97316 !important;
  color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f97316 !important;
  color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f97316 !important;
  color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f97316 !important;
  color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f97316 !important;
  color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-600:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ea580c !important;
  color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ea580c !important;
  color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ea580c !important;
  color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ea580c !important;
  color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ea580c !important;
  color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-700:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c2410c !important;
  color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c2410c !important;
  color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c2410c !important;
  color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c2410c !important;
  color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c2410c !important;
  color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-800:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9a3412 !important;
  color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9a3412 !important;
  color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9a3412 !important;
  color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9a3412 !important;
  color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9a3412 !important;
  color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-900:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7c2d12 !important;
  color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7c2d12 !important;
  color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7c2d12 !important;
  color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7c2d12 !important;
  color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #7c2d12 !important;
  color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-50:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fefce8 !important;
  color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fefce8 !important;
  color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fefce8 !important;
  color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fefce8 !important;
  color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fefce8 !important;
  color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-100:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef9c3 !important;
  color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef9c3 !important;
  color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef9c3 !important;
  color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef9c3 !important;
  color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef9c3 !important;
  color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-200:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef08a !important;
  color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef08a !important;
  color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef08a !important;
  color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef08a !important;
  color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef08a !important;
  color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-300:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fde047 !important;
  color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fde047 !important;
  color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fde047 !important;
  color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fde047 !important;
  color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fde047 !important;
  color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-400:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #facc15 !important;
  color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #facc15 !important;
  color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #facc15 !important;
  color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #facc15 !important;
  color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #facc15 !important;
  color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-500:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #eab308 !important;
  color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #eab308 !important;
  color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #eab308 !important;
  color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #eab308 !important;
  color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #eab308 !important;
  color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-600:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ca8a04 !important;
  color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ca8a04 !important;
  color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ca8a04 !important;
  color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ca8a04 !important;
  color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ca8a04 !important;
  color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-700:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a16207 !important;
  color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a16207 !important;
  color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a16207 !important;
  color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a16207 !important;
  color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a16207 !important;
  color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-800:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #854d0e !important;
  color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #854d0e !important;
  color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #854d0e !important;
  color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #854d0e !important;
  color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #854d0e !important;
  color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-900:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #713f12 !important;
  color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #713f12 !important;
  color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #713f12 !important;
  color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #713f12 !important;
  color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #713f12 !important;
  color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-50:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fdf4 !important;
  color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fdf4 !important;
  color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fdf4 !important;
  color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fdf4 !important;
  color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fdf4 !important;
  color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-100:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dcfce7 !important;
  color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dcfce7 !important;
  color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dcfce7 !important;
  color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dcfce7 !important;
  color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #dcfce7 !important;
  color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-200:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bbf7d0 !important;
  color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bbf7d0 !important;
  color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bbf7d0 !important;
  color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bbf7d0 !important;
  color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #bbf7d0 !important;
  color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-300:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #86efac !important;
  color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #86efac !important;
  color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #86efac !important;
  color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #86efac !important;
  color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #86efac !important;
  color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-400:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4ade80 !important;
  color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4ade80 !important;
  color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4ade80 !important;
  color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4ade80 !important;
  color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4ade80 !important;
  color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22c55e !important;
  color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22c55e !important;
  color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22c55e !important;
  color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22c55e !important;
  color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #22c55e !important;
  color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-600:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #16a34a !important;
  color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #16a34a !important;
  color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #16a34a !important;
  color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #16a34a !important;
  color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #16a34a !important;
  color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-700:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #15803d !important;
  color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #15803d !important;
  color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #15803d !important;
  color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #15803d !important;
  color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #15803d !important;
  color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-800:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #166534 !important;
  color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #166534 !important;
  color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #166534 !important;
  color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #166534 !important;
  color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #166534 !important;
  color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-900:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #14532d !important;
  color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #14532d !important;
  color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #14532d !important;
  color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #14532d !important;
  color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #14532d !important;
  color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-50:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fdfa !important;
  color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fdfa !important;
  color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fdfa !important;
  color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fdfa !important;
  color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fdfa !important;
  color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-100:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ccfbf1 !important;
  color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ccfbf1 !important;
  color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ccfbf1 !important;
  color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ccfbf1 !important;
  color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ccfbf1 !important;
  color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-200:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #99f6e4 !important;
  color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #99f6e4 !important;
  color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #99f6e4 !important;
  color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #99f6e4 !important;
  color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #99f6e4 !important;
  color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-300:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5eead4 !important;
  color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5eead4 !important;
  color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5eead4 !important;
  color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5eead4 !important;
  color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #5eead4 !important;
  color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-400:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2dd4bf !important;
  color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2dd4bf !important;
  color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2dd4bf !important;
  color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2dd4bf !important;
  color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2dd4bf !important;
  color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-500:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #14b8a6 !important;
  color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #14b8a6 !important;
  color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #14b8a6 !important;
  color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #14b8a6 !important;
  color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #14b8a6 !important;
  color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-600:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0d9488 !important;
  color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0d9488 !important;
  color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0d9488 !important;
  color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0d9488 !important;
  color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0d9488 !important;
  color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-700:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0f766e !important;
  color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0f766e !important;
  color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0f766e !important;
  color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0f766e !important;
  color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0f766e !important;
  color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-800:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #115e59 !important;
  color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #115e59 !important;
  color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #115e59 !important;
  color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #115e59 !important;
  color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #115e59 !important;
  color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-900:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #134e4a !important;
  color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #134e4a !important;
  color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #134e4a !important;
  color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #134e4a !important;
  color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #134e4a !important;
  color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-50:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #eff6ff !important;
  color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #eff6ff !important;
  color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #eff6ff !important;
  color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #eff6ff !important;
  color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #eff6ff !important;
  color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dbeafe !important;
  color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dbeafe !important;
  color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dbeafe !important;
  color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dbeafe !important;
  color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #dbeafe !important;
  color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-200:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bfdbfe !important;
  color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bfdbfe !important;
  color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bfdbfe !important;
  color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bfdbfe !important;
  color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #bfdbfe !important;
  color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #93c5fd !important;
  color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #93c5fd !important;
  color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #93c5fd !important;
  color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #93c5fd !important;
  color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #93c5fd !important;
  color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-400:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #60a5fa !important;
  color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #60a5fa !important;
  color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #60a5fa !important;
  color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #60a5fa !important;
  color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #60a5fa !important;
  color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3b82f6 !important;
  color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3b82f6 !important;
  color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3b82f6 !important;
  color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3b82f6 !important;
  color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #3b82f6 !important;
  color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-600:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2563eb !important;
  color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2563eb !important;
  color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2563eb !important;
  color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2563eb !important;
  color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2563eb !important;
  color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1d4ed8 !important;
  color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1d4ed8 !important;
  color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1d4ed8 !important;
  color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1d4ed8 !important;
  color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1d4ed8 !important;
  color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-800:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e40af !important;
  color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e40af !important;
  color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e40af !important;
  color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e40af !important;
  color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e40af !important;
  color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-900:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e3a8a !important;
  color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e3a8a !important;
  color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e3a8a !important;
  color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e3a8a !important;
  color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e3a8a !important;
  color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-50:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #eef2ff !important;
  color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #eef2ff !important;
  color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #eef2ff !important;
  color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #eef2ff !important;
  color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #eef2ff !important;
  color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-100:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e0e7ff !important;
  color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e0e7ff !important;
  color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e0e7ff !important;
  color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e0e7ff !important;
  color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e0e7ff !important;
  color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-200:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c7d2fe !important;
  color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c7d2fe !important;
  color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c7d2fe !important;
  color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c7d2fe !important;
  color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c7d2fe !important;
  color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-300:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a5b4fc !important;
  color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a5b4fc !important;
  color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a5b4fc !important;
  color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a5b4fc !important;
  color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a5b4fc !important;
  color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-400:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #818cf8 !important;
  color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #818cf8 !important;
  color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #818cf8 !important;
  color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #818cf8 !important;
  color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #818cf8 !important;
  color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-500:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6366f1 !important;
  color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6366f1 !important;
  color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6366f1 !important;
  color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6366f1 !important;
  color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #6366f1 !important;
  color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-600:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4f46e5 !important;
  color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4f46e5 !important;
  color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4f46e5 !important;
  color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4f46e5 !important;
  color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4f46e5 !important;
  color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-700:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4338ca !important;
  color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4338ca !important;
  color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4338ca !important;
  color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4338ca !important;
  color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4338ca !important;
  color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-800:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3730a3 !important;
  color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3730a3 !important;
  color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3730a3 !important;
  color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3730a3 !important;
  color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #3730a3 !important;
  color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-900:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #312e81 !important;
  color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #312e81 !important;
  color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #312e81 !important;
  color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #312e81 !important;
  color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #312e81 !important;
  color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-50:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-100:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3e8ff !important;
  color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3e8ff !important;
  color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3e8ff !important;
  color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3e8ff !important;
  color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3e8ff !important;
  color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-200:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e9d5ff !important;
  color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e9d5ff !important;
  color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e9d5ff !important;
  color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e9d5ff !important;
  color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e9d5ff !important;
  color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-300:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d8b4fe !important;
  color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d8b4fe !important;
  color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d8b4fe !important;
  color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d8b4fe !important;
  color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d8b4fe !important;
  color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-400:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c084fc !important;
  color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c084fc !important;
  color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c084fc !important;
  color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c084fc !important;
  color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c084fc !important;
  color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-500:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a855f7 !important;
  color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a855f7 !important;
  color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a855f7 !important;
  color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a855f7 !important;
  color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a855f7 !important;
  color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-600:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9333ea !important;
  color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9333ea !important;
  color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9333ea !important;
  color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9333ea !important;
  color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9333ea !important;
  color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-700:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7e22ce !important;
  color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7e22ce !important;
  color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7e22ce !important;
  color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7e22ce !important;
  color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #7e22ce !important;
  color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-800:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b21a8 !important;
  color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b21a8 !important;
  color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b21a8 !important;
  color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b21a8 !important;
  color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b21a8 !important;
  color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-900:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #581c87 !important;
  color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #581c87 !important;
  color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #581c87 !important;
  color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #581c87 !important;
  color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #581c87 !important;
  color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-50:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdf2f8 !important;
  color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdf2f8 !important;
  color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdf2f8 !important;
  color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdf2f8 !important;
  color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdf2f8 !important;
  color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-100:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fce7f3 !important;
  color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fce7f3 !important;
  color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fce7f3 !important;
  color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fce7f3 !important;
  color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fce7f3 !important;
  color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-200:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbcfe8 !important;
  color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbcfe8 !important;
  color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbcfe8 !important;
  color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbcfe8 !important;
  color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbcfe8 !important;
  color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-300:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f9a8d4 !important;
  color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f9a8d4 !important;
  color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f9a8d4 !important;
  color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f9a8d4 !important;
  color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f9a8d4 !important;
  color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-400:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f472b6 !important;
  color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f472b6 !important;
  color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f472b6 !important;
  color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f472b6 !important;
  color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f472b6 !important;
  color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-500:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ec4899 !important;
  color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ec4899 !important;
  color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ec4899 !important;
  color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ec4899 !important;
  color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ec4899 !important;
  color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-600:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #db2777 !important;
  color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #db2777 !important;
  color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #db2777 !important;
  color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #db2777 !important;
  color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #db2777 !important;
  color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-700:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #be185d !important;
  color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #be185d !important;
  color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #be185d !important;
  color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #be185d !important;
  color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #be185d !important;
  color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-800:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9d174d !important;
  color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9d174d !important;
  color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9d174d !important;
  color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9d174d !important;
  color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9d174d !important;
  color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-900:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #831843 !important;
  color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #831843 !important;
  color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #831843 !important;
  color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #831843 !important;
  color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #831843 !important;
  color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-app-main:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F18D11 !important;
  color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-app-main:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F18D11 !important;
  color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-app-main:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F18D11 !important;
  color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-app-main:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F18D11 !important;
  color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-app-main:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #F18D11 !important;
  color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-app-sub-blue:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1E548F !important;
  color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-app-sub-blue:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1E548F !important;
  color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-app-sub-blue:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1E548F !important;
  color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-app-sub-blue:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1E548F !important;
  color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-app-sub-blue:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1E548F !important;
  color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-app-yellow:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #FFF5D1 !important;
  color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-app-yellow:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #FFF5D1 !important;
  color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-app-yellow:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #FFF5D1 !important;
  color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-app-yellow:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #FFF5D1 !important;
  color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-app-yellow:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #FFF5D1 !important;
  color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-theme-primary:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3980f !important;
  color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-theme-primary:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3980f !important;
  color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-theme-primary:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3980f !important;
  color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-theme-primary:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3980f !important;
  color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-theme-primary:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3980f !important;
  color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-theme-info:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1b925a !important;
  color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-theme-info:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1b925a !important;
  color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-theme-info:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1b925a !important;
  color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-theme-info:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1b925a !important;
  color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-theme-info:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1b925a !important;
  color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-50:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f8fafc !important;
  color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f8fafc !important;
  color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f8fafc !important;
  color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f8fafc !important;
  color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f8fafc !important;
  color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-100:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f1f5f9 !important;
  color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f1f5f9 !important;
  color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f1f5f9 !important;
  color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f1f5f9 !important;
  color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f1f5f9 !important;
  color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-200:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-300:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #cbd5e1 !important;
  color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #cbd5e1 !important;
  color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #cbd5e1 !important;
  color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #cbd5e1 !important;
  color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #cbd5e1 !important;
  color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-400:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #94a3b8 !important;
  color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #94a3b8 !important;
  color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #94a3b8 !important;
  color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #94a3b8 !important;
  color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #94a3b8 !important;
  color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-500:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #64748b !important;
  color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #64748b !important;
  color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #64748b !important;
  color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #64748b !important;
  color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #64748b !important;
  color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-600:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #475569 !important;
  color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #475569 !important;
  color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #475569 !important;
  color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #475569 !important;
  color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #475569 !important;
  color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-700:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #334155 !important;
  color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #334155 !important;
  color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #334155 !important;
  color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #334155 !important;
  color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #334155 !important;
  color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-800:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e293b !important;
  color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e293b !important;
  color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e293b !important;
  color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e293b !important;
  color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e293b !important;
  color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-900:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0f172a !important;
  color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0f172a !important;
  color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0f172a !important;
  color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0f172a !important;
  color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-slate-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0f172a !important;
  color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-50:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafafa !important;
  color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafafa !important;
  color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafafa !important;
  color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafafa !important;
  color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafafa !important;
  color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-100:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f4f4f5 !important;
  color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f4f4f5 !important;
  color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f4f4f5 !important;
  color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f4f4f5 !important;
  color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f4f4f5 !important;
  color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-200:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e4e4e7 !important;
  color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e4e4e7 !important;
  color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e4e4e7 !important;
  color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e4e4e7 !important;
  color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e4e4e7 !important;
  color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-300:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d4d4d8 !important;
  color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d4d4d8 !important;
  color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d4d4d8 !important;
  color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d4d4d8 !important;
  color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d4d4d8 !important;
  color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-400:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a1a1aa !important;
  color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a1a1aa !important;
  color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a1a1aa !important;
  color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a1a1aa !important;
  color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a1a1aa !important;
  color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-500:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #71717a !important;
  color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #71717a !important;
  color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #71717a !important;
  color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #71717a !important;
  color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #71717a !important;
  color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-600:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #52525b !important;
  color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #52525b !important;
  color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #52525b !important;
  color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #52525b !important;
  color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #52525b !important;
  color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-700:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3f3f46 !important;
  color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3f3f46 !important;
  color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3f3f46 !important;
  color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3f3f46 !important;
  color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #3f3f46 !important;
  color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-800:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #27272a !important;
  color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #27272a !important;
  color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #27272a !important;
  color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #27272a !important;
  color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #27272a !important;
  color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-900:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #18181b !important;
  color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #18181b !important;
  color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #18181b !important;
  color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #18181b !important;
  color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-zinc-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #18181b !important;
  color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-50:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafafa !important;
  color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafafa !important;
  color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafafa !important;
  color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafafa !important;
  color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafafa !important;
  color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-100:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f5f5 !important;
  color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f5f5 !important;
  color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f5f5 !important;
  color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f5f5 !important;
  color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f5f5 !important;
  color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-200:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e5e5e5 !important;
  color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e5e5e5 !important;
  color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e5e5e5 !important;
  color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e5e5e5 !important;
  color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e5e5e5 !important;
  color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-300:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d4d4d4 !important;
  color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d4d4d4 !important;
  color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d4d4d4 !important;
  color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d4d4d4 !important;
  color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d4d4d4 !important;
  color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-400:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3a3a3 !important;
  color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3a3a3 !important;
  color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3a3a3 !important;
  color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3a3a3 !important;
  color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3a3a3 !important;
  color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-500:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #737373 !important;
  color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #737373 !important;
  color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #737373 !important;
  color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #737373 !important;
  color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #737373 !important;
  color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-600:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #525252 !important;
  color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #525252 !important;
  color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #525252 !important;
  color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #525252 !important;
  color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #525252 !important;
  color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-700:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #404040 !important;
  color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #404040 !important;
  color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #404040 !important;
  color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #404040 !important;
  color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #404040 !important;
  color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-800:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #262626 !important;
  color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #262626 !important;
  color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #262626 !important;
  color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #262626 !important;
  color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #262626 !important;
  color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-900:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #171717 !important;
  color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #171717 !important;
  color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #171717 !important;
  color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #171717 !important;
  color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-neutral-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #171717 !important;
  color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-50:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafaf9 !important;
  color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafaf9 !important;
  color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafaf9 !important;
  color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafaf9 !important;
  color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fafaf9 !important;
  color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-100:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f5f4 !important;
  color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f5f4 !important;
  color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f5f4 !important;
  color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f5f4 !important;
  color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f5f4 !important;
  color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-200:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e7e5e4 !important;
  color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e7e5e4 !important;
  color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e7e5e4 !important;
  color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e7e5e4 !important;
  color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e7e5e4 !important;
  color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-300:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d6d3d1 !important;
  color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d6d3d1 !important;
  color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d6d3d1 !important;
  color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d6d3d1 !important;
  color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d6d3d1 !important;
  color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-400:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a8a29e !important;
  color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a8a29e !important;
  color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a8a29e !important;
  color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a8a29e !important;
  color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a8a29e !important;
  color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-500:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #78716c !important;
  color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #78716c !important;
  color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #78716c !important;
  color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #78716c !important;
  color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #78716c !important;
  color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-600:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #57534e !important;
  color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #57534e !important;
  color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #57534e !important;
  color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #57534e !important;
  color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #57534e !important;
  color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-700:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #44403c !important;
  color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #44403c !important;
  color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #44403c !important;
  color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #44403c !important;
  color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #44403c !important;
  color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-800:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #292524 !important;
  color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #292524 !important;
  color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #292524 !important;
  color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #292524 !important;
  color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #292524 !important;
  color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-900:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1c1917 !important;
  color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1c1917 !important;
  color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1c1917 !important;
  color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1c1917 !important;
  color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-stone-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1c1917 !important;
  color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-50:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fffbeb !important;
  color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fffbeb !important;
  color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fffbeb !important;
  color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fffbeb !important;
  color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fffbeb !important;
  color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-100:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef3c7 !important;
  color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef3c7 !important;
  color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef3c7 !important;
  color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef3c7 !important;
  color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef3c7 !important;
  color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-200:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fde68a !important;
  color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fde68a !important;
  color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fde68a !important;
  color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fde68a !important;
  color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fde68a !important;
  color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-300:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fcd34d !important;
  color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fcd34d !important;
  color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fcd34d !important;
  color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fcd34d !important;
  color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fcd34d !important;
  color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-400:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbbf24 !important;
  color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbbf24 !important;
  color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbbf24 !important;
  color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbbf24 !important;
  color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbbf24 !important;
  color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-500:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f59e0b !important;
  color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f59e0b !important;
  color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f59e0b !important;
  color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f59e0b !important;
  color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f59e0b !important;
  color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-600:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d97706 !important;
  color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d97706 !important;
  color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d97706 !important;
  color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d97706 !important;
  color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d97706 !important;
  color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-700:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b45309 !important;
  color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b45309 !important;
  color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b45309 !important;
  color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b45309 !important;
  color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #b45309 !important;
  color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-800:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #92400e !important;
  color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #92400e !important;
  color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #92400e !important;
  color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #92400e !important;
  color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #92400e !important;
  color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-900:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #78350f !important;
  color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #78350f !important;
  color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #78350f !important;
  color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #78350f !important;
  color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #78350f !important;
  color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-50:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f7fee7 !important;
  color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f7fee7 !important;
  color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f7fee7 !important;
  color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f7fee7 !important;
  color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f7fee7 !important;
  color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-100:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfccb !important;
  color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfccb !important;
  color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfccb !important;
  color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfccb !important;
  color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfccb !important;
  color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-200:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d9f99d !important;
  color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d9f99d !important;
  color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d9f99d !important;
  color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d9f99d !important;
  color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d9f99d !important;
  color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-300:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bef264 !important;
  color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bef264 !important;
  color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bef264 !important;
  color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bef264 !important;
  color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #bef264 !important;
  color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-400:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3e635 !important;
  color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3e635 !important;
  color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3e635 !important;
  color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3e635 !important;
  color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3e635 !important;
  color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-500:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #84cc16 !important;
  color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #84cc16 !important;
  color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #84cc16 !important;
  color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #84cc16 !important;
  color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #84cc16 !important;
  color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-600:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #65a30d !important;
  color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #65a30d !important;
  color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #65a30d !important;
  color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #65a30d !important;
  color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #65a30d !important;
  color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-700:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4d7c0f !important;
  color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4d7c0f !important;
  color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4d7c0f !important;
  color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4d7c0f !important;
  color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4d7c0f !important;
  color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-800:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3f6212 !important;
  color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3f6212 !important;
  color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3f6212 !important;
  color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3f6212 !important;
  color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #3f6212 !important;
  color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-900:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #365314 !important;
  color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #365314 !important;
  color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #365314 !important;
  color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #365314 !important;
  color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #365314 !important;
  color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-50:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfdf5 !important;
  color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfdf5 !important;
  color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfdf5 !important;
  color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfdf5 !important;
  color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfdf5 !important;
  color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-100:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d1fae5 !important;
  color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d1fae5 !important;
  color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d1fae5 !important;
  color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d1fae5 !important;
  color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d1fae5 !important;
  color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-200:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a7f3d0 !important;
  color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a7f3d0 !important;
  color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a7f3d0 !important;
  color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a7f3d0 !important;
  color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a7f3d0 !important;
  color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-300:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6ee7b7 !important;
  color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6ee7b7 !important;
  color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6ee7b7 !important;
  color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6ee7b7 !important;
  color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #6ee7b7 !important;
  color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-400:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #34d399 !important;
  color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #34d399 !important;
  color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #34d399 !important;
  color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #34d399 !important;
  color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #34d399 !important;
  color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-500:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #10b981 !important;
  color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #10b981 !important;
  color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #10b981 !important;
  color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #10b981 !important;
  color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #10b981 !important;
  color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-600:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #059669 !important;
  color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #059669 !important;
  color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #059669 !important;
  color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #059669 !important;
  color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #059669 !important;
  color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-700:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #047857 !important;
  color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #047857 !important;
  color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #047857 !important;
  color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #047857 !important;
  color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #047857 !important;
  color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-800:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #065f46 !important;
  color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #065f46 !important;
  color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #065f46 !important;
  color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #065f46 !important;
  color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #065f46 !important;
  color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-900:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #064e3b !important;
  color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #064e3b !important;
  color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #064e3b !important;
  color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #064e3b !important;
  color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #064e3b !important;
  color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-50:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfeff !important;
  color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfeff !important;
  color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfeff !important;
  color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfeff !important;
  color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfeff !important;
  color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-100:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #cffafe !important;
  color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #cffafe !important;
  color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #cffafe !important;
  color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #cffafe !important;
  color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #cffafe !important;
  color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-200:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a5f3fc !important;
  color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a5f3fc !important;
  color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a5f3fc !important;
  color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a5f3fc !important;
  color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a5f3fc !important;
  color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-300:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #67e8f9 !important;
  color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #67e8f9 !important;
  color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #67e8f9 !important;
  color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #67e8f9 !important;
  color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #67e8f9 !important;
  color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-400:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22d3ee !important;
  color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22d3ee !important;
  color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22d3ee !important;
  color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22d3ee !important;
  color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #22d3ee !important;
  color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-500:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #06b6d4 !important;
  color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #06b6d4 !important;
  color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #06b6d4 !important;
  color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #06b6d4 !important;
  color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #06b6d4 !important;
  color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-600:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0891b2 !important;
  color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0891b2 !important;
  color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0891b2 !important;
  color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0891b2 !important;
  color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0891b2 !important;
  color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-700:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0e7490 !important;
  color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0e7490 !important;
  color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0e7490 !important;
  color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0e7490 !important;
  color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0e7490 !important;
  color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-800:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #155e75 !important;
  color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #155e75 !important;
  color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #155e75 !important;
  color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #155e75 !important;
  color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #155e75 !important;
  color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-900:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #164e63 !important;
  color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #164e63 !important;
  color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #164e63 !important;
  color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #164e63 !important;
  color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #164e63 !important;
  color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-50:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0f9ff !important;
  color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0f9ff !important;
  color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0f9ff !important;
  color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0f9ff !important;
  color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0f9ff !important;
  color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-100:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e0f2fe !important;
  color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e0f2fe !important;
  color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e0f2fe !important;
  color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e0f2fe !important;
  color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e0f2fe !important;
  color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-200:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bae6fd !important;
  color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bae6fd !important;
  color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bae6fd !important;
  color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bae6fd !important;
  color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #bae6fd !important;
  color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-300:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7dd3fc !important;
  color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7dd3fc !important;
  color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7dd3fc !important;
  color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7dd3fc !important;
  color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #7dd3fc !important;
  color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-400:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #38bdf8 !important;
  color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #38bdf8 !important;
  color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #38bdf8 !important;
  color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #38bdf8 !important;
  color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #38bdf8 !important;
  color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-500:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0ea5e9 !important;
  color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0ea5e9 !important;
  color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0ea5e9 !important;
  color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0ea5e9 !important;
  color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0ea5e9 !important;
  color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-600:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0284c7 !important;
  color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0284c7 !important;
  color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0284c7 !important;
  color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0284c7 !important;
  color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0284c7 !important;
  color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-700:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0369a1 !important;
  color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0369a1 !important;
  color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0369a1 !important;
  color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0369a1 !important;
  color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0369a1 !important;
  color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-800:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #075985 !important;
  color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #075985 !important;
  color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #075985 !important;
  color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #075985 !important;
  color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #075985 !important;
  color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-900:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0c4a6e !important;
  color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0c4a6e !important;
  color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0c4a6e !important;
  color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0c4a6e !important;
  color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-sky-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0c4a6e !important;
  color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-50:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f3ff !important;
  color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f3ff !important;
  color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f3ff !important;
  color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f3ff !important;
  color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f3ff !important;
  color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-100:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ede9fe !important;
  color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ede9fe !important;
  color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ede9fe !important;
  color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ede9fe !important;
  color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ede9fe !important;
  color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-200:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ddd6fe !important;
  color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ddd6fe !important;
  color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ddd6fe !important;
  color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ddd6fe !important;
  color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ddd6fe !important;
  color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-300:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c4b5fd !important;
  color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c4b5fd !important;
  color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c4b5fd !important;
  color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c4b5fd !important;
  color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c4b5fd !important;
  color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-400:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a78bfa !important;
  color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a78bfa !important;
  color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a78bfa !important;
  color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a78bfa !important;
  color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a78bfa !important;
  color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-500:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #8b5cf6 !important;
  color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #8b5cf6 !important;
  color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #8b5cf6 !important;
  color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #8b5cf6 !important;
  color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #8b5cf6 !important;
  color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-600:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7c3aed !important;
  color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7c3aed !important;
  color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7c3aed !important;
  color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7c3aed !important;
  color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #7c3aed !important;
  color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-700:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6d28d9 !important;
  color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6d28d9 !important;
  color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6d28d9 !important;
  color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6d28d9 !important;
  color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #6d28d9 !important;
  color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-800:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5b21b6 !important;
  color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5b21b6 !important;
  color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5b21b6 !important;
  color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5b21b6 !important;
  color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #5b21b6 !important;
  color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-900:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c1d95 !important;
  color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c1d95 !important;
  color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c1d95 !important;
  color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c1d95 !important;
  color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c1d95 !important;
  color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-50:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdf4ff !important;
  color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdf4ff !important;
  color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdf4ff !important;
  color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdf4ff !important;
  color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdf4ff !important;
  color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-100:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fae8ff !important;
  color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fae8ff !important;
  color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fae8ff !important;
  color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fae8ff !important;
  color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fae8ff !important;
  color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-200:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5d0fe !important;
  color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5d0fe !important;
  color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5d0fe !important;
  color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5d0fe !important;
  color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5d0fe !important;
  color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-300:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0abfc !important;
  color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0abfc !important;
  color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0abfc !important;
  color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0abfc !important;
  color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0abfc !important;
  color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-400:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e879f9 !important;
  color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e879f9 !important;
  color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e879f9 !important;
  color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e879f9 !important;
  color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e879f9 !important;
  color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-500:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d946ef !important;
  color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d946ef !important;
  color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d946ef !important;
  color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d946ef !important;
  color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d946ef !important;
  color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-600:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c026d3 !important;
  color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c026d3 !important;
  color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c026d3 !important;
  color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c026d3 !important;
  color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c026d3 !important;
  color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-700:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a21caf !important;
  color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a21caf !important;
  color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a21caf !important;
  color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a21caf !important;
  color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a21caf !important;
  color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-800:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #86198f !important;
  color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #86198f !important;
  color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #86198f !important;
  color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #86198f !important;
  color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #86198f !important;
  color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-900:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #701a75 !important;
  color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #701a75 !important;
  color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #701a75 !important;
  color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #701a75 !important;
  color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #701a75 !important;
  color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-50:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff1f2 !important;
  color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff1f2 !important;
  color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff1f2 !important;
  color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff1f2 !important;
  color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff1f2 !important;
  color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-100:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffe4e6 !important;
  color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffe4e6 !important;
  color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffe4e6 !important;
  color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffe4e6 !important;
  color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffe4e6 !important;
  color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-200:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fecdd3 !important;
  color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fecdd3 !important;
  color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fecdd3 !important;
  color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fecdd3 !important;
  color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fecdd3 !important;
  color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-300:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fda4af !important;
  color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fda4af !important;
  color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fda4af !important;
  color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fda4af !important;
  color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fda4af !important;
  color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-400:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fb7185 !important;
  color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fb7185 !important;
  color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fb7185 !important;
  color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fb7185 !important;
  color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fb7185 !important;
  color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-500:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f43f5e !important;
  color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f43f5e !important;
  color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f43f5e !important;
  color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f43f5e !important;
  color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f43f5e !important;
  color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-600:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e11d48 !important;
  color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e11d48 !important;
  color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e11d48 !important;
  color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e11d48 !important;
  color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e11d48 !important;
  color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-700:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #be123c !important;
  color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #be123c !important;
  color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #be123c !important;
  color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #be123c !important;
  color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #be123c !important;
  color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-800:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9f1239 !important;
  color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9f1239 !important;
  color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9f1239 !important;
  color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9f1239 !important;
  color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9f1239 !important;
  color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-900:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #881337 !important;
  color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #881337 !important;
  color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #881337 !important;
  color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #881337 !important;
  color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #881337 !important;
  color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
}

.tw-placeholder-opacity-0::-webkit-input-placeholder {
  --placeholder-opacity: 0 !important;
}

.tw-placeholder-opacity-0::-moz-placeholder {
  --placeholder-opacity: 0 !important;
}

.tw-placeholder-opacity-0:-ms-input-placeholder {
  --placeholder-opacity: 0 !important;
}

.tw-placeholder-opacity-0::-ms-input-placeholder {
  --placeholder-opacity: 0 !important;
}

.tw-placeholder-opacity-0::placeholder {
  --placeholder-opacity: 0 !important;
}

.tw-placeholder-opacity-25::-webkit-input-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.tw-placeholder-opacity-25::-moz-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.tw-placeholder-opacity-25:-ms-input-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.tw-placeholder-opacity-25::-ms-input-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.tw-placeholder-opacity-25::placeholder {
  --placeholder-opacity: 0.25 !important;
}

.tw-placeholder-opacity-50::-webkit-input-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.tw-placeholder-opacity-50::-moz-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.tw-placeholder-opacity-50:-ms-input-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.tw-placeholder-opacity-50::-ms-input-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.tw-placeholder-opacity-50::placeholder {
  --placeholder-opacity: 0.5 !important;
}

.tw-placeholder-opacity-75::-webkit-input-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.tw-placeholder-opacity-75::-moz-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.tw-placeholder-opacity-75:-ms-input-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.tw-placeholder-opacity-75::-ms-input-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.tw-placeholder-opacity-75::placeholder {
  --placeholder-opacity: 0.75 !important;
}

.tw-placeholder-opacity-100::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
}

.tw-placeholder-opacity-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
}

.tw-placeholder-opacity-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
}

.tw-placeholder-opacity-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
}

.tw-placeholder-opacity-100::placeholder {
  --placeholder-opacity: 1 !important;
}

.focus\:tw-placeholder-opacity-0:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0 !important;
}

.focus\:tw-placeholder-opacity-0:focus::-moz-placeholder {
  --placeholder-opacity: 0 !important;
}

.focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder {
  --placeholder-opacity: 0 !important;
}

.focus\:tw-placeholder-opacity-0:focus::-ms-input-placeholder {
  --placeholder-opacity: 0 !important;
}

.focus\:tw-placeholder-opacity-0:focus::placeholder {
  --placeholder-opacity: 0 !important;
}

.focus\:tw-placeholder-opacity-25:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.focus\:tw-placeholder-opacity-25:focus::-moz-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.focus\:tw-placeholder-opacity-25:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.focus\:tw-placeholder-opacity-25:focus::placeholder {
  --placeholder-opacity: 0.25 !important;
}

.focus\:tw-placeholder-opacity-50:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.focus\:tw-placeholder-opacity-50:focus::-moz-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.focus\:tw-placeholder-opacity-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.focus\:tw-placeholder-opacity-50:focus::placeholder {
  --placeholder-opacity: 0.5 !important;
}

.focus\:tw-placeholder-opacity-75:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.focus\:tw-placeholder-opacity-75:focus::-moz-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.focus\:tw-placeholder-opacity-75:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.focus\:tw-placeholder-opacity-75:focus::placeholder {
  --placeholder-opacity: 0.75 !important;
}

.focus\:tw-placeholder-opacity-100:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
}

.focus\:tw-placeholder-opacity-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
}

.focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
}

.focus\:tw-placeholder-opacity-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
}

.focus\:tw-placeholder-opacity-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
}

.tw-pointer-events-none {
  pointer-events: none !important;
}

.tw-pointer-events-auto {
  pointer-events: auto !important;
}

.tw-static {
  position: static !important;
}

.tw-fixed {
  position: fixed !important;
}

.tw-absolute {
  position: absolute !important;
}

.tw-relative {
  position: relative !important;
}

.tw-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.tw-inset-0 {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.tw-inset-auto {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.tw-inset-y-0 {
  top: 0 !important;
  bottom: 0 !important;
}

.tw-inset-x-0 {
  right: 0 !important;
  left: 0 !important;
}

.tw-inset-y-auto {
  top: auto !important;
  bottom: auto !important;
}

.tw-inset-x-auto {
  right: auto !important;
  left: auto !important;
}

.tw-top-0 {
  top: 0 !important;
}

.tw-right-0 {
  right: 0 !important;
}

.tw-bottom-0 {
  bottom: 0 !important;
}

.tw-left-0 {
  left: 0 !important;
}

.tw-top-auto {
  top: auto !important;
}

.tw-right-auto {
  right: auto !important;
}

.tw-bottom-auto {
  bottom: auto !important;
}

.tw-left-auto {
  left: auto !important;
}

.tw-resize-none {
  resize: none !important;
}

.tw-resize-y {
  resize: vertical !important;
}

.tw-resize-x {
  resize: horizontal !important;
}

.tw-resize {
  resize: both !important;
}

.tw-shadow-xs {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.tw-shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.tw-shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.tw-shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.tw-shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.tw-shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.tw-shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.tw-shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.tw-shadow-outline {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.tw-shadow-none {
  box-shadow: none !important;
}

.hover\:tw-shadow-xs:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.hover\:tw-shadow-sm:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.hover\:tw-shadow:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.hover\:tw-shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.hover\:tw-shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.hover\:tw-shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.hover\:tw-shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.hover\:tw-shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.hover\:tw-shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.hover\:tw-shadow-none:hover {
  box-shadow: none !important;
}

.focus\:tw-shadow-xs:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.focus\:tw-shadow-sm:focus {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.focus\:tw-shadow:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.focus\:tw-shadow-md:focus {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.focus\:tw-shadow-lg:focus {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.focus\:tw-shadow-xl:focus {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.focus\:tw-shadow-2xl:focus {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.focus\:tw-shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.focus\:tw-shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.focus\:tw-shadow-none:focus {
  box-shadow: none !important;
}

.tw-fill-current {
  fill: currentColor !important;
}

.tw-stroke-current {
  stroke: currentColor !important;
}

.tw-stroke-0 {
  stroke-width: 0 !important;
}

.tw-stroke-1 {
  stroke-width: 1 !important;
}

.tw-stroke-2 {
  stroke-width: 2 !important;
}

.tw-table-auto {
  table-layout: auto !important;
}

.tw-table-fixed {
  table-layout: fixed !important;
}

.tw-text-left {
  text-align: left !important;
}

.tw-text-center {
  text-align: center !important;
}

.tw-text-right {
  text-align: right !important;
}

.tw-text-justify {
  text-align: justify !important;
}

.tw-text-transparent {
  color: transparent !important;
}

.tw-text-current {
  color: currentColor !important;
}

.tw-text-black {
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.tw-text-white {
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.tw-text-gray-50 {
  --text-opacity: 1 !important;
  color: #f9fafb !important;
  color: rgba(249, 250, 251, var(--text-opacity)) !important;
}

.tw-text-gray-100 {
  --text-opacity: 1 !important;
  color: #f3f4f6 !important;
  color: rgba(243, 244, 246, var(--text-opacity)) !important;
}

.tw-text-gray-200 {
  --text-opacity: 1 !important;
  color: #e5e7eb !important;
  color: rgba(229, 231, 235, var(--text-opacity)) !important;
}

.tw-text-gray-300 {
  --text-opacity: 1 !important;
  color: #d1d5db !important;
  color: rgba(209, 213, 219, var(--text-opacity)) !important;
}

.tw-text-gray-400 {
  --text-opacity: 1 !important;
  color: #9ca3af !important;
  color: rgba(156, 163, 175, var(--text-opacity)) !important;
}

.tw-text-gray-500 {
  --text-opacity: 1 !important;
  color: #6b7280 !important;
  color: rgba(107, 114, 128, var(--text-opacity)) !important;
}

.tw-text-gray-600 {
  --text-opacity: 1 !important;
  color: #4b5563 !important;
  color: rgba(75, 85, 99, var(--text-opacity)) !important;
}

.tw-text-gray-700 {
  --text-opacity: 1 !important;
  color: #374151 !important;
  color: rgba(55, 65, 81, var(--text-opacity)) !important;
}

.tw-text-gray-800 {
  --text-opacity: 1 !important;
  color: #1f2937 !important;
  color: rgba(31, 41, 55, var(--text-opacity)) !important;
}

.tw-text-gray-900 {
  --text-opacity: 1 !important;
  color: #111827 !important;
  color: rgba(17, 24, 39, var(--text-opacity)) !important;
}

.tw-text-red-50 {
  --text-opacity: 1 !important;
  color: #fef2f2 !important;
  color: rgba(254, 242, 242, var(--text-opacity)) !important;
}

.tw-text-red-100 {
  --text-opacity: 1 !important;
  color: #fee2e2 !important;
  color: rgba(254, 226, 226, var(--text-opacity)) !important;
}

.tw-text-red-200 {
  --text-opacity: 1 !important;
  color: #fecaca !important;
  color: rgba(254, 202, 202, var(--text-opacity)) !important;
}

.tw-text-red-300 {
  --text-opacity: 1 !important;
  color: #fca5a5 !important;
  color: rgba(252, 165, 165, var(--text-opacity)) !important;
}

.tw-text-red-400 {
  --text-opacity: 1 !important;
  color: #f87171 !important;
  color: rgba(248, 113, 113, var(--text-opacity)) !important;
}

.tw-text-red-500 {
  --text-opacity: 1 !important;
  color: #ef4444 !important;
  color: rgba(239, 68, 68, var(--text-opacity)) !important;
}

.tw-text-red-600 {
  --text-opacity: 1 !important;
  color: #dc2626 !important;
  color: rgba(220, 38, 38, var(--text-opacity)) !important;
}

.tw-text-red-700 {
  --text-opacity: 1 !important;
  color: #b91c1c !important;
  color: rgba(185, 28, 28, var(--text-opacity)) !important;
}

.tw-text-red-800 {
  --text-opacity: 1 !important;
  color: #991b1b !important;
  color: rgba(153, 27, 27, var(--text-opacity)) !important;
}

.tw-text-red-900 {
  --text-opacity: 1 !important;
  color: #7f1d1d !important;
  color: rgba(127, 29, 29, var(--text-opacity)) !important;
}

.tw-text-orange-50 {
  --text-opacity: 1 !important;
  color: #fff7ed !important;
  color: rgba(255, 247, 237, var(--text-opacity)) !important;
}

.tw-text-orange-100 {
  --text-opacity: 1 !important;
  color: #ffedd5 !important;
  color: rgba(255, 237, 213, var(--text-opacity)) !important;
}

.tw-text-orange-200 {
  --text-opacity: 1 !important;
  color: #fed7aa !important;
  color: rgba(254, 215, 170, var(--text-opacity)) !important;
}

.tw-text-orange-300 {
  --text-opacity: 1 !important;
  color: #fdba74 !important;
  color: rgba(253, 186, 116, var(--text-opacity)) !important;
}

.tw-text-orange-400 {
  --text-opacity: 1 !important;
  color: #fb923c !important;
  color: rgba(251, 146, 60, var(--text-opacity)) !important;
}

.tw-text-orange-500 {
  --text-opacity: 1 !important;
  color: #f97316 !important;
  color: rgba(249, 115, 22, var(--text-opacity)) !important;
}

.tw-text-orange-600 {
  --text-opacity: 1 !important;
  color: #ea580c !important;
  color: rgba(234, 88, 12, var(--text-opacity)) !important;
}

.tw-text-orange-700 {
  --text-opacity: 1 !important;
  color: #c2410c !important;
  color: rgba(194, 65, 12, var(--text-opacity)) !important;
}

.tw-text-orange-800 {
  --text-opacity: 1 !important;
  color: #9a3412 !important;
  color: rgba(154, 52, 18, var(--text-opacity)) !important;
}

.tw-text-orange-900 {
  --text-opacity: 1 !important;
  color: #7c2d12 !important;
  color: rgba(124, 45, 18, var(--text-opacity)) !important;
}

.tw-text-yellow-50 {
  --text-opacity: 1 !important;
  color: #fefce8 !important;
  color: rgba(254, 252, 232, var(--text-opacity)) !important;
}

.tw-text-yellow-100 {
  --text-opacity: 1 !important;
  color: #fef9c3 !important;
  color: rgba(254, 249, 195, var(--text-opacity)) !important;
}

.tw-text-yellow-200 {
  --text-opacity: 1 !important;
  color: #fef08a !important;
  color: rgba(254, 240, 138, var(--text-opacity)) !important;
}

.tw-text-yellow-300 {
  --text-opacity: 1 !important;
  color: #fde047 !important;
  color: rgba(253, 224, 71, var(--text-opacity)) !important;
}

.tw-text-yellow-400 {
  --text-opacity: 1 !important;
  color: #facc15 !important;
  color: rgba(250, 204, 21, var(--text-opacity)) !important;
}

.tw-text-yellow-500 {
  --text-opacity: 1 !important;
  color: #eab308 !important;
  color: rgba(234, 179, 8, var(--text-opacity)) !important;
}

.tw-text-yellow-600 {
  --text-opacity: 1 !important;
  color: #ca8a04 !important;
  color: rgba(202, 138, 4, var(--text-opacity)) !important;
}

.tw-text-yellow-700 {
  --text-opacity: 1 !important;
  color: #a16207 !important;
  color: rgba(161, 98, 7, var(--text-opacity)) !important;
}

.tw-text-yellow-800 {
  --text-opacity: 1 !important;
  color: #854d0e !important;
  color: rgba(133, 77, 14, var(--text-opacity)) !important;
}

.tw-text-yellow-900 {
  --text-opacity: 1 !important;
  color: #713f12 !important;
  color: rgba(113, 63, 18, var(--text-opacity)) !important;
}

.tw-text-green-50 {
  --text-opacity: 1 !important;
  color: #f0fdf4 !important;
  color: rgba(240, 253, 244, var(--text-opacity)) !important;
}

.tw-text-green-100 {
  --text-opacity: 1 !important;
  color: #dcfce7 !important;
  color: rgba(220, 252, 231, var(--text-opacity)) !important;
}

.tw-text-green-200 {
  --text-opacity: 1 !important;
  color: #bbf7d0 !important;
  color: rgba(187, 247, 208, var(--text-opacity)) !important;
}

.tw-text-green-300 {
  --text-opacity: 1 !important;
  color: #86efac !important;
  color: rgba(134, 239, 172, var(--text-opacity)) !important;
}

.tw-text-green-400 {
  --text-opacity: 1 !important;
  color: #4ade80 !important;
  color: rgba(74, 222, 128, var(--text-opacity)) !important;
}

.tw-text-green-500 {
  --text-opacity: 1 !important;
  color: #22c55e !important;
  color: rgba(34, 197, 94, var(--text-opacity)) !important;
}

.tw-text-green-600 {
  --text-opacity: 1 !important;
  color: #16a34a !important;
  color: rgba(22, 163, 74, var(--text-opacity)) !important;
}

.tw-text-green-700 {
  --text-opacity: 1 !important;
  color: #15803d !important;
  color: rgba(21, 128, 61, var(--text-opacity)) !important;
}

.tw-text-green-800 {
  --text-opacity: 1 !important;
  color: #166534 !important;
  color: rgba(22, 101, 52, var(--text-opacity)) !important;
}

.tw-text-green-900 {
  --text-opacity: 1 !important;
  color: #14532d !important;
  color: rgba(20, 83, 45, var(--text-opacity)) !important;
}

.tw-text-teal-50 {
  --text-opacity: 1 !important;
  color: #f0fdfa !important;
  color: rgba(240, 253, 250, var(--text-opacity)) !important;
}

.tw-text-teal-100 {
  --text-opacity: 1 !important;
  color: #ccfbf1 !important;
  color: rgba(204, 251, 241, var(--text-opacity)) !important;
}

.tw-text-teal-200 {
  --text-opacity: 1 !important;
  color: #99f6e4 !important;
  color: rgba(153, 246, 228, var(--text-opacity)) !important;
}

.tw-text-teal-300 {
  --text-opacity: 1 !important;
  color: #5eead4 !important;
  color: rgba(94, 234, 212, var(--text-opacity)) !important;
}

.tw-text-teal-400 {
  --text-opacity: 1 !important;
  color: #2dd4bf !important;
  color: rgba(45, 212, 191, var(--text-opacity)) !important;
}

.tw-text-teal-500 {
  --text-opacity: 1 !important;
  color: #14b8a6 !important;
  color: rgba(20, 184, 166, var(--text-opacity)) !important;
}

.tw-text-teal-600 {
  --text-opacity: 1 !important;
  color: #0d9488 !important;
  color: rgba(13, 148, 136, var(--text-opacity)) !important;
}

.tw-text-teal-700 {
  --text-opacity: 1 !important;
  color: #0f766e !important;
  color: rgba(15, 118, 110, var(--text-opacity)) !important;
}

.tw-text-teal-800 {
  --text-opacity: 1 !important;
  color: #115e59 !important;
  color: rgba(17, 94, 89, var(--text-opacity)) !important;
}

.tw-text-teal-900 {
  --text-opacity: 1 !important;
  color: #134e4a !important;
  color: rgba(19, 78, 74, var(--text-opacity)) !important;
}

.tw-text-blue-50 {
  --text-opacity: 1 !important;
  color: #eff6ff !important;
  color: rgba(239, 246, 255, var(--text-opacity)) !important;
}

.tw-text-blue-100 {
  --text-opacity: 1 !important;
  color: #dbeafe !important;
  color: rgba(219, 234, 254, var(--text-opacity)) !important;
}

.tw-text-blue-200 {
  --text-opacity: 1 !important;
  color: #bfdbfe !important;
  color: rgba(191, 219, 254, var(--text-opacity)) !important;
}

.tw-text-blue-300 {
  --text-opacity: 1 !important;
  color: #93c5fd !important;
  color: rgba(147, 197, 253, var(--text-opacity)) !important;
}

.tw-text-blue-400 {
  --text-opacity: 1 !important;
  color: #60a5fa !important;
  color: rgba(96, 165, 250, var(--text-opacity)) !important;
}

.tw-text-blue-500 {
  --text-opacity: 1 !important;
  color: #3b82f6 !important;
  color: rgba(59, 130, 246, var(--text-opacity)) !important;
}

.tw-text-blue-600 {
  --text-opacity: 1 !important;
  color: #2563eb !important;
  color: rgba(37, 99, 235, var(--text-opacity)) !important;
}

.tw-text-blue-700 {
  --text-opacity: 1 !important;
  color: #1d4ed8 !important;
  color: rgba(29, 78, 216, var(--text-opacity)) !important;
}

.tw-text-blue-800 {
  --text-opacity: 1 !important;
  color: #1e40af !important;
  color: rgba(30, 64, 175, var(--text-opacity)) !important;
}

.tw-text-blue-900 {
  --text-opacity: 1 !important;
  color: #1e3a8a !important;
  color: rgba(30, 58, 138, var(--text-opacity)) !important;
}

.tw-text-indigo-50 {
  --text-opacity: 1 !important;
  color: #eef2ff !important;
  color: rgba(238, 242, 255, var(--text-opacity)) !important;
}

.tw-text-indigo-100 {
  --text-opacity: 1 !important;
  color: #e0e7ff !important;
  color: rgba(224, 231, 255, var(--text-opacity)) !important;
}

.tw-text-indigo-200 {
  --text-opacity: 1 !important;
  color: #c7d2fe !important;
  color: rgba(199, 210, 254, var(--text-opacity)) !important;
}

.tw-text-indigo-300 {
  --text-opacity: 1 !important;
  color: #a5b4fc !important;
  color: rgba(165, 180, 252, var(--text-opacity)) !important;
}

.tw-text-indigo-400 {
  --text-opacity: 1 !important;
  color: #818cf8 !important;
  color: rgba(129, 140, 248, var(--text-opacity)) !important;
}

.tw-text-indigo-500 {
  --text-opacity: 1 !important;
  color: #6366f1 !important;
  color: rgba(99, 102, 241, var(--text-opacity)) !important;
}

.tw-text-indigo-600 {
  --text-opacity: 1 !important;
  color: #4f46e5 !important;
  color: rgba(79, 70, 229, var(--text-opacity)) !important;
}

.tw-text-indigo-700 {
  --text-opacity: 1 !important;
  color: #4338ca !important;
  color: rgba(67, 56, 202, var(--text-opacity)) !important;
}

.tw-text-indigo-800 {
  --text-opacity: 1 !important;
  color: #3730a3 !important;
  color: rgba(55, 48, 163, var(--text-opacity)) !important;
}

.tw-text-indigo-900 {
  --text-opacity: 1 !important;
  color: #312e81 !important;
  color: rgba(49, 46, 129, var(--text-opacity)) !important;
}

.tw-text-purple-50 {
  --text-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--text-opacity)) !important;
}

.tw-text-purple-100 {
  --text-opacity: 1 !important;
  color: #f3e8ff !important;
  color: rgba(243, 232, 255, var(--text-opacity)) !important;
}

.tw-text-purple-200 {
  --text-opacity: 1 !important;
  color: #e9d5ff !important;
  color: rgba(233, 213, 255, var(--text-opacity)) !important;
}

.tw-text-purple-300 {
  --text-opacity: 1 !important;
  color: #d8b4fe !important;
  color: rgba(216, 180, 254, var(--text-opacity)) !important;
}

.tw-text-purple-400 {
  --text-opacity: 1 !important;
  color: #c084fc !important;
  color: rgba(192, 132, 252, var(--text-opacity)) !important;
}

.tw-text-purple-500 {
  --text-opacity: 1 !important;
  color: #a855f7 !important;
  color: rgba(168, 85, 247, var(--text-opacity)) !important;
}

.tw-text-purple-600 {
  --text-opacity: 1 !important;
  color: #9333ea !important;
  color: rgba(147, 51, 234, var(--text-opacity)) !important;
}

.tw-text-purple-700 {
  --text-opacity: 1 !important;
  color: #7e22ce !important;
  color: rgba(126, 34, 206, var(--text-opacity)) !important;
}

.tw-text-purple-800 {
  --text-opacity: 1 !important;
  color: #6b21a8 !important;
  color: rgba(107, 33, 168, var(--text-opacity)) !important;
}

.tw-text-purple-900 {
  --text-opacity: 1 !important;
  color: #581c87 !important;
  color: rgba(88, 28, 135, var(--text-opacity)) !important;
}

.tw-text-pink-50 {
  --text-opacity: 1 !important;
  color: #fdf2f8 !important;
  color: rgba(253, 242, 248, var(--text-opacity)) !important;
}

.tw-text-pink-100 {
  --text-opacity: 1 !important;
  color: #fce7f3 !important;
  color: rgba(252, 231, 243, var(--text-opacity)) !important;
}

.tw-text-pink-200 {
  --text-opacity: 1 !important;
  color: #fbcfe8 !important;
  color: rgba(251, 207, 232, var(--text-opacity)) !important;
}

.tw-text-pink-300 {
  --text-opacity: 1 !important;
  color: #f9a8d4 !important;
  color: rgba(249, 168, 212, var(--text-opacity)) !important;
}

.tw-text-pink-400 {
  --text-opacity: 1 !important;
  color: #f472b6 !important;
  color: rgba(244, 114, 182, var(--text-opacity)) !important;
}

.tw-text-pink-500 {
  --text-opacity: 1 !important;
  color: #ec4899 !important;
  color: rgba(236, 72, 153, var(--text-opacity)) !important;
}

.tw-text-pink-600 {
  --text-opacity: 1 !important;
  color: #db2777 !important;
  color: rgba(219, 39, 119, var(--text-opacity)) !important;
}

.tw-text-pink-700 {
  --text-opacity: 1 !important;
  color: #be185d !important;
  color: rgba(190, 24, 93, var(--text-opacity)) !important;
}

.tw-text-pink-800 {
  --text-opacity: 1 !important;
  color: #9d174d !important;
  color: rgba(157, 23, 77, var(--text-opacity)) !important;
}

.tw-text-pink-900 {
  --text-opacity: 1 !important;
  color: #831843 !important;
  color: rgba(131, 24, 67, var(--text-opacity)) !important;
}

.tw-text-app-main {
  --text-opacity: 1 !important;
  color: #F18D11 !important;
  color: rgba(241, 141, 17, var(--text-opacity)) !important;
}

.tw-text-app-sub-blue {
  --text-opacity: 1 !important;
  color: #1E548F !important;
  color: rgba(30, 84, 143, var(--text-opacity)) !important;
}

.tw-text-app-yellow {
  --text-opacity: 1 !important;
  color: #FFF5D1 !important;
  color: rgba(255, 245, 209, var(--text-opacity)) !important;
}

.tw-text-theme-primary {
  --text-opacity: 1 !important;
  color: #f3980f !important;
  color: rgba(243, 152, 15, var(--text-opacity)) !important;
}

.tw-text-theme-info {
  --text-opacity: 1 !important;
  color: #1b925a !important;
  color: rgba(27, 146, 90, var(--text-opacity)) !important;
}

.tw-text-slate-50 {
  --text-opacity: 1 !important;
  color: #f8fafc !important;
  color: rgba(248, 250, 252, var(--text-opacity)) !important;
}

.tw-text-slate-100 {
  --text-opacity: 1 !important;
  color: #f1f5f9 !important;
  color: rgba(241, 245, 249, var(--text-opacity)) !important;
}

.tw-text-slate-200 {
  --text-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--text-opacity)) !important;
}

.tw-text-slate-300 {
  --text-opacity: 1 !important;
  color: #cbd5e1 !important;
  color: rgba(203, 213, 225, var(--text-opacity)) !important;
}

.tw-text-slate-400 {
  --text-opacity: 1 !important;
  color: #94a3b8 !important;
  color: rgba(148, 163, 184, var(--text-opacity)) !important;
}

.tw-text-slate-500 {
  --text-opacity: 1 !important;
  color: #64748b !important;
  color: rgba(100, 116, 139, var(--text-opacity)) !important;
}

.tw-text-slate-600 {
  --text-opacity: 1 !important;
  color: #475569 !important;
  color: rgba(71, 85, 105, var(--text-opacity)) !important;
}

.tw-text-slate-700 {
  --text-opacity: 1 !important;
  color: #334155 !important;
  color: rgba(51, 65, 85, var(--text-opacity)) !important;
}

.tw-text-slate-800 {
  --text-opacity: 1 !important;
  color: #1e293b !important;
  color: rgba(30, 41, 59, var(--text-opacity)) !important;
}

.tw-text-slate-900 {
  --text-opacity: 1 !important;
  color: #0f172a !important;
  color: rgba(15, 23, 42, var(--text-opacity)) !important;
}

.tw-text-zinc-50 {
  --text-opacity: 1 !important;
  color: #fafafa !important;
  color: rgba(250, 250, 250, var(--text-opacity)) !important;
}

.tw-text-zinc-100 {
  --text-opacity: 1 !important;
  color: #f4f4f5 !important;
  color: rgba(244, 244, 245, var(--text-opacity)) !important;
}

.tw-text-zinc-200 {
  --text-opacity: 1 !important;
  color: #e4e4e7 !important;
  color: rgba(228, 228, 231, var(--text-opacity)) !important;
}

.tw-text-zinc-300 {
  --text-opacity: 1 !important;
  color: #d4d4d8 !important;
  color: rgba(212, 212, 216, var(--text-opacity)) !important;
}

.tw-text-zinc-400 {
  --text-opacity: 1 !important;
  color: #a1a1aa !important;
  color: rgba(161, 161, 170, var(--text-opacity)) !important;
}

.tw-text-zinc-500 {
  --text-opacity: 1 !important;
  color: #71717a !important;
  color: rgba(113, 113, 122, var(--text-opacity)) !important;
}

.tw-text-zinc-600 {
  --text-opacity: 1 !important;
  color: #52525b !important;
  color: rgba(82, 82, 91, var(--text-opacity)) !important;
}

.tw-text-zinc-700 {
  --text-opacity: 1 !important;
  color: #3f3f46 !important;
  color: rgba(63, 63, 70, var(--text-opacity)) !important;
}

.tw-text-zinc-800 {
  --text-opacity: 1 !important;
  color: #27272a !important;
  color: rgba(39, 39, 42, var(--text-opacity)) !important;
}

.tw-text-zinc-900 {
  --text-opacity: 1 !important;
  color: #18181b !important;
  color: rgba(24, 24, 27, var(--text-opacity)) !important;
}

.tw-text-neutral-50 {
  --text-opacity: 1 !important;
  color: #fafafa !important;
  color: rgba(250, 250, 250, var(--text-opacity)) !important;
}

.tw-text-neutral-100 {
  --text-opacity: 1 !important;
  color: #f5f5f5 !important;
  color: rgba(245, 245, 245, var(--text-opacity)) !important;
}

.tw-text-neutral-200 {
  --text-opacity: 1 !important;
  color: #e5e5e5 !important;
  color: rgba(229, 229, 229, var(--text-opacity)) !important;
}

.tw-text-neutral-300 {
  --text-opacity: 1 !important;
  color: #d4d4d4 !important;
  color: rgba(212, 212, 212, var(--text-opacity)) !important;
}

.tw-text-neutral-400 {
  --text-opacity: 1 !important;
  color: #a3a3a3 !important;
  color: rgba(163, 163, 163, var(--text-opacity)) !important;
}

.tw-text-neutral-500 {
  --text-opacity: 1 !important;
  color: #737373 !important;
  color: rgba(115, 115, 115, var(--text-opacity)) !important;
}

.tw-text-neutral-600 {
  --text-opacity: 1 !important;
  color: #525252 !important;
  color: rgba(82, 82, 82, var(--text-opacity)) !important;
}

.tw-text-neutral-700 {
  --text-opacity: 1 !important;
  color: #404040 !important;
  color: rgba(64, 64, 64, var(--text-opacity)) !important;
}

.tw-text-neutral-800 {
  --text-opacity: 1 !important;
  color: #262626 !important;
  color: rgba(38, 38, 38, var(--text-opacity)) !important;
}

.tw-text-neutral-900 {
  --text-opacity: 1 !important;
  color: #171717 !important;
  color: rgba(23, 23, 23, var(--text-opacity)) !important;
}

.tw-text-stone-50 {
  --text-opacity: 1 !important;
  color: #fafaf9 !important;
  color: rgba(250, 250, 249, var(--text-opacity)) !important;
}

.tw-text-stone-100 {
  --text-opacity: 1 !important;
  color: #f5f5f4 !important;
  color: rgba(245, 245, 244, var(--text-opacity)) !important;
}

.tw-text-stone-200 {
  --text-opacity: 1 !important;
  color: #e7e5e4 !important;
  color: rgba(231, 229, 228, var(--text-opacity)) !important;
}

.tw-text-stone-300 {
  --text-opacity: 1 !important;
  color: #d6d3d1 !important;
  color: rgba(214, 211, 209, var(--text-opacity)) !important;
}

.tw-text-stone-400 {
  --text-opacity: 1 !important;
  color: #a8a29e !important;
  color: rgba(168, 162, 158, var(--text-opacity)) !important;
}

.tw-text-stone-500 {
  --text-opacity: 1 !important;
  color: #78716c !important;
  color: rgba(120, 113, 108, var(--text-opacity)) !important;
}

.tw-text-stone-600 {
  --text-opacity: 1 !important;
  color: #57534e !important;
  color: rgba(87, 83, 78, var(--text-opacity)) !important;
}

.tw-text-stone-700 {
  --text-opacity: 1 !important;
  color: #44403c !important;
  color: rgba(68, 64, 60, var(--text-opacity)) !important;
}

.tw-text-stone-800 {
  --text-opacity: 1 !important;
  color: #292524 !important;
  color: rgba(41, 37, 36, var(--text-opacity)) !important;
}

.tw-text-stone-900 {
  --text-opacity: 1 !important;
  color: #1c1917 !important;
  color: rgba(28, 25, 23, var(--text-opacity)) !important;
}

.tw-text-amber-50 {
  --text-opacity: 1 !important;
  color: #fffbeb !important;
  color: rgba(255, 251, 235, var(--text-opacity)) !important;
}

.tw-text-amber-100 {
  --text-opacity: 1 !important;
  color: #fef3c7 !important;
  color: rgba(254, 243, 199, var(--text-opacity)) !important;
}

.tw-text-amber-200 {
  --text-opacity: 1 !important;
  color: #fde68a !important;
  color: rgba(253, 230, 138, var(--text-opacity)) !important;
}

.tw-text-amber-300 {
  --text-opacity: 1 !important;
  color: #fcd34d !important;
  color: rgba(252, 211, 77, var(--text-opacity)) !important;
}

.tw-text-amber-400 {
  --text-opacity: 1 !important;
  color: #fbbf24 !important;
  color: rgba(251, 191, 36, var(--text-opacity)) !important;
}

.tw-text-amber-500 {
  --text-opacity: 1 !important;
  color: #f59e0b !important;
  color: rgba(245, 158, 11, var(--text-opacity)) !important;
}

.tw-text-amber-600 {
  --text-opacity: 1 !important;
  color: #d97706 !important;
  color: rgba(217, 119, 6, var(--text-opacity)) !important;
}

.tw-text-amber-700 {
  --text-opacity: 1 !important;
  color: #b45309 !important;
  color: rgba(180, 83, 9, var(--text-opacity)) !important;
}

.tw-text-amber-800 {
  --text-opacity: 1 !important;
  color: #92400e !important;
  color: rgba(146, 64, 14, var(--text-opacity)) !important;
}

.tw-text-amber-900 {
  --text-opacity: 1 !important;
  color: #78350f !important;
  color: rgba(120, 53, 15, var(--text-opacity)) !important;
}

.tw-text-lime-50 {
  --text-opacity: 1 !important;
  color: #f7fee7 !important;
  color: rgba(247, 254, 231, var(--text-opacity)) !important;
}

.tw-text-lime-100 {
  --text-opacity: 1 !important;
  color: #ecfccb !important;
  color: rgba(236, 252, 203, var(--text-opacity)) !important;
}

.tw-text-lime-200 {
  --text-opacity: 1 !important;
  color: #d9f99d !important;
  color: rgba(217, 249, 157, var(--text-opacity)) !important;
}

.tw-text-lime-300 {
  --text-opacity: 1 !important;
  color: #bef264 !important;
  color: rgba(190, 242, 100, var(--text-opacity)) !important;
}

.tw-text-lime-400 {
  --text-opacity: 1 !important;
  color: #a3e635 !important;
  color: rgba(163, 230, 53, var(--text-opacity)) !important;
}

.tw-text-lime-500 {
  --text-opacity: 1 !important;
  color: #84cc16 !important;
  color: rgba(132, 204, 22, var(--text-opacity)) !important;
}

.tw-text-lime-600 {
  --text-opacity: 1 !important;
  color: #65a30d !important;
  color: rgba(101, 163, 13, var(--text-opacity)) !important;
}

.tw-text-lime-700 {
  --text-opacity: 1 !important;
  color: #4d7c0f !important;
  color: rgba(77, 124, 15, var(--text-opacity)) !important;
}

.tw-text-lime-800 {
  --text-opacity: 1 !important;
  color: #3f6212 !important;
  color: rgba(63, 98, 18, var(--text-opacity)) !important;
}

.tw-text-lime-900 {
  --text-opacity: 1 !important;
  color: #365314 !important;
  color: rgba(54, 83, 20, var(--text-opacity)) !important;
}

.tw-text-emerald-50 {
  --text-opacity: 1 !important;
  color: #ecfdf5 !important;
  color: rgba(236, 253, 245, var(--text-opacity)) !important;
}

.tw-text-emerald-100 {
  --text-opacity: 1 !important;
  color: #d1fae5 !important;
  color: rgba(209, 250, 229, var(--text-opacity)) !important;
}

.tw-text-emerald-200 {
  --text-opacity: 1 !important;
  color: #a7f3d0 !important;
  color: rgba(167, 243, 208, var(--text-opacity)) !important;
}

.tw-text-emerald-300 {
  --text-opacity: 1 !important;
  color: #6ee7b7 !important;
  color: rgba(110, 231, 183, var(--text-opacity)) !important;
}

.tw-text-emerald-400 {
  --text-opacity: 1 !important;
  color: #34d399 !important;
  color: rgba(52, 211, 153, var(--text-opacity)) !important;
}

.tw-text-emerald-500 {
  --text-opacity: 1 !important;
  color: #10b981 !important;
  color: rgba(16, 185, 129, var(--text-opacity)) !important;
}

.tw-text-emerald-600 {
  --text-opacity: 1 !important;
  color: #059669 !important;
  color: rgba(5, 150, 105, var(--text-opacity)) !important;
}

.tw-text-emerald-700 {
  --text-opacity: 1 !important;
  color: #047857 !important;
  color: rgba(4, 120, 87, var(--text-opacity)) !important;
}

.tw-text-emerald-800 {
  --text-opacity: 1 !important;
  color: #065f46 !important;
  color: rgba(6, 95, 70, var(--text-opacity)) !important;
}

.tw-text-emerald-900 {
  --text-opacity: 1 !important;
  color: #064e3b !important;
  color: rgba(6, 78, 59, var(--text-opacity)) !important;
}

.tw-text-cyan-50 {
  --text-opacity: 1 !important;
  color: #ecfeff !important;
  color: rgba(236, 254, 255, var(--text-opacity)) !important;
}

.tw-text-cyan-100 {
  --text-opacity: 1 !important;
  color: #cffafe !important;
  color: rgba(207, 250, 254, var(--text-opacity)) !important;
}

.tw-text-cyan-200 {
  --text-opacity: 1 !important;
  color: #a5f3fc !important;
  color: rgba(165, 243, 252, var(--text-opacity)) !important;
}

.tw-text-cyan-300 {
  --text-opacity: 1 !important;
  color: #67e8f9 !important;
  color: rgba(103, 232, 249, var(--text-opacity)) !important;
}

.tw-text-cyan-400 {
  --text-opacity: 1 !important;
  color: #22d3ee !important;
  color: rgba(34, 211, 238, var(--text-opacity)) !important;
}

.tw-text-cyan-500 {
  --text-opacity: 1 !important;
  color: #06b6d4 !important;
  color: rgba(6, 182, 212, var(--text-opacity)) !important;
}

.tw-text-cyan-600 {
  --text-opacity: 1 !important;
  color: #0891b2 !important;
  color: rgba(8, 145, 178, var(--text-opacity)) !important;
}

.tw-text-cyan-700 {
  --text-opacity: 1 !important;
  color: #0e7490 !important;
  color: rgba(14, 116, 144, var(--text-opacity)) !important;
}

.tw-text-cyan-800 {
  --text-opacity: 1 !important;
  color: #155e75 !important;
  color: rgba(21, 94, 117, var(--text-opacity)) !important;
}

.tw-text-cyan-900 {
  --text-opacity: 1 !important;
  color: #164e63 !important;
  color: rgba(22, 78, 99, var(--text-opacity)) !important;
}

.tw-text-sky-50 {
  --text-opacity: 1 !important;
  color: #f0f9ff !important;
  color: rgba(240, 249, 255, var(--text-opacity)) !important;
}

.tw-text-sky-100 {
  --text-opacity: 1 !important;
  color: #e0f2fe !important;
  color: rgba(224, 242, 254, var(--text-opacity)) !important;
}

.tw-text-sky-200 {
  --text-opacity: 1 !important;
  color: #bae6fd !important;
  color: rgba(186, 230, 253, var(--text-opacity)) !important;
}

.tw-text-sky-300 {
  --text-opacity: 1 !important;
  color: #7dd3fc !important;
  color: rgba(125, 211, 252, var(--text-opacity)) !important;
}

.tw-text-sky-400 {
  --text-opacity: 1 !important;
  color: #38bdf8 !important;
  color: rgba(56, 189, 248, var(--text-opacity)) !important;
}

.tw-text-sky-500 {
  --text-opacity: 1 !important;
  color: #0ea5e9 !important;
  color: rgba(14, 165, 233, var(--text-opacity)) !important;
}

.tw-text-sky-600 {
  --text-opacity: 1 !important;
  color: #0284c7 !important;
  color: rgba(2, 132, 199, var(--text-opacity)) !important;
}

.tw-text-sky-700 {
  --text-opacity: 1 !important;
  color: #0369a1 !important;
  color: rgba(3, 105, 161, var(--text-opacity)) !important;
}

.tw-text-sky-800 {
  --text-opacity: 1 !important;
  color: #075985 !important;
  color: rgba(7, 89, 133, var(--text-opacity)) !important;
}

.tw-text-sky-900 {
  --text-opacity: 1 !important;
  color: #0c4a6e !important;
  color: rgba(12, 74, 110, var(--text-opacity)) !important;
}

.tw-text-violet-50 {
  --text-opacity: 1 !important;
  color: #f5f3ff !important;
  color: rgba(245, 243, 255, var(--text-opacity)) !important;
}

.tw-text-violet-100 {
  --text-opacity: 1 !important;
  color: #ede9fe !important;
  color: rgba(237, 233, 254, var(--text-opacity)) !important;
}

.tw-text-violet-200 {
  --text-opacity: 1 !important;
  color: #ddd6fe !important;
  color: rgba(221, 214, 254, var(--text-opacity)) !important;
}

.tw-text-violet-300 {
  --text-opacity: 1 !important;
  color: #c4b5fd !important;
  color: rgba(196, 181, 253, var(--text-opacity)) !important;
}

.tw-text-violet-400 {
  --text-opacity: 1 !important;
  color: #a78bfa !important;
  color: rgba(167, 139, 250, var(--text-opacity)) !important;
}

.tw-text-violet-500 {
  --text-opacity: 1 !important;
  color: #8b5cf6 !important;
  color: rgba(139, 92, 246, var(--text-opacity)) !important;
}

.tw-text-violet-600 {
  --text-opacity: 1 !important;
  color: #7c3aed !important;
  color: rgba(124, 58, 237, var(--text-opacity)) !important;
}

.tw-text-violet-700 {
  --text-opacity: 1 !important;
  color: #6d28d9 !important;
  color: rgba(109, 40, 217, var(--text-opacity)) !important;
}

.tw-text-violet-800 {
  --text-opacity: 1 !important;
  color: #5b21b6 !important;
  color: rgba(91, 33, 182, var(--text-opacity)) !important;
}

.tw-text-violet-900 {
  --text-opacity: 1 !important;
  color: #4c1d95 !important;
  color: rgba(76, 29, 149, var(--text-opacity)) !important;
}

.tw-text-fuchsia-50 {
  --text-opacity: 1 !important;
  color: #fdf4ff !important;
  color: rgba(253, 244, 255, var(--text-opacity)) !important;
}

.tw-text-fuchsia-100 {
  --text-opacity: 1 !important;
  color: #fae8ff !important;
  color: rgba(250, 232, 255, var(--text-opacity)) !important;
}

.tw-text-fuchsia-200 {
  --text-opacity: 1 !important;
  color: #f5d0fe !important;
  color: rgba(245, 208, 254, var(--text-opacity)) !important;
}

.tw-text-fuchsia-300 {
  --text-opacity: 1 !important;
  color: #f0abfc !important;
  color: rgba(240, 171, 252, var(--text-opacity)) !important;
}

.tw-text-fuchsia-400 {
  --text-opacity: 1 !important;
  color: #e879f9 !important;
  color: rgba(232, 121, 249, var(--text-opacity)) !important;
}

.tw-text-fuchsia-500 {
  --text-opacity: 1 !important;
  color: #d946ef !important;
  color: rgba(217, 70, 239, var(--text-opacity)) !important;
}

.tw-text-fuchsia-600 {
  --text-opacity: 1 !important;
  color: #c026d3 !important;
  color: rgba(192, 38, 211, var(--text-opacity)) !important;
}

.tw-text-fuchsia-700 {
  --text-opacity: 1 !important;
  color: #a21caf !important;
  color: rgba(162, 28, 175, var(--text-opacity)) !important;
}

.tw-text-fuchsia-800 {
  --text-opacity: 1 !important;
  color: #86198f !important;
  color: rgba(134, 25, 143, var(--text-opacity)) !important;
}

.tw-text-fuchsia-900 {
  --text-opacity: 1 !important;
  color: #701a75 !important;
  color: rgba(112, 26, 117, var(--text-opacity)) !important;
}

.tw-text-rose-50 {
  --text-opacity: 1 !important;
  color: #fff1f2 !important;
  color: rgba(255, 241, 242, var(--text-opacity)) !important;
}

.tw-text-rose-100 {
  --text-opacity: 1 !important;
  color: #ffe4e6 !important;
  color: rgba(255, 228, 230, var(--text-opacity)) !important;
}

.tw-text-rose-200 {
  --text-opacity: 1 !important;
  color: #fecdd3 !important;
  color: rgba(254, 205, 211, var(--text-opacity)) !important;
}

.tw-text-rose-300 {
  --text-opacity: 1 !important;
  color: #fda4af !important;
  color: rgba(253, 164, 175, var(--text-opacity)) !important;
}

.tw-text-rose-400 {
  --text-opacity: 1 !important;
  color: #fb7185 !important;
  color: rgba(251, 113, 133, var(--text-opacity)) !important;
}

.tw-text-rose-500 {
  --text-opacity: 1 !important;
  color: #f43f5e !important;
  color: rgba(244, 63, 94, var(--text-opacity)) !important;
}

.tw-text-rose-600 {
  --text-opacity: 1 !important;
  color: #e11d48 !important;
  color: rgba(225, 29, 72, var(--text-opacity)) !important;
}

.tw-text-rose-700 {
  --text-opacity: 1 !important;
  color: #be123c !important;
  color: rgba(190, 18, 60, var(--text-opacity)) !important;
}

.tw-text-rose-800 {
  --text-opacity: 1 !important;
  color: #9f1239 !important;
  color: rgba(159, 18, 57, var(--text-opacity)) !important;
}

.tw-text-rose-900 {
  --text-opacity: 1 !important;
  color: #881337 !important;
  color: rgba(136, 19, 55, var(--text-opacity)) !important;
}

.hover\:tw-text-transparent:hover {
  color: transparent !important;
}

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

.hover\:tw-text-black:hover {
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.hover\:tw-text-white:hover {
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.hover\:tw-text-gray-50:hover {
  --text-opacity: 1 !important;
  color: #f9fafb !important;
  color: rgba(249, 250, 251, var(--text-opacity)) !important;
}

.hover\:tw-text-gray-100:hover {
  --text-opacity: 1 !important;
  color: #f3f4f6 !important;
  color: rgba(243, 244, 246, var(--text-opacity)) !important;
}

.hover\:tw-text-gray-200:hover {
  --text-opacity: 1 !important;
  color: #e5e7eb !important;
  color: rgba(229, 231, 235, var(--text-opacity)) !important;
}

.hover\:tw-text-gray-300:hover {
  --text-opacity: 1 !important;
  color: #d1d5db !important;
  color: rgba(209, 213, 219, var(--text-opacity)) !important;
}

.hover\:tw-text-gray-400:hover {
  --text-opacity: 1 !important;
  color: #9ca3af !important;
  color: rgba(156, 163, 175, var(--text-opacity)) !important;
}

.hover\:tw-text-gray-500:hover {
  --text-opacity: 1 !important;
  color: #6b7280 !important;
  color: rgba(107, 114, 128, var(--text-opacity)) !important;
}

.hover\:tw-text-gray-600:hover {
  --text-opacity: 1 !important;
  color: #4b5563 !important;
  color: rgba(75, 85, 99, var(--text-opacity)) !important;
}

.hover\:tw-text-gray-700:hover {
  --text-opacity: 1 !important;
  color: #374151 !important;
  color: rgba(55, 65, 81, var(--text-opacity)) !important;
}

.hover\:tw-text-gray-800:hover {
  --text-opacity: 1 !important;
  color: #1f2937 !important;
  color: rgba(31, 41, 55, var(--text-opacity)) !important;
}

.hover\:tw-text-gray-900:hover {
  --text-opacity: 1 !important;
  color: #111827 !important;
  color: rgba(17, 24, 39, var(--text-opacity)) !important;
}

.hover\:tw-text-red-50:hover {
  --text-opacity: 1 !important;
  color: #fef2f2 !important;
  color: rgba(254, 242, 242, var(--text-opacity)) !important;
}

.hover\:tw-text-red-100:hover {
  --text-opacity: 1 !important;
  color: #fee2e2 !important;
  color: rgba(254, 226, 226, var(--text-opacity)) !important;
}

.hover\:tw-text-red-200:hover {
  --text-opacity: 1 !important;
  color: #fecaca !important;
  color: rgba(254, 202, 202, var(--text-opacity)) !important;
}

.hover\:tw-text-red-300:hover {
  --text-opacity: 1 !important;
  color: #fca5a5 !important;
  color: rgba(252, 165, 165, var(--text-opacity)) !important;
}

.hover\:tw-text-red-400:hover {
  --text-opacity: 1 !important;
  color: #f87171 !important;
  color: rgba(248, 113, 113, var(--text-opacity)) !important;
}

.hover\:tw-text-red-500:hover {
  --text-opacity: 1 !important;
  color: #ef4444 !important;
  color: rgba(239, 68, 68, var(--text-opacity)) !important;
}

.hover\:tw-text-red-600:hover {
  --text-opacity: 1 !important;
  color: #dc2626 !important;
  color: rgba(220, 38, 38, var(--text-opacity)) !important;
}

.hover\:tw-text-red-700:hover {
  --text-opacity: 1 !important;
  color: #b91c1c !important;
  color: rgba(185, 28, 28, var(--text-opacity)) !important;
}

.hover\:tw-text-red-800:hover {
  --text-opacity: 1 !important;
  color: #991b1b !important;
  color: rgba(153, 27, 27, var(--text-opacity)) !important;
}

.hover\:tw-text-red-900:hover {
  --text-opacity: 1 !important;
  color: #7f1d1d !important;
  color: rgba(127, 29, 29, var(--text-opacity)) !important;
}

.hover\:tw-text-orange-50:hover {
  --text-opacity: 1 !important;
  color: #fff7ed !important;
  color: rgba(255, 247, 237, var(--text-opacity)) !important;
}

.hover\:tw-text-orange-100:hover {
  --text-opacity: 1 !important;
  color: #ffedd5 !important;
  color: rgba(255, 237, 213, var(--text-opacity)) !important;
}

.hover\:tw-text-orange-200:hover {
  --text-opacity: 1 !important;
  color: #fed7aa !important;
  color: rgba(254, 215, 170, var(--text-opacity)) !important;
}

.hover\:tw-text-orange-300:hover {
  --text-opacity: 1 !important;
  color: #fdba74 !important;
  color: rgba(253, 186, 116, var(--text-opacity)) !important;
}

.hover\:tw-text-orange-400:hover {
  --text-opacity: 1 !important;
  color: #fb923c !important;
  color: rgba(251, 146, 60, var(--text-opacity)) !important;
}

.hover\:tw-text-orange-500:hover {
  --text-opacity: 1 !important;
  color: #f97316 !important;
  color: rgba(249, 115, 22, var(--text-opacity)) !important;
}

.hover\:tw-text-orange-600:hover {
  --text-opacity: 1 !important;
  color: #ea580c !important;
  color: rgba(234, 88, 12, var(--text-opacity)) !important;
}

.hover\:tw-text-orange-700:hover {
  --text-opacity: 1 !important;
  color: #c2410c !important;
  color: rgba(194, 65, 12, var(--text-opacity)) !important;
}

.hover\:tw-text-orange-800:hover {
  --text-opacity: 1 !important;
  color: #9a3412 !important;
  color: rgba(154, 52, 18, var(--text-opacity)) !important;
}

.hover\:tw-text-orange-900:hover {
  --text-opacity: 1 !important;
  color: #7c2d12 !important;
  color: rgba(124, 45, 18, var(--text-opacity)) !important;
}

.hover\:tw-text-yellow-50:hover {
  --text-opacity: 1 !important;
  color: #fefce8 !important;
  color: rgba(254, 252, 232, var(--text-opacity)) !important;
}

.hover\:tw-text-yellow-100:hover {
  --text-opacity: 1 !important;
  color: #fef9c3 !important;
  color: rgba(254, 249, 195, var(--text-opacity)) !important;
}

.hover\:tw-text-yellow-200:hover {
  --text-opacity: 1 !important;
  color: #fef08a !important;
  color: rgba(254, 240, 138, var(--text-opacity)) !important;
}

.hover\:tw-text-yellow-300:hover {
  --text-opacity: 1 !important;
  color: #fde047 !important;
  color: rgba(253, 224, 71, var(--text-opacity)) !important;
}

.hover\:tw-text-yellow-400:hover {
  --text-opacity: 1 !important;
  color: #facc15 !important;
  color: rgba(250, 204, 21, var(--text-opacity)) !important;
}

.hover\:tw-text-yellow-500:hover {
  --text-opacity: 1 !important;
  color: #eab308 !important;
  color: rgba(234, 179, 8, var(--text-opacity)) !important;
}

.hover\:tw-text-yellow-600:hover {
  --text-opacity: 1 !important;
  color: #ca8a04 !important;
  color: rgba(202, 138, 4, var(--text-opacity)) !important;
}

.hover\:tw-text-yellow-700:hover {
  --text-opacity: 1 !important;
  color: #a16207 !important;
  color: rgba(161, 98, 7, var(--text-opacity)) !important;
}

.hover\:tw-text-yellow-800:hover {
  --text-opacity: 1 !important;
  color: #854d0e !important;
  color: rgba(133, 77, 14, var(--text-opacity)) !important;
}

.hover\:tw-text-yellow-900:hover {
  --text-opacity: 1 !important;
  color: #713f12 !important;
  color: rgba(113, 63, 18, var(--text-opacity)) !important;
}

.hover\:tw-text-green-50:hover {
  --text-opacity: 1 !important;
  color: #f0fdf4 !important;
  color: rgba(240, 253, 244, var(--text-opacity)) !important;
}

.hover\:tw-text-green-100:hover {
  --text-opacity: 1 !important;
  color: #dcfce7 !important;
  color: rgba(220, 252, 231, var(--text-opacity)) !important;
}

.hover\:tw-text-green-200:hover {
  --text-opacity: 1 !important;
  color: #bbf7d0 !important;
  color: rgba(187, 247, 208, var(--text-opacity)) !important;
}

.hover\:tw-text-green-300:hover {
  --text-opacity: 1 !important;
  color: #86efac !important;
  color: rgba(134, 239, 172, var(--text-opacity)) !important;
}

.hover\:tw-text-green-400:hover {
  --text-opacity: 1 !important;
  color: #4ade80 !important;
  color: rgba(74, 222, 128, var(--text-opacity)) !important;
}

.hover\:tw-text-green-500:hover {
  --text-opacity: 1 !important;
  color: #22c55e !important;
  color: rgba(34, 197, 94, var(--text-opacity)) !important;
}

.hover\:tw-text-green-600:hover {
  --text-opacity: 1 !important;
  color: #16a34a !important;
  color: rgba(22, 163, 74, var(--text-opacity)) !important;
}

.hover\:tw-text-green-700:hover {
  --text-opacity: 1 !important;
  color: #15803d !important;
  color: rgba(21, 128, 61, var(--text-opacity)) !important;
}

.hover\:tw-text-green-800:hover {
  --text-opacity: 1 !important;
  color: #166534 !important;
  color: rgba(22, 101, 52, var(--text-opacity)) !important;
}

.hover\:tw-text-green-900:hover {
  --text-opacity: 1 !important;
  color: #14532d !important;
  color: rgba(20, 83, 45, var(--text-opacity)) !important;
}

.hover\:tw-text-teal-50:hover {
  --text-opacity: 1 !important;
  color: #f0fdfa !important;
  color: rgba(240, 253, 250, var(--text-opacity)) !important;
}

.hover\:tw-text-teal-100:hover {
  --text-opacity: 1 !important;
  color: #ccfbf1 !important;
  color: rgba(204, 251, 241, var(--text-opacity)) !important;
}

.hover\:tw-text-teal-200:hover {
  --text-opacity: 1 !important;
  color: #99f6e4 !important;
  color: rgba(153, 246, 228, var(--text-opacity)) !important;
}

.hover\:tw-text-teal-300:hover {
  --text-opacity: 1 !important;
  color: #5eead4 !important;
  color: rgba(94, 234, 212, var(--text-opacity)) !important;
}

.hover\:tw-text-teal-400:hover {
  --text-opacity: 1 !important;
  color: #2dd4bf !important;
  color: rgba(45, 212, 191, var(--text-opacity)) !important;
}

.hover\:tw-text-teal-500:hover {
  --text-opacity: 1 !important;
  color: #14b8a6 !important;
  color: rgba(20, 184, 166, var(--text-opacity)) !important;
}

.hover\:tw-text-teal-600:hover {
  --text-opacity: 1 !important;
  color: #0d9488 !important;
  color: rgba(13, 148, 136, var(--text-opacity)) !important;
}

.hover\:tw-text-teal-700:hover {
  --text-opacity: 1 !important;
  color: #0f766e !important;
  color: rgba(15, 118, 110, var(--text-opacity)) !important;
}

.hover\:tw-text-teal-800:hover {
  --text-opacity: 1 !important;
  color: #115e59 !important;
  color: rgba(17, 94, 89, var(--text-opacity)) !important;
}

.hover\:tw-text-teal-900:hover {
  --text-opacity: 1 !important;
  color: #134e4a !important;
  color: rgba(19, 78, 74, var(--text-opacity)) !important;
}

.hover\:tw-text-blue-50:hover {
  --text-opacity: 1 !important;
  color: #eff6ff !important;
  color: rgba(239, 246, 255, var(--text-opacity)) !important;
}

.hover\:tw-text-blue-100:hover {
  --text-opacity: 1 !important;
  color: #dbeafe !important;
  color: rgba(219, 234, 254, var(--text-opacity)) !important;
}

.hover\:tw-text-blue-200:hover {
  --text-opacity: 1 !important;
  color: #bfdbfe !important;
  color: rgba(191, 219, 254, var(--text-opacity)) !important;
}

.hover\:tw-text-blue-300:hover {
  --text-opacity: 1 !important;
  color: #93c5fd !important;
  color: rgba(147, 197, 253, var(--text-opacity)) !important;
}

.hover\:tw-text-blue-400:hover {
  --text-opacity: 1 !important;
  color: #60a5fa !important;
  color: rgba(96, 165, 250, var(--text-opacity)) !important;
}

.hover\:tw-text-blue-500:hover {
  --text-opacity: 1 !important;
  color: #3b82f6 !important;
  color: rgba(59, 130, 246, var(--text-opacity)) !important;
}

.hover\:tw-text-blue-600:hover {
  --text-opacity: 1 !important;
  color: #2563eb !important;
  color: rgba(37, 99, 235, var(--text-opacity)) !important;
}

.hover\:tw-text-blue-700:hover {
  --text-opacity: 1 !important;
  color: #1d4ed8 !important;
  color: rgba(29, 78, 216, var(--text-opacity)) !important;
}

.hover\:tw-text-blue-800:hover {
  --text-opacity: 1 !important;
  color: #1e40af !important;
  color: rgba(30, 64, 175, var(--text-opacity)) !important;
}

.hover\:tw-text-blue-900:hover {
  --text-opacity: 1 !important;
  color: #1e3a8a !important;
  color: rgba(30, 58, 138, var(--text-opacity)) !important;
}

.hover\:tw-text-indigo-50:hover {
  --text-opacity: 1 !important;
  color: #eef2ff !important;
  color: rgba(238, 242, 255, var(--text-opacity)) !important;
}

.hover\:tw-text-indigo-100:hover {
  --text-opacity: 1 !important;
  color: #e0e7ff !important;
  color: rgba(224, 231, 255, var(--text-opacity)) !important;
}

.hover\:tw-text-indigo-200:hover {
  --text-opacity: 1 !important;
  color: #c7d2fe !important;
  color: rgba(199, 210, 254, var(--text-opacity)) !important;
}

.hover\:tw-text-indigo-300:hover {
  --text-opacity: 1 !important;
  color: #a5b4fc !important;
  color: rgba(165, 180, 252, var(--text-opacity)) !important;
}

.hover\:tw-text-indigo-400:hover {
  --text-opacity: 1 !important;
  color: #818cf8 !important;
  color: rgba(129, 140, 248, var(--text-opacity)) !important;
}

.hover\:tw-text-indigo-500:hover {
  --text-opacity: 1 !important;
  color: #6366f1 !important;
  color: rgba(99, 102, 241, var(--text-opacity)) !important;
}

.hover\:tw-text-indigo-600:hover {
  --text-opacity: 1 !important;
  color: #4f46e5 !important;
  color: rgba(79, 70, 229, var(--text-opacity)) !important;
}

.hover\:tw-text-indigo-700:hover {
  --text-opacity: 1 !important;
  color: #4338ca !important;
  color: rgba(67, 56, 202, var(--text-opacity)) !important;
}

.hover\:tw-text-indigo-800:hover {
  --text-opacity: 1 !important;
  color: #3730a3 !important;
  color: rgba(55, 48, 163, var(--text-opacity)) !important;
}

.hover\:tw-text-indigo-900:hover {
  --text-opacity: 1 !important;
  color: #312e81 !important;
  color: rgba(49, 46, 129, var(--text-opacity)) !important;
}

.hover\:tw-text-purple-50:hover {
  --text-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--text-opacity)) !important;
}

.hover\:tw-text-purple-100:hover {
  --text-opacity: 1 !important;
  color: #f3e8ff !important;
  color: rgba(243, 232, 255, var(--text-opacity)) !important;
}

.hover\:tw-text-purple-200:hover {
  --text-opacity: 1 !important;
  color: #e9d5ff !important;
  color: rgba(233, 213, 255, var(--text-opacity)) !important;
}

.hover\:tw-text-purple-300:hover {
  --text-opacity: 1 !important;
  color: #d8b4fe !important;
  color: rgba(216, 180, 254, var(--text-opacity)) !important;
}

.hover\:tw-text-purple-400:hover {
  --text-opacity: 1 !important;
  color: #c084fc !important;
  color: rgba(192, 132, 252, var(--text-opacity)) !important;
}

.hover\:tw-text-purple-500:hover {
  --text-opacity: 1 !important;
  color: #a855f7 !important;
  color: rgba(168, 85, 247, var(--text-opacity)) !important;
}

.hover\:tw-text-purple-600:hover {
  --text-opacity: 1 !important;
  color: #9333ea !important;
  color: rgba(147, 51, 234, var(--text-opacity)) !important;
}

.hover\:tw-text-purple-700:hover {
  --text-opacity: 1 !important;
  color: #7e22ce !important;
  color: rgba(126, 34, 206, var(--text-opacity)) !important;
}

.hover\:tw-text-purple-800:hover {
  --text-opacity: 1 !important;
  color: #6b21a8 !important;
  color: rgba(107, 33, 168, var(--text-opacity)) !important;
}

.hover\:tw-text-purple-900:hover {
  --text-opacity: 1 !important;
  color: #581c87 !important;
  color: rgba(88, 28, 135, var(--text-opacity)) !important;
}

.hover\:tw-text-pink-50:hover {
  --text-opacity: 1 !important;
  color: #fdf2f8 !important;
  color: rgba(253, 242, 248, var(--text-opacity)) !important;
}

.hover\:tw-text-pink-100:hover {
  --text-opacity: 1 !important;
  color: #fce7f3 !important;
  color: rgba(252, 231, 243, var(--text-opacity)) !important;
}

.hover\:tw-text-pink-200:hover {
  --text-opacity: 1 !important;
  color: #fbcfe8 !important;
  color: rgba(251, 207, 232, var(--text-opacity)) !important;
}

.hover\:tw-text-pink-300:hover {
  --text-opacity: 1 !important;
  color: #f9a8d4 !important;
  color: rgba(249, 168, 212, var(--text-opacity)) !important;
}

.hover\:tw-text-pink-400:hover {
  --text-opacity: 1 !important;
  color: #f472b6 !important;
  color: rgba(244, 114, 182, var(--text-opacity)) !important;
}

.hover\:tw-text-pink-500:hover {
  --text-opacity: 1 !important;
  color: #ec4899 !important;
  color: rgba(236, 72, 153, var(--text-opacity)) !important;
}

.hover\:tw-text-pink-600:hover {
  --text-opacity: 1 !important;
  color: #db2777 !important;
  color: rgba(219, 39, 119, var(--text-opacity)) !important;
}

.hover\:tw-text-pink-700:hover {
  --text-opacity: 1 !important;
  color: #be185d !important;
  color: rgba(190, 24, 93, var(--text-opacity)) !important;
}

.hover\:tw-text-pink-800:hover {
  --text-opacity: 1 !important;
  color: #9d174d !important;
  color: rgba(157, 23, 77, var(--text-opacity)) !important;
}

.hover\:tw-text-pink-900:hover {
  --text-opacity: 1 !important;
  color: #831843 !important;
  color: rgba(131, 24, 67, var(--text-opacity)) !important;
}

.hover\:tw-text-app-main:hover {
  --text-opacity: 1 !important;
  color: #F18D11 !important;
  color: rgba(241, 141, 17, var(--text-opacity)) !important;
}

.hover\:tw-text-app-sub-blue:hover {
  --text-opacity: 1 !important;
  color: #1E548F !important;
  color: rgba(30, 84, 143, var(--text-opacity)) !important;
}

.hover\:tw-text-app-yellow:hover {
  --text-opacity: 1 !important;
  color: #FFF5D1 !important;
  color: rgba(255, 245, 209, var(--text-opacity)) !important;
}

.hover\:tw-text-theme-primary:hover {
  --text-opacity: 1 !important;
  color: #f3980f !important;
  color: rgba(243, 152, 15, var(--text-opacity)) !important;
}

.hover\:tw-text-theme-info:hover {
  --text-opacity: 1 !important;
  color: #1b925a !important;
  color: rgba(27, 146, 90, var(--text-opacity)) !important;
}

.hover\:tw-text-slate-50:hover {
  --text-opacity: 1 !important;
  color: #f8fafc !important;
  color: rgba(248, 250, 252, var(--text-opacity)) !important;
}

.hover\:tw-text-slate-100:hover {
  --text-opacity: 1 !important;
  color: #f1f5f9 !important;
  color: rgba(241, 245, 249, var(--text-opacity)) !important;
}

.hover\:tw-text-slate-200:hover {
  --text-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--text-opacity)) !important;
}

.hover\:tw-text-slate-300:hover {
  --text-opacity: 1 !important;
  color: #cbd5e1 !important;
  color: rgba(203, 213, 225, var(--text-opacity)) !important;
}

.hover\:tw-text-slate-400:hover {
  --text-opacity: 1 !important;
  color: #94a3b8 !important;
  color: rgba(148, 163, 184, var(--text-opacity)) !important;
}

.hover\:tw-text-slate-500:hover {
  --text-opacity: 1 !important;
  color: #64748b !important;
  color: rgba(100, 116, 139, var(--text-opacity)) !important;
}

.hover\:tw-text-slate-600:hover {
  --text-opacity: 1 !important;
  color: #475569 !important;
  color: rgba(71, 85, 105, var(--text-opacity)) !important;
}

.hover\:tw-text-slate-700:hover {
  --text-opacity: 1 !important;
  color: #334155 !important;
  color: rgba(51, 65, 85, var(--text-opacity)) !important;
}

.hover\:tw-text-slate-800:hover {
  --text-opacity: 1 !important;
  color: #1e293b !important;
  color: rgba(30, 41, 59, var(--text-opacity)) !important;
}

.hover\:tw-text-slate-900:hover {
  --text-opacity: 1 !important;
  color: #0f172a !important;
  color: rgba(15, 23, 42, var(--text-opacity)) !important;
}

.hover\:tw-text-zinc-50:hover {
  --text-opacity: 1 !important;
  color: #fafafa !important;
  color: rgba(250, 250, 250, var(--text-opacity)) !important;
}

.hover\:tw-text-zinc-100:hover {
  --text-opacity: 1 !important;
  color: #f4f4f5 !important;
  color: rgba(244, 244, 245, var(--text-opacity)) !important;
}

.hover\:tw-text-zinc-200:hover {
  --text-opacity: 1 !important;
  color: #e4e4e7 !important;
  color: rgba(228, 228, 231, var(--text-opacity)) !important;
}

.hover\:tw-text-zinc-300:hover {
  --text-opacity: 1 !important;
  color: #d4d4d8 !important;
  color: rgba(212, 212, 216, var(--text-opacity)) !important;
}

.hover\:tw-text-zinc-400:hover {
  --text-opacity: 1 !important;
  color: #a1a1aa !important;
  color: rgba(161, 161, 170, var(--text-opacity)) !important;
}

.hover\:tw-text-zinc-500:hover {
  --text-opacity: 1 !important;
  color: #71717a !important;
  color: rgba(113, 113, 122, var(--text-opacity)) !important;
}

.hover\:tw-text-zinc-600:hover {
  --text-opacity: 1 !important;
  color: #52525b !important;
  color: rgba(82, 82, 91, var(--text-opacity)) !important;
}

.hover\:tw-text-zinc-700:hover {
  --text-opacity: 1 !important;
  color: #3f3f46 !important;
  color: rgba(63, 63, 70, var(--text-opacity)) !important;
}

.hover\:tw-text-zinc-800:hover {
  --text-opacity: 1 !important;
  color: #27272a !important;
  color: rgba(39, 39, 42, var(--text-opacity)) !important;
}

.hover\:tw-text-zinc-900:hover {
  --text-opacity: 1 !important;
  color: #18181b !important;
  color: rgba(24, 24, 27, var(--text-opacity)) !important;
}

.hover\:tw-text-neutral-50:hover {
  --text-opacity: 1 !important;
  color: #fafafa !important;
  color: rgba(250, 250, 250, var(--text-opacity)) !important;
}

.hover\:tw-text-neutral-100:hover {
  --text-opacity: 1 !important;
  color: #f5f5f5 !important;
  color: rgba(245, 245, 245, var(--text-opacity)) !important;
}

.hover\:tw-text-neutral-200:hover {
  --text-opacity: 1 !important;
  color: #e5e5e5 !important;
  color: rgba(229, 229, 229, var(--text-opacity)) !important;
}

.hover\:tw-text-neutral-300:hover {
  --text-opacity: 1 !important;
  color: #d4d4d4 !important;
  color: rgba(212, 212, 212, var(--text-opacity)) !important;
}

.hover\:tw-text-neutral-400:hover {
  --text-opacity: 1 !important;
  color: #a3a3a3 !important;
  color: rgba(163, 163, 163, var(--text-opacity)) !important;
}

.hover\:tw-text-neutral-500:hover {
  --text-opacity: 1 !important;
  color: #737373 !important;
  color: rgba(115, 115, 115, var(--text-opacity)) !important;
}

.hover\:tw-text-neutral-600:hover {
  --text-opacity: 1 !important;
  color: #525252 !important;
  color: rgba(82, 82, 82, var(--text-opacity)) !important;
}

.hover\:tw-text-neutral-700:hover {
  --text-opacity: 1 !important;
  color: #404040 !important;
  color: rgba(64, 64, 64, var(--text-opacity)) !important;
}

.hover\:tw-text-neutral-800:hover {
  --text-opacity: 1 !important;
  color: #262626 !important;
  color: rgba(38, 38, 38, var(--text-opacity)) !important;
}

.hover\:tw-text-neutral-900:hover {
  --text-opacity: 1 !important;
  color: #171717 !important;
  color: rgba(23, 23, 23, var(--text-opacity)) !important;
}

.hover\:tw-text-stone-50:hover {
  --text-opacity: 1 !important;
  color: #fafaf9 !important;
  color: rgba(250, 250, 249, var(--text-opacity)) !important;
}

.hover\:tw-text-stone-100:hover {
  --text-opacity: 1 !important;
  color: #f5f5f4 !important;
  color: rgba(245, 245, 244, var(--text-opacity)) !important;
}

.hover\:tw-text-stone-200:hover {
  --text-opacity: 1 !important;
  color: #e7e5e4 !important;
  color: rgba(231, 229, 228, var(--text-opacity)) !important;
}

.hover\:tw-text-stone-300:hover {
  --text-opacity: 1 !important;
  color: #d6d3d1 !important;
  color: rgba(214, 211, 209, var(--text-opacity)) !important;
}

.hover\:tw-text-stone-400:hover {
  --text-opacity: 1 !important;
  color: #a8a29e !important;
  color: rgba(168, 162, 158, var(--text-opacity)) !important;
}

.hover\:tw-text-stone-500:hover {
  --text-opacity: 1 !important;
  color: #78716c !important;
  color: rgba(120, 113, 108, var(--text-opacity)) !important;
}

.hover\:tw-text-stone-600:hover {
  --text-opacity: 1 !important;
  color: #57534e !important;
  color: rgba(87, 83, 78, var(--text-opacity)) !important;
}

.hover\:tw-text-stone-700:hover {
  --text-opacity: 1 !important;
  color: #44403c !important;
  color: rgba(68, 64, 60, var(--text-opacity)) !important;
}

.hover\:tw-text-stone-800:hover {
  --text-opacity: 1 !important;
  color: #292524 !important;
  color: rgba(41, 37, 36, var(--text-opacity)) !important;
}

.hover\:tw-text-stone-900:hover {
  --text-opacity: 1 !important;
  color: #1c1917 !important;
  color: rgba(28, 25, 23, var(--text-opacity)) !important;
}

.hover\:tw-text-amber-50:hover {
  --text-opacity: 1 !important;
  color: #fffbeb !important;
  color: rgba(255, 251, 235, var(--text-opacity)) !important;
}

.hover\:tw-text-amber-100:hover {
  --text-opacity: 1 !important;
  color: #fef3c7 !important;
  color: rgba(254, 243, 199, var(--text-opacity)) !important;
}

.hover\:tw-text-amber-200:hover {
  --text-opacity: 1 !important;
  color: #fde68a !important;
  color: rgba(253, 230, 138, var(--text-opacity)) !important;
}

.hover\:tw-text-amber-300:hover {
  --text-opacity: 1 !important;
  color: #fcd34d !important;
  color: rgba(252, 211, 77, var(--text-opacity)) !important;
}

.hover\:tw-text-amber-400:hover {
  --text-opacity: 1 !important;
  color: #fbbf24 !important;
  color: rgba(251, 191, 36, var(--text-opacity)) !important;
}

.hover\:tw-text-amber-500:hover {
  --text-opacity: 1 !important;
  color: #f59e0b !important;
  color: rgba(245, 158, 11, var(--text-opacity)) !important;
}

.hover\:tw-text-amber-600:hover {
  --text-opacity: 1 !important;
  color: #d97706 !important;
  color: rgba(217, 119, 6, var(--text-opacity)) !important;
}

.hover\:tw-text-amber-700:hover {
  --text-opacity: 1 !important;
  color: #b45309 !important;
  color: rgba(180, 83, 9, var(--text-opacity)) !important;
}

.hover\:tw-text-amber-800:hover {
  --text-opacity: 1 !important;
  color: #92400e !important;
  color: rgba(146, 64, 14, var(--text-opacity)) !important;
}

.hover\:tw-text-amber-900:hover {
  --text-opacity: 1 !important;
  color: #78350f !important;
  color: rgba(120, 53, 15, var(--text-opacity)) !important;
}

.hover\:tw-text-lime-50:hover {
  --text-opacity: 1 !important;
  color: #f7fee7 !important;
  color: rgba(247, 254, 231, var(--text-opacity)) !important;
}

.hover\:tw-text-lime-100:hover {
  --text-opacity: 1 !important;
  color: #ecfccb !important;
  color: rgba(236, 252, 203, var(--text-opacity)) !important;
}

.hover\:tw-text-lime-200:hover {
  --text-opacity: 1 !important;
  color: #d9f99d !important;
  color: rgba(217, 249, 157, var(--text-opacity)) !important;
}

.hover\:tw-text-lime-300:hover {
  --text-opacity: 1 !important;
  color: #bef264 !important;
  color: rgba(190, 242, 100, var(--text-opacity)) !important;
}

.hover\:tw-text-lime-400:hover {
  --text-opacity: 1 !important;
  color: #a3e635 !important;
  color: rgba(163, 230, 53, var(--text-opacity)) !important;
}

.hover\:tw-text-lime-500:hover {
  --text-opacity: 1 !important;
  color: #84cc16 !important;
  color: rgba(132, 204, 22, var(--text-opacity)) !important;
}

.hover\:tw-text-lime-600:hover {
  --text-opacity: 1 !important;
  color: #65a30d !important;
  color: rgba(101, 163, 13, var(--text-opacity)) !important;
}

.hover\:tw-text-lime-700:hover {
  --text-opacity: 1 !important;
  color: #4d7c0f !important;
  color: rgba(77, 124, 15, var(--text-opacity)) !important;
}

.hover\:tw-text-lime-800:hover {
  --text-opacity: 1 !important;
  color: #3f6212 !important;
  color: rgba(63, 98, 18, var(--text-opacity)) !important;
}

.hover\:tw-text-lime-900:hover {
  --text-opacity: 1 !important;
  color: #365314 !important;
  color: rgba(54, 83, 20, var(--text-opacity)) !important;
}

.hover\:tw-text-emerald-50:hover {
  --text-opacity: 1 !important;
  color: #ecfdf5 !important;
  color: rgba(236, 253, 245, var(--text-opacity)) !important;
}

.hover\:tw-text-emerald-100:hover {
  --text-opacity: 1 !important;
  color: #d1fae5 !important;
  color: rgba(209, 250, 229, var(--text-opacity)) !important;
}

.hover\:tw-text-emerald-200:hover {
  --text-opacity: 1 !important;
  color: #a7f3d0 !important;
  color: rgba(167, 243, 208, var(--text-opacity)) !important;
}

.hover\:tw-text-emerald-300:hover {
  --text-opacity: 1 !important;
  color: #6ee7b7 !important;
  color: rgba(110, 231, 183, var(--text-opacity)) !important;
}

.hover\:tw-text-emerald-400:hover {
  --text-opacity: 1 !important;
  color: #34d399 !important;
  color: rgba(52, 211, 153, var(--text-opacity)) !important;
}

.hover\:tw-text-emerald-500:hover {
  --text-opacity: 1 !important;
  color: #10b981 !important;
  color: rgba(16, 185, 129, var(--text-opacity)) !important;
}

.hover\:tw-text-emerald-600:hover {
  --text-opacity: 1 !important;
  color: #059669 !important;
  color: rgba(5, 150, 105, var(--text-opacity)) !important;
}

.hover\:tw-text-emerald-700:hover {
  --text-opacity: 1 !important;
  color: #047857 !important;
  color: rgba(4, 120, 87, var(--text-opacity)) !important;
}

.hover\:tw-text-emerald-800:hover {
  --text-opacity: 1 !important;
  color: #065f46 !important;
  color: rgba(6, 95, 70, var(--text-opacity)) !important;
}

.hover\:tw-text-emerald-900:hover {
  --text-opacity: 1 !important;
  color: #064e3b !important;
  color: rgba(6, 78, 59, var(--text-opacity)) !important;
}

.hover\:tw-text-cyan-50:hover {
  --text-opacity: 1 !important;
  color: #ecfeff !important;
  color: rgba(236, 254, 255, var(--text-opacity)) !important;
}

.hover\:tw-text-cyan-100:hover {
  --text-opacity: 1 !important;
  color: #cffafe !important;
  color: rgba(207, 250, 254, var(--text-opacity)) !important;
}

.hover\:tw-text-cyan-200:hover {
  --text-opacity: 1 !important;
  color: #a5f3fc !important;
  color: rgba(165, 243, 252, var(--text-opacity)) !important;
}

.hover\:tw-text-cyan-300:hover {
  --text-opacity: 1 !important;
  color: #67e8f9 !important;
  color: rgba(103, 232, 249, var(--text-opacity)) !important;
}

.hover\:tw-text-cyan-400:hover {
  --text-opacity: 1 !important;
  color: #22d3ee !important;
  color: rgba(34, 211, 238, var(--text-opacity)) !important;
}

.hover\:tw-text-cyan-500:hover {
  --text-opacity: 1 !important;
  color: #06b6d4 !important;
  color: rgba(6, 182, 212, var(--text-opacity)) !important;
}

.hover\:tw-text-cyan-600:hover {
  --text-opacity: 1 !important;
  color: #0891b2 !important;
  color: rgba(8, 145, 178, var(--text-opacity)) !important;
}

.hover\:tw-text-cyan-700:hover {
  --text-opacity: 1 !important;
  color: #0e7490 !important;
  color: rgba(14, 116, 144, var(--text-opacity)) !important;
}

.hover\:tw-text-cyan-800:hover {
  --text-opacity: 1 !important;
  color: #155e75 !important;
  color: rgba(21, 94, 117, var(--text-opacity)) !important;
}

.hover\:tw-text-cyan-900:hover {
  --text-opacity: 1 !important;
  color: #164e63 !important;
  color: rgba(22, 78, 99, var(--text-opacity)) !important;
}

.hover\:tw-text-sky-50:hover {
  --text-opacity: 1 !important;
  color: #f0f9ff !important;
  color: rgba(240, 249, 255, var(--text-opacity)) !important;
}

.hover\:tw-text-sky-100:hover {
  --text-opacity: 1 !important;
  color: #e0f2fe !important;
  color: rgba(224, 242, 254, var(--text-opacity)) !important;
}

.hover\:tw-text-sky-200:hover {
  --text-opacity: 1 !important;
  color: #bae6fd !important;
  color: rgba(186, 230, 253, var(--text-opacity)) !important;
}

.hover\:tw-text-sky-300:hover {
  --text-opacity: 1 !important;
  color: #7dd3fc !important;
  color: rgba(125, 211, 252, var(--text-opacity)) !important;
}

.hover\:tw-text-sky-400:hover {
  --text-opacity: 1 !important;
  color: #38bdf8 !important;
  color: rgba(56, 189, 248, var(--text-opacity)) !important;
}

.hover\:tw-text-sky-500:hover {
  --text-opacity: 1 !important;
  color: #0ea5e9 !important;
  color: rgba(14, 165, 233, var(--text-opacity)) !important;
}

.hover\:tw-text-sky-600:hover {
  --text-opacity: 1 !important;
  color: #0284c7 !important;
  color: rgba(2, 132, 199, var(--text-opacity)) !important;
}

.hover\:tw-text-sky-700:hover {
  --text-opacity: 1 !important;
  color: #0369a1 !important;
  color: rgba(3, 105, 161, var(--text-opacity)) !important;
}

.hover\:tw-text-sky-800:hover {
  --text-opacity: 1 !important;
  color: #075985 !important;
  color: rgba(7, 89, 133, var(--text-opacity)) !important;
}

.hover\:tw-text-sky-900:hover {
  --text-opacity: 1 !important;
  color: #0c4a6e !important;
  color: rgba(12, 74, 110, var(--text-opacity)) !important;
}

.hover\:tw-text-violet-50:hover {
  --text-opacity: 1 !important;
  color: #f5f3ff !important;
  color: rgba(245, 243, 255, var(--text-opacity)) !important;
}

.hover\:tw-text-violet-100:hover {
  --text-opacity: 1 !important;
  color: #ede9fe !important;
  color: rgba(237, 233, 254, var(--text-opacity)) !important;
}

.hover\:tw-text-violet-200:hover {
  --text-opacity: 1 !important;
  color: #ddd6fe !important;
  color: rgba(221, 214, 254, var(--text-opacity)) !important;
}

.hover\:tw-text-violet-300:hover {
  --text-opacity: 1 !important;
  color: #c4b5fd !important;
  color: rgba(196, 181, 253, var(--text-opacity)) !important;
}

.hover\:tw-text-violet-400:hover {
  --text-opacity: 1 !important;
  color: #a78bfa !important;
  color: rgba(167, 139, 250, var(--text-opacity)) !important;
}

.hover\:tw-text-violet-500:hover {
  --text-opacity: 1 !important;
  color: #8b5cf6 !important;
  color: rgba(139, 92, 246, var(--text-opacity)) !important;
}

.hover\:tw-text-violet-600:hover {
  --text-opacity: 1 !important;
  color: #7c3aed !important;
  color: rgba(124, 58, 237, var(--text-opacity)) !important;
}

.hover\:tw-text-violet-700:hover {
  --text-opacity: 1 !important;
  color: #6d28d9 !important;
  color: rgba(109, 40, 217, var(--text-opacity)) !important;
}

.hover\:tw-text-violet-800:hover {
  --text-opacity: 1 !important;
  color: #5b21b6 !important;
  color: rgba(91, 33, 182, var(--text-opacity)) !important;
}

.hover\:tw-text-violet-900:hover {
  --text-opacity: 1 !important;
  color: #4c1d95 !important;
  color: rgba(76, 29, 149, var(--text-opacity)) !important;
}

.hover\:tw-text-fuchsia-50:hover {
  --text-opacity: 1 !important;
  color: #fdf4ff !important;
  color: rgba(253, 244, 255, var(--text-opacity)) !important;
}

.hover\:tw-text-fuchsia-100:hover {
  --text-opacity: 1 !important;
  color: #fae8ff !important;
  color: rgba(250, 232, 255, var(--text-opacity)) !important;
}

.hover\:tw-text-fuchsia-200:hover {
  --text-opacity: 1 !important;
  color: #f5d0fe !important;
  color: rgba(245, 208, 254, var(--text-opacity)) !important;
}

.hover\:tw-text-fuchsia-300:hover {
  --text-opacity: 1 !important;
  color: #f0abfc !important;
  color: rgba(240, 171, 252, var(--text-opacity)) !important;
}

.hover\:tw-text-fuchsia-400:hover {
  --text-opacity: 1 !important;
  color: #e879f9 !important;
  color: rgba(232, 121, 249, var(--text-opacity)) !important;
}

.hover\:tw-text-fuchsia-500:hover {
  --text-opacity: 1 !important;
  color: #d946ef !important;
  color: rgba(217, 70, 239, var(--text-opacity)) !important;
}

.hover\:tw-text-fuchsia-600:hover {
  --text-opacity: 1 !important;
  color: #c026d3 !important;
  color: rgba(192, 38, 211, var(--text-opacity)) !important;
}

.hover\:tw-text-fuchsia-700:hover {
  --text-opacity: 1 !important;
  color: #a21caf !important;
  color: rgba(162, 28, 175, var(--text-opacity)) !important;
}

.hover\:tw-text-fuchsia-800:hover {
  --text-opacity: 1 !important;
  color: #86198f !important;
  color: rgba(134, 25, 143, var(--text-opacity)) !important;
}

.hover\:tw-text-fuchsia-900:hover {
  --text-opacity: 1 !important;
  color: #701a75 !important;
  color: rgba(112, 26, 117, var(--text-opacity)) !important;
}

.hover\:tw-text-rose-50:hover {
  --text-opacity: 1 !important;
  color: #fff1f2 !important;
  color: rgba(255, 241, 242, var(--text-opacity)) !important;
}

.hover\:tw-text-rose-100:hover {
  --text-opacity: 1 !important;
  color: #ffe4e6 !important;
  color: rgba(255, 228, 230, var(--text-opacity)) !important;
}

.hover\:tw-text-rose-200:hover {
  --text-opacity: 1 !important;
  color: #fecdd3 !important;
  color: rgba(254, 205, 211, var(--text-opacity)) !important;
}

.hover\:tw-text-rose-300:hover {
  --text-opacity: 1 !important;
  color: #fda4af !important;
  color: rgba(253, 164, 175, var(--text-opacity)) !important;
}

.hover\:tw-text-rose-400:hover {
  --text-opacity: 1 !important;
  color: #fb7185 !important;
  color: rgba(251, 113, 133, var(--text-opacity)) !important;
}

.hover\:tw-text-rose-500:hover {
  --text-opacity: 1 !important;
  color: #f43f5e !important;
  color: rgba(244, 63, 94, var(--text-opacity)) !important;
}

.hover\:tw-text-rose-600:hover {
  --text-opacity: 1 !important;
  color: #e11d48 !important;
  color: rgba(225, 29, 72, var(--text-opacity)) !important;
}

.hover\:tw-text-rose-700:hover {
  --text-opacity: 1 !important;
  color: #be123c !important;
  color: rgba(190, 18, 60, var(--text-opacity)) !important;
}

.hover\:tw-text-rose-800:hover {
  --text-opacity: 1 !important;
  color: #9f1239 !important;
  color: rgba(159, 18, 57, var(--text-opacity)) !important;
}

.hover\:tw-text-rose-900:hover {
  --text-opacity: 1 !important;
  color: #881337 !important;
  color: rgba(136, 19, 55, var(--text-opacity)) !important;
}

.focus\:tw-text-transparent:focus {
  color: transparent !important;
}

.focus\:tw-text-current:focus {
  color: currentColor !important;
}

.focus\:tw-text-black:focus {
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.focus\:tw-text-white:focus {
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.focus\:tw-text-gray-50:focus {
  --text-opacity: 1 !important;
  color: #f9fafb !important;
  color: rgba(249, 250, 251, var(--text-opacity)) !important;
}

.focus\:tw-text-gray-100:focus {
  --text-opacity: 1 !important;
  color: #f3f4f6 !important;
  color: rgba(243, 244, 246, var(--text-opacity)) !important;
}

.focus\:tw-text-gray-200:focus {
  --text-opacity: 1 !important;
  color: #e5e7eb !important;
  color: rgba(229, 231, 235, var(--text-opacity)) !important;
}

.focus\:tw-text-gray-300:focus {
  --text-opacity: 1 !important;
  color: #d1d5db !important;
  color: rgba(209, 213, 219, var(--text-opacity)) !important;
}

.focus\:tw-text-gray-400:focus {
  --text-opacity: 1 !important;
  color: #9ca3af !important;
  color: rgba(156, 163, 175, var(--text-opacity)) !important;
}

.focus\:tw-text-gray-500:focus {
  --text-opacity: 1 !important;
  color: #6b7280 !important;
  color: rgba(107, 114, 128, var(--text-opacity)) !important;
}

.focus\:tw-text-gray-600:focus {
  --text-opacity: 1 !important;
  color: #4b5563 !important;
  color: rgba(75, 85, 99, var(--text-opacity)) !important;
}

.focus\:tw-text-gray-700:focus {
  --text-opacity: 1 !important;
  color: #374151 !important;
  color: rgba(55, 65, 81, var(--text-opacity)) !important;
}

.focus\:tw-text-gray-800:focus {
  --text-opacity: 1 !important;
  color: #1f2937 !important;
  color: rgba(31, 41, 55, var(--text-opacity)) !important;
}

.focus\:tw-text-gray-900:focus {
  --text-opacity: 1 !important;
  color: #111827 !important;
  color: rgba(17, 24, 39, var(--text-opacity)) !important;
}

.focus\:tw-text-red-50:focus {
  --text-opacity: 1 !important;
  color: #fef2f2 !important;
  color: rgba(254, 242, 242, var(--text-opacity)) !important;
}

.focus\:tw-text-red-100:focus {
  --text-opacity: 1 !important;
  color: #fee2e2 !important;
  color: rgba(254, 226, 226, var(--text-opacity)) !important;
}

.focus\:tw-text-red-200:focus {
  --text-opacity: 1 !important;
  color: #fecaca !important;
  color: rgba(254, 202, 202, var(--text-opacity)) !important;
}

.focus\:tw-text-red-300:focus {
  --text-opacity: 1 !important;
  color: #fca5a5 !important;
  color: rgba(252, 165, 165, var(--text-opacity)) !important;
}

.focus\:tw-text-red-400:focus {
  --text-opacity: 1 !important;
  color: #f87171 !important;
  color: rgba(248, 113, 113, var(--text-opacity)) !important;
}

.focus\:tw-text-red-500:focus {
  --text-opacity: 1 !important;
  color: #ef4444 !important;
  color: rgba(239, 68, 68, var(--text-opacity)) !important;
}

.focus\:tw-text-red-600:focus {
  --text-opacity: 1 !important;
  color: #dc2626 !important;
  color: rgba(220, 38, 38, var(--text-opacity)) !important;
}

.focus\:tw-text-red-700:focus {
  --text-opacity: 1 !important;
  color: #b91c1c !important;
  color: rgba(185, 28, 28, var(--text-opacity)) !important;
}

.focus\:tw-text-red-800:focus {
  --text-opacity: 1 !important;
  color: #991b1b !important;
  color: rgba(153, 27, 27, var(--text-opacity)) !important;
}

.focus\:tw-text-red-900:focus {
  --text-opacity: 1 !important;
  color: #7f1d1d !important;
  color: rgba(127, 29, 29, var(--text-opacity)) !important;
}

.focus\:tw-text-orange-50:focus {
  --text-opacity: 1 !important;
  color: #fff7ed !important;
  color: rgba(255, 247, 237, var(--text-opacity)) !important;
}

.focus\:tw-text-orange-100:focus {
  --text-opacity: 1 !important;
  color: #ffedd5 !important;
  color: rgba(255, 237, 213, var(--text-opacity)) !important;
}

.focus\:tw-text-orange-200:focus {
  --text-opacity: 1 !important;
  color: #fed7aa !important;
  color: rgba(254, 215, 170, var(--text-opacity)) !important;
}

.focus\:tw-text-orange-300:focus {
  --text-opacity: 1 !important;
  color: #fdba74 !important;
  color: rgba(253, 186, 116, var(--text-opacity)) !important;
}

.focus\:tw-text-orange-400:focus {
  --text-opacity: 1 !important;
  color: #fb923c !important;
  color: rgba(251, 146, 60, var(--text-opacity)) !important;
}

.focus\:tw-text-orange-500:focus {
  --text-opacity: 1 !important;
  color: #f97316 !important;
  color: rgba(249, 115, 22, var(--text-opacity)) !important;
}

.focus\:tw-text-orange-600:focus {
  --text-opacity: 1 !important;
  color: #ea580c !important;
  color: rgba(234, 88, 12, var(--text-opacity)) !important;
}

.focus\:tw-text-orange-700:focus {
  --text-opacity: 1 !important;
  color: #c2410c !important;
  color: rgba(194, 65, 12, var(--text-opacity)) !important;
}

.focus\:tw-text-orange-800:focus {
  --text-opacity: 1 !important;
  color: #9a3412 !important;
  color: rgba(154, 52, 18, var(--text-opacity)) !important;
}

.focus\:tw-text-orange-900:focus {
  --text-opacity: 1 !important;
  color: #7c2d12 !important;
  color: rgba(124, 45, 18, var(--text-opacity)) !important;
}

.focus\:tw-text-yellow-50:focus {
  --text-opacity: 1 !important;
  color: #fefce8 !important;
  color: rgba(254, 252, 232, var(--text-opacity)) !important;
}

.focus\:tw-text-yellow-100:focus {
  --text-opacity: 1 !important;
  color: #fef9c3 !important;
  color: rgba(254, 249, 195, var(--text-opacity)) !important;
}

.focus\:tw-text-yellow-200:focus {
  --text-opacity: 1 !important;
  color: #fef08a !important;
  color: rgba(254, 240, 138, var(--text-opacity)) !important;
}

.focus\:tw-text-yellow-300:focus {
  --text-opacity: 1 !important;
  color: #fde047 !important;
  color: rgba(253, 224, 71, var(--text-opacity)) !important;
}

.focus\:tw-text-yellow-400:focus {
  --text-opacity: 1 !important;
  color: #facc15 !important;
  color: rgba(250, 204, 21, var(--text-opacity)) !important;
}

.focus\:tw-text-yellow-500:focus {
  --text-opacity: 1 !important;
  color: #eab308 !important;
  color: rgba(234, 179, 8, var(--text-opacity)) !important;
}

.focus\:tw-text-yellow-600:focus {
  --text-opacity: 1 !important;
  color: #ca8a04 !important;
  color: rgba(202, 138, 4, var(--text-opacity)) !important;
}

.focus\:tw-text-yellow-700:focus {
  --text-opacity: 1 !important;
  color: #a16207 !important;
  color: rgba(161, 98, 7, var(--text-opacity)) !important;
}

.focus\:tw-text-yellow-800:focus {
  --text-opacity: 1 !important;
  color: #854d0e !important;
  color: rgba(133, 77, 14, var(--text-opacity)) !important;
}

.focus\:tw-text-yellow-900:focus {
  --text-opacity: 1 !important;
  color: #713f12 !important;
  color: rgba(113, 63, 18, var(--text-opacity)) !important;
}

.focus\:tw-text-green-50:focus {
  --text-opacity: 1 !important;
  color: #f0fdf4 !important;
  color: rgba(240, 253, 244, var(--text-opacity)) !important;
}

.focus\:tw-text-green-100:focus {
  --text-opacity: 1 !important;
  color: #dcfce7 !important;
  color: rgba(220, 252, 231, var(--text-opacity)) !important;
}

.focus\:tw-text-green-200:focus {
  --text-opacity: 1 !important;
  color: #bbf7d0 !important;
  color: rgba(187, 247, 208, var(--text-opacity)) !important;
}

.focus\:tw-text-green-300:focus {
  --text-opacity: 1 !important;
  color: #86efac !important;
  color: rgba(134, 239, 172, var(--text-opacity)) !important;
}

.focus\:tw-text-green-400:focus {
  --text-opacity: 1 !important;
  color: #4ade80 !important;
  color: rgba(74, 222, 128, var(--text-opacity)) !important;
}

.focus\:tw-text-green-500:focus {
  --text-opacity: 1 !important;
  color: #22c55e !important;
  color: rgba(34, 197, 94, var(--text-opacity)) !important;
}

.focus\:tw-text-green-600:focus {
  --text-opacity: 1 !important;
  color: #16a34a !important;
  color: rgba(22, 163, 74, var(--text-opacity)) !important;
}

.focus\:tw-text-green-700:focus {
  --text-opacity: 1 !important;
  color: #15803d !important;
  color: rgba(21, 128, 61, var(--text-opacity)) !important;
}

.focus\:tw-text-green-800:focus {
  --text-opacity: 1 !important;
  color: #166534 !important;
  color: rgba(22, 101, 52, var(--text-opacity)) !important;
}

.focus\:tw-text-green-900:focus {
  --text-opacity: 1 !important;
  color: #14532d !important;
  color: rgba(20, 83, 45, var(--text-opacity)) !important;
}

.focus\:tw-text-teal-50:focus {
  --text-opacity: 1 !important;
  color: #f0fdfa !important;
  color: rgba(240, 253, 250, var(--text-opacity)) !important;
}

.focus\:tw-text-teal-100:focus {
  --text-opacity: 1 !important;
  color: #ccfbf1 !important;
  color: rgba(204, 251, 241, var(--text-opacity)) !important;
}

.focus\:tw-text-teal-200:focus {
  --text-opacity: 1 !important;
  color: #99f6e4 !important;
  color: rgba(153, 246, 228, var(--text-opacity)) !important;
}

.focus\:tw-text-teal-300:focus {
  --text-opacity: 1 !important;
  color: #5eead4 !important;
  color: rgba(94, 234, 212, var(--text-opacity)) !important;
}

.focus\:tw-text-teal-400:focus {
  --text-opacity: 1 !important;
  color: #2dd4bf !important;
  color: rgba(45, 212, 191, var(--text-opacity)) !important;
}

.focus\:tw-text-teal-500:focus {
  --text-opacity: 1 !important;
  color: #14b8a6 !important;
  color: rgba(20, 184, 166, var(--text-opacity)) !important;
}

.focus\:tw-text-teal-600:focus {
  --text-opacity: 1 !important;
  color: #0d9488 !important;
  color: rgba(13, 148, 136, var(--text-opacity)) !important;
}

.focus\:tw-text-teal-700:focus {
  --text-opacity: 1 !important;
  color: #0f766e !important;
  color: rgba(15, 118, 110, var(--text-opacity)) !important;
}

.focus\:tw-text-teal-800:focus {
  --text-opacity: 1 !important;
  color: #115e59 !important;
  color: rgba(17, 94, 89, var(--text-opacity)) !important;
}

.focus\:tw-text-teal-900:focus {
  --text-opacity: 1 !important;
  color: #134e4a !important;
  color: rgba(19, 78, 74, var(--text-opacity)) !important;
}

.focus\:tw-text-blue-50:focus {
  --text-opacity: 1 !important;
  color: #eff6ff !important;
  color: rgba(239, 246, 255, var(--text-opacity)) !important;
}

.focus\:tw-text-blue-100:focus {
  --text-opacity: 1 !important;
  color: #dbeafe !important;
  color: rgba(219, 234, 254, var(--text-opacity)) !important;
}

.focus\:tw-text-blue-200:focus {
  --text-opacity: 1 !important;
  color: #bfdbfe !important;
  color: rgba(191, 219, 254, var(--text-opacity)) !important;
}

.focus\:tw-text-blue-300:focus {
  --text-opacity: 1 !important;
  color: #93c5fd !important;
  color: rgba(147, 197, 253, var(--text-opacity)) !important;
}

.focus\:tw-text-blue-400:focus {
  --text-opacity: 1 !important;
  color: #60a5fa !important;
  color: rgba(96, 165, 250, var(--text-opacity)) !important;
}

.focus\:tw-text-blue-500:focus {
  --text-opacity: 1 !important;
  color: #3b82f6 !important;
  color: rgba(59, 130, 246, var(--text-opacity)) !important;
}

.focus\:tw-text-blue-600:focus {
  --text-opacity: 1 !important;
  color: #2563eb !important;
  color: rgba(37, 99, 235, var(--text-opacity)) !important;
}

.focus\:tw-text-blue-700:focus {
  --text-opacity: 1 !important;
  color: #1d4ed8 !important;
  color: rgba(29, 78, 216, var(--text-opacity)) !important;
}

.focus\:tw-text-blue-800:focus {
  --text-opacity: 1 !important;
  color: #1e40af !important;
  color: rgba(30, 64, 175, var(--text-opacity)) !important;
}

.focus\:tw-text-blue-900:focus {
  --text-opacity: 1 !important;
  color: #1e3a8a !important;
  color: rgba(30, 58, 138, var(--text-opacity)) !important;
}

.focus\:tw-text-indigo-50:focus {
  --text-opacity: 1 !important;
  color: #eef2ff !important;
  color: rgba(238, 242, 255, var(--text-opacity)) !important;
}

.focus\:tw-text-indigo-100:focus {
  --text-opacity: 1 !important;
  color: #e0e7ff !important;
  color: rgba(224, 231, 255, var(--text-opacity)) !important;
}

.focus\:tw-text-indigo-200:focus {
  --text-opacity: 1 !important;
  color: #c7d2fe !important;
  color: rgba(199, 210, 254, var(--text-opacity)) !important;
}

.focus\:tw-text-indigo-300:focus {
  --text-opacity: 1 !important;
  color: #a5b4fc !important;
  color: rgba(165, 180, 252, var(--text-opacity)) !important;
}

.focus\:tw-text-indigo-400:focus {
  --text-opacity: 1 !important;
  color: #818cf8 !important;
  color: rgba(129, 140, 248, var(--text-opacity)) !important;
}

.focus\:tw-text-indigo-500:focus {
  --text-opacity: 1 !important;
  color: #6366f1 !important;
  color: rgba(99, 102, 241, var(--text-opacity)) !important;
}

.focus\:tw-text-indigo-600:focus {
  --text-opacity: 1 !important;
  color: #4f46e5 !important;
  color: rgba(79, 70, 229, var(--text-opacity)) !important;
}

.focus\:tw-text-indigo-700:focus {
  --text-opacity: 1 !important;
  color: #4338ca !important;
  color: rgba(67, 56, 202, var(--text-opacity)) !important;
}

.focus\:tw-text-indigo-800:focus {
  --text-opacity: 1 !important;
  color: #3730a3 !important;
  color: rgba(55, 48, 163, var(--text-opacity)) !important;
}

.focus\:tw-text-indigo-900:focus {
  --text-opacity: 1 !important;
  color: #312e81 !important;
  color: rgba(49, 46, 129, var(--text-opacity)) !important;
}

.focus\:tw-text-purple-50:focus {
  --text-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--text-opacity)) !important;
}

.focus\:tw-text-purple-100:focus {
  --text-opacity: 1 !important;
  color: #f3e8ff !important;
  color: rgba(243, 232, 255, var(--text-opacity)) !important;
}

.focus\:tw-text-purple-200:focus {
  --text-opacity: 1 !important;
  color: #e9d5ff !important;
  color: rgba(233, 213, 255, var(--text-opacity)) !important;
}

.focus\:tw-text-purple-300:focus {
  --text-opacity: 1 !important;
  color: #d8b4fe !important;
  color: rgba(216, 180, 254, var(--text-opacity)) !important;
}

.focus\:tw-text-purple-400:focus {
  --text-opacity: 1 !important;
  color: #c084fc !important;
  color: rgba(192, 132, 252, var(--text-opacity)) !important;
}

.focus\:tw-text-purple-500:focus {
  --text-opacity: 1 !important;
  color: #a855f7 !important;
  color: rgba(168, 85, 247, var(--text-opacity)) !important;
}

.focus\:tw-text-purple-600:focus {
  --text-opacity: 1 !important;
  color: #9333ea !important;
  color: rgba(147, 51, 234, var(--text-opacity)) !important;
}

.focus\:tw-text-purple-700:focus {
  --text-opacity: 1 !important;
  color: #7e22ce !important;
  color: rgba(126, 34, 206, var(--text-opacity)) !important;
}

.focus\:tw-text-purple-800:focus {
  --text-opacity: 1 !important;
  color: #6b21a8 !important;
  color: rgba(107, 33, 168, var(--text-opacity)) !important;
}

.focus\:tw-text-purple-900:focus {
  --text-opacity: 1 !important;
  color: #581c87 !important;
  color: rgba(88, 28, 135, var(--text-opacity)) !important;
}

.focus\:tw-text-pink-50:focus {
  --text-opacity: 1 !important;
  color: #fdf2f8 !important;
  color: rgba(253, 242, 248, var(--text-opacity)) !important;
}

.focus\:tw-text-pink-100:focus {
  --text-opacity: 1 !important;
  color: #fce7f3 !important;
  color: rgba(252, 231, 243, var(--text-opacity)) !important;
}

.focus\:tw-text-pink-200:focus {
  --text-opacity: 1 !important;
  color: #fbcfe8 !important;
  color: rgba(251, 207, 232, var(--text-opacity)) !important;
}

.focus\:tw-text-pink-300:focus {
  --text-opacity: 1 !important;
  color: #f9a8d4 !important;
  color: rgba(249, 168, 212, var(--text-opacity)) !important;
}

.focus\:tw-text-pink-400:focus {
  --text-opacity: 1 !important;
  color: #f472b6 !important;
  color: rgba(244, 114, 182, var(--text-opacity)) !important;
}

.focus\:tw-text-pink-500:focus {
  --text-opacity: 1 !important;
  color: #ec4899 !important;
  color: rgba(236, 72, 153, var(--text-opacity)) !important;
}

.focus\:tw-text-pink-600:focus {
  --text-opacity: 1 !important;
  color: #db2777 !important;
  color: rgba(219, 39, 119, var(--text-opacity)) !important;
}

.focus\:tw-text-pink-700:focus {
  --text-opacity: 1 !important;
  color: #be185d !important;
  color: rgba(190, 24, 93, var(--text-opacity)) !important;
}

.focus\:tw-text-pink-800:focus {
  --text-opacity: 1 !important;
  color: #9d174d !important;
  color: rgba(157, 23, 77, var(--text-opacity)) !important;
}

.focus\:tw-text-pink-900:focus {
  --text-opacity: 1 !important;
  color: #831843 !important;
  color: rgba(131, 24, 67, var(--text-opacity)) !important;
}

.focus\:tw-text-app-main:focus {
  --text-opacity: 1 !important;
  color: #F18D11 !important;
  color: rgba(241, 141, 17, var(--text-opacity)) !important;
}

.focus\:tw-text-app-sub-blue:focus {
  --text-opacity: 1 !important;
  color: #1E548F !important;
  color: rgba(30, 84, 143, var(--text-opacity)) !important;
}

.focus\:tw-text-app-yellow:focus {
  --text-opacity: 1 !important;
  color: #FFF5D1 !important;
  color: rgba(255, 245, 209, var(--text-opacity)) !important;
}

.focus\:tw-text-theme-primary:focus {
  --text-opacity: 1 !important;
  color: #f3980f !important;
  color: rgba(243, 152, 15, var(--text-opacity)) !important;
}

.focus\:tw-text-theme-info:focus {
  --text-opacity: 1 !important;
  color: #1b925a !important;
  color: rgba(27, 146, 90, var(--text-opacity)) !important;
}

.focus\:tw-text-slate-50:focus {
  --text-opacity: 1 !important;
  color: #f8fafc !important;
  color: rgba(248, 250, 252, var(--text-opacity)) !important;
}

.focus\:tw-text-slate-100:focus {
  --text-opacity: 1 !important;
  color: #f1f5f9 !important;
  color: rgba(241, 245, 249, var(--text-opacity)) !important;
}

.focus\:tw-text-slate-200:focus {
  --text-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--text-opacity)) !important;
}

.focus\:tw-text-slate-300:focus {
  --text-opacity: 1 !important;
  color: #cbd5e1 !important;
  color: rgba(203, 213, 225, var(--text-opacity)) !important;
}

.focus\:tw-text-slate-400:focus {
  --text-opacity: 1 !important;
  color: #94a3b8 !important;
  color: rgba(148, 163, 184, var(--text-opacity)) !important;
}

.focus\:tw-text-slate-500:focus {
  --text-opacity: 1 !important;
  color: #64748b !important;
  color: rgba(100, 116, 139, var(--text-opacity)) !important;
}

.focus\:tw-text-slate-600:focus {
  --text-opacity: 1 !important;
  color: #475569 !important;
  color: rgba(71, 85, 105, var(--text-opacity)) !important;
}

.focus\:tw-text-slate-700:focus {
  --text-opacity: 1 !important;
  color: #334155 !important;
  color: rgba(51, 65, 85, var(--text-opacity)) !important;
}

.focus\:tw-text-slate-800:focus {
  --text-opacity: 1 !important;
  color: #1e293b !important;
  color: rgba(30, 41, 59, var(--text-opacity)) !important;
}

.focus\:tw-text-slate-900:focus {
  --text-opacity: 1 !important;
  color: #0f172a !important;
  color: rgba(15, 23, 42, var(--text-opacity)) !important;
}

.focus\:tw-text-zinc-50:focus {
  --text-opacity: 1 !important;
  color: #fafafa !important;
  color: rgba(250, 250, 250, var(--text-opacity)) !important;
}

.focus\:tw-text-zinc-100:focus {
  --text-opacity: 1 !important;
  color: #f4f4f5 !important;
  color: rgba(244, 244, 245, var(--text-opacity)) !important;
}

.focus\:tw-text-zinc-200:focus {
  --text-opacity: 1 !important;
  color: #e4e4e7 !important;
  color: rgba(228, 228, 231, var(--text-opacity)) !important;
}

.focus\:tw-text-zinc-300:focus {
  --text-opacity: 1 !important;
  color: #d4d4d8 !important;
  color: rgba(212, 212, 216, var(--text-opacity)) !important;
}

.focus\:tw-text-zinc-400:focus {
  --text-opacity: 1 !important;
  color: #a1a1aa !important;
  color: rgba(161, 161, 170, var(--text-opacity)) !important;
}

.focus\:tw-text-zinc-500:focus {
  --text-opacity: 1 !important;
  color: #71717a !important;
  color: rgba(113, 113, 122, var(--text-opacity)) !important;
}

.focus\:tw-text-zinc-600:focus {
  --text-opacity: 1 !important;
  color: #52525b !important;
  color: rgba(82, 82, 91, var(--text-opacity)) !important;
}

.focus\:tw-text-zinc-700:focus {
  --text-opacity: 1 !important;
  color: #3f3f46 !important;
  color: rgba(63, 63, 70, var(--text-opacity)) !important;
}

.focus\:tw-text-zinc-800:focus {
  --text-opacity: 1 !important;
  color: #27272a !important;
  color: rgba(39, 39, 42, var(--text-opacity)) !important;
}

.focus\:tw-text-zinc-900:focus {
  --text-opacity: 1 !important;
  color: #18181b !important;
  color: rgba(24, 24, 27, var(--text-opacity)) !important;
}

.focus\:tw-text-neutral-50:focus {
  --text-opacity: 1 !important;
  color: #fafafa !important;
  color: rgba(250, 250, 250, var(--text-opacity)) !important;
}

.focus\:tw-text-neutral-100:focus {
  --text-opacity: 1 !important;
  color: #f5f5f5 !important;
  color: rgba(245, 245, 245, var(--text-opacity)) !important;
}

.focus\:tw-text-neutral-200:focus {
  --text-opacity: 1 !important;
  color: #e5e5e5 !important;
  color: rgba(229, 229, 229, var(--text-opacity)) !important;
}

.focus\:tw-text-neutral-300:focus {
  --text-opacity: 1 !important;
  color: #d4d4d4 !important;
  color: rgba(212, 212, 212, var(--text-opacity)) !important;
}

.focus\:tw-text-neutral-400:focus {
  --text-opacity: 1 !important;
  color: #a3a3a3 !important;
  color: rgba(163, 163, 163, var(--text-opacity)) !important;
}

.focus\:tw-text-neutral-500:focus {
  --text-opacity: 1 !important;
  color: #737373 !important;
  color: rgba(115, 115, 115, var(--text-opacity)) !important;
}

.focus\:tw-text-neutral-600:focus {
  --text-opacity: 1 !important;
  color: #525252 !important;
  color: rgba(82, 82, 82, var(--text-opacity)) !important;
}

.focus\:tw-text-neutral-700:focus {
  --text-opacity: 1 !important;
  color: #404040 !important;
  color: rgba(64, 64, 64, var(--text-opacity)) !important;
}

.focus\:tw-text-neutral-800:focus {
  --text-opacity: 1 !important;
  color: #262626 !important;
  color: rgba(38, 38, 38, var(--text-opacity)) !important;
}

.focus\:tw-text-neutral-900:focus {
  --text-opacity: 1 !important;
  color: #171717 !important;
  color: rgba(23, 23, 23, var(--text-opacity)) !important;
}

.focus\:tw-text-stone-50:focus {
  --text-opacity: 1 !important;
  color: #fafaf9 !important;
  color: rgba(250, 250, 249, var(--text-opacity)) !important;
}

.focus\:tw-text-stone-100:focus {
  --text-opacity: 1 !important;
  color: #f5f5f4 !important;
  color: rgba(245, 245, 244, var(--text-opacity)) !important;
}

.focus\:tw-text-stone-200:focus {
  --text-opacity: 1 !important;
  color: #e7e5e4 !important;
  color: rgba(231, 229, 228, var(--text-opacity)) !important;
}

.focus\:tw-text-stone-300:focus {
  --text-opacity: 1 !important;
  color: #d6d3d1 !important;
  color: rgba(214, 211, 209, var(--text-opacity)) !important;
}

.focus\:tw-text-stone-400:focus {
  --text-opacity: 1 !important;
  color: #a8a29e !important;
  color: rgba(168, 162, 158, var(--text-opacity)) !important;
}

.focus\:tw-text-stone-500:focus {
  --text-opacity: 1 !important;
  color: #78716c !important;
  color: rgba(120, 113, 108, var(--text-opacity)) !important;
}

.focus\:tw-text-stone-600:focus {
  --text-opacity: 1 !important;
  color: #57534e !important;
  color: rgba(87, 83, 78, var(--text-opacity)) !important;
}

.focus\:tw-text-stone-700:focus {
  --text-opacity: 1 !important;
  color: #44403c !important;
  color: rgba(68, 64, 60, var(--text-opacity)) !important;
}

.focus\:tw-text-stone-800:focus {
  --text-opacity: 1 !important;
  color: #292524 !important;
  color: rgba(41, 37, 36, var(--text-opacity)) !important;
}

.focus\:tw-text-stone-900:focus {
  --text-opacity: 1 !important;
  color: #1c1917 !important;
  color: rgba(28, 25, 23, var(--text-opacity)) !important;
}

.focus\:tw-text-amber-50:focus {
  --text-opacity: 1 !important;
  color: #fffbeb !important;
  color: rgba(255, 251, 235, var(--text-opacity)) !important;
}

.focus\:tw-text-amber-100:focus {
  --text-opacity: 1 !important;
  color: #fef3c7 !important;
  color: rgba(254, 243, 199, var(--text-opacity)) !important;
}

.focus\:tw-text-amber-200:focus {
  --text-opacity: 1 !important;
  color: #fde68a !important;
  color: rgba(253, 230, 138, var(--text-opacity)) !important;
}

.focus\:tw-text-amber-300:focus {
  --text-opacity: 1 !important;
  color: #fcd34d !important;
  color: rgba(252, 211, 77, var(--text-opacity)) !important;
}

.focus\:tw-text-amber-400:focus {
  --text-opacity: 1 !important;
  color: #fbbf24 !important;
  color: rgba(251, 191, 36, var(--text-opacity)) !important;
}

.focus\:tw-text-amber-500:focus {
  --text-opacity: 1 !important;
  color: #f59e0b !important;
  color: rgba(245, 158, 11, var(--text-opacity)) !important;
}

.focus\:tw-text-amber-600:focus {
  --text-opacity: 1 !important;
  color: #d97706 !important;
  color: rgba(217, 119, 6, var(--text-opacity)) !important;
}

.focus\:tw-text-amber-700:focus {
  --text-opacity: 1 !important;
  color: #b45309 !important;
  color: rgba(180, 83, 9, var(--text-opacity)) !important;
}

.focus\:tw-text-amber-800:focus {
  --text-opacity: 1 !important;
  color: #92400e !important;
  color: rgba(146, 64, 14, var(--text-opacity)) !important;
}

.focus\:tw-text-amber-900:focus {
  --text-opacity: 1 !important;
  color: #78350f !important;
  color: rgba(120, 53, 15, var(--text-opacity)) !important;
}

.focus\:tw-text-lime-50:focus {
  --text-opacity: 1 !important;
  color: #f7fee7 !important;
  color: rgba(247, 254, 231, var(--text-opacity)) !important;
}

.focus\:tw-text-lime-100:focus {
  --text-opacity: 1 !important;
  color: #ecfccb !important;
  color: rgba(236, 252, 203, var(--text-opacity)) !important;
}

.focus\:tw-text-lime-200:focus {
  --text-opacity: 1 !important;
  color: #d9f99d !important;
  color: rgba(217, 249, 157, var(--text-opacity)) !important;
}

.focus\:tw-text-lime-300:focus {
  --text-opacity: 1 !important;
  color: #bef264 !important;
  color: rgba(190, 242, 100, var(--text-opacity)) !important;
}

.focus\:tw-text-lime-400:focus {
  --text-opacity: 1 !important;
  color: #a3e635 !important;
  color: rgba(163, 230, 53, var(--text-opacity)) !important;
}

.focus\:tw-text-lime-500:focus {
  --text-opacity: 1 !important;
  color: #84cc16 !important;
  color: rgba(132, 204, 22, var(--text-opacity)) !important;
}

.focus\:tw-text-lime-600:focus {
  --text-opacity: 1 !important;
  color: #65a30d !important;
  color: rgba(101, 163, 13, var(--text-opacity)) !important;
}

.focus\:tw-text-lime-700:focus {
  --text-opacity: 1 !important;
  color: #4d7c0f !important;
  color: rgba(77, 124, 15, var(--text-opacity)) !important;
}

.focus\:tw-text-lime-800:focus {
  --text-opacity: 1 !important;
  color: #3f6212 !important;
  color: rgba(63, 98, 18, var(--text-opacity)) !important;
}

.focus\:tw-text-lime-900:focus {
  --text-opacity: 1 !important;
  color: #365314 !important;
  color: rgba(54, 83, 20, var(--text-opacity)) !important;
}

.focus\:tw-text-emerald-50:focus {
  --text-opacity: 1 !important;
  color: #ecfdf5 !important;
  color: rgba(236, 253, 245, var(--text-opacity)) !important;
}

.focus\:tw-text-emerald-100:focus {
  --text-opacity: 1 !important;
  color: #d1fae5 !important;
  color: rgba(209, 250, 229, var(--text-opacity)) !important;
}

.focus\:tw-text-emerald-200:focus {
  --text-opacity: 1 !important;
  color: #a7f3d0 !important;
  color: rgba(167, 243, 208, var(--text-opacity)) !important;
}

.focus\:tw-text-emerald-300:focus {
  --text-opacity: 1 !important;
  color: #6ee7b7 !important;
  color: rgba(110, 231, 183, var(--text-opacity)) !important;
}

.focus\:tw-text-emerald-400:focus {
  --text-opacity: 1 !important;
  color: #34d399 !important;
  color: rgba(52, 211, 153, var(--text-opacity)) !important;
}

.focus\:tw-text-emerald-500:focus {
  --text-opacity: 1 !important;
  color: #10b981 !important;
  color: rgba(16, 185, 129, var(--text-opacity)) !important;
}

.focus\:tw-text-emerald-600:focus {
  --text-opacity: 1 !important;
  color: #059669 !important;
  color: rgba(5, 150, 105, var(--text-opacity)) !important;
}

.focus\:tw-text-emerald-700:focus {
  --text-opacity: 1 !important;
  color: #047857 !important;
  color: rgba(4, 120, 87, var(--text-opacity)) !important;
}

.focus\:tw-text-emerald-800:focus {
  --text-opacity: 1 !important;
  color: #065f46 !important;
  color: rgba(6, 95, 70, var(--text-opacity)) !important;
}

.focus\:tw-text-emerald-900:focus {
  --text-opacity: 1 !important;
  color: #064e3b !important;
  color: rgba(6, 78, 59, var(--text-opacity)) !important;
}

.focus\:tw-text-cyan-50:focus {
  --text-opacity: 1 !important;
  color: #ecfeff !important;
  color: rgba(236, 254, 255, var(--text-opacity)) !important;
}

.focus\:tw-text-cyan-100:focus {
  --text-opacity: 1 !important;
  color: #cffafe !important;
  color: rgba(207, 250, 254, var(--text-opacity)) !important;
}

.focus\:tw-text-cyan-200:focus {
  --text-opacity: 1 !important;
  color: #a5f3fc !important;
  color: rgba(165, 243, 252, var(--text-opacity)) !important;
}

.focus\:tw-text-cyan-300:focus {
  --text-opacity: 1 !important;
  color: #67e8f9 !important;
  color: rgba(103, 232, 249, var(--text-opacity)) !important;
}

.focus\:tw-text-cyan-400:focus {
  --text-opacity: 1 !important;
  color: #22d3ee !important;
  color: rgba(34, 211, 238, var(--text-opacity)) !important;
}

.focus\:tw-text-cyan-500:focus {
  --text-opacity: 1 !important;
  color: #06b6d4 !important;
  color: rgba(6, 182, 212, var(--text-opacity)) !important;
}

.focus\:tw-text-cyan-600:focus {
  --text-opacity: 1 !important;
  color: #0891b2 !important;
  color: rgba(8, 145, 178, var(--text-opacity)) !important;
}

.focus\:tw-text-cyan-700:focus {
  --text-opacity: 1 !important;
  color: #0e7490 !important;
  color: rgba(14, 116, 144, var(--text-opacity)) !important;
}

.focus\:tw-text-cyan-800:focus {
  --text-opacity: 1 !important;
  color: #155e75 !important;
  color: rgba(21, 94, 117, var(--text-opacity)) !important;
}

.focus\:tw-text-cyan-900:focus {
  --text-opacity: 1 !important;
  color: #164e63 !important;
  color: rgba(22, 78, 99, var(--text-opacity)) !important;
}

.focus\:tw-text-sky-50:focus {
  --text-opacity: 1 !important;
  color: #f0f9ff !important;
  color: rgba(240, 249, 255, var(--text-opacity)) !important;
}

.focus\:tw-text-sky-100:focus {
  --text-opacity: 1 !important;
  color: #e0f2fe !important;
  color: rgba(224, 242, 254, var(--text-opacity)) !important;
}

.focus\:tw-text-sky-200:focus {
  --text-opacity: 1 !important;
  color: #bae6fd !important;
  color: rgba(186, 230, 253, var(--text-opacity)) !important;
}

.focus\:tw-text-sky-300:focus {
  --text-opacity: 1 !important;
  color: #7dd3fc !important;
  color: rgba(125, 211, 252, var(--text-opacity)) !important;
}

.focus\:tw-text-sky-400:focus {
  --text-opacity: 1 !important;
  color: #38bdf8 !important;
  color: rgba(56, 189, 248, var(--text-opacity)) !important;
}

.focus\:tw-text-sky-500:focus {
  --text-opacity: 1 !important;
  color: #0ea5e9 !important;
  color: rgba(14, 165, 233, var(--text-opacity)) !important;
}

.focus\:tw-text-sky-600:focus {
  --text-opacity: 1 !important;
  color: #0284c7 !important;
  color: rgba(2, 132, 199, var(--text-opacity)) !important;
}

.focus\:tw-text-sky-700:focus {
  --text-opacity: 1 !important;
  color: #0369a1 !important;
  color: rgba(3, 105, 161, var(--text-opacity)) !important;
}

.focus\:tw-text-sky-800:focus {
  --text-opacity: 1 !important;
  color: #075985 !important;
  color: rgba(7, 89, 133, var(--text-opacity)) !important;
}

.focus\:tw-text-sky-900:focus {
  --text-opacity: 1 !important;
  color: #0c4a6e !important;
  color: rgba(12, 74, 110, var(--text-opacity)) !important;
}

.focus\:tw-text-violet-50:focus {
  --text-opacity: 1 !important;
  color: #f5f3ff !important;
  color: rgba(245, 243, 255, var(--text-opacity)) !important;
}

.focus\:tw-text-violet-100:focus {
  --text-opacity: 1 !important;
  color: #ede9fe !important;
  color: rgba(237, 233, 254, var(--text-opacity)) !important;
}

.focus\:tw-text-violet-200:focus {
  --text-opacity: 1 !important;
  color: #ddd6fe !important;
  color: rgba(221, 214, 254, var(--text-opacity)) !important;
}

.focus\:tw-text-violet-300:focus {
  --text-opacity: 1 !important;
  color: #c4b5fd !important;
  color: rgba(196, 181, 253, var(--text-opacity)) !important;
}

.focus\:tw-text-violet-400:focus {
  --text-opacity: 1 !important;
  color: #a78bfa !important;
  color: rgba(167, 139, 250, var(--text-opacity)) !important;
}

.focus\:tw-text-violet-500:focus {
  --text-opacity: 1 !important;
  color: #8b5cf6 !important;
  color: rgba(139, 92, 246, var(--text-opacity)) !important;
}

.focus\:tw-text-violet-600:focus {
  --text-opacity: 1 !important;
  color: #7c3aed !important;
  color: rgba(124, 58, 237, var(--text-opacity)) !important;
}

.focus\:tw-text-violet-700:focus {
  --text-opacity: 1 !important;
  color: #6d28d9 !important;
  color: rgba(109, 40, 217, var(--text-opacity)) !important;
}

.focus\:tw-text-violet-800:focus {
  --text-opacity: 1 !important;
  color: #5b21b6 !important;
  color: rgba(91, 33, 182, var(--text-opacity)) !important;
}

.focus\:tw-text-violet-900:focus {
  --text-opacity: 1 !important;
  color: #4c1d95 !important;
  color: rgba(76, 29, 149, var(--text-opacity)) !important;
}

.focus\:tw-text-fuchsia-50:focus {
  --text-opacity: 1 !important;
  color: #fdf4ff !important;
  color: rgba(253, 244, 255, var(--text-opacity)) !important;
}

.focus\:tw-text-fuchsia-100:focus {
  --text-opacity: 1 !important;
  color: #fae8ff !important;
  color: rgba(250, 232, 255, var(--text-opacity)) !important;
}

.focus\:tw-text-fuchsia-200:focus {
  --text-opacity: 1 !important;
  color: #f5d0fe !important;
  color: rgba(245, 208, 254, var(--text-opacity)) !important;
}

.focus\:tw-text-fuchsia-300:focus {
  --text-opacity: 1 !important;
  color: #f0abfc !important;
  color: rgba(240, 171, 252, var(--text-opacity)) !important;
}

.focus\:tw-text-fuchsia-400:focus {
  --text-opacity: 1 !important;
  color: #e879f9 !important;
  color: rgba(232, 121, 249, var(--text-opacity)) !important;
}

.focus\:tw-text-fuchsia-500:focus {
  --text-opacity: 1 !important;
  color: #d946ef !important;
  color: rgba(217, 70, 239, var(--text-opacity)) !important;
}

.focus\:tw-text-fuchsia-600:focus {
  --text-opacity: 1 !important;
  color: #c026d3 !important;
  color: rgba(192, 38, 211, var(--text-opacity)) !important;
}

.focus\:tw-text-fuchsia-700:focus {
  --text-opacity: 1 !important;
  color: #a21caf !important;
  color: rgba(162, 28, 175, var(--text-opacity)) !important;
}

.focus\:tw-text-fuchsia-800:focus {
  --text-opacity: 1 !important;
  color: #86198f !important;
  color: rgba(134, 25, 143, var(--text-opacity)) !important;
}

.focus\:tw-text-fuchsia-900:focus {
  --text-opacity: 1 !important;
  color: #701a75 !important;
  color: rgba(112, 26, 117, var(--text-opacity)) !important;
}

.focus\:tw-text-rose-50:focus {
  --text-opacity: 1 !important;
  color: #fff1f2 !important;
  color: rgba(255, 241, 242, var(--text-opacity)) !important;
}

.focus\:tw-text-rose-100:focus {
  --text-opacity: 1 !important;
  color: #ffe4e6 !important;
  color: rgba(255, 228, 230, var(--text-opacity)) !important;
}

.focus\:tw-text-rose-200:focus {
  --text-opacity: 1 !important;
  color: #fecdd3 !important;
  color: rgba(254, 205, 211, var(--text-opacity)) !important;
}

.focus\:tw-text-rose-300:focus {
  --text-opacity: 1 !important;
  color: #fda4af !important;
  color: rgba(253, 164, 175, var(--text-opacity)) !important;
}

.focus\:tw-text-rose-400:focus {
  --text-opacity: 1 !important;
  color: #fb7185 !important;
  color: rgba(251, 113, 133, var(--text-opacity)) !important;
}

.focus\:tw-text-rose-500:focus {
  --text-opacity: 1 !important;
  color: #f43f5e !important;
  color: rgba(244, 63, 94, var(--text-opacity)) !important;
}

.focus\:tw-text-rose-600:focus {
  --text-opacity: 1 !important;
  color: #e11d48 !important;
  color: rgba(225, 29, 72, var(--text-opacity)) !important;
}

.focus\:tw-text-rose-700:focus {
  --text-opacity: 1 !important;
  color: #be123c !important;
  color: rgba(190, 18, 60, var(--text-opacity)) !important;
}

.focus\:tw-text-rose-800:focus {
  --text-opacity: 1 !important;
  color: #9f1239 !important;
  color: rgba(159, 18, 57, var(--text-opacity)) !important;
}

.focus\:tw-text-rose-900:focus {
  --text-opacity: 1 !important;
  color: #881337 !important;
  color: rgba(136, 19, 55, var(--text-opacity)) !important;
}

.disabled\:tw-text-transparent:disabled {
  color: transparent !important;
}

.disabled\:tw-text-current:disabled {
  color: currentColor !important;
}

.disabled\:tw-text-black:disabled {
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.disabled\:tw-text-white:disabled {
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.disabled\:tw-text-gray-50:disabled {
  --text-opacity: 1 !important;
  color: #f9fafb !important;
  color: rgba(249, 250, 251, var(--text-opacity)) !important;
}

.disabled\:tw-text-gray-100:disabled {
  --text-opacity: 1 !important;
  color: #f3f4f6 !important;
  color: rgba(243, 244, 246, var(--text-opacity)) !important;
}

.disabled\:tw-text-gray-200:disabled {
  --text-opacity: 1 !important;
  color: #e5e7eb !important;
  color: rgba(229, 231, 235, var(--text-opacity)) !important;
}

.disabled\:tw-text-gray-300:disabled {
  --text-opacity: 1 !important;
  color: #d1d5db !important;
  color: rgba(209, 213, 219, var(--text-opacity)) !important;
}

.disabled\:tw-text-gray-400:disabled {
  --text-opacity: 1 !important;
  color: #9ca3af !important;
  color: rgba(156, 163, 175, var(--text-opacity)) !important;
}

.disabled\:tw-text-gray-500:disabled {
  --text-opacity: 1 !important;
  color: #6b7280 !important;
  color: rgba(107, 114, 128, var(--text-opacity)) !important;
}

.disabled\:tw-text-gray-600:disabled {
  --text-opacity: 1 !important;
  color: #4b5563 !important;
  color: rgba(75, 85, 99, var(--text-opacity)) !important;
}

.disabled\:tw-text-gray-700:disabled {
  --text-opacity: 1 !important;
  color: #374151 !important;
  color: rgba(55, 65, 81, var(--text-opacity)) !important;
}

.disabled\:tw-text-gray-800:disabled {
  --text-opacity: 1 !important;
  color: #1f2937 !important;
  color: rgba(31, 41, 55, var(--text-opacity)) !important;
}

.disabled\:tw-text-gray-900:disabled {
  --text-opacity: 1 !important;
  color: #111827 !important;
  color: rgba(17, 24, 39, var(--text-opacity)) !important;
}

.disabled\:tw-text-red-50:disabled {
  --text-opacity: 1 !important;
  color: #fef2f2 !important;
  color: rgba(254, 242, 242, var(--text-opacity)) !important;
}

.disabled\:tw-text-red-100:disabled {
  --text-opacity: 1 !important;
  color: #fee2e2 !important;
  color: rgba(254, 226, 226, var(--text-opacity)) !important;
}

.disabled\:tw-text-red-200:disabled {
  --text-opacity: 1 !important;
  color: #fecaca !important;
  color: rgba(254, 202, 202, var(--text-opacity)) !important;
}

.disabled\:tw-text-red-300:disabled {
  --text-opacity: 1 !important;
  color: #fca5a5 !important;
  color: rgba(252, 165, 165, var(--text-opacity)) !important;
}

.disabled\:tw-text-red-400:disabled {
  --text-opacity: 1 !important;
  color: #f87171 !important;
  color: rgba(248, 113, 113, var(--text-opacity)) !important;
}

.disabled\:tw-text-red-500:disabled {
  --text-opacity: 1 !important;
  color: #ef4444 !important;
  color: rgba(239, 68, 68, var(--text-opacity)) !important;
}

.disabled\:tw-text-red-600:disabled {
  --text-opacity: 1 !important;
  color: #dc2626 !important;
  color: rgba(220, 38, 38, var(--text-opacity)) !important;
}

.disabled\:tw-text-red-700:disabled {
  --text-opacity: 1 !important;
  color: #b91c1c !important;
  color: rgba(185, 28, 28, var(--text-opacity)) !important;
}

.disabled\:tw-text-red-800:disabled {
  --text-opacity: 1 !important;
  color: #991b1b !important;
  color: rgba(153, 27, 27, var(--text-opacity)) !important;
}

.disabled\:tw-text-red-900:disabled {
  --text-opacity: 1 !important;
  color: #7f1d1d !important;
  color: rgba(127, 29, 29, var(--text-opacity)) !important;
}

.disabled\:tw-text-orange-50:disabled {
  --text-opacity: 1 !important;
  color: #fff7ed !important;
  color: rgba(255, 247, 237, var(--text-opacity)) !important;
}

.disabled\:tw-text-orange-100:disabled {
  --text-opacity: 1 !important;
  color: #ffedd5 !important;
  color: rgba(255, 237, 213, var(--text-opacity)) !important;
}

.disabled\:tw-text-orange-200:disabled {
  --text-opacity: 1 !important;
  color: #fed7aa !important;
  color: rgba(254, 215, 170, var(--text-opacity)) !important;
}

.disabled\:tw-text-orange-300:disabled {
  --text-opacity: 1 !important;
  color: #fdba74 !important;
  color: rgba(253, 186, 116, var(--text-opacity)) !important;
}

.disabled\:tw-text-orange-400:disabled {
  --text-opacity: 1 !important;
  color: #fb923c !important;
  color: rgba(251, 146, 60, var(--text-opacity)) !important;
}

.disabled\:tw-text-orange-500:disabled {
  --text-opacity: 1 !important;
  color: #f97316 !important;
  color: rgba(249, 115, 22, var(--text-opacity)) !important;
}

.disabled\:tw-text-orange-600:disabled {
  --text-opacity: 1 !important;
  color: #ea580c !important;
  color: rgba(234, 88, 12, var(--text-opacity)) !important;
}

.disabled\:tw-text-orange-700:disabled {
  --text-opacity: 1 !important;
  color: #c2410c !important;
  color: rgba(194, 65, 12, var(--text-opacity)) !important;
}

.disabled\:tw-text-orange-800:disabled {
  --text-opacity: 1 !important;
  color: #9a3412 !important;
  color: rgba(154, 52, 18, var(--text-opacity)) !important;
}

.disabled\:tw-text-orange-900:disabled {
  --text-opacity: 1 !important;
  color: #7c2d12 !important;
  color: rgba(124, 45, 18, var(--text-opacity)) !important;
}

.disabled\:tw-text-yellow-50:disabled {
  --text-opacity: 1 !important;
  color: #fefce8 !important;
  color: rgba(254, 252, 232, var(--text-opacity)) !important;
}

.disabled\:tw-text-yellow-100:disabled {
  --text-opacity: 1 !important;
  color: #fef9c3 !important;
  color: rgba(254, 249, 195, var(--text-opacity)) !important;
}

.disabled\:tw-text-yellow-200:disabled {
  --text-opacity: 1 !important;
  color: #fef08a !important;
  color: rgba(254, 240, 138, var(--text-opacity)) !important;
}

.disabled\:tw-text-yellow-300:disabled {
  --text-opacity: 1 !important;
  color: #fde047 !important;
  color: rgba(253, 224, 71, var(--text-opacity)) !important;
}

.disabled\:tw-text-yellow-400:disabled {
  --text-opacity: 1 !important;
  color: #facc15 !important;
  color: rgba(250, 204, 21, var(--text-opacity)) !important;
}

.disabled\:tw-text-yellow-500:disabled {
  --text-opacity: 1 !important;
  color: #eab308 !important;
  color: rgba(234, 179, 8, var(--text-opacity)) !important;
}

.disabled\:tw-text-yellow-600:disabled {
  --text-opacity: 1 !important;
  color: #ca8a04 !important;
  color: rgba(202, 138, 4, var(--text-opacity)) !important;
}

.disabled\:tw-text-yellow-700:disabled {
  --text-opacity: 1 !important;
  color: #a16207 !important;
  color: rgba(161, 98, 7, var(--text-opacity)) !important;
}

.disabled\:tw-text-yellow-800:disabled {
  --text-opacity: 1 !important;
  color: #854d0e !important;
  color: rgba(133, 77, 14, var(--text-opacity)) !important;
}

.disabled\:tw-text-yellow-900:disabled {
  --text-opacity: 1 !important;
  color: #713f12 !important;
  color: rgba(113, 63, 18, var(--text-opacity)) !important;
}

.disabled\:tw-text-green-50:disabled {
  --text-opacity: 1 !important;
  color: #f0fdf4 !important;
  color: rgba(240, 253, 244, var(--text-opacity)) !important;
}

.disabled\:tw-text-green-100:disabled {
  --text-opacity: 1 !important;
  color: #dcfce7 !important;
  color: rgba(220, 252, 231, var(--text-opacity)) !important;
}

.disabled\:tw-text-green-200:disabled {
  --text-opacity: 1 !important;
  color: #bbf7d0 !important;
  color: rgba(187, 247, 208, var(--text-opacity)) !important;
}

.disabled\:tw-text-green-300:disabled {
  --text-opacity: 1 !important;
  color: #86efac !important;
  color: rgba(134, 239, 172, var(--text-opacity)) !important;
}

.disabled\:tw-text-green-400:disabled {
  --text-opacity: 1 !important;
  color: #4ade80 !important;
  color: rgba(74, 222, 128, var(--text-opacity)) !important;
}

.disabled\:tw-text-green-500:disabled {
  --text-opacity: 1 !important;
  color: #22c55e !important;
  color: rgba(34, 197, 94, var(--text-opacity)) !important;
}

.disabled\:tw-text-green-600:disabled {
  --text-opacity: 1 !important;
  color: #16a34a !important;
  color: rgba(22, 163, 74, var(--text-opacity)) !important;
}

.disabled\:tw-text-green-700:disabled {
  --text-opacity: 1 !important;
  color: #15803d !important;
  color: rgba(21, 128, 61, var(--text-opacity)) !important;
}

.disabled\:tw-text-green-800:disabled {
  --text-opacity: 1 !important;
  color: #166534 !important;
  color: rgba(22, 101, 52, var(--text-opacity)) !important;
}

.disabled\:tw-text-green-900:disabled {
  --text-opacity: 1 !important;
  color: #14532d !important;
  color: rgba(20, 83, 45, var(--text-opacity)) !important;
}

.disabled\:tw-text-teal-50:disabled {
  --text-opacity: 1 !important;
  color: #f0fdfa !important;
  color: rgba(240, 253, 250, var(--text-opacity)) !important;
}

.disabled\:tw-text-teal-100:disabled {
  --text-opacity: 1 !important;
  color: #ccfbf1 !important;
  color: rgba(204, 251, 241, var(--text-opacity)) !important;
}

.disabled\:tw-text-teal-200:disabled {
  --text-opacity: 1 !important;
  color: #99f6e4 !important;
  color: rgba(153, 246, 228, var(--text-opacity)) !important;
}

.disabled\:tw-text-teal-300:disabled {
  --text-opacity: 1 !important;
  color: #5eead4 !important;
  color: rgba(94, 234, 212, var(--text-opacity)) !important;
}

.disabled\:tw-text-teal-400:disabled {
  --text-opacity: 1 !important;
  color: #2dd4bf !important;
  color: rgba(45, 212, 191, var(--text-opacity)) !important;
}

.disabled\:tw-text-teal-500:disabled {
  --text-opacity: 1 !important;
  color: #14b8a6 !important;
  color: rgba(20, 184, 166, var(--text-opacity)) !important;
}

.disabled\:tw-text-teal-600:disabled {
  --text-opacity: 1 !important;
  color: #0d9488 !important;
  color: rgba(13, 148, 136, var(--text-opacity)) !important;
}

.disabled\:tw-text-teal-700:disabled {
  --text-opacity: 1 !important;
  color: #0f766e !important;
  color: rgba(15, 118, 110, var(--text-opacity)) !important;
}

.disabled\:tw-text-teal-800:disabled {
  --text-opacity: 1 !important;
  color: #115e59 !important;
  color: rgba(17, 94, 89, var(--text-opacity)) !important;
}

.disabled\:tw-text-teal-900:disabled {
  --text-opacity: 1 !important;
  color: #134e4a !important;
  color: rgba(19, 78, 74, var(--text-opacity)) !important;
}

.disabled\:tw-text-blue-50:disabled {
  --text-opacity: 1 !important;
  color: #eff6ff !important;
  color: rgba(239, 246, 255, var(--text-opacity)) !important;
}

.disabled\:tw-text-blue-100:disabled {
  --text-opacity: 1 !important;
  color: #dbeafe !important;
  color: rgba(219, 234, 254, var(--text-opacity)) !important;
}

.disabled\:tw-text-blue-200:disabled {
  --text-opacity: 1 !important;
  color: #bfdbfe !important;
  color: rgba(191, 219, 254, var(--text-opacity)) !important;
}

.disabled\:tw-text-blue-300:disabled {
  --text-opacity: 1 !important;
  color: #93c5fd !important;
  color: rgba(147, 197, 253, var(--text-opacity)) !important;
}

.disabled\:tw-text-blue-400:disabled {
  --text-opacity: 1 !important;
  color: #60a5fa !important;
  color: rgba(96, 165, 250, var(--text-opacity)) !important;
}

.disabled\:tw-text-blue-500:disabled {
  --text-opacity: 1 !important;
  color: #3b82f6 !important;
  color: rgba(59, 130, 246, var(--text-opacity)) !important;
}

.disabled\:tw-text-blue-600:disabled {
  --text-opacity: 1 !important;
  color: #2563eb !important;
  color: rgba(37, 99, 235, var(--text-opacity)) !important;
}

.disabled\:tw-text-blue-700:disabled {
  --text-opacity: 1 !important;
  color: #1d4ed8 !important;
  color: rgba(29, 78, 216, var(--text-opacity)) !important;
}

.disabled\:tw-text-blue-800:disabled {
  --text-opacity: 1 !important;
  color: #1e40af !important;
  color: rgba(30, 64, 175, var(--text-opacity)) !important;
}

.disabled\:tw-text-blue-900:disabled {
  --text-opacity: 1 !important;
  color: #1e3a8a !important;
  color: rgba(30, 58, 138, var(--text-opacity)) !important;
}

.disabled\:tw-text-indigo-50:disabled {
  --text-opacity: 1 !important;
  color: #eef2ff !important;
  color: rgba(238, 242, 255, var(--text-opacity)) !important;
}

.disabled\:tw-text-indigo-100:disabled {
  --text-opacity: 1 !important;
  color: #e0e7ff !important;
  color: rgba(224, 231, 255, var(--text-opacity)) !important;
}

.disabled\:tw-text-indigo-200:disabled {
  --text-opacity: 1 !important;
  color: #c7d2fe !important;
  color: rgba(199, 210, 254, var(--text-opacity)) !important;
}

.disabled\:tw-text-indigo-300:disabled {
  --text-opacity: 1 !important;
  color: #a5b4fc !important;
  color: rgba(165, 180, 252, var(--text-opacity)) !important;
}

.disabled\:tw-text-indigo-400:disabled {
  --text-opacity: 1 !important;
  color: #818cf8 !important;
  color: rgba(129, 140, 248, var(--text-opacity)) !important;
}

.disabled\:tw-text-indigo-500:disabled {
  --text-opacity: 1 !important;
  color: #6366f1 !important;
  color: rgba(99, 102, 241, var(--text-opacity)) !important;
}

.disabled\:tw-text-indigo-600:disabled {
  --text-opacity: 1 !important;
  color: #4f46e5 !important;
  color: rgba(79, 70, 229, var(--text-opacity)) !important;
}

.disabled\:tw-text-indigo-700:disabled {
  --text-opacity: 1 !important;
  color: #4338ca !important;
  color: rgba(67, 56, 202, var(--text-opacity)) !important;
}

.disabled\:tw-text-indigo-800:disabled {
  --text-opacity: 1 !important;
  color: #3730a3 !important;
  color: rgba(55, 48, 163, var(--text-opacity)) !important;
}

.disabled\:tw-text-indigo-900:disabled {
  --text-opacity: 1 !important;
  color: #312e81 !important;
  color: rgba(49, 46, 129, var(--text-opacity)) !important;
}

.disabled\:tw-text-purple-50:disabled {
  --text-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--text-opacity)) !important;
}

.disabled\:tw-text-purple-100:disabled {
  --text-opacity: 1 !important;
  color: #f3e8ff !important;
  color: rgba(243, 232, 255, var(--text-opacity)) !important;
}

.disabled\:tw-text-purple-200:disabled {
  --text-opacity: 1 !important;
  color: #e9d5ff !important;
  color: rgba(233, 213, 255, var(--text-opacity)) !important;
}

.disabled\:tw-text-purple-300:disabled {
  --text-opacity: 1 !important;
  color: #d8b4fe !important;
  color: rgba(216, 180, 254, var(--text-opacity)) !important;
}

.disabled\:tw-text-purple-400:disabled {
  --text-opacity: 1 !important;
  color: #c084fc !important;
  color: rgba(192, 132, 252, var(--text-opacity)) !important;
}

.disabled\:tw-text-purple-500:disabled {
  --text-opacity: 1 !important;
  color: #a855f7 !important;
  color: rgba(168, 85, 247, var(--text-opacity)) !important;
}

.disabled\:tw-text-purple-600:disabled {
  --text-opacity: 1 !important;
  color: #9333ea !important;
  color: rgba(147, 51, 234, var(--text-opacity)) !important;
}

.disabled\:tw-text-purple-700:disabled {
  --text-opacity: 1 !important;
  color: #7e22ce !important;
  color: rgba(126, 34, 206, var(--text-opacity)) !important;
}

.disabled\:tw-text-purple-800:disabled {
  --text-opacity: 1 !important;
  color: #6b21a8 !important;
  color: rgba(107, 33, 168, var(--text-opacity)) !important;
}

.disabled\:tw-text-purple-900:disabled {
  --text-opacity: 1 !important;
  color: #581c87 !important;
  color: rgba(88, 28, 135, var(--text-opacity)) !important;
}

.disabled\:tw-text-pink-50:disabled {
  --text-opacity: 1 !important;
  color: #fdf2f8 !important;
  color: rgba(253, 242, 248, var(--text-opacity)) !important;
}

.disabled\:tw-text-pink-100:disabled {
  --text-opacity: 1 !important;
  color: #fce7f3 !important;
  color: rgba(252, 231, 243, var(--text-opacity)) !important;
}

.disabled\:tw-text-pink-200:disabled {
  --text-opacity: 1 !important;
  color: #fbcfe8 !important;
  color: rgba(251, 207, 232, var(--text-opacity)) !important;
}

.disabled\:tw-text-pink-300:disabled {
  --text-opacity: 1 !important;
  color: #f9a8d4 !important;
  color: rgba(249, 168, 212, var(--text-opacity)) !important;
}

.disabled\:tw-text-pink-400:disabled {
  --text-opacity: 1 !important;
  color: #f472b6 !important;
  color: rgba(244, 114, 182, var(--text-opacity)) !important;
}

.disabled\:tw-text-pink-500:disabled {
  --text-opacity: 1 !important;
  color: #ec4899 !important;
  color: rgba(236, 72, 153, var(--text-opacity)) !important;
}

.disabled\:tw-text-pink-600:disabled {
  --text-opacity: 1 !important;
  color: #db2777 !important;
  color: rgba(219, 39, 119, var(--text-opacity)) !important;
}

.disabled\:tw-text-pink-700:disabled {
  --text-opacity: 1 !important;
  color: #be185d !important;
  color: rgba(190, 24, 93, var(--text-opacity)) !important;
}

.disabled\:tw-text-pink-800:disabled {
  --text-opacity: 1 !important;
  color: #9d174d !important;
  color: rgba(157, 23, 77, var(--text-opacity)) !important;
}

.disabled\:tw-text-pink-900:disabled {
  --text-opacity: 1 !important;
  color: #831843 !important;
  color: rgba(131, 24, 67, var(--text-opacity)) !important;
}

.disabled\:tw-text-app-main:disabled {
  --text-opacity: 1 !important;
  color: #F18D11 !important;
  color: rgba(241, 141, 17, var(--text-opacity)) !important;
}

.disabled\:tw-text-app-sub-blue:disabled {
  --text-opacity: 1 !important;
  color: #1E548F !important;
  color: rgba(30, 84, 143, var(--text-opacity)) !important;
}

.disabled\:tw-text-app-yellow:disabled {
  --text-opacity: 1 !important;
  color: #FFF5D1 !important;
  color: rgba(255, 245, 209, var(--text-opacity)) !important;
}

.disabled\:tw-text-theme-primary:disabled {
  --text-opacity: 1 !important;
  color: #f3980f !important;
  color: rgba(243, 152, 15, var(--text-opacity)) !important;
}

.disabled\:tw-text-theme-info:disabled {
  --text-opacity: 1 !important;
  color: #1b925a !important;
  color: rgba(27, 146, 90, var(--text-opacity)) !important;
}

.disabled\:tw-text-slate-50:disabled {
  --text-opacity: 1 !important;
  color: #f8fafc !important;
  color: rgba(248, 250, 252, var(--text-opacity)) !important;
}

.disabled\:tw-text-slate-100:disabled {
  --text-opacity: 1 !important;
  color: #f1f5f9 !important;
  color: rgba(241, 245, 249, var(--text-opacity)) !important;
}

.disabled\:tw-text-slate-200:disabled {
  --text-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--text-opacity)) !important;
}

.disabled\:tw-text-slate-300:disabled {
  --text-opacity: 1 !important;
  color: #cbd5e1 !important;
  color: rgba(203, 213, 225, var(--text-opacity)) !important;
}

.disabled\:tw-text-slate-400:disabled {
  --text-opacity: 1 !important;
  color: #94a3b8 !important;
  color: rgba(148, 163, 184, var(--text-opacity)) !important;
}

.disabled\:tw-text-slate-500:disabled {
  --text-opacity: 1 !important;
  color: #64748b !important;
  color: rgba(100, 116, 139, var(--text-opacity)) !important;
}

.disabled\:tw-text-slate-600:disabled {
  --text-opacity: 1 !important;
  color: #475569 !important;
  color: rgba(71, 85, 105, var(--text-opacity)) !important;
}

.disabled\:tw-text-slate-700:disabled {
  --text-opacity: 1 !important;
  color: #334155 !important;
  color: rgba(51, 65, 85, var(--text-opacity)) !important;
}

.disabled\:tw-text-slate-800:disabled {
  --text-opacity: 1 !important;
  color: #1e293b !important;
  color: rgba(30, 41, 59, var(--text-opacity)) !important;
}

.disabled\:tw-text-slate-900:disabled {
  --text-opacity: 1 !important;
  color: #0f172a !important;
  color: rgba(15, 23, 42, var(--text-opacity)) !important;
}

.disabled\:tw-text-zinc-50:disabled {
  --text-opacity: 1 !important;
  color: #fafafa !important;
  color: rgba(250, 250, 250, var(--text-opacity)) !important;
}

.disabled\:tw-text-zinc-100:disabled {
  --text-opacity: 1 !important;
  color: #f4f4f5 !important;
  color: rgba(244, 244, 245, var(--text-opacity)) !important;
}

.disabled\:tw-text-zinc-200:disabled {
  --text-opacity: 1 !important;
  color: #e4e4e7 !important;
  color: rgba(228, 228, 231, var(--text-opacity)) !important;
}

.disabled\:tw-text-zinc-300:disabled {
  --text-opacity: 1 !important;
  color: #d4d4d8 !important;
  color: rgba(212, 212, 216, var(--text-opacity)) !important;
}

.disabled\:tw-text-zinc-400:disabled {
  --text-opacity: 1 !important;
  color: #a1a1aa !important;
  color: rgba(161, 161, 170, var(--text-opacity)) !important;
}

.disabled\:tw-text-zinc-500:disabled {
  --text-opacity: 1 !important;
  color: #71717a !important;
  color: rgba(113, 113, 122, var(--text-opacity)) !important;
}

.disabled\:tw-text-zinc-600:disabled {
  --text-opacity: 1 !important;
  color: #52525b !important;
  color: rgba(82, 82, 91, var(--text-opacity)) !important;
}

.disabled\:tw-text-zinc-700:disabled {
  --text-opacity: 1 !important;
  color: #3f3f46 !important;
  color: rgba(63, 63, 70, var(--text-opacity)) !important;
}

.disabled\:tw-text-zinc-800:disabled {
  --text-opacity: 1 !important;
  color: #27272a !important;
  color: rgba(39, 39, 42, var(--text-opacity)) !important;
}

.disabled\:tw-text-zinc-900:disabled {
  --text-opacity: 1 !important;
  color: #18181b !important;
  color: rgba(24, 24, 27, var(--text-opacity)) !important;
}

.disabled\:tw-text-neutral-50:disabled {
  --text-opacity: 1 !important;
  color: #fafafa !important;
  color: rgba(250, 250, 250, var(--text-opacity)) !important;
}

.disabled\:tw-text-neutral-100:disabled {
  --text-opacity: 1 !important;
  color: #f5f5f5 !important;
  color: rgba(245, 245, 245, var(--text-opacity)) !important;
}

.disabled\:tw-text-neutral-200:disabled {
  --text-opacity: 1 !important;
  color: #e5e5e5 !important;
  color: rgba(229, 229, 229, var(--text-opacity)) !important;
}

.disabled\:tw-text-neutral-300:disabled {
  --text-opacity: 1 !important;
  color: #d4d4d4 !important;
  color: rgba(212, 212, 212, var(--text-opacity)) !important;
}

.disabled\:tw-text-neutral-400:disabled {
  --text-opacity: 1 !important;
  color: #a3a3a3 !important;
  color: rgba(163, 163, 163, var(--text-opacity)) !important;
}

.disabled\:tw-text-neutral-500:disabled {
  --text-opacity: 1 !important;
  color: #737373 !important;
  color: rgba(115, 115, 115, var(--text-opacity)) !important;
}

.disabled\:tw-text-neutral-600:disabled {
  --text-opacity: 1 !important;
  color: #525252 !important;
  color: rgba(82, 82, 82, var(--text-opacity)) !important;
}

.disabled\:tw-text-neutral-700:disabled {
  --text-opacity: 1 !important;
  color: #404040 !important;
  color: rgba(64, 64, 64, var(--text-opacity)) !important;
}

.disabled\:tw-text-neutral-800:disabled {
  --text-opacity: 1 !important;
  color: #262626 !important;
  color: rgba(38, 38, 38, var(--text-opacity)) !important;
}

.disabled\:tw-text-neutral-900:disabled {
  --text-opacity: 1 !important;
  color: #171717 !important;
  color: rgba(23, 23, 23, var(--text-opacity)) !important;
}

.disabled\:tw-text-stone-50:disabled {
  --text-opacity: 1 !important;
  color: #fafaf9 !important;
  color: rgba(250, 250, 249, var(--text-opacity)) !important;
}

.disabled\:tw-text-stone-100:disabled {
  --text-opacity: 1 !important;
  color: #f5f5f4 !important;
  color: rgba(245, 245, 244, var(--text-opacity)) !important;
}

.disabled\:tw-text-stone-200:disabled {
  --text-opacity: 1 !important;
  color: #e7e5e4 !important;
  color: rgba(231, 229, 228, var(--text-opacity)) !important;
}

.disabled\:tw-text-stone-300:disabled {
  --text-opacity: 1 !important;
  color: #d6d3d1 !important;
  color: rgba(214, 211, 209, var(--text-opacity)) !important;
}

.disabled\:tw-text-stone-400:disabled {
  --text-opacity: 1 !important;
  color: #a8a29e !important;
  color: rgba(168, 162, 158, var(--text-opacity)) !important;
}

.disabled\:tw-text-stone-500:disabled {
  --text-opacity: 1 !important;
  color: #78716c !important;
  color: rgba(120, 113, 108, var(--text-opacity)) !important;
}

.disabled\:tw-text-stone-600:disabled {
  --text-opacity: 1 !important;
  color: #57534e !important;
  color: rgba(87, 83, 78, var(--text-opacity)) !important;
}

.disabled\:tw-text-stone-700:disabled {
  --text-opacity: 1 !important;
  color: #44403c !important;
  color: rgba(68, 64, 60, var(--text-opacity)) !important;
}

.disabled\:tw-text-stone-800:disabled {
  --text-opacity: 1 !important;
  color: #292524 !important;
  color: rgba(41, 37, 36, var(--text-opacity)) !important;
}

.disabled\:tw-text-stone-900:disabled {
  --text-opacity: 1 !important;
  color: #1c1917 !important;
  color: rgba(28, 25, 23, var(--text-opacity)) !important;
}

.disabled\:tw-text-amber-50:disabled {
  --text-opacity: 1 !important;
  color: #fffbeb !important;
  color: rgba(255, 251, 235, var(--text-opacity)) !important;
}

.disabled\:tw-text-amber-100:disabled {
  --text-opacity: 1 !important;
  color: #fef3c7 !important;
  color: rgba(254, 243, 199, var(--text-opacity)) !important;
}

.disabled\:tw-text-amber-200:disabled {
  --text-opacity: 1 !important;
  color: #fde68a !important;
  color: rgba(253, 230, 138, var(--text-opacity)) !important;
}

.disabled\:tw-text-amber-300:disabled {
  --text-opacity: 1 !important;
  color: #fcd34d !important;
  color: rgba(252, 211, 77, var(--text-opacity)) !important;
}

.disabled\:tw-text-amber-400:disabled {
  --text-opacity: 1 !important;
  color: #fbbf24 !important;
  color: rgba(251, 191, 36, var(--text-opacity)) !important;
}

.disabled\:tw-text-amber-500:disabled {
  --text-opacity: 1 !important;
  color: #f59e0b !important;
  color: rgba(245, 158, 11, var(--text-opacity)) !important;
}

.disabled\:tw-text-amber-600:disabled {
  --text-opacity: 1 !important;
  color: #d97706 !important;
  color: rgba(217, 119, 6, var(--text-opacity)) !important;
}

.disabled\:tw-text-amber-700:disabled {
  --text-opacity: 1 !important;
  color: #b45309 !important;
  color: rgba(180, 83, 9, var(--text-opacity)) !important;
}

.disabled\:tw-text-amber-800:disabled {
  --text-opacity: 1 !important;
  color: #92400e !important;
  color: rgba(146, 64, 14, var(--text-opacity)) !important;
}

.disabled\:tw-text-amber-900:disabled {
  --text-opacity: 1 !important;
  color: #78350f !important;
  color: rgba(120, 53, 15, var(--text-opacity)) !important;
}

.disabled\:tw-text-lime-50:disabled {
  --text-opacity: 1 !important;
  color: #f7fee7 !important;
  color: rgba(247, 254, 231, var(--text-opacity)) !important;
}

.disabled\:tw-text-lime-100:disabled {
  --text-opacity: 1 !important;
  color: #ecfccb !important;
  color: rgba(236, 252, 203, var(--text-opacity)) !important;
}

.disabled\:tw-text-lime-200:disabled {
  --text-opacity: 1 !important;
  color: #d9f99d !important;
  color: rgba(217, 249, 157, var(--text-opacity)) !important;
}

.disabled\:tw-text-lime-300:disabled {
  --text-opacity: 1 !important;
  color: #bef264 !important;
  color: rgba(190, 242, 100, var(--text-opacity)) !important;
}

.disabled\:tw-text-lime-400:disabled {
  --text-opacity: 1 !important;
  color: #a3e635 !important;
  color: rgba(163, 230, 53, var(--text-opacity)) !important;
}

.disabled\:tw-text-lime-500:disabled {
  --text-opacity: 1 !important;
  color: #84cc16 !important;
  color: rgba(132, 204, 22, var(--text-opacity)) !important;
}

.disabled\:tw-text-lime-600:disabled {
  --text-opacity: 1 !important;
  color: #65a30d !important;
  color: rgba(101, 163, 13, var(--text-opacity)) !important;
}

.disabled\:tw-text-lime-700:disabled {
  --text-opacity: 1 !important;
  color: #4d7c0f !important;
  color: rgba(77, 124, 15, var(--text-opacity)) !important;
}

.disabled\:tw-text-lime-800:disabled {
  --text-opacity: 1 !important;
  color: #3f6212 !important;
  color: rgba(63, 98, 18, var(--text-opacity)) !important;
}

.disabled\:tw-text-lime-900:disabled {
  --text-opacity: 1 !important;
  color: #365314 !important;
  color: rgba(54, 83, 20, var(--text-opacity)) !important;
}

.disabled\:tw-text-emerald-50:disabled {
  --text-opacity: 1 !important;
  color: #ecfdf5 !important;
  color: rgba(236, 253, 245, var(--text-opacity)) !important;
}

.disabled\:tw-text-emerald-100:disabled {
  --text-opacity: 1 !important;
  color: #d1fae5 !important;
  color: rgba(209, 250, 229, var(--text-opacity)) !important;
}

.disabled\:tw-text-emerald-200:disabled {
  --text-opacity: 1 !important;
  color: #a7f3d0 !important;
  color: rgba(167, 243, 208, var(--text-opacity)) !important;
}

.disabled\:tw-text-emerald-300:disabled {
  --text-opacity: 1 !important;
  color: #6ee7b7 !important;
  color: rgba(110, 231, 183, var(--text-opacity)) !important;
}

.disabled\:tw-text-emerald-400:disabled {
  --text-opacity: 1 !important;
  color: #34d399 !important;
  color: rgba(52, 211, 153, var(--text-opacity)) !important;
}

.disabled\:tw-text-emerald-500:disabled {
  --text-opacity: 1 !important;
  color: #10b981 !important;
  color: rgba(16, 185, 129, var(--text-opacity)) !important;
}

.disabled\:tw-text-emerald-600:disabled {
  --text-opacity: 1 !important;
  color: #059669 !important;
  color: rgba(5, 150, 105, var(--text-opacity)) !important;
}

.disabled\:tw-text-emerald-700:disabled {
  --text-opacity: 1 !important;
  color: #047857 !important;
  color: rgba(4, 120, 87, var(--text-opacity)) !important;
}

.disabled\:tw-text-emerald-800:disabled {
  --text-opacity: 1 !important;
  color: #065f46 !important;
  color: rgba(6, 95, 70, var(--text-opacity)) !important;
}

.disabled\:tw-text-emerald-900:disabled {
  --text-opacity: 1 !important;
  color: #064e3b !important;
  color: rgba(6, 78, 59, var(--text-opacity)) !important;
}

.disabled\:tw-text-cyan-50:disabled {
  --text-opacity: 1 !important;
  color: #ecfeff !important;
  color: rgba(236, 254, 255, var(--text-opacity)) !important;
}

.disabled\:tw-text-cyan-100:disabled {
  --text-opacity: 1 !important;
  color: #cffafe !important;
  color: rgba(207, 250, 254, var(--text-opacity)) !important;
}

.disabled\:tw-text-cyan-200:disabled {
  --text-opacity: 1 !important;
  color: #a5f3fc !important;
  color: rgba(165, 243, 252, var(--text-opacity)) !important;
}

.disabled\:tw-text-cyan-300:disabled {
  --text-opacity: 1 !important;
  color: #67e8f9 !important;
  color: rgba(103, 232, 249, var(--text-opacity)) !important;
}

.disabled\:tw-text-cyan-400:disabled {
  --text-opacity: 1 !important;
  color: #22d3ee !important;
  color: rgba(34, 211, 238, var(--text-opacity)) !important;
}

.disabled\:tw-text-cyan-500:disabled {
  --text-opacity: 1 !important;
  color: #06b6d4 !important;
  color: rgba(6, 182, 212, var(--text-opacity)) !important;
}

.disabled\:tw-text-cyan-600:disabled {
  --text-opacity: 1 !important;
  color: #0891b2 !important;
  color: rgba(8, 145, 178, var(--text-opacity)) !important;
}

.disabled\:tw-text-cyan-700:disabled {
  --text-opacity: 1 !important;
  color: #0e7490 !important;
  color: rgba(14, 116, 144, var(--text-opacity)) !important;
}

.disabled\:tw-text-cyan-800:disabled {
  --text-opacity: 1 !important;
  color: #155e75 !important;
  color: rgba(21, 94, 117, var(--text-opacity)) !important;
}

.disabled\:tw-text-cyan-900:disabled {
  --text-opacity: 1 !important;
  color: #164e63 !important;
  color: rgba(22, 78, 99, var(--text-opacity)) !important;
}

.disabled\:tw-text-sky-50:disabled {
  --text-opacity: 1 !important;
  color: #f0f9ff !important;
  color: rgba(240, 249, 255, var(--text-opacity)) !important;
}

.disabled\:tw-text-sky-100:disabled {
  --text-opacity: 1 !important;
  color: #e0f2fe !important;
  color: rgba(224, 242, 254, var(--text-opacity)) !important;
}

.disabled\:tw-text-sky-200:disabled {
  --text-opacity: 1 !important;
  color: #bae6fd !important;
  color: rgba(186, 230, 253, var(--text-opacity)) !important;
}

.disabled\:tw-text-sky-300:disabled {
  --text-opacity: 1 !important;
  color: #7dd3fc !important;
  color: rgba(125, 211, 252, var(--text-opacity)) !important;
}

.disabled\:tw-text-sky-400:disabled {
  --text-opacity: 1 !important;
  color: #38bdf8 !important;
  color: rgba(56, 189, 248, var(--text-opacity)) !important;
}

.disabled\:tw-text-sky-500:disabled {
  --text-opacity: 1 !important;
  color: #0ea5e9 !important;
  color: rgba(14, 165, 233, var(--text-opacity)) !important;
}

.disabled\:tw-text-sky-600:disabled {
  --text-opacity: 1 !important;
  color: #0284c7 !important;
  color: rgba(2, 132, 199, var(--text-opacity)) !important;
}

.disabled\:tw-text-sky-700:disabled {
  --text-opacity: 1 !important;
  color: #0369a1 !important;
  color: rgba(3, 105, 161, var(--text-opacity)) !important;
}

.disabled\:tw-text-sky-800:disabled {
  --text-opacity: 1 !important;
  color: #075985 !important;
  color: rgba(7, 89, 133, var(--text-opacity)) !important;
}

.disabled\:tw-text-sky-900:disabled {
  --text-opacity: 1 !important;
  color: #0c4a6e !important;
  color: rgba(12, 74, 110, var(--text-opacity)) !important;
}

.disabled\:tw-text-violet-50:disabled {
  --text-opacity: 1 !important;
  color: #f5f3ff !important;
  color: rgba(245, 243, 255, var(--text-opacity)) !important;
}

.disabled\:tw-text-violet-100:disabled {
  --text-opacity: 1 !important;
  color: #ede9fe !important;
  color: rgba(237, 233, 254, var(--text-opacity)) !important;
}

.disabled\:tw-text-violet-200:disabled {
  --text-opacity: 1 !important;
  color: #ddd6fe !important;
  color: rgba(221, 214, 254, var(--text-opacity)) !important;
}

.disabled\:tw-text-violet-300:disabled {
  --text-opacity: 1 !important;
  color: #c4b5fd !important;
  color: rgba(196, 181, 253, var(--text-opacity)) !important;
}

.disabled\:tw-text-violet-400:disabled {
  --text-opacity: 1 !important;
  color: #a78bfa !important;
  color: rgba(167, 139, 250, var(--text-opacity)) !important;
}

.disabled\:tw-text-violet-500:disabled {
  --text-opacity: 1 !important;
  color: #8b5cf6 !important;
  color: rgba(139, 92, 246, var(--text-opacity)) !important;
}

.disabled\:tw-text-violet-600:disabled {
  --text-opacity: 1 !important;
  color: #7c3aed !important;
  color: rgba(124, 58, 237, var(--text-opacity)) !important;
}

.disabled\:tw-text-violet-700:disabled {
  --text-opacity: 1 !important;
  color: #6d28d9 !important;
  color: rgba(109, 40, 217, var(--text-opacity)) !important;
}

.disabled\:tw-text-violet-800:disabled {
  --text-opacity: 1 !important;
  color: #5b21b6 !important;
  color: rgba(91, 33, 182, var(--text-opacity)) !important;
}

.disabled\:tw-text-violet-900:disabled {
  --text-opacity: 1 !important;
  color: #4c1d95 !important;
  color: rgba(76, 29, 149, var(--text-opacity)) !important;
}

.disabled\:tw-text-fuchsia-50:disabled {
  --text-opacity: 1 !important;
  color: #fdf4ff !important;
  color: rgba(253, 244, 255, var(--text-opacity)) !important;
}

.disabled\:tw-text-fuchsia-100:disabled {
  --text-opacity: 1 !important;
  color: #fae8ff !important;
  color: rgba(250, 232, 255, var(--text-opacity)) !important;
}

.disabled\:tw-text-fuchsia-200:disabled {
  --text-opacity: 1 !important;
  color: #f5d0fe !important;
  color: rgba(245, 208, 254, var(--text-opacity)) !important;
}

.disabled\:tw-text-fuchsia-300:disabled {
  --text-opacity: 1 !important;
  color: #f0abfc !important;
  color: rgba(240, 171, 252, var(--text-opacity)) !important;
}

.disabled\:tw-text-fuchsia-400:disabled {
  --text-opacity: 1 !important;
  color: #e879f9 !important;
  color: rgba(232, 121, 249, var(--text-opacity)) !important;
}

.disabled\:tw-text-fuchsia-500:disabled {
  --text-opacity: 1 !important;
  color: #d946ef !important;
  color: rgba(217, 70, 239, var(--text-opacity)) !important;
}

.disabled\:tw-text-fuchsia-600:disabled {
  --text-opacity: 1 !important;
  color: #c026d3 !important;
  color: rgba(192, 38, 211, var(--text-opacity)) !important;
}

.disabled\:tw-text-fuchsia-700:disabled {
  --text-opacity: 1 !important;
  color: #a21caf !important;
  color: rgba(162, 28, 175, var(--text-opacity)) !important;
}

.disabled\:tw-text-fuchsia-800:disabled {
  --text-opacity: 1 !important;
  color: #86198f !important;
  color: rgba(134, 25, 143, var(--text-opacity)) !important;
}

.disabled\:tw-text-fuchsia-900:disabled {
  --text-opacity: 1 !important;
  color: #701a75 !important;
  color: rgba(112, 26, 117, var(--text-opacity)) !important;
}

.disabled\:tw-text-rose-50:disabled {
  --text-opacity: 1 !important;
  color: #fff1f2 !important;
  color: rgba(255, 241, 242, var(--text-opacity)) !important;
}

.disabled\:tw-text-rose-100:disabled {
  --text-opacity: 1 !important;
  color: #ffe4e6 !important;
  color: rgba(255, 228, 230, var(--text-opacity)) !important;
}

.disabled\:tw-text-rose-200:disabled {
  --text-opacity: 1 !important;
  color: #fecdd3 !important;
  color: rgba(254, 205, 211, var(--text-opacity)) !important;
}

.disabled\:tw-text-rose-300:disabled {
  --text-opacity: 1 !important;
  color: #fda4af !important;
  color: rgba(253, 164, 175, var(--text-opacity)) !important;
}

.disabled\:tw-text-rose-400:disabled {
  --text-opacity: 1 !important;
  color: #fb7185 !important;
  color: rgba(251, 113, 133, var(--text-opacity)) !important;
}

.disabled\:tw-text-rose-500:disabled {
  --text-opacity: 1 !important;
  color: #f43f5e !important;
  color: rgba(244, 63, 94, var(--text-opacity)) !important;
}

.disabled\:tw-text-rose-600:disabled {
  --text-opacity: 1 !important;
  color: #e11d48 !important;
  color: rgba(225, 29, 72, var(--text-opacity)) !important;
}

.disabled\:tw-text-rose-700:disabled {
  --text-opacity: 1 !important;
  color: #be123c !important;
  color: rgba(190, 18, 60, var(--text-opacity)) !important;
}

.disabled\:tw-text-rose-800:disabled {
  --text-opacity: 1 !important;
  color: #9f1239 !important;
  color: rgba(159, 18, 57, var(--text-opacity)) !important;
}

.disabled\:tw-text-rose-900:disabled {
  --text-opacity: 1 !important;
  color: #881337 !important;
  color: rgba(136, 19, 55, var(--text-opacity)) !important;
}

.tw-text-opacity-0 {
  --text-opacity: 0 !important;
}

.tw-text-opacity-25 {
  --text-opacity: 0.25 !important;
}

.tw-text-opacity-50 {
  --text-opacity: 0.5 !important;
}

.tw-text-opacity-75 {
  --text-opacity: 0.75 !important;
}

.tw-text-opacity-100 {
  --text-opacity: 1 !important;
}

.hover\:tw-text-opacity-0:hover {
  --text-opacity: 0 !important;
}

.hover\:tw-text-opacity-25:hover {
  --text-opacity: 0.25 !important;
}

.hover\:tw-text-opacity-50:hover {
  --text-opacity: 0.5 !important;
}

.hover\:tw-text-opacity-75:hover {
  --text-opacity: 0.75 !important;
}

.hover\:tw-text-opacity-100:hover {
  --text-opacity: 1 !important;
}

.focus\:tw-text-opacity-0:focus {
  --text-opacity: 0 !important;
}

.focus\:tw-text-opacity-25:focus {
  --text-opacity: 0.25 !important;
}

.focus\:tw-text-opacity-50:focus {
  --text-opacity: 0.5 !important;
}

.focus\:tw-text-opacity-75:focus {
  --text-opacity: 0.75 !important;
}

.focus\:tw-text-opacity-100:focus {
  --text-opacity: 1 !important;
}

.tw-italic {
  font-style: italic !important;
}

.tw-not-italic {
  font-style: normal !important;
}

.tw-uppercase {
  text-transform: uppercase !important;
}

.tw-lowercase {
  text-transform: lowercase !important;
}

.tw-capitalize {
  text-transform: capitalize !important;
}

.tw-normal-case {
  text-transform: none !important;
}

.tw-underline {
  text-decoration: underline !important;
}

.tw-line-through {
  text-decoration: line-through !important;
}

.tw-no-underline {
  text-decoration: none !important;
}

.hover\:tw-underline:hover {
  text-decoration: underline !important;
}

.hover\:tw-line-through:hover {
  text-decoration: line-through !important;
}

.hover\:tw-no-underline:hover {
  text-decoration: none !important;
}

.focus\:tw-underline:focus {
  text-decoration: underline !important;
}

.focus\:tw-line-through:focus {
  text-decoration: line-through !important;
}

.focus\:tw-no-underline:focus {
  text-decoration: none !important;
}

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

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

.tw-ordinal, .tw-slashed-zero, .tw-lining-nums, .tw-oldstyle-nums, .tw-proportional-nums, .tw-tabular-nums, .tw-diagonal-fractions, .tw-stacked-fractions {
  --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
}

.tw-normal-nums {
  font-variant-numeric: normal !important;
}

.tw-ordinal {
  --font-variant-numeric-ordinal: ordinal !important;
}

.tw-slashed-zero {
  --font-variant-numeric-slashed-zero: slashed-zero !important;
}

.tw-lining-nums {
  --font-variant-numeric-figure: lining-nums !important;
}

.tw-oldstyle-nums {
  --font-variant-numeric-figure: oldstyle-nums !important;
}

.tw-proportional-nums {
  --font-variant-numeric-spacing: proportional-nums !important;
}

.tw-tabular-nums {
  --font-variant-numeric-spacing: tabular-nums !important;
}

.tw-diagonal-fractions {
  --font-variant-numeric-fraction: diagonal-fractions !important;
}

.tw-stacked-fractions {
  --font-variant-numeric-fraction: stacked-fractions !important;
}

.tw-tracking-tighter {
  letter-spacing: -0.05em !important;
}

.tw-tracking-tight {
  letter-spacing: -0.025em !important;
}

.tw-tracking-normal {
  letter-spacing: 0 !important;
}

.tw-tracking-wide {
  letter-spacing: 0.025em !important;
}

.tw-tracking-wider {
  letter-spacing: 0.05em !important;
}

.tw-tracking-widest {
  letter-spacing: 0.1em !important;
}

.tw-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.tw-select-text {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
      -ms-user-select: text !important;
          user-select: text !important;
}

.tw-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.tw-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.tw-align-baseline {
  vertical-align: baseline !important;
}

.tw-align-top {
  vertical-align: top !important;
}

.tw-align-middle {
  vertical-align: middle !important;
}

.tw-align-bottom {
  vertical-align: bottom !important;
}

.tw-align-text-top {
  vertical-align: text-top !important;
}

.tw-align-text-bottom {
  vertical-align: text-bottom !important;
}

.tw-visible {
  visibility: visible !important;
}

.tw-invisible {
  visibility: hidden !important;
}

.tw-whitespace-normal {
  white-space: normal !important;
}

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

.tw-whitespace-pre {
  white-space: pre !important;
}

.tw-whitespace-pre-line {
  white-space: pre-line !important;
}

.tw-whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

.tw-break-normal {
  word-wrap: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.tw-break-words {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.tw-break-all {
  word-break: break-all !important;
}

.tw-truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.tw-w-0 {
  width: 0 !important;
}

.tw-w-1 {
  width: 0.25rem !important;
}

.tw-w-2 {
  width: 0.5rem !important;
}

.tw-w-3 {
  width: 0.75rem !important;
}

.tw-w-4 {
  width: 1rem !important;
}

.tw-w-5 {
  width: 1.25rem !important;
}

.tw-w-6 {
  width: 1.5rem !important;
}

.tw-w-8 {
  width: 2rem !important;
}

.tw-w-10 {
  width: 2.5rem !important;
}

.tw-w-12 {
  width: 3rem !important;
}

.tw-w-16 {
  width: 4rem !important;
}

.tw-w-20 {
  width: 5rem !important;
}

.tw-w-24 {
  width: 6rem !important;
}

.tw-w-30 {
  width: 7.5rem !important;
}

.tw-w-32 {
  width: 8rem !important;
}

.tw-w-36 {
  width: 9rem !important;
}

.tw-w-40 {
  width: 10rem !important;
}

.tw-w-48 {
  width: 12rem !important;
}

.tw-w-56 {
  width: 14rem !important;
}

.tw-w-64 {
  width: 16rem !important;
}

.tw-w-auto {
  width: auto !important;
}

.tw-w-px {
  width: 1px !important;
}

.tw-w-0\.5 {
  width: .125rem !important;
}

.tw-w-1\.5 {
  width: .375rem !important;
}

.tw-w-2\.5 {
  width: .625rem !important;
}

.tw-w-3\.5 {
  width: .875rem !important;
}

.tw-w-1\.25em {
  width: 1.25em !important;
}

.tw-w-1\.5em {
  width: 1.5em !important;
}

.tw-w-4em {
  width: 4em !important;
}

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

.tw-w-1\/3 {
  width: 33.333333% !important;
}

.tw-w-2\/3 {
  width: 66.666667% !important;
}

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

.tw-w-2\/4 {
  width: 50% !important;
}

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

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

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

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

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

.tw-w-1\/6 {
  width: 16.666667% !important;
}

.tw-w-2\/6 {
  width: 33.333333% !important;
}

.tw-w-3\/6 {
  width: 50% !important;
}

.tw-w-4\/6 {
  width: 66.666667% !important;
}

.tw-w-5\/6 {
  width: 83.333333% !important;
}

.tw-w-1\/12 {
  width: 8.333333% !important;
}

.tw-w-2\/12 {
  width: 16.666667% !important;
}

.tw-w-3\/12 {
  width: 25% !important;
}

.tw-w-4\/12 {
  width: 33.333333% !important;
}

.tw-w-5\/12 {
  width: 41.666667% !important;
}

.tw-w-6\/12 {
  width: 50% !important;
}

.tw-w-7\/12 {
  width: 58.333333% !important;
}

.tw-w-8\/12 {
  width: 66.666667% !important;
}

.tw-w-9\/12 {
  width: 75% !important;
}

.tw-w-10\/12 {
  width: 83.333333% !important;
}

.tw-w-11\/12 {
  width: 91.666667% !important;
}

.tw-w-full {
  width: 100% !important;
}

.tw-w-screen {
  width: 100vw !important;
}

.tw-w-el-input-10em {
  width: calc(10em + 32px) !important;
}

.tw-z-0 {
  z-index: 0 !important;
}

.tw-z-10 {
  z-index: 10 !important;
}

.tw-z-20 {
  z-index: 20 !important;
}

.tw-z-30 {
  z-index: 30 !important;
}

.tw-z-40 {
  z-index: 40 !important;
}

.tw-z-50 {
  z-index: 50 !important;
}

.tw-z-500 {
  z-index: 500 !important;
}

.tw-z-auto {
  z-index: auto !important;
}

.tw-gap-0 {
  grid-gap: 0 !important;
  gap: 0 !important;
}

.tw-gap-1 {
  grid-gap: 0.25rem !important;
  gap: 0.25rem !important;
}

.tw-gap-2 {
  grid-gap: 0.5rem !important;
  gap: 0.5rem !important;
}

.tw-gap-3 {
  grid-gap: 0.75rem !important;
  gap: 0.75rem !important;
}

.tw-gap-4 {
  grid-gap: 1rem !important;
  gap: 1rem !important;
}

.tw-gap-5 {
  grid-gap: 1.25rem !important;
  gap: 1.25rem !important;
}

.tw-gap-6 {
  grid-gap: 1.5rem !important;
  gap: 1.5rem !important;
}

.tw-gap-8 {
  grid-gap: 2rem !important;
  gap: 2rem !important;
}

.tw-gap-10 {
  grid-gap: 2.5rem !important;
  gap: 2.5rem !important;
}

.tw-gap-12 {
  grid-gap: 3rem !important;
  gap: 3rem !important;
}

.tw-gap-16 {
  grid-gap: 4rem !important;
  gap: 4rem !important;
}

.tw-gap-20 {
  grid-gap: 5rem !important;
  gap: 5rem !important;
}

.tw-gap-24 {
  grid-gap: 6rem !important;
  gap: 6rem !important;
}

.tw-gap-30 {
  grid-gap: 7.5rem !important;
  gap: 7.5rem !important;
}

.tw-gap-32 {
  grid-gap: 8rem !important;
  gap: 8rem !important;
}

.tw-gap-36 {
  grid-gap: 9rem !important;
  gap: 9rem !important;
}

.tw-gap-40 {
  grid-gap: 10rem !important;
  gap: 10rem !important;
}

.tw-gap-48 {
  grid-gap: 12rem !important;
  gap: 12rem !important;
}

.tw-gap-56 {
  grid-gap: 14rem !important;
  gap: 14rem !important;
}

.tw-gap-64 {
  grid-gap: 16rem !important;
  gap: 16rem !important;
}

.tw-gap-px {
  grid-gap: 1px !important;
  gap: 1px !important;
}

.tw-gap-0\.5 {
  grid-gap: .125rem !important;
  gap: .125rem !important;
}

.tw-gap-1\.5 {
  grid-gap: .375rem !important;
  gap: .375rem !important;
}

.tw-gap-2\.5 {
  grid-gap: .625rem !important;
  gap: .625rem !important;
}

.tw-gap-3\.5 {
  grid-gap: .875rem !important;
  gap: .875rem !important;
}

.tw-gap-1\.25em {
  grid-gap: 1.25em !important;
  gap: 1.25em !important;
}

.tw-gap-1\.5em {
  grid-gap: 1.5em !important;
  gap: 1.5em !important;
}

.tw-gap-4em {
  grid-gap: 4em !important;
  gap: 4em !important;
}

.tw-gap-x-0 {
  grid-column-gap: 0 !important;
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.tw-gap-x-1 {
  grid-column-gap: 0.25rem !important;
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.tw-gap-x-2 {
  grid-column-gap: 0.5rem !important;
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.tw-gap-x-3 {
  grid-column-gap: 0.75rem !important;
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.tw-gap-x-4 {
  grid-column-gap: 1rem !important;
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.tw-gap-x-5 {
  grid-column-gap: 1.25rem !important;
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.tw-gap-x-6 {
  grid-column-gap: 1.5rem !important;
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.tw-gap-x-8 {
  grid-column-gap: 2rem !important;
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.tw-gap-x-10 {
  grid-column-gap: 2.5rem !important;
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.tw-gap-x-12 {
  grid-column-gap: 3rem !important;
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.tw-gap-x-16 {
  grid-column-gap: 4rem !important;
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.tw-gap-x-20 {
  grid-column-gap: 5rem !important;
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.tw-gap-x-24 {
  grid-column-gap: 6rem !important;
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.tw-gap-x-30 {
  grid-column-gap: 7.5rem !important;
  -moz-column-gap: 7.5rem !important;
       column-gap: 7.5rem !important;
}

.tw-gap-x-32 {
  grid-column-gap: 8rem !important;
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.tw-gap-x-36 {
  grid-column-gap: 9rem !important;
  -moz-column-gap: 9rem !important;
       column-gap: 9rem !important;
}

.tw-gap-x-40 {
  grid-column-gap: 10rem !important;
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.tw-gap-x-48 {
  grid-column-gap: 12rem !important;
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important;
}

.tw-gap-x-56 {
  grid-column-gap: 14rem !important;
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}

.tw-gap-x-64 {
  grid-column-gap: 16rem !important;
  -moz-column-gap: 16rem !important;
       column-gap: 16rem !important;
}

.tw-gap-x-px {
  grid-column-gap: 1px !important;
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.tw-gap-x-0\.5 {
  grid-column-gap: .125rem !important;
  -moz-column-gap: .125rem !important;
       column-gap: .125rem !important;
}

.tw-gap-x-1\.5 {
  grid-column-gap: .375rem !important;
  -moz-column-gap: .375rem !important;
       column-gap: .375rem !important;
}

.tw-gap-x-2\.5 {
  grid-column-gap: .625rem !important;
  -moz-column-gap: .625rem !important;
       column-gap: .625rem !important;
}

.tw-gap-x-3\.5 {
  grid-column-gap: .875rem !important;
  -moz-column-gap: .875rem !important;
       column-gap: .875rem !important;
}

.tw-gap-x-1\.25em {
  grid-column-gap: 1.25em !important;
  -moz-column-gap: 1.25em !important;
       column-gap: 1.25em !important;
}

.tw-gap-x-1\.5em {
  grid-column-gap: 1.5em !important;
  -moz-column-gap: 1.5em !important;
       column-gap: 1.5em !important;
}

.tw-gap-x-4em {
  grid-column-gap: 4em !important;
  -moz-column-gap: 4em !important;
       column-gap: 4em !important;
}

.tw-gap-y-0 {
  grid-row-gap: 0 !important;
  row-gap: 0 !important;
}

.tw-gap-y-1 {
  grid-row-gap: 0.25rem !important;
  row-gap: 0.25rem !important;
}

.tw-gap-y-2 {
  grid-row-gap: 0.5rem !important;
  row-gap: 0.5rem !important;
}

.tw-gap-y-3 {
  grid-row-gap: 0.75rem !important;
  row-gap: 0.75rem !important;
}

.tw-gap-y-4 {
  grid-row-gap: 1rem !important;
  row-gap: 1rem !important;
}

.tw-gap-y-5 {
  grid-row-gap: 1.25rem !important;
  row-gap: 1.25rem !important;
}

.tw-gap-y-6 {
  grid-row-gap: 1.5rem !important;
  row-gap: 1.5rem !important;
}

.tw-gap-y-8 {
  grid-row-gap: 2rem !important;
  row-gap: 2rem !important;
}

.tw-gap-y-10 {
  grid-row-gap: 2.5rem !important;
  row-gap: 2.5rem !important;
}

.tw-gap-y-12 {
  grid-row-gap: 3rem !important;
  row-gap: 3rem !important;
}

.tw-gap-y-16 {
  grid-row-gap: 4rem !important;
  row-gap: 4rem !important;
}

.tw-gap-y-20 {
  grid-row-gap: 5rem !important;
  row-gap: 5rem !important;
}

.tw-gap-y-24 {
  grid-row-gap: 6rem !important;
  row-gap: 6rem !important;
}

.tw-gap-y-30 {
  grid-row-gap: 7.5rem !important;
  row-gap: 7.5rem !important;
}

.tw-gap-y-32 {
  grid-row-gap: 8rem !important;
  row-gap: 8rem !important;
}

.tw-gap-y-36 {
  grid-row-gap: 9rem !important;
  row-gap: 9rem !important;
}

.tw-gap-y-40 {
  grid-row-gap: 10rem !important;
  row-gap: 10rem !important;
}

.tw-gap-y-48 {
  grid-row-gap: 12rem !important;
  row-gap: 12rem !important;
}

.tw-gap-y-56 {
  grid-row-gap: 14rem !important;
  row-gap: 14rem !important;
}

.tw-gap-y-64 {
  grid-row-gap: 16rem !important;
  row-gap: 16rem !important;
}

.tw-gap-y-px {
  grid-row-gap: 1px !important;
  row-gap: 1px !important;
}

.tw-gap-y-0\.5 {
  grid-row-gap: .125rem !important;
  row-gap: .125rem !important;
}

.tw-gap-y-1\.5 {
  grid-row-gap: .375rem !important;
  row-gap: .375rem !important;
}

.tw-gap-y-2\.5 {
  grid-row-gap: .625rem !important;
  row-gap: .625rem !important;
}

.tw-gap-y-3\.5 {
  grid-row-gap: .875rem !important;
  row-gap: .875rem !important;
}

.tw-gap-y-1\.25em {
  grid-row-gap: 1.25em !important;
  row-gap: 1.25em !important;
}

.tw-gap-y-1\.5em {
  grid-row-gap: 1.5em !important;
  row-gap: 1.5em !important;
}

.tw-gap-y-4em {
  grid-row-gap: 4em !important;
  row-gap: 4em !important;
}

.tw-grid-flow-row {
  grid-auto-flow: row !important;
}

.tw-grid-flow-col {
  grid-auto-flow: column !important;
}

.tw-grid-flow-row-dense {
  grid-auto-flow: row dense !important;
}

.tw-grid-flow-col-dense {
  grid-auto-flow: column dense !important;
}

.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.tw-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.tw-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.tw-grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.tw-grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.tw-grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.tw-grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.tw-grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.tw-grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.tw-grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.tw-grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.tw-grid-cols-none {
  grid-template-columns: none !important;
}

.tw-grid-cols-1fr-auto-1fr {
  grid-template-columns: 1fr auto 1fr !important;
}

.tw-auto-cols-auto {
  grid-auto-columns: auto !important;
}

.tw-auto-cols-min {
  grid-auto-columns: -webkit-min-content !important;
  grid-auto-columns: min-content !important;
}

.tw-auto-cols-max {
  grid-auto-columns: -webkit-max-content !important;
  grid-auto-columns: max-content !important;
}

.tw-auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr) !important;
}

.tw-col-auto {
  grid-column: auto !important;
}

.tw-col-span-1 {
  grid-column: span 1 / span 1 !important;
}

.tw-col-span-2 {
  grid-column: span 2 / span 2 !important;
}

.tw-col-span-3 {
  grid-column: span 3 / span 3 !important;
}

.tw-col-span-4 {
  grid-column: span 4 / span 4 !important;
}

.tw-col-span-5 {
  grid-column: span 5 / span 5 !important;
}

.tw-col-span-6 {
  grid-column: span 6 / span 6 !important;
}

.tw-col-span-7 {
  grid-column: span 7 / span 7 !important;
}

.tw-col-span-8 {
  grid-column: span 8 / span 8 !important;
}

.tw-col-span-9 {
  grid-column: span 9 / span 9 !important;
}

.tw-col-span-10 {
  grid-column: span 10 / span 10 !important;
}

.tw-col-span-11 {
  grid-column: span 11 / span 11 !important;
}

.tw-col-span-12 {
  grid-column: span 12 / span 12 !important;
}

.tw-col-span-full {
  grid-column: 1 / -1 !important;
}

.tw-col-start-1 {
  grid-column-start: 1 !important;
}

.tw-col-start-2 {
  grid-column-start: 2 !important;
}

.tw-col-start-3 {
  grid-column-start: 3 !important;
}

.tw-col-start-4 {
  grid-column-start: 4 !important;
}

.tw-col-start-5 {
  grid-column-start: 5 !important;
}

.tw-col-start-6 {
  grid-column-start: 6 !important;
}

.tw-col-start-7 {
  grid-column-start: 7 !important;
}

.tw-col-start-8 {
  grid-column-start: 8 !important;
}

.tw-col-start-9 {
  grid-column-start: 9 !important;
}

.tw-col-start-10 {
  grid-column-start: 10 !important;
}

.tw-col-start-11 {
  grid-column-start: 11 !important;
}

.tw-col-start-12 {
  grid-column-start: 12 !important;
}

.tw-col-start-13 {
  grid-column-start: 13 !important;
}

.tw-col-start-auto {
  grid-column-start: auto !important;
}

.tw-col-end-1 {
  grid-column-end: 1 !important;
}

.tw-col-end-2 {
  grid-column-end: 2 !important;
}

.tw-col-end-3 {
  grid-column-end: 3 !important;
}

.tw-col-end-4 {
  grid-column-end: 4 !important;
}

.tw-col-end-5 {
  grid-column-end: 5 !important;
}

.tw-col-end-6 {
  grid-column-end: 6 !important;
}

.tw-col-end-7 {
  grid-column-end: 7 !important;
}

.tw-col-end-8 {
  grid-column-end: 8 !important;
}

.tw-col-end-9 {
  grid-column-end: 9 !important;
}

.tw-col-end-10 {
  grid-column-end: 10 !important;
}

.tw-col-end-11 {
  grid-column-end: 11 !important;
}

.tw-col-end-12 {
  grid-column-end: 12 !important;
}

.tw-col-end-13 {
  grid-column-end: 13 !important;
}

.tw-col-end-auto {
  grid-column-end: auto !important;
}

.tw-grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.tw-grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.tw-grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.tw-grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.tw-grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.tw-grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.tw-grid-rows-none {
  grid-template-rows: none !important;
}

.tw-auto-rows-auto {
  grid-auto-rows: auto !important;
}

.tw-auto-rows-min {
  grid-auto-rows: -webkit-min-content !important;
  grid-auto-rows: min-content !important;
}

.tw-auto-rows-max {
  grid-auto-rows: -webkit-max-content !important;
  grid-auto-rows: max-content !important;
}

.tw-auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr) !important;
}

.tw-row-auto {
  grid-row: auto !important;
}

.tw-row-span-1 {
  grid-row: span 1 / span 1 !important;
}

.tw-row-span-2 {
  grid-row: span 2 / span 2 !important;
}

.tw-row-span-3 {
  grid-row: span 3 / span 3 !important;
}

.tw-row-span-4 {
  grid-row: span 4 / span 4 !important;
}

.tw-row-span-5 {
  grid-row: span 5 / span 5 !important;
}

.tw-row-span-6 {
  grid-row: span 6 / span 6 !important;
}

.tw-row-span-full {
  grid-row: 1 / -1 !important;
}

.tw-row-start-1 {
  grid-row-start: 1 !important;
}

.tw-row-start-2 {
  grid-row-start: 2 !important;
}

.tw-row-start-3 {
  grid-row-start: 3 !important;
}

.tw-row-start-4 {
  grid-row-start: 4 !important;
}

.tw-row-start-5 {
  grid-row-start: 5 !important;
}

.tw-row-start-6 {
  grid-row-start: 6 !important;
}

.tw-row-start-7 {
  grid-row-start: 7 !important;
}

.tw-row-start-auto {
  grid-row-start: auto !important;
}

.tw-row-end-1 {
  grid-row-end: 1 !important;
}

.tw-row-end-2 {
  grid-row-end: 2 !important;
}

.tw-row-end-3 {
  grid-row-end: 3 !important;
}

.tw-row-end-4 {
  grid-row-end: 4 !important;
}

.tw-row-end-5 {
  grid-row-end: 5 !important;
}

.tw-row-end-6 {
  grid-row-end: 6 !important;
}

.tw-row-end-7 {
  grid-row-end: 7 !important;
}

.tw-row-end-auto {
  grid-row-end: auto !important;
}

.tw-transform {
  --transform-translate-x: 0 !important;
  --transform-translate-y: 0 !important;
  --transform-rotate: 0 !important;
  --transform-skew-x: 0 !important;
  --transform-skew-y: 0 !important;
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
}

.tw-transform-none {
  transform: none !important;
}

.tw-origin-center {
  transform-origin: center !important;
}

.tw-origin-top {
  transform-origin: top !important;
}

.tw-origin-top-right {
  transform-origin: top right !important;
}

.tw-origin-right {
  transform-origin: right !important;
}

.tw-origin-bottom-right {
  transform-origin: bottom right !important;
}

.tw-origin-bottom {
  transform-origin: bottom !important;
}

.tw-origin-bottom-left {
  transform-origin: bottom left !important;
}

.tw-origin-left {
  transform-origin: left !important;
}

.tw-origin-top-left {
  transform-origin: top left !important;
}

.tw-scale-0 {
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.tw-scale-50 {
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.tw-scale-75 {
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.tw-scale-90 {
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.tw-scale-95 {
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.tw-scale-100 {
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.tw-scale-105 {
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.tw-scale-110 {
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.tw-scale-125 {
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.tw-scale-150 {
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.tw-scale-x-0 {
  --transform-scale-x: 0 !important;
}

.tw-scale-x-50 {
  --transform-scale-x: .5 !important;
}

.tw-scale-x-75 {
  --transform-scale-x: .75 !important;
}

.tw-scale-x-90 {
  --transform-scale-x: .9 !important;
}

.tw-scale-x-95 {
  --transform-scale-x: .95 !important;
}

.tw-scale-x-100 {
  --transform-scale-x: 1 !important;
}

.tw-scale-x-105 {
  --transform-scale-x: 1.05 !important;
}

.tw-scale-x-110 {
  --transform-scale-x: 1.1 !important;
}

.tw-scale-x-125 {
  --transform-scale-x: 1.25 !important;
}

.tw-scale-x-150 {
  --transform-scale-x: 1.5 !important;
}

.tw-scale-y-0 {
  --transform-scale-y: 0 !important;
}

.tw-scale-y-50 {
  --transform-scale-y: .5 !important;
}

.tw-scale-y-75 {
  --transform-scale-y: .75 !important;
}

.tw-scale-y-90 {
  --transform-scale-y: .9 !important;
}

.tw-scale-y-95 {
  --transform-scale-y: .95 !important;
}

.tw-scale-y-100 {
  --transform-scale-y: 1 !important;
}

.tw-scale-y-105 {
  --transform-scale-y: 1.05 !important;
}

.tw-scale-y-110 {
  --transform-scale-y: 1.1 !important;
}

.tw-scale-y-125 {
  --transform-scale-y: 1.25 !important;
}

.tw-scale-y-150 {
  --transform-scale-y: 1.5 !important;
}

.hover\:tw-scale-0:hover {
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.hover\:tw-scale-50:hover {
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.hover\:tw-scale-75:hover {
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.hover\:tw-scale-90:hover {
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.hover\:tw-scale-95:hover {
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.hover\:tw-scale-100:hover {
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.hover\:tw-scale-105:hover {
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.hover\:tw-scale-110:hover {
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.hover\:tw-scale-125:hover {
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.hover\:tw-scale-150:hover {
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.hover\:tw-scale-x-0:hover {
  --transform-scale-x: 0 !important;
}

.hover\:tw-scale-x-50:hover {
  --transform-scale-x: .5 !important;
}

.hover\:tw-scale-x-75:hover {
  --transform-scale-x: .75 !important;
}

.hover\:tw-scale-x-90:hover {
  --transform-scale-x: .9 !important;
}

.hover\:tw-scale-x-95:hover {
  --transform-scale-x: .95 !important;
}

.hover\:tw-scale-x-100:hover {
  --transform-scale-x: 1 !important;
}

.hover\:tw-scale-x-105:hover {
  --transform-scale-x: 1.05 !important;
}

.hover\:tw-scale-x-110:hover {
  --transform-scale-x: 1.1 !important;
}

.hover\:tw-scale-x-125:hover {
  --transform-scale-x: 1.25 !important;
}

.hover\:tw-scale-x-150:hover {
  --transform-scale-x: 1.5 !important;
}

.hover\:tw-scale-y-0:hover {
  --transform-scale-y: 0 !important;
}

.hover\:tw-scale-y-50:hover {
  --transform-scale-y: .5 !important;
}

.hover\:tw-scale-y-75:hover {
  --transform-scale-y: .75 !important;
}

.hover\:tw-scale-y-90:hover {
  --transform-scale-y: .9 !important;
}

.hover\:tw-scale-y-95:hover {
  --transform-scale-y: .95 !important;
}

.hover\:tw-scale-y-100:hover {
  --transform-scale-y: 1 !important;
}

.hover\:tw-scale-y-105:hover {
  --transform-scale-y: 1.05 !important;
}

.hover\:tw-scale-y-110:hover {
  --transform-scale-y: 1.1 !important;
}

.hover\:tw-scale-y-125:hover {
  --transform-scale-y: 1.25 !important;
}

.hover\:tw-scale-y-150:hover {
  --transform-scale-y: 1.5 !important;
}

.focus\:tw-scale-0:focus {
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.focus\:tw-scale-50:focus {
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.focus\:tw-scale-75:focus {
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.focus\:tw-scale-90:focus {
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.focus\:tw-scale-95:focus {
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.focus\:tw-scale-100:focus {
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.focus\:tw-scale-105:focus {
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.focus\:tw-scale-110:focus {
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.focus\:tw-scale-125:focus {
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.focus\:tw-scale-150:focus {
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.focus\:tw-scale-x-0:focus {
  --transform-scale-x: 0 !important;
}

.focus\:tw-scale-x-50:focus {
  --transform-scale-x: .5 !important;
}

.focus\:tw-scale-x-75:focus {
  --transform-scale-x: .75 !important;
}

.focus\:tw-scale-x-90:focus {
  --transform-scale-x: .9 !important;
}

.focus\:tw-scale-x-95:focus {
  --transform-scale-x: .95 !important;
}

.focus\:tw-scale-x-100:focus {
  --transform-scale-x: 1 !important;
}

.focus\:tw-scale-x-105:focus {
  --transform-scale-x: 1.05 !important;
}

.focus\:tw-scale-x-110:focus {
  --transform-scale-x: 1.1 !important;
}

.focus\:tw-scale-x-125:focus {
  --transform-scale-x: 1.25 !important;
}

.focus\:tw-scale-x-150:focus {
  --transform-scale-x: 1.5 !important;
}

.focus\:tw-scale-y-0:focus {
  --transform-scale-y: 0 !important;
}

.focus\:tw-scale-y-50:focus {
  --transform-scale-y: .5 !important;
}

.focus\:tw-scale-y-75:focus {
  --transform-scale-y: .75 !important;
}

.focus\:tw-scale-y-90:focus {
  --transform-scale-y: .9 !important;
}

.focus\:tw-scale-y-95:focus {
  --transform-scale-y: .95 !important;
}

.focus\:tw-scale-y-100:focus {
  --transform-scale-y: 1 !important;
}

.focus\:tw-scale-y-105:focus {
  --transform-scale-y: 1.05 !important;
}

.focus\:tw-scale-y-110:focus {
  --transform-scale-y: 1.1 !important;
}

.focus\:tw-scale-y-125:focus {
  --transform-scale-y: 1.25 !important;
}

.focus\:tw-scale-y-150:focus {
  --transform-scale-y: 1.5 !important;
}

.tw-rotate-0 {
  --transform-rotate: 0 !important;
}

.tw-rotate-1 {
  --transform-rotate: 1deg !important;
}

.tw-rotate-2 {
  --transform-rotate: 2deg !important;
}

.tw-rotate-3 {
  --transform-rotate: 3deg !important;
}

.tw-rotate-6 {
  --transform-rotate: 6deg !important;
}

.tw-rotate-12 {
  --transform-rotate: 12deg !important;
}

.tw-rotate-45 {
  --transform-rotate: 45deg !important;
}

.tw-rotate-90 {
  --transform-rotate: 90deg !important;
}

.tw-rotate-180 {
  --transform-rotate: 180deg !important;
}

.tw--rotate-180 {
  --transform-rotate: -180deg !important;
}

.tw--rotate-90 {
  --transform-rotate: -90deg !important;
}

.tw--rotate-45 {
  --transform-rotate: -45deg !important;
}

.tw--rotate-12 {
  --transform-rotate: -12deg !important;
}

.tw--rotate-6 {
  --transform-rotate: -6deg !important;
}

.tw--rotate-3 {
  --transform-rotate: -3deg !important;
}

.tw--rotate-2 {
  --transform-rotate: -2deg !important;
}

.tw--rotate-1 {
  --transform-rotate: -1deg !important;
}

.hover\:tw-rotate-0:hover {
  --transform-rotate: 0 !important;
}

.hover\:tw-rotate-1:hover {
  --transform-rotate: 1deg !important;
}

.hover\:tw-rotate-2:hover {
  --transform-rotate: 2deg !important;
}

.hover\:tw-rotate-3:hover {
  --transform-rotate: 3deg !important;
}

.hover\:tw-rotate-6:hover {
  --transform-rotate: 6deg !important;
}

.hover\:tw-rotate-12:hover {
  --transform-rotate: 12deg !important;
}

.hover\:tw-rotate-45:hover {
  --transform-rotate: 45deg !important;
}

.hover\:tw-rotate-90:hover {
  --transform-rotate: 90deg !important;
}

.hover\:tw-rotate-180:hover {
  --transform-rotate: 180deg !important;
}

.hover\:tw--rotate-180:hover {
  --transform-rotate: -180deg !important;
}

.hover\:tw--rotate-90:hover {
  --transform-rotate: -90deg !important;
}

.hover\:tw--rotate-45:hover {
  --transform-rotate: -45deg !important;
}

.hover\:tw--rotate-12:hover {
  --transform-rotate: -12deg !important;
}

.hover\:tw--rotate-6:hover {
  --transform-rotate: -6deg !important;
}

.hover\:tw--rotate-3:hover {
  --transform-rotate: -3deg !important;
}

.hover\:tw--rotate-2:hover {
  --transform-rotate: -2deg !important;
}

.hover\:tw--rotate-1:hover {
  --transform-rotate: -1deg !important;
}

.focus\:tw-rotate-0:focus {
  --transform-rotate: 0 !important;
}

.focus\:tw-rotate-1:focus {
  --transform-rotate: 1deg !important;
}

.focus\:tw-rotate-2:focus {
  --transform-rotate: 2deg !important;
}

.focus\:tw-rotate-3:focus {
  --transform-rotate: 3deg !important;
}

.focus\:tw-rotate-6:focus {
  --transform-rotate: 6deg !important;
}

.focus\:tw-rotate-12:focus {
  --transform-rotate: 12deg !important;
}

.focus\:tw-rotate-45:focus {
  --transform-rotate: 45deg !important;
}

.focus\:tw-rotate-90:focus {
  --transform-rotate: 90deg !important;
}

.focus\:tw-rotate-180:focus {
  --transform-rotate: 180deg !important;
}

.focus\:tw--rotate-180:focus {
  --transform-rotate: -180deg !important;
}

.focus\:tw--rotate-90:focus {
  --transform-rotate: -90deg !important;
}

.focus\:tw--rotate-45:focus {
  --transform-rotate: -45deg !important;
}

.focus\:tw--rotate-12:focus {
  --transform-rotate: -12deg !important;
}

.focus\:tw--rotate-6:focus {
  --transform-rotate: -6deg !important;
}

.focus\:tw--rotate-3:focus {
  --transform-rotate: -3deg !important;
}

.focus\:tw--rotate-2:focus {
  --transform-rotate: -2deg !important;
}

.focus\:tw--rotate-1:focus {
  --transform-rotate: -1deg !important;
}

.tw-translate-x-0 {
  --transform-translate-x: 0 !important;
}

.tw-translate-x-1 {
  --transform-translate-x: 0.25rem !important;
}

.tw-translate-x-2 {
  --transform-translate-x: 0.5rem !important;
}

.tw-translate-x-3 {
  --transform-translate-x: 0.75rem !important;
}

.tw-translate-x-4 {
  --transform-translate-x: 1rem !important;
}

.tw-translate-x-5 {
  --transform-translate-x: 1.25rem !important;
}

.tw-translate-x-6 {
  --transform-translate-x: 1.5rem !important;
}

.tw-translate-x-8 {
  --transform-translate-x: 2rem !important;
}

.tw-translate-x-10 {
  --transform-translate-x: 2.5rem !important;
}

.tw-translate-x-12 {
  --transform-translate-x: 3rem !important;
}

.tw-translate-x-16 {
  --transform-translate-x: 4rem !important;
}

.tw-translate-x-20 {
  --transform-translate-x: 5rem !important;
}

.tw-translate-x-24 {
  --transform-translate-x: 6rem !important;
}

.tw-translate-x-30 {
  --transform-translate-x: 7.5rem !important;
}

.tw-translate-x-32 {
  --transform-translate-x: 8rem !important;
}

.tw-translate-x-36 {
  --transform-translate-x: 9rem !important;
}

.tw-translate-x-40 {
  --transform-translate-x: 10rem !important;
}

.tw-translate-x-48 {
  --transform-translate-x: 12rem !important;
}

.tw-translate-x-56 {
  --transform-translate-x: 14rem !important;
}

.tw-translate-x-64 {
  --transform-translate-x: 16rem !important;
}

.tw-translate-x-px {
  --transform-translate-x: 1px !important;
}

.tw-translate-x-0\.5 {
  --transform-translate-x: .125rem !important;
}

.tw-translate-x-1\.5 {
  --transform-translate-x: .375rem !important;
}

.tw-translate-x-2\.5 {
  --transform-translate-x: .625rem !important;
}

.tw-translate-x-3\.5 {
  --transform-translate-x: .875rem !important;
}

.tw-translate-x-1\.25em {
  --transform-translate-x: 1.25em !important;
}

.tw-translate-x-1\.5em {
  --transform-translate-x: 1.5em !important;
}

.tw-translate-x-4em {
  --transform-translate-x: 4em !important;
}

.tw--translate-x-1 {
  --transform-translate-x: -0.25rem !important;
}

.tw--translate-x-2 {
  --transform-translate-x: -0.5rem !important;
}

.tw--translate-x-3 {
  --transform-translate-x: -0.75rem !important;
}

.tw--translate-x-4 {
  --transform-translate-x: -1rem !important;
}

.tw--translate-x-5 {
  --transform-translate-x: -1.25rem !important;
}

.tw--translate-x-6 {
  --transform-translate-x: -1.5rem !important;
}

.tw--translate-x-8 {
  --transform-translate-x: -2rem !important;
}

.tw--translate-x-10 {
  --transform-translate-x: -2.5rem !important;
}

.tw--translate-x-12 {
  --transform-translate-x: -3rem !important;
}

.tw--translate-x-16 {
  --transform-translate-x: -4rem !important;
}

.tw--translate-x-20 {
  --transform-translate-x: -5rem !important;
}

.tw--translate-x-24 {
  --transform-translate-x: -6rem !important;
}

.tw--translate-x-30 {
  --transform-translate-x: -7.5rem !important;
}

.tw--translate-x-32 {
  --transform-translate-x: -8rem !important;
}

.tw--translate-x-36 {
  --transform-translate-x: -9rem !important;
}

.tw--translate-x-40 {
  --transform-translate-x: -10rem !important;
}

.tw--translate-x-48 {
  --transform-translate-x: -12rem !important;
}

.tw--translate-x-56 {
  --transform-translate-x: -14rem !important;
}

.tw--translate-x-64 {
  --transform-translate-x: -16rem !important;
}

.tw--translate-x-px {
  --transform-translate-x: -1px !important;
}

.tw--translate-x-0\.5 {
  --transform-translate-x: -0.125rem !important;
}

.tw--translate-x-1\.5 {
  --transform-translate-x: -0.375rem !important;
}

.tw--translate-x-2\.5 {
  --transform-translate-x: -0.625rem !important;
}

.tw--translate-x-3\.5 {
  --transform-translate-x: -0.875rem !important;
}

.tw--translate-x-1\.25em {
  --transform-translate-x: -1.25em !important;
}

.tw--translate-x-1\.5em {
  --transform-translate-x: -1.5em !important;
}

.tw--translate-x-4em {
  --transform-translate-x: -4em !important;
}

.tw--translate-x-full {
  --transform-translate-x: -100% !important;
}

.tw--translate-x-1\/2 {
  --transform-translate-x: -50% !important;
}

.tw-translate-x-1\/2 {
  --transform-translate-x: 50% !important;
}

.tw-translate-x-full {
  --transform-translate-x: 100% !important;
}

.tw-translate-y-0 {
  --transform-translate-y: 0 !important;
}

.tw-translate-y-1 {
  --transform-translate-y: 0.25rem !important;
}

.tw-translate-y-2 {
  --transform-translate-y: 0.5rem !important;
}

.tw-translate-y-3 {
  --transform-translate-y: 0.75rem !important;
}

.tw-translate-y-4 {
  --transform-translate-y: 1rem !important;
}

.tw-translate-y-5 {
  --transform-translate-y: 1.25rem !important;
}

.tw-translate-y-6 {
  --transform-translate-y: 1.5rem !important;
}

.tw-translate-y-8 {
  --transform-translate-y: 2rem !important;
}

.tw-translate-y-10 {
  --transform-translate-y: 2.5rem !important;
}

.tw-translate-y-12 {
  --transform-translate-y: 3rem !important;
}

.tw-translate-y-16 {
  --transform-translate-y: 4rem !important;
}

.tw-translate-y-20 {
  --transform-translate-y: 5rem !important;
}

.tw-translate-y-24 {
  --transform-translate-y: 6rem !important;
}

.tw-translate-y-30 {
  --transform-translate-y: 7.5rem !important;
}

.tw-translate-y-32 {
  --transform-translate-y: 8rem !important;
}

.tw-translate-y-36 {
  --transform-translate-y: 9rem !important;
}

.tw-translate-y-40 {
  --transform-translate-y: 10rem !important;
}

.tw-translate-y-48 {
  --transform-translate-y: 12rem !important;
}

.tw-translate-y-56 {
  --transform-translate-y: 14rem !important;
}

.tw-translate-y-64 {
  --transform-translate-y: 16rem !important;
}

.tw-translate-y-px {
  --transform-translate-y: 1px !important;
}

.tw-translate-y-0\.5 {
  --transform-translate-y: .125rem !important;
}

.tw-translate-y-1\.5 {
  --transform-translate-y: .375rem !important;
}

.tw-translate-y-2\.5 {
  --transform-translate-y: .625rem !important;
}

.tw-translate-y-3\.5 {
  --transform-translate-y: .875rem !important;
}

.tw-translate-y-1\.25em {
  --transform-translate-y: 1.25em !important;
}

.tw-translate-y-1\.5em {
  --transform-translate-y: 1.5em !important;
}

.tw-translate-y-4em {
  --transform-translate-y: 4em !important;
}

.tw--translate-y-1 {
  --transform-translate-y: -0.25rem !important;
}

.tw--translate-y-2 {
  --transform-translate-y: -0.5rem !important;
}

.tw--translate-y-3 {
  --transform-translate-y: -0.75rem !important;
}

.tw--translate-y-4 {
  --transform-translate-y: -1rem !important;
}

.tw--translate-y-5 {
  --transform-translate-y: -1.25rem !important;
}

.tw--translate-y-6 {
  --transform-translate-y: -1.5rem !important;
}

.tw--translate-y-8 {
  --transform-translate-y: -2rem !important;
}

.tw--translate-y-10 {
  --transform-translate-y: -2.5rem !important;
}

.tw--translate-y-12 {
  --transform-translate-y: -3rem !important;
}

.tw--translate-y-16 {
  --transform-translate-y: -4rem !important;
}

.tw--translate-y-20 {
  --transform-translate-y: -5rem !important;
}

.tw--translate-y-24 {
  --transform-translate-y: -6rem !important;
}

.tw--translate-y-30 {
  --transform-translate-y: -7.5rem !important;
}

.tw--translate-y-32 {
  --transform-translate-y: -8rem !important;
}

.tw--translate-y-36 {
  --transform-translate-y: -9rem !important;
}

.tw--translate-y-40 {
  --transform-translate-y: -10rem !important;
}

.tw--translate-y-48 {
  --transform-translate-y: -12rem !important;
}

.tw--translate-y-56 {
  --transform-translate-y: -14rem !important;
}

.tw--translate-y-64 {
  --transform-translate-y: -16rem !important;
}

.tw--translate-y-px {
  --transform-translate-y: -1px !important;
}

.tw--translate-y-0\.5 {
  --transform-translate-y: -0.125rem !important;
}

.tw--translate-y-1\.5 {
  --transform-translate-y: -0.375rem !important;
}

.tw--translate-y-2\.5 {
  --transform-translate-y: -0.625rem !important;
}

.tw--translate-y-3\.5 {
  --transform-translate-y: -0.875rem !important;
}

.tw--translate-y-1\.25em {
  --transform-translate-y: -1.25em !important;
}

.tw--translate-y-1\.5em {
  --transform-translate-y: -1.5em !important;
}

.tw--translate-y-4em {
  --transform-translate-y: -4em !important;
}

.tw--translate-y-full {
  --transform-translate-y: -100% !important;
}

.tw--translate-y-1\/2 {
  --transform-translate-y: -50% !important;
}

.tw-translate-y-1\/2 {
  --transform-translate-y: 50% !important;
}

.tw-translate-y-full {
  --transform-translate-y: 100% !important;
}

.hover\:tw-translate-x-0:hover {
  --transform-translate-x: 0 !important;
}

.hover\:tw-translate-x-1:hover {
  --transform-translate-x: 0.25rem !important;
}

.hover\:tw-translate-x-2:hover {
  --transform-translate-x: 0.5rem !important;
}

.hover\:tw-translate-x-3:hover {
  --transform-translate-x: 0.75rem !important;
}

.hover\:tw-translate-x-4:hover {
  --transform-translate-x: 1rem !important;
}

.hover\:tw-translate-x-5:hover {
  --transform-translate-x: 1.25rem !important;
}

.hover\:tw-translate-x-6:hover {
  --transform-translate-x: 1.5rem !important;
}

.hover\:tw-translate-x-8:hover {
  --transform-translate-x: 2rem !important;
}

.hover\:tw-translate-x-10:hover {
  --transform-translate-x: 2.5rem !important;
}

.hover\:tw-translate-x-12:hover {
  --transform-translate-x: 3rem !important;
}

.hover\:tw-translate-x-16:hover {
  --transform-translate-x: 4rem !important;
}

.hover\:tw-translate-x-20:hover {
  --transform-translate-x: 5rem !important;
}

.hover\:tw-translate-x-24:hover {
  --transform-translate-x: 6rem !important;
}

.hover\:tw-translate-x-30:hover {
  --transform-translate-x: 7.5rem !important;
}

.hover\:tw-translate-x-32:hover {
  --transform-translate-x: 8rem !important;
}

.hover\:tw-translate-x-36:hover {
  --transform-translate-x: 9rem !important;
}

.hover\:tw-translate-x-40:hover {
  --transform-translate-x: 10rem !important;
}

.hover\:tw-translate-x-48:hover {
  --transform-translate-x: 12rem !important;
}

.hover\:tw-translate-x-56:hover {
  --transform-translate-x: 14rem !important;
}

.hover\:tw-translate-x-64:hover {
  --transform-translate-x: 16rem !important;
}

.hover\:tw-translate-x-px:hover {
  --transform-translate-x: 1px !important;
}

.hover\:tw-translate-x-0\.5:hover {
  --transform-translate-x: .125rem !important;
}

.hover\:tw-translate-x-1\.5:hover {
  --transform-translate-x: .375rem !important;
}

.hover\:tw-translate-x-2\.5:hover {
  --transform-translate-x: .625rem !important;
}

.hover\:tw-translate-x-3\.5:hover {
  --transform-translate-x: .875rem !important;
}

.hover\:tw-translate-x-1\.25em:hover {
  --transform-translate-x: 1.25em !important;
}

.hover\:tw-translate-x-1\.5em:hover {
  --transform-translate-x: 1.5em !important;
}

.hover\:tw-translate-x-4em:hover {
  --transform-translate-x: 4em !important;
}

.hover\:tw--translate-x-1:hover {
  --transform-translate-x: -0.25rem !important;
}

.hover\:tw--translate-x-2:hover {
  --transform-translate-x: -0.5rem !important;
}

.hover\:tw--translate-x-3:hover {
  --transform-translate-x: -0.75rem !important;
}

.hover\:tw--translate-x-4:hover {
  --transform-translate-x: -1rem !important;
}

.hover\:tw--translate-x-5:hover {
  --transform-translate-x: -1.25rem !important;
}

.hover\:tw--translate-x-6:hover {
  --transform-translate-x: -1.5rem !important;
}

.hover\:tw--translate-x-8:hover {
  --transform-translate-x: -2rem !important;
}

.hover\:tw--translate-x-10:hover {
  --transform-translate-x: -2.5rem !important;
}

.hover\:tw--translate-x-12:hover {
  --transform-translate-x: -3rem !important;
}

.hover\:tw--translate-x-16:hover {
  --transform-translate-x: -4rem !important;
}

.hover\:tw--translate-x-20:hover {
  --transform-translate-x: -5rem !important;
}

.hover\:tw--translate-x-24:hover {
  --transform-translate-x: -6rem !important;
}

.hover\:tw--translate-x-30:hover {
  --transform-translate-x: -7.5rem !important;
}

.hover\:tw--translate-x-32:hover {
  --transform-translate-x: -8rem !important;
}

.hover\:tw--translate-x-36:hover {
  --transform-translate-x: -9rem !important;
}

.hover\:tw--translate-x-40:hover {
  --transform-translate-x: -10rem !important;
}

.hover\:tw--translate-x-48:hover {
  --transform-translate-x: -12rem !important;
}

.hover\:tw--translate-x-56:hover {
  --transform-translate-x: -14rem !important;
}

.hover\:tw--translate-x-64:hover {
  --transform-translate-x: -16rem !important;
}

.hover\:tw--translate-x-px:hover {
  --transform-translate-x: -1px !important;
}

.hover\:tw--translate-x-0\.5:hover {
  --transform-translate-x: -0.125rem !important;
}

.hover\:tw--translate-x-1\.5:hover {
  --transform-translate-x: -0.375rem !important;
}

.hover\:tw--translate-x-2\.5:hover {
  --transform-translate-x: -0.625rem !important;
}

.hover\:tw--translate-x-3\.5:hover {
  --transform-translate-x: -0.875rem !important;
}

.hover\:tw--translate-x-1\.25em:hover {
  --transform-translate-x: -1.25em !important;
}

.hover\:tw--translate-x-1\.5em:hover {
  --transform-translate-x: -1.5em !important;
}

.hover\:tw--translate-x-4em:hover {
  --transform-translate-x: -4em !important;
}

.hover\:tw--translate-x-full:hover {
  --transform-translate-x: -100% !important;
}

.hover\:tw--translate-x-1\/2:hover {
  --transform-translate-x: -50% !important;
}

.hover\:tw-translate-x-1\/2:hover {
  --transform-translate-x: 50% !important;
}

.hover\:tw-translate-x-full:hover {
  --transform-translate-x: 100% !important;
}

.hover\:tw-translate-y-0:hover {
  --transform-translate-y: 0 !important;
}

.hover\:tw-translate-y-1:hover {
  --transform-translate-y: 0.25rem !important;
}

.hover\:tw-translate-y-2:hover {
  --transform-translate-y: 0.5rem !important;
}

.hover\:tw-translate-y-3:hover {
  --transform-translate-y: 0.75rem !important;
}

.hover\:tw-translate-y-4:hover {
  --transform-translate-y: 1rem !important;
}

.hover\:tw-translate-y-5:hover {
  --transform-translate-y: 1.25rem !important;
}

.hover\:tw-translate-y-6:hover {
  --transform-translate-y: 1.5rem !important;
}

.hover\:tw-translate-y-8:hover {
  --transform-translate-y: 2rem !important;
}

.hover\:tw-translate-y-10:hover {
  --transform-translate-y: 2.5rem !important;
}

.hover\:tw-translate-y-12:hover {
  --transform-translate-y: 3rem !important;
}

.hover\:tw-translate-y-16:hover {
  --transform-translate-y: 4rem !important;
}

.hover\:tw-translate-y-20:hover {
  --transform-translate-y: 5rem !important;
}

.hover\:tw-translate-y-24:hover {
  --transform-translate-y: 6rem !important;
}

.hover\:tw-translate-y-30:hover {
  --transform-translate-y: 7.5rem !important;
}

.hover\:tw-translate-y-32:hover {
  --transform-translate-y: 8rem !important;
}

.hover\:tw-translate-y-36:hover {
  --transform-translate-y: 9rem !important;
}

.hover\:tw-translate-y-40:hover {
  --transform-translate-y: 10rem !important;
}

.hover\:tw-translate-y-48:hover {
  --transform-translate-y: 12rem !important;
}

.hover\:tw-translate-y-56:hover {
  --transform-translate-y: 14rem !important;
}

.hover\:tw-translate-y-64:hover {
  --transform-translate-y: 16rem !important;
}

.hover\:tw-translate-y-px:hover {
  --transform-translate-y: 1px !important;
}

.hover\:tw-translate-y-0\.5:hover {
  --transform-translate-y: .125rem !important;
}

.hover\:tw-translate-y-1\.5:hover {
  --transform-translate-y: .375rem !important;
}

.hover\:tw-translate-y-2\.5:hover {
  --transform-translate-y: .625rem !important;
}

.hover\:tw-translate-y-3\.5:hover {
  --transform-translate-y: .875rem !important;
}

.hover\:tw-translate-y-1\.25em:hover {
  --transform-translate-y: 1.25em !important;
}

.hover\:tw-translate-y-1\.5em:hover {
  --transform-translate-y: 1.5em !important;
}

.hover\:tw-translate-y-4em:hover {
  --transform-translate-y: 4em !important;
}

.hover\:tw--translate-y-1:hover {
  --transform-translate-y: -0.25rem !important;
}

.hover\:tw--translate-y-2:hover {
  --transform-translate-y: -0.5rem !important;
}

.hover\:tw--translate-y-3:hover {
  --transform-translate-y: -0.75rem !important;
}

.hover\:tw--translate-y-4:hover {
  --transform-translate-y: -1rem !important;
}

.hover\:tw--translate-y-5:hover {
  --transform-translate-y: -1.25rem !important;
}

.hover\:tw--translate-y-6:hover {
  --transform-translate-y: -1.5rem !important;
}

.hover\:tw--translate-y-8:hover {
  --transform-translate-y: -2rem !important;
}

.hover\:tw--translate-y-10:hover {
  --transform-translate-y: -2.5rem !important;
}

.hover\:tw--translate-y-12:hover {
  --transform-translate-y: -3rem !important;
}

.hover\:tw--translate-y-16:hover {
  --transform-translate-y: -4rem !important;
}

.hover\:tw--translate-y-20:hover {
  --transform-translate-y: -5rem !important;
}

.hover\:tw--translate-y-24:hover {
  --transform-translate-y: -6rem !important;
}

.hover\:tw--translate-y-30:hover {
  --transform-translate-y: -7.5rem !important;
}

.hover\:tw--translate-y-32:hover {
  --transform-translate-y: -8rem !important;
}

.hover\:tw--translate-y-36:hover {
  --transform-translate-y: -9rem !important;
}

.hover\:tw--translate-y-40:hover {
  --transform-translate-y: -10rem !important;
}

.hover\:tw--translate-y-48:hover {
  --transform-translate-y: -12rem !important;
}

.hover\:tw--translate-y-56:hover {
  --transform-translate-y: -14rem !important;
}

.hover\:tw--translate-y-64:hover {
  --transform-translate-y: -16rem !important;
}

.hover\:tw--translate-y-px:hover {
  --transform-translate-y: -1px !important;
}

.hover\:tw--translate-y-0\.5:hover {
  --transform-translate-y: -0.125rem !important;
}

.hover\:tw--translate-y-1\.5:hover {
  --transform-translate-y: -0.375rem !important;
}

.hover\:tw--translate-y-2\.5:hover {
  --transform-translate-y: -0.625rem !important;
}

.hover\:tw--translate-y-3\.5:hover {
  --transform-translate-y: -0.875rem !important;
}

.hover\:tw--translate-y-1\.25em:hover {
  --transform-translate-y: -1.25em !important;
}

.hover\:tw--translate-y-1\.5em:hover {
  --transform-translate-y: -1.5em !important;
}

.hover\:tw--translate-y-4em:hover {
  --transform-translate-y: -4em !important;
}

.hover\:tw--translate-y-full:hover {
  --transform-translate-y: -100% !important;
}

.hover\:tw--translate-y-1\/2:hover {
  --transform-translate-y: -50% !important;
}

.hover\:tw-translate-y-1\/2:hover {
  --transform-translate-y: 50% !important;
}

.hover\:tw-translate-y-full:hover {
  --transform-translate-y: 100% !important;
}

.focus\:tw-translate-x-0:focus {
  --transform-translate-x: 0 !important;
}

.focus\:tw-translate-x-1:focus {
  --transform-translate-x: 0.25rem !important;
}

.focus\:tw-translate-x-2:focus {
  --transform-translate-x: 0.5rem !important;
}

.focus\:tw-translate-x-3:focus {
  --transform-translate-x: 0.75rem !important;
}

.focus\:tw-translate-x-4:focus {
  --transform-translate-x: 1rem !important;
}

.focus\:tw-translate-x-5:focus {
  --transform-translate-x: 1.25rem !important;
}

.focus\:tw-translate-x-6:focus {
  --transform-translate-x: 1.5rem !important;
}

.focus\:tw-translate-x-8:focus {
  --transform-translate-x: 2rem !important;
}

.focus\:tw-translate-x-10:focus {
  --transform-translate-x: 2.5rem !important;
}

.focus\:tw-translate-x-12:focus {
  --transform-translate-x: 3rem !important;
}

.focus\:tw-translate-x-16:focus {
  --transform-translate-x: 4rem !important;
}

.focus\:tw-translate-x-20:focus {
  --transform-translate-x: 5rem !important;
}

.focus\:tw-translate-x-24:focus {
  --transform-translate-x: 6rem !important;
}

.focus\:tw-translate-x-30:focus {
  --transform-translate-x: 7.5rem !important;
}

.focus\:tw-translate-x-32:focus {
  --transform-translate-x: 8rem !important;
}

.focus\:tw-translate-x-36:focus {
  --transform-translate-x: 9rem !important;
}

.focus\:tw-translate-x-40:focus {
  --transform-translate-x: 10rem !important;
}

.focus\:tw-translate-x-48:focus {
  --transform-translate-x: 12rem !important;
}

.focus\:tw-translate-x-56:focus {
  --transform-translate-x: 14rem !important;
}

.focus\:tw-translate-x-64:focus {
  --transform-translate-x: 16rem !important;
}

.focus\:tw-translate-x-px:focus {
  --transform-translate-x: 1px !important;
}

.focus\:tw-translate-x-0\.5:focus {
  --transform-translate-x: .125rem !important;
}

.focus\:tw-translate-x-1\.5:focus {
  --transform-translate-x: .375rem !important;
}

.focus\:tw-translate-x-2\.5:focus {
  --transform-translate-x: .625rem !important;
}

.focus\:tw-translate-x-3\.5:focus {
  --transform-translate-x: .875rem !important;
}

.focus\:tw-translate-x-1\.25em:focus {
  --transform-translate-x: 1.25em !important;
}

.focus\:tw-translate-x-1\.5em:focus {
  --transform-translate-x: 1.5em !important;
}

.focus\:tw-translate-x-4em:focus {
  --transform-translate-x: 4em !important;
}

.focus\:tw--translate-x-1:focus {
  --transform-translate-x: -0.25rem !important;
}

.focus\:tw--translate-x-2:focus {
  --transform-translate-x: -0.5rem !important;
}

.focus\:tw--translate-x-3:focus {
  --transform-translate-x: -0.75rem !important;
}

.focus\:tw--translate-x-4:focus {
  --transform-translate-x: -1rem !important;
}

.focus\:tw--translate-x-5:focus {
  --transform-translate-x: -1.25rem !important;
}

.focus\:tw--translate-x-6:focus {
  --transform-translate-x: -1.5rem !important;
}

.focus\:tw--translate-x-8:focus {
  --transform-translate-x: -2rem !important;
}

.focus\:tw--translate-x-10:focus {
  --transform-translate-x: -2.5rem !important;
}

.focus\:tw--translate-x-12:focus {
  --transform-translate-x: -3rem !important;
}

.focus\:tw--translate-x-16:focus {
  --transform-translate-x: -4rem !important;
}

.focus\:tw--translate-x-20:focus {
  --transform-translate-x: -5rem !important;
}

.focus\:tw--translate-x-24:focus {
  --transform-translate-x: -6rem !important;
}

.focus\:tw--translate-x-30:focus {
  --transform-translate-x: -7.5rem !important;
}

.focus\:tw--translate-x-32:focus {
  --transform-translate-x: -8rem !important;
}

.focus\:tw--translate-x-36:focus {
  --transform-translate-x: -9rem !important;
}

.focus\:tw--translate-x-40:focus {
  --transform-translate-x: -10rem !important;
}

.focus\:tw--translate-x-48:focus {
  --transform-translate-x: -12rem !important;
}

.focus\:tw--translate-x-56:focus {
  --transform-translate-x: -14rem !important;
}

.focus\:tw--translate-x-64:focus {
  --transform-translate-x: -16rem !important;
}

.focus\:tw--translate-x-px:focus {
  --transform-translate-x: -1px !important;
}

.focus\:tw--translate-x-0\.5:focus {
  --transform-translate-x: -0.125rem !important;
}

.focus\:tw--translate-x-1\.5:focus {
  --transform-translate-x: -0.375rem !important;
}

.focus\:tw--translate-x-2\.5:focus {
  --transform-translate-x: -0.625rem !important;
}

.focus\:tw--translate-x-3\.5:focus {
  --transform-translate-x: -0.875rem !important;
}

.focus\:tw--translate-x-1\.25em:focus {
  --transform-translate-x: -1.25em !important;
}

.focus\:tw--translate-x-1\.5em:focus {
  --transform-translate-x: -1.5em !important;
}

.focus\:tw--translate-x-4em:focus {
  --transform-translate-x: -4em !important;
}

.focus\:tw--translate-x-full:focus {
  --transform-translate-x: -100% !important;
}

.focus\:tw--translate-x-1\/2:focus {
  --transform-translate-x: -50% !important;
}

.focus\:tw-translate-x-1\/2:focus {
  --transform-translate-x: 50% !important;
}

.focus\:tw-translate-x-full:focus {
  --transform-translate-x: 100% !important;
}

.focus\:tw-translate-y-0:focus {
  --transform-translate-y: 0 !important;
}

.focus\:tw-translate-y-1:focus {
  --transform-translate-y: 0.25rem !important;
}

.focus\:tw-translate-y-2:focus {
  --transform-translate-y: 0.5rem !important;
}

.focus\:tw-translate-y-3:focus {
  --transform-translate-y: 0.75rem !important;
}

.focus\:tw-translate-y-4:focus {
  --transform-translate-y: 1rem !important;
}

.focus\:tw-translate-y-5:focus {
  --transform-translate-y: 1.25rem !important;
}

.focus\:tw-translate-y-6:focus {
  --transform-translate-y: 1.5rem !important;
}

.focus\:tw-translate-y-8:focus {
  --transform-translate-y: 2rem !important;
}

.focus\:tw-translate-y-10:focus {
  --transform-translate-y: 2.5rem !important;
}

.focus\:tw-translate-y-12:focus {
  --transform-translate-y: 3rem !important;
}

.focus\:tw-translate-y-16:focus {
  --transform-translate-y: 4rem !important;
}

.focus\:tw-translate-y-20:focus {
  --transform-translate-y: 5rem !important;
}

.focus\:tw-translate-y-24:focus {
  --transform-translate-y: 6rem !important;
}

.focus\:tw-translate-y-30:focus {
  --transform-translate-y: 7.5rem !important;
}

.focus\:tw-translate-y-32:focus {
  --transform-translate-y: 8rem !important;
}

.focus\:tw-translate-y-36:focus {
  --transform-translate-y: 9rem !important;
}

.focus\:tw-translate-y-40:focus {
  --transform-translate-y: 10rem !important;
}

.focus\:tw-translate-y-48:focus {
  --transform-translate-y: 12rem !important;
}

.focus\:tw-translate-y-56:focus {
  --transform-translate-y: 14rem !important;
}

.focus\:tw-translate-y-64:focus {
  --transform-translate-y: 16rem !important;
}

.focus\:tw-translate-y-px:focus {
  --transform-translate-y: 1px !important;
}

.focus\:tw-translate-y-0\.5:focus {
  --transform-translate-y: .125rem !important;
}

.focus\:tw-translate-y-1\.5:focus {
  --transform-translate-y: .375rem !important;
}

.focus\:tw-translate-y-2\.5:focus {
  --transform-translate-y: .625rem !important;
}

.focus\:tw-translate-y-3\.5:focus {
  --transform-translate-y: .875rem !important;
}

.focus\:tw-translate-y-1\.25em:focus {
  --transform-translate-y: 1.25em !important;
}

.focus\:tw-translate-y-1\.5em:focus {
  --transform-translate-y: 1.5em !important;
}

.focus\:tw-translate-y-4em:focus {
  --transform-translate-y: 4em !important;
}

.focus\:tw--translate-y-1:focus {
  --transform-translate-y: -0.25rem !important;
}

.focus\:tw--translate-y-2:focus {
  --transform-translate-y: -0.5rem !important;
}

.focus\:tw--translate-y-3:focus {
  --transform-translate-y: -0.75rem !important;
}

.focus\:tw--translate-y-4:focus {
  --transform-translate-y: -1rem !important;
}

.focus\:tw--translate-y-5:focus {
  --transform-translate-y: -1.25rem !important;
}

.focus\:tw--translate-y-6:focus {
  --transform-translate-y: -1.5rem !important;
}

.focus\:tw--translate-y-8:focus {
  --transform-translate-y: -2rem !important;
}

.focus\:tw--translate-y-10:focus {
  --transform-translate-y: -2.5rem !important;
}

.focus\:tw--translate-y-12:focus {
  --transform-translate-y: -3rem !important;
}

.focus\:tw--translate-y-16:focus {
  --transform-translate-y: -4rem !important;
}

.focus\:tw--translate-y-20:focus {
  --transform-translate-y: -5rem !important;
}

.focus\:tw--translate-y-24:focus {
  --transform-translate-y: -6rem !important;
}

.focus\:tw--translate-y-30:focus {
  --transform-translate-y: -7.5rem !important;
}

.focus\:tw--translate-y-32:focus {
  --transform-translate-y: -8rem !important;
}

.focus\:tw--translate-y-36:focus {
  --transform-translate-y: -9rem !important;
}

.focus\:tw--translate-y-40:focus {
  --transform-translate-y: -10rem !important;
}

.focus\:tw--translate-y-48:focus {
  --transform-translate-y: -12rem !important;
}

.focus\:tw--translate-y-56:focus {
  --transform-translate-y: -14rem !important;
}

.focus\:tw--translate-y-64:focus {
  --transform-translate-y: -16rem !important;
}

.focus\:tw--translate-y-px:focus {
  --transform-translate-y: -1px !important;
}

.focus\:tw--translate-y-0\.5:focus {
  --transform-translate-y: -0.125rem !important;
}

.focus\:tw--translate-y-1\.5:focus {
  --transform-translate-y: -0.375rem !important;
}

.focus\:tw--translate-y-2\.5:focus {
  --transform-translate-y: -0.625rem !important;
}

.focus\:tw--translate-y-3\.5:focus {
  --transform-translate-y: -0.875rem !important;
}

.focus\:tw--translate-y-1\.25em:focus {
  --transform-translate-y: -1.25em !important;
}

.focus\:tw--translate-y-1\.5em:focus {
  --transform-translate-y: -1.5em !important;
}

.focus\:tw--translate-y-4em:focus {
  --transform-translate-y: -4em !important;
}

.focus\:tw--translate-y-full:focus {
  --transform-translate-y: -100% !important;
}

.focus\:tw--translate-y-1\/2:focus {
  --transform-translate-y: -50% !important;
}

.focus\:tw-translate-y-1\/2:focus {
  --transform-translate-y: 50% !important;
}

.focus\:tw-translate-y-full:focus {
  --transform-translate-y: 100% !important;
}

.tw-skew-x-0 {
  --transform-skew-x: 0 !important;
}

.tw-skew-x-1 {
  --transform-skew-x: 1deg !important;
}

.tw-skew-x-2 {
  --transform-skew-x: 2deg !important;
}

.tw-skew-x-3 {
  --transform-skew-x: 3deg !important;
}

.tw-skew-x-6 {
  --transform-skew-x: 6deg !important;
}

.tw-skew-x-12 {
  --transform-skew-x: 12deg !important;
}

.tw--skew-x-12 {
  --transform-skew-x: -12deg !important;
}

.tw--skew-x-6 {
  --transform-skew-x: -6deg !important;
}

.tw--skew-x-3 {
  --transform-skew-x: -3deg !important;
}

.tw--skew-x-2 {
  --transform-skew-x: -2deg !important;
}

.tw--skew-x-1 {
  --transform-skew-x: -1deg !important;
}

.tw-skew-y-0 {
  --transform-skew-y: 0 !important;
}

.tw-skew-y-1 {
  --transform-skew-y: 1deg !important;
}

.tw-skew-y-2 {
  --transform-skew-y: 2deg !important;
}

.tw-skew-y-3 {
  --transform-skew-y: 3deg !important;
}

.tw-skew-y-6 {
  --transform-skew-y: 6deg !important;
}

.tw-skew-y-12 {
  --transform-skew-y: 12deg !important;
}

.tw--skew-y-12 {
  --transform-skew-y: -12deg !important;
}

.tw--skew-y-6 {
  --transform-skew-y: -6deg !important;
}

.tw--skew-y-3 {
  --transform-skew-y: -3deg !important;
}

.tw--skew-y-2 {
  --transform-skew-y: -2deg !important;
}

.tw--skew-y-1 {
  --transform-skew-y: -1deg !important;
}

.hover\:tw-skew-x-0:hover {
  --transform-skew-x: 0 !important;
}

.hover\:tw-skew-x-1:hover {
  --transform-skew-x: 1deg !important;
}

.hover\:tw-skew-x-2:hover {
  --transform-skew-x: 2deg !important;
}

.hover\:tw-skew-x-3:hover {
  --transform-skew-x: 3deg !important;
}

.hover\:tw-skew-x-6:hover {
  --transform-skew-x: 6deg !important;
}

.hover\:tw-skew-x-12:hover {
  --transform-skew-x: 12deg !important;
}

.hover\:tw--skew-x-12:hover {
  --transform-skew-x: -12deg !important;
}

.hover\:tw--skew-x-6:hover {
  --transform-skew-x: -6deg !important;
}

.hover\:tw--skew-x-3:hover {
  --transform-skew-x: -3deg !important;
}

.hover\:tw--skew-x-2:hover {
  --transform-skew-x: -2deg !important;
}

.hover\:tw--skew-x-1:hover {
  --transform-skew-x: -1deg !important;
}

.hover\:tw-skew-y-0:hover {
  --transform-skew-y: 0 !important;
}

.hover\:tw-skew-y-1:hover {
  --transform-skew-y: 1deg !important;
}

.hover\:tw-skew-y-2:hover {
  --transform-skew-y: 2deg !important;
}

.hover\:tw-skew-y-3:hover {
  --transform-skew-y: 3deg !important;
}

.hover\:tw-skew-y-6:hover {
  --transform-skew-y: 6deg !important;
}

.hover\:tw-skew-y-12:hover {
  --transform-skew-y: 12deg !important;
}

.hover\:tw--skew-y-12:hover {
  --transform-skew-y: -12deg !important;
}

.hover\:tw--skew-y-6:hover {
  --transform-skew-y: -6deg !important;
}

.hover\:tw--skew-y-3:hover {
  --transform-skew-y: -3deg !important;
}

.hover\:tw--skew-y-2:hover {
  --transform-skew-y: -2deg !important;
}

.hover\:tw--skew-y-1:hover {
  --transform-skew-y: -1deg !important;
}

.focus\:tw-skew-x-0:focus {
  --transform-skew-x: 0 !important;
}

.focus\:tw-skew-x-1:focus {
  --transform-skew-x: 1deg !important;
}

.focus\:tw-skew-x-2:focus {
  --transform-skew-x: 2deg !important;
}

.focus\:tw-skew-x-3:focus {
  --transform-skew-x: 3deg !important;
}

.focus\:tw-skew-x-6:focus {
  --transform-skew-x: 6deg !important;
}

.focus\:tw-skew-x-12:focus {
  --transform-skew-x: 12deg !important;
}

.focus\:tw--skew-x-12:focus {
  --transform-skew-x: -12deg !important;
}

.focus\:tw--skew-x-6:focus {
  --transform-skew-x: -6deg !important;
}

.focus\:tw--skew-x-3:focus {
  --transform-skew-x: -3deg !important;
}

.focus\:tw--skew-x-2:focus {
  --transform-skew-x: -2deg !important;
}

.focus\:tw--skew-x-1:focus {
  --transform-skew-x: -1deg !important;
}

.focus\:tw-skew-y-0:focus {
  --transform-skew-y: 0 !important;
}

.focus\:tw-skew-y-1:focus {
  --transform-skew-y: 1deg !important;
}

.focus\:tw-skew-y-2:focus {
  --transform-skew-y: 2deg !important;
}

.focus\:tw-skew-y-3:focus {
  --transform-skew-y: 3deg !important;
}

.focus\:tw-skew-y-6:focus {
  --transform-skew-y: 6deg !important;
}

.focus\:tw-skew-y-12:focus {
  --transform-skew-y: 12deg !important;
}

.focus\:tw--skew-y-12:focus {
  --transform-skew-y: -12deg !important;
}

.focus\:tw--skew-y-6:focus {
  --transform-skew-y: -6deg !important;
}

.focus\:tw--skew-y-3:focus {
  --transform-skew-y: -3deg !important;
}

.focus\:tw--skew-y-2:focus {
  --transform-skew-y: -2deg !important;
}

.focus\:tw--skew-y-1:focus {
  --transform-skew-y: -1deg !important;
}

.tw-transition-none {
  transition-property: none !important;
}

.tw-transition-all {
  transition-property: all !important;
}

.tw-transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
}

.tw-transition-colors {
  transition-property: background-color, border-color, color, fill, stroke !important;
}

.tw-transition-opacity {
  transition-property: opacity !important;
}

.tw-transition-shadow {
  transition-property: box-shadow !important;
}

.tw-transition-transform {
  transition-property: transform !important;
}

.tw-ease-linear {
  transition-timing-function: linear !important;
}

.tw-ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.tw-ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.tw-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.tw-duration-75 {
  transition-duration: 75ms !important;
}

.tw-duration-100 {
  transition-duration: 100ms !important;
}

.tw-duration-150 {
  transition-duration: 150ms !important;
}

.tw-duration-200 {
  transition-duration: 200ms !important;
}

.tw-duration-300 {
  transition-duration: 300ms !important;
}

.tw-duration-500 {
  transition-duration: 500ms !important;
}

.tw-duration-700 {
  transition-duration: 700ms !important;
}

.tw-duration-1000 {
  transition-duration: 1000ms !important;
}

.tw-delay-75 {
  transition-delay: 75ms !important;
}

.tw-delay-100 {
  transition-delay: 100ms !important;
}

.tw-delay-150 {
  transition-delay: 150ms !important;
}

.tw-delay-200 {
  transition-delay: 200ms !important;
}

.tw-delay-300 {
  transition-delay: 300ms !important;
}

.tw-delay-500 {
  transition-delay: 500ms !important;
}

.tw-delay-700 {
  transition-delay: 700ms !important;
}

.tw-delay-1000 {
  transition-delay: 1000ms !important;
}

@-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);
  }
}

.tw-animate-none {
  -webkit-animation: none !important;
          animation: none !important;
}

.tw-animate-spin {
  -webkit-animation: spin 1s linear infinite !important;
          animation: spin 1s linear infinite !important;
}

.tw-animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

.tw-animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

.tw-animate-bounce {
  -webkit-animation: bounce 1s infinite !important;
          animation: bounce 1s infinite !important;
}

@media (min-width: 640px) {
  .sm\:tw-container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .sm\:tw-container {
      max-width: 640px;
    }
  }

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

  @media (min-width: 1024px) {
    .sm\:tw-container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:tw-container {
      max-width: 1280px;
    }
  }

  .sm\:tw-space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-0\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(.125rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-0\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-1\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(.375rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-1\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-2\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(.625rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-2\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-3\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(.875rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-3\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-1\.25em > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25em * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25em * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-1\.25em > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25em * var(--space-x-reverse)) !important;
    margin-left: calc(1.25em * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-1\.5em > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5em * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5em * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-1\.5em > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5em * var(--space-x-reverse)) !important;
    margin-left: calc(1.5em * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-4em > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4em * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4em * var(--space-y-reverse)) !important;
  }

  .sm\:tw-space-x-4em > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4em * var(--space-x-reverse)) !important;
    margin-left: calc(4em * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-0\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-0\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-1\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-1\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-2\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-2\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-3\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-3\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-1\.25em > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25em * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25em * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-1\.25em > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25em * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25em * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-1\.5em > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5em * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5em * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-1\.5em > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5em * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5em * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw--space-y-4em > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4em * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4em * var(--space-y-reverse)) !important;
  }

  .sm\:tw--space-x-4em > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4em * var(--space-x-reverse)) !important;
    margin-left: calc(-4em * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:tw-space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1 !important;
  }

  .sm\:tw-space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1 !important;
  }

  .sm\:tw-divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .sm\:tw-divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:tw-divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .sm\:tw-divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:tw-divide-y-3 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(3px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(3px * var(--divide-y-reverse)) !important;
  }

  .sm\:tw-divide-x-3 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(3px * var(--divide-x-reverse)) !important;
    border-left-width: calc(3px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:tw-divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .sm\:tw-divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:tw-divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .sm\:tw-divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:tw-divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .sm\:tw-divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:tw-divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1 !important;
  }

  .sm\:tw-divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1 !important;
  }

  .sm\:tw-divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent !important;
  }

  .sm\:tw-divide-current > :not(template) ~ :not(template) {
    border-color: currentColor !important;
  }

  .sm\:tw-divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f9fafb !important;
    border-color: rgba(249, 250, 251, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f3f4f6 !important;
    border-color: rgba(243, 244, 246, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e5e7eb !important;
    border-color: rgba(229, 231, 235, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d1d5db !important;
    border-color: rgba(209, 213, 219, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9ca3af !important;
    border-color: rgba(156, 163, 175, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6b7280 !important;
    border-color: rgba(107, 114, 128, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4b5563 !important;
    border-color: rgba(75, 85, 99, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #374151 !important;
    border-color: rgba(55, 65, 81, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1f2937 !important;
    border-color: rgba(31, 41, 55, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #111827 !important;
    border-color: rgba(17, 24, 39, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-red-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fef2f2 !important;
    border-color: rgba(254, 242, 242, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-red-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fee2e2 !important;
    border-color: rgba(254, 226, 226, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-red-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fecaca !important;
    border-color: rgba(254, 202, 202, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-red-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fca5a5 !important;
    border-color: rgba(252, 165, 165, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-red-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f87171 !important;
    border-color: rgba(248, 113, 113, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-red-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ef4444 !important;
    border-color: rgba(239, 68, 68, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-red-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #dc2626 !important;
    border-color: rgba(220, 38, 38, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-red-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b91c1c !important;
    border-color: rgba(185, 28, 28, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-red-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #991b1b !important;
    border-color: rgba(153, 27, 27, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-red-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7f1d1d !important;
    border-color: rgba(127, 29, 29, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff7ed !important;
    border-color: rgba(255, 247, 237, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ffedd5 !important;
    border-color: rgba(255, 237, 213, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fed7aa !important;
    border-color: rgba(254, 215, 170, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fdba74 !important;
    border-color: rgba(253, 186, 116, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fb923c !important;
    border-color: rgba(251, 146, 60, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f97316 !important;
    border-color: rgba(249, 115, 22, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ea580c !important;
    border-color: rgba(234, 88, 12, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c2410c !important;
    border-color: rgba(194, 65, 12, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9a3412 !important;
    border-color: rgba(154, 52, 18, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7c2d12 !important;
    border-color: rgba(124, 45, 18, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fefce8 !important;
    border-color: rgba(254, 252, 232, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fef9c3 !important;
    border-color: rgba(254, 249, 195, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fef08a !important;
    border-color: rgba(254, 240, 138, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fde047 !important;
    border-color: rgba(253, 224, 71, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #facc15 !important;
    border-color: rgba(250, 204, 21, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #eab308 !important;
    border-color: rgba(234, 179, 8, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ca8a04 !important;
    border-color: rgba(202, 138, 4, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a16207 !important;
    border-color: rgba(161, 98, 7, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #854d0e !important;
    border-color: rgba(133, 77, 14, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #713f12 !important;
    border-color: rgba(113, 63, 18, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-green-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0fdf4 !important;
    border-color: rgba(240, 253, 244, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #dcfce7 !important;
    border-color: rgba(220, 252, 231, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #bbf7d0 !important;
    border-color: rgba(187, 247, 208, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #86efac !important;
    border-color: rgba(134, 239, 172, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4ade80 !important;
    border-color: rgba(74, 222, 128, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #22c55e !important;
    border-color: rgba(34, 197, 94, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #16a34a !important;
    border-color: rgba(22, 163, 74, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #15803d !important;
    border-color: rgba(21, 128, 61, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #166534 !important;
    border-color: rgba(22, 101, 52, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #14532d !important;
    border-color: rgba(20, 83, 45, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0fdfa !important;
    border-color: rgba(240, 253, 250, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ccfbf1 !important;
    border-color: rgba(204, 251, 241, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #99f6e4 !important;
    border-color: rgba(153, 246, 228, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #5eead4 !important;
    border-color: rgba(94, 234, 212, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2dd4bf !important;
    border-color: rgba(45, 212, 191, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #14b8a6 !important;
    border-color: rgba(20, 184, 166, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0d9488 !important;
    border-color: rgba(13, 148, 136, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0f766e !important;
    border-color: rgba(15, 118, 110, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #115e59 !important;
    border-color: rgba(17, 94, 89, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #134e4a !important;
    border-color: rgba(19, 78, 74, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #eff6ff !important;
    border-color: rgba(239, 246, 255, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #dbeafe !important;
    border-color: rgba(219, 234, 254, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #bfdbfe !important;
    border-color: rgba(191, 219, 254, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #93c5fd !important;
    border-color: rgba(147, 197, 253, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #60a5fa !important;
    border-color: rgba(96, 165, 250, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2563eb !important;
    border-color: rgba(37, 99, 235, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1d4ed8 !important;
    border-color: rgba(29, 78, 216, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1e40af !important;
    border-color: rgba(30, 64, 175, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1e3a8a !important;
    border-color: rgba(30, 58, 138, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #eef2ff !important;
    border-color: rgba(238, 242, 255, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e0e7ff !important;
    border-color: rgba(224, 231, 255, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c7d2fe !important;
    border-color: rgba(199, 210, 254, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a5b4fc !important;
    border-color: rgba(165, 180, 252, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #818cf8 !important;
    border-color: rgba(129, 140, 248, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6366f1 !important;
    border-color: rgba(99, 102, 241, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4f46e5 !important;
    border-color: rgba(79, 70, 229, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4338ca !important;
    border-color: rgba(67, 56, 202, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3730a3 !important;
    border-color: rgba(55, 48, 163, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #312e81 !important;
    border-color: rgba(49, 46, 129, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f3e8ff !important;
    border-color: rgba(243, 232, 255, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e9d5ff !important;
    border-color: rgba(233, 213, 255, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d8b4fe !important;
    border-color: rgba(216, 180, 254, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c084fc !important;
    border-color: rgba(192, 132, 252, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a855f7 !important;
    border-color: rgba(168, 85, 247, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9333ea !important;
    border-color: rgba(147, 51, 234, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7e22ce !important;
    border-color: rgba(126, 34, 206, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6b21a8 !important;
    border-color: rgba(107, 33, 168, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #581c87 !important;
    border-color: rgba(88, 28, 135, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fdf2f8 !important;
    border-color: rgba(253, 242, 248, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fce7f3 !important;
    border-color: rgba(252, 231, 243, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fbcfe8 !important;
    border-color: rgba(251, 207, 232, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f9a8d4 !important;
    border-color: rgba(249, 168, 212, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f472b6 !important;
    border-color: rgba(244, 114, 182, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ec4899 !important;
    border-color: rgba(236, 72, 153, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #db2777 !important;
    border-color: rgba(219, 39, 119, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #be185d !important;
    border-color: rgba(190, 24, 93, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9d174d !important;
    border-color: rgba(157, 23, 77, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #831843 !important;
    border-color: rgba(131, 24, 67, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-app-main > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F18D11 !important;
    border-color: rgba(241, 141, 17, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-app-sub-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1E548F !important;
    border-color: rgba(30, 84, 143, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-app-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #FFF5D1 !important;
    border-color: rgba(255, 245, 209, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-theme-primary > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f3980f !important;
    border-color: rgba(243, 152, 15, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-theme-info > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1b925a !important;
    border-color: rgba(27, 146, 90, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-slate-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-slate-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241, 245, 249, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-slate-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-slate-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #cbd5e1 !important;
    border-color: rgba(203, 213, 225, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-slate-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #94a3b8 !important;
    border-color: rgba(148, 163, 184, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-slate-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #64748b !important;
    border-color: rgba(100, 116, 139, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-slate-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #475569 !important;
    border-color: rgba(71, 85, 105, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-slate-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #334155 !important;
    border-color: rgba(51, 65, 85, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-slate-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1e293b !important;
    border-color: rgba(30, 41, 59, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-slate-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0f172a !important;
    border-color: rgba(15, 23, 42, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-zinc-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-zinc-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f4f4f5 !important;
    border-color: rgba(244, 244, 245, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-zinc-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e4e4e7 !important;
    border-color: rgba(228, 228, 231, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-zinc-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d4d4d8 !important;
    border-color: rgba(212, 212, 216, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-zinc-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a1a1aa !important;
    border-color: rgba(161, 161, 170, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-zinc-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #71717a !important;
    border-color: rgba(113, 113, 122, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-zinc-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #52525b !important;
    border-color: rgba(82, 82, 91, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-zinc-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3f3f46 !important;
    border-color: rgba(63, 63, 70, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-zinc-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #27272a !important;
    border-color: rgba(39, 39, 42, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-zinc-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #18181b !important;
    border-color: rgba(24, 24, 27, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-neutral-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-neutral-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-neutral-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e5e5e5 !important;
    border-color: rgba(229, 229, 229, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-neutral-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d4d4d4 !important;
    border-color: rgba(212, 212, 212, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-neutral-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a3a3a3 !important;
    border-color: rgba(163, 163, 163, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-neutral-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #737373 !important;
    border-color: rgba(115, 115, 115, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-neutral-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #525252 !important;
    border-color: rgba(82, 82, 82, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-neutral-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #404040 !important;
    border-color: rgba(64, 64, 64, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-neutral-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #262626 !important;
    border-color: rgba(38, 38, 38, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-neutral-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #171717 !important;
    border-color: rgba(23, 23, 23, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-stone-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fafaf9 !important;
    border-color: rgba(250, 250, 249, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-stone-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f5f5f4 !important;
    border-color: rgba(245, 245, 244, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-stone-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e7e5e4 !important;
    border-color: rgba(231, 229, 228, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-stone-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d6d3d1 !important;
    border-color: rgba(214, 211, 209, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-stone-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a8a29e !important;
    border-color: rgba(168, 162, 158, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-stone-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #78716c !important;
    border-color: rgba(120, 113, 108, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-stone-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #57534e !important;
    border-color: rgba(87, 83, 78, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-stone-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #44403c !important;
    border-color: rgba(68, 64, 60, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-stone-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #292524 !important;
    border-color: rgba(41, 37, 36, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-stone-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1c1917 !important;
    border-color: rgba(28, 25, 23, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-amber-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fffbeb !important;
    border-color: rgba(255, 251, 235, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-amber-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fef3c7 !important;
    border-color: rgba(254, 243, 199, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-amber-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fde68a !important;
    border-color: rgba(253, 230, 138, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-amber-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fcd34d !important;
    border-color: rgba(252, 211, 77, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-amber-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fbbf24 !important;
    border-color: rgba(251, 191, 36, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-amber-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f59e0b !important;
    border-color: rgba(245, 158, 11, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-amber-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d97706 !important;
    border-color: rgba(217, 119, 6, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-amber-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b45309 !important;
    border-color: rgba(180, 83, 9, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-amber-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #92400e !important;
    border-color: rgba(146, 64, 14, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-amber-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #78350f !important;
    border-color: rgba(120, 53, 15, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-lime-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f7fee7 !important;
    border-color: rgba(247, 254, 231, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-lime-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ecfccb !important;
    border-color: rgba(236, 252, 203, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-lime-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d9f99d !important;
    border-color: rgba(217, 249, 157, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-lime-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #bef264 !important;
    border-color: rgba(190, 242, 100, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-lime-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a3e635 !important;
    border-color: rgba(163, 230, 53, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-lime-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #84cc16 !important;
    border-color: rgba(132, 204, 22, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-lime-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #65a30d !important;
    border-color: rgba(101, 163, 13, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-lime-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4d7c0f !important;
    border-color: rgba(77, 124, 15, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-lime-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3f6212 !important;
    border-color: rgba(63, 98, 18, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-lime-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #365314 !important;
    border-color: rgba(54, 83, 20, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-emerald-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ecfdf5 !important;
    border-color: rgba(236, 253, 245, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-emerald-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d1fae5 !important;
    border-color: rgba(209, 250, 229, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-emerald-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a7f3d0 !important;
    border-color: rgba(167, 243, 208, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-emerald-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6ee7b7 !important;
    border-color: rgba(110, 231, 183, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-emerald-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #34d399 !important;
    border-color: rgba(52, 211, 153, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-emerald-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #10b981 !important;
    border-color: rgba(16, 185, 129, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-emerald-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #059669 !important;
    border-color: rgba(5, 150, 105, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-emerald-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #047857 !important;
    border-color: rgba(4, 120, 87, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-emerald-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #065f46 !important;
    border-color: rgba(6, 95, 70, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-emerald-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #064e3b !important;
    border-color: rgba(6, 78, 59, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-cyan-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ecfeff !important;
    border-color: rgba(236, 254, 255, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-cyan-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #cffafe !important;
    border-color: rgba(207, 250, 254, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-cyan-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a5f3fc !important;
    border-color: rgba(165, 243, 252, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-cyan-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #67e8f9 !important;
    border-color: rgba(103, 232, 249, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-cyan-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #22d3ee !important;
    border-color: rgba(34, 211, 238, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-cyan-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-cyan-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0891b2 !important;
    border-color: rgba(8, 145, 178, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-cyan-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0e7490 !important;
    border-color: rgba(14, 116, 144, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-cyan-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #155e75 !important;
    border-color: rgba(21, 94, 117, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-cyan-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #164e63 !important;
    border-color: rgba(22, 78, 99, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-sky-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0f9ff !important;
    border-color: rgba(240, 249, 255, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-sky-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e0f2fe !important;
    border-color: rgba(224, 242, 254, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-sky-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #bae6fd !important;
    border-color: rgba(186, 230, 253, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-sky-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7dd3fc !important;
    border-color: rgba(125, 211, 252, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-sky-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #38bdf8 !important;
    border-color: rgba(56, 189, 248, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-sky-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0ea5e9 !important;
    border-color: rgba(14, 165, 233, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-sky-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0284c7 !important;
    border-color: rgba(2, 132, 199, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-sky-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0369a1 !important;
    border-color: rgba(3, 105, 161, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-sky-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #075985 !important;
    border-color: rgba(7, 89, 133, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-sky-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0c4a6e !important;
    border-color: rgba(12, 74, 110, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-violet-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f5f3ff !important;
    border-color: rgba(245, 243, 255, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-violet-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ede9fe !important;
    border-color: rgba(237, 233, 254, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-violet-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ddd6fe !important;
    border-color: rgba(221, 214, 254, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-violet-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c4b5fd !important;
    border-color: rgba(196, 181, 253, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-violet-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a78bfa !important;
    border-color: rgba(167, 139, 250, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-violet-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #8b5cf6 !important;
    border-color: rgba(139, 92, 246, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-violet-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7c3aed !important;
    border-color: rgba(124, 58, 237, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-violet-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6d28d9 !important;
    border-color: rgba(109, 40, 217, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-violet-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #5b21b6 !important;
    border-color: rgba(91, 33, 182, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-violet-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-fuchsia-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fdf4ff !important;
    border-color: rgba(253, 244, 255, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-fuchsia-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fae8ff !important;
    border-color: rgba(250, 232, 255, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-fuchsia-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f5d0fe !important;
    border-color: rgba(245, 208, 254, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-fuchsia-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0abfc !important;
    border-color: rgba(240, 171, 252, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-fuchsia-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e879f9 !important;
    border-color: rgba(232, 121, 249, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-fuchsia-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d946ef !important;
    border-color: rgba(217, 70, 239, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-fuchsia-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c026d3 !important;
    border-color: rgba(192, 38, 211, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-fuchsia-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a21caf !important;
    border-color: rgba(162, 28, 175, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-fuchsia-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #86198f !important;
    border-color: rgba(134, 25, 143, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-fuchsia-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #701a75 !important;
    border-color: rgba(112, 26, 117, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-rose-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff1f2 !important;
    border-color: rgba(255, 241, 242, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-rose-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ffe4e6 !important;
    border-color: rgba(255, 228, 230, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-rose-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fecdd3 !important;
    border-color: rgba(254, 205, 211, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-rose-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fda4af !important;
    border-color: rgba(253, 164, 175, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-rose-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fb7185 !important;
    border-color: rgba(251, 113, 133, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-rose-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f43f5e !important;
    border-color: rgba(244, 63, 94, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-rose-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e11d48 !important;
    border-color: rgba(225, 29, 72, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-rose-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #be123c !important;
    border-color: rgba(190, 18, 60, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-rose-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9f1239 !important;
    border-color: rgba(159, 18, 57, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-rose-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #881337 !important;
    border-color: rgba(136, 19, 55, var(--divide-opacity)) !important;
  }

  .sm\:tw-divide-solid > :not(template) ~ :not(template) {
    border-style: solid !important;
  }

  .sm\:tw-divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed !important;
  }

  .sm\:tw-divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted !important;
  }

  .sm\:tw-divide-double > :not(template) ~ :not(template) {
    border-style: double !important;
  }

  .sm\:tw-divide-none > :not(template) ~ :not(template) {
    border-style: none !important;
  }

  .sm\:tw-divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0 !important;
  }

  .sm\:tw-divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25 !important;
  }

  .sm\:tw-divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5 !important;
  }

  .sm\:tw-divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75 !important;
  }

  .sm\:tw-divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  .sm\:tw-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm\:tw-not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm\:focus\:tw-sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm\:focus\:tw-not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm\:tw-appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .sm\:tw-bg-fixed {
    background-attachment: fixed !important;
  }

  .sm\:tw-bg-local {
    background-attachment: local !important;
  }

  .sm\:tw-bg-scroll {
    background-attachment: scroll !important;
  }

  .sm\:tw-bg-clip-border {
    background-clip: border-box !important;
  }

  .sm\:tw-bg-clip-padding {
    background-clip: padding-box !important;
  }

  .sm\:tw-bg-clip-content {
    background-clip: content-box !important;
  }

  .sm\:tw-bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .sm\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .sm\:tw-bg-current {
    background-color: currentColor !important;
  }

  .sm\:tw-bg-black {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-white {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-50 {
    --bg-opacity: 1 !important;
    background-color: #f9fafb !important;
    background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-100 {
    --bg-opacity: 1 !important;
    background-color: #f3f4f6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-200 {
    --bg-opacity: 1 !important;
    background-color: #e5e7eb !important;
    background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-300 {
    --bg-opacity: 1 !important;
    background-color: #d1d5db !important;
    background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-400 {
    --bg-opacity: 1 !important;
    background-color: #9ca3af !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-500 {
    --bg-opacity: 1 !important;
    background-color: #6b7280 !important;
    background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-600 {
    --bg-opacity: 1 !important;
    background-color: #4b5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-700 {
    --bg-opacity: 1 !important;
    background-color: #374151 !important;
    background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-800 {
    --bg-opacity: 1 !important;
    background-color: #1f2937 !important;
    background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-900 {
    --bg-opacity: 1 !important;
    background-color: #111827 !important;
    background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-red-50 {
    --bg-opacity: 1 !important;
    background-color: #fef2f2 !important;
    background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-red-100 {
    --bg-opacity: 1 !important;
    background-color: #fee2e2 !important;
    background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-red-200 {
    --bg-opacity: 1 !important;
    background-color: #fecaca !important;
    background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-red-300 {
    --bg-opacity: 1 !important;
    background-color: #fca5a5 !important;
    background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-red-400 {
    --bg-opacity: 1 !important;
    background-color: #f87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-red-500 {
    --bg-opacity: 1 !important;
    background-color: #ef4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-red-600 {
    --bg-opacity: 1 !important;
    background-color: #dc2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-red-700 {
    --bg-opacity: 1 !important;
    background-color: #b91c1c !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-red-800 {
    --bg-opacity: 1 !important;
    background-color: #991b1b !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-red-900 {
    --bg-opacity: 1 !important;
    background-color: #7f1d1d !important;
    background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-50 {
    --bg-opacity: 1 !important;
    background-color: #fff7ed !important;
    background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-100 {
    --bg-opacity: 1 !important;
    background-color: #ffedd5 !important;
    background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-200 {
    --bg-opacity: 1 !important;
    background-color: #fed7aa !important;
    background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-300 {
    --bg-opacity: 1 !important;
    background-color: #fdba74 !important;
    background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-400 {
    --bg-opacity: 1 !important;
    background-color: #fb923c !important;
    background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-500 {
    --bg-opacity: 1 !important;
    background-color: #f97316 !important;
    background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-600 {
    --bg-opacity: 1 !important;
    background-color: #ea580c !important;
    background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-700 {
    --bg-opacity: 1 !important;
    background-color: #c2410c !important;
    background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-800 {
    --bg-opacity: 1 !important;
    background-color: #9a3412 !important;
    background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-900 {
    --bg-opacity: 1 !important;
    background-color: #7c2d12 !important;
    background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-50 {
    --bg-opacity: 1 !important;
    background-color: #fefce8 !important;
    background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-100 {
    --bg-opacity: 1 !important;
    background-color: #fef9c3 !important;
    background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-200 {
    --bg-opacity: 1 !important;
    background-color: #fef08a !important;
    background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-300 {
    --bg-opacity: 1 !important;
    background-color: #fde047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-400 {
    --bg-opacity: 1 !important;
    background-color: #facc15 !important;
    background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-500 {
    --bg-opacity: 1 !important;
    background-color: #eab308 !important;
    background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-600 {
    --bg-opacity: 1 !important;
    background-color: #ca8a04 !important;
    background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-700 {
    --bg-opacity: 1 !important;
    background-color: #a16207 !important;
    background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-800 {
    --bg-opacity: 1 !important;
    background-color: #854d0e !important;
    background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-900 {
    --bg-opacity: 1 !important;
    background-color: #713f12 !important;
    background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-green-50 {
    --bg-opacity: 1 !important;
    background-color: #f0fdf4 !important;
    background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-green-100 {
    --bg-opacity: 1 !important;
    background-color: #dcfce7 !important;
    background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-green-200 {
    --bg-opacity: 1 !important;
    background-color: #bbf7d0 !important;
    background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-green-300 {
    --bg-opacity: 1 !important;
    background-color: #86efac !important;
    background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-green-400 {
    --bg-opacity: 1 !important;
    background-color: #4ade80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-green-500 {
    --bg-opacity: 1 !important;
    background-color: #22c55e !important;
    background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-green-600 {
    --bg-opacity: 1 !important;
    background-color: #16a34a !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-green-700 {
    --bg-opacity: 1 !important;
    background-color: #15803d !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-green-800 {
    --bg-opacity: 1 !important;
    background-color: #166534 !important;
    background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-green-900 {
    --bg-opacity: 1 !important;
    background-color: #14532d !important;
    background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-50 {
    --bg-opacity: 1 !important;
    background-color: #f0fdfa !important;
    background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-100 {
    --bg-opacity: 1 !important;
    background-color: #ccfbf1 !important;
    background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-200 {
    --bg-opacity: 1 !important;
    background-color: #99f6e4 !important;
    background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-300 {
    --bg-opacity: 1 !important;
    background-color: #5eead4 !important;
    background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-400 {
    --bg-opacity: 1 !important;
    background-color: #2dd4bf !important;
    background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-500 {
    --bg-opacity: 1 !important;
    background-color: #14b8a6 !important;
    background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-600 {
    --bg-opacity: 1 !important;
    background-color: #0d9488 !important;
    background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-700 {
    --bg-opacity: 1 !important;
    background-color: #0f766e !important;
    background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-800 {
    --bg-opacity: 1 !important;
    background-color: #115e59 !important;
    background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-900 {
    --bg-opacity: 1 !important;
    background-color: #134e4a !important;
    background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-50 {
    --bg-opacity: 1 !important;
    background-color: #eff6ff !important;
    background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-100 {
    --bg-opacity: 1 !important;
    background-color: #dbeafe !important;
    background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-200 {
    --bg-opacity: 1 !important;
    background-color: #bfdbfe !important;
    background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-300 {
    --bg-opacity: 1 !important;
    background-color: #93c5fd !important;
    background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-400 {
    --bg-opacity: 1 !important;
    background-color: #60a5fa !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-500 {
    --bg-opacity: 1 !important;
    background-color: #3b82f6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-600 {
    --bg-opacity: 1 !important;
    background-color: #2563eb !important;
    background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-700 {
    --bg-opacity: 1 !important;
    background-color: #1d4ed8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-800 {
    --bg-opacity: 1 !important;
    background-color: #1e40af !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-900 {
    --bg-opacity: 1 !important;
    background-color: #1e3a8a !important;
    background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-50 {
    --bg-opacity: 1 !important;
    background-color: #eef2ff !important;
    background-color: rgba(238, 242, 255, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-100 {
    --bg-opacity: 1 !important;
    background-color: #e0e7ff !important;
    background-color: rgba(224, 231, 255, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-200 {
    --bg-opacity: 1 !important;
    background-color: #c7d2fe !important;
    background-color: rgba(199, 210, 254, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-300 {
    --bg-opacity: 1 !important;
    background-color: #a5b4fc !important;
    background-color: rgba(165, 180, 252, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-400 {
    --bg-opacity: 1 !important;
    background-color: #818cf8 !important;
    background-color: rgba(129, 140, 248, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-500 {
    --bg-opacity: 1 !important;
    background-color: #6366f1 !important;
    background-color: rgba(99, 102, 241, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-600 {
    --bg-opacity: 1 !important;
    background-color: #4f46e5 !important;
    background-color: rgba(79, 70, 229, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-700 {
    --bg-opacity: 1 !important;
    background-color: #4338ca !important;
    background-color: rgba(67, 56, 202, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-800 {
    --bg-opacity: 1 !important;
    background-color: #3730a3 !important;
    background-color: rgba(55, 48, 163, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-900 {
    --bg-opacity: 1 !important;
    background-color: #312e81 !important;
    background-color: rgba(49, 46, 129, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-50 {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-100 {
    --bg-opacity: 1 !important;
    background-color: #f3e8ff !important;
    background-color: rgba(243, 232, 255, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-200 {
    --bg-opacity: 1 !important;
    background-color: #e9d5ff !important;
    background-color: rgba(233, 213, 255, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-300 {
    --bg-opacity: 1 !important;
    background-color: #d8b4fe !important;
    background-color: rgba(216, 180, 254, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-400 {
    --bg-opacity: 1 !important;
    background-color: #c084fc !important;
    background-color: rgba(192, 132, 252, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-500 {
    --bg-opacity: 1 !important;
    background-color: #a855f7 !important;
    background-color: rgba(168, 85, 247, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-600 {
    --bg-opacity: 1 !important;
    background-color: #9333ea !important;
    background-color: rgba(147, 51, 234, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-700 {
    --bg-opacity: 1 !important;
    background-color: #7e22ce !important;
    background-color: rgba(126, 34, 206, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-800 {
    --bg-opacity: 1 !important;
    background-color: #6b21a8 !important;
    background-color: rgba(107, 33, 168, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-900 {
    --bg-opacity: 1 !important;
    background-color: #581c87 !important;
    background-color: rgba(88, 28, 135, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-50 {
    --bg-opacity: 1 !important;
    background-color: #fdf2f8 !important;
    background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-100 {
    --bg-opacity: 1 !important;
    background-color: #fce7f3 !important;
    background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-200 {
    --bg-opacity: 1 !important;
    background-color: #fbcfe8 !important;
    background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-300 {
    --bg-opacity: 1 !important;
    background-color: #f9a8d4 !important;
    background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-400 {
    --bg-opacity: 1 !important;
    background-color: #f472b6 !important;
    background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-500 {
    --bg-opacity: 1 !important;
    background-color: #ec4899 !important;
    background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-600 {
    --bg-opacity: 1 !important;
    background-color: #db2777 !important;
    background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-700 {
    --bg-opacity: 1 !important;
    background-color: #be185d !important;
    background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-800 {
    --bg-opacity: 1 !important;
    background-color: #9d174d !important;
    background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-900 {
    --bg-opacity: 1 !important;
    background-color: #831843 !important;
    background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-app-main {
    --bg-opacity: 1 !important;
    background-color: #F18D11 !important;
    background-color: rgba(241, 141, 17, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-app-sub-blue {
    --bg-opacity: 1 !important;
    background-color: #1E548F !important;
    background-color: rgba(30, 84, 143, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-app-yellow {
    --bg-opacity: 1 !important;
    background-color: #FFF5D1 !important;
    background-color: rgba(255, 245, 209, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-theme-primary {
    --bg-opacity: 1 !important;
    background-color: #f3980f !important;
    background-color: rgba(243, 152, 15, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-theme-info {
    --bg-opacity: 1 !important;
    background-color: #1b925a !important;
    background-color: rgba(27, 146, 90, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-slate-50 {
    --bg-opacity: 1 !important;
    background-color: #f8fafc !important;
    background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-slate-100 {
    --bg-opacity: 1 !important;
    background-color: #f1f5f9 !important;
    background-color: rgba(241, 245, 249, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-slate-200 {
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-slate-300 {
    --bg-opacity: 1 !important;
    background-color: #cbd5e1 !important;
    background-color: rgba(203, 213, 225, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-slate-400 {
    --bg-opacity: 1 !important;
    background-color: #94a3b8 !important;
    background-color: rgba(148, 163, 184, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-slate-500 {
    --bg-opacity: 1 !important;
    background-color: #64748b !important;
    background-color: rgba(100, 116, 139, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-slate-600 {
    --bg-opacity: 1 !important;
    background-color: #475569 !important;
    background-color: rgba(71, 85, 105, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-slate-700 {
    --bg-opacity: 1 !important;
    background-color: #334155 !important;
    background-color: rgba(51, 65, 85, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-slate-800 {
    --bg-opacity: 1 !important;
    background-color: #1e293b !important;
    background-color: rgba(30, 41, 59, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-slate-900 {
    --bg-opacity: 1 !important;
    background-color: #0f172a !important;
    background-color: rgba(15, 23, 42, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-zinc-50 {
    --bg-opacity: 1 !important;
    background-color: #fafafa !important;
    background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-zinc-100 {
    --bg-opacity: 1 !important;
    background-color: #f4f4f5 !important;
    background-color: rgba(244, 244, 245, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-zinc-200 {
    --bg-opacity: 1 !important;
    background-color: #e4e4e7 !important;
    background-color: rgba(228, 228, 231, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-zinc-300 {
    --bg-opacity: 1 !important;
    background-color: #d4d4d8 !important;
    background-color: rgba(212, 212, 216, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-zinc-400 {
    --bg-opacity: 1 !important;
    background-color: #a1a1aa !important;
    background-color: rgba(161, 161, 170, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-zinc-500 {
    --bg-opacity: 1 !important;
    background-color: #71717a !important;
    background-color: rgba(113, 113, 122, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-zinc-600 {
    --bg-opacity: 1 !important;
    background-color: #52525b !important;
    background-color: rgba(82, 82, 91, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-zinc-700 {
    --bg-opacity: 1 !important;
    background-color: #3f3f46 !important;
    background-color: rgba(63, 63, 70, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-zinc-800 {
    --bg-opacity: 1 !important;
    background-color: #27272a !important;
    background-color: rgba(39, 39, 42, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-zinc-900 {
    --bg-opacity: 1 !important;
    background-color: #18181b !important;
    background-color: rgba(24, 24, 27, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-neutral-50 {
    --bg-opacity: 1 !important;
    background-color: #fafafa !important;
    background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-neutral-100 {
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-neutral-200 {
    --bg-opacity: 1 !important;
    background-color: #e5e5e5 !important;
    background-color: rgba(229, 229, 229, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-neutral-300 {
    --bg-opacity: 1 !important;
    background-color: #d4d4d4 !important;
    background-color: rgba(212, 212, 212, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-neutral-400 {
    --bg-opacity: 1 !important;
    background-color: #a3a3a3 !important;
    background-color: rgba(163, 163, 163, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-neutral-500 {
    --bg-opacity: 1 !important;
    background-color: #737373 !important;
    background-color: rgba(115, 115, 115, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-neutral-600 {
    --bg-opacity: 1 !important;
    background-color: #525252 !important;
    background-color: rgba(82, 82, 82, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-neutral-700 {
    --bg-opacity: 1 !important;
    background-color: #404040 !important;
    background-color: rgba(64, 64, 64, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-neutral-800 {
    --bg-opacity: 1 !important;
    background-color: #262626 !important;
    background-color: rgba(38, 38, 38, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-neutral-900 {
    --bg-opacity: 1 !important;
    background-color: #171717 !important;
    background-color: rgba(23, 23, 23, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-stone-50 {
    --bg-opacity: 1 !important;
    background-color: #fafaf9 !important;
    background-color: rgba(250, 250, 249, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-stone-100 {
    --bg-opacity: 1 !important;
    background-color: #f5f5f4 !important;
    background-color: rgba(245, 245, 244, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-stone-200 {
    --bg-opacity: 1 !important;
    background-color: #e7e5e4 !important;
    background-color: rgba(231, 229, 228, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-stone-300 {
    --bg-opacity: 1 !important;
    background-color: #d6d3d1 !important;
    background-color: rgba(214, 211, 209, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-stone-400 {
    --bg-opacity: 1 !important;
    background-color: #a8a29e !important;
    background-color: rgba(168, 162, 158, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-stone-500 {
    --bg-opacity: 1 !important;
    background-color: #78716c !important;
    background-color: rgba(120, 113, 108, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-stone-600 {
    --bg-opacity: 1 !important;
    background-color: #57534e !important;
    background-color: rgba(87, 83, 78, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-stone-700 {
    --bg-opacity: 1 !important;
    background-color: #44403c !important;
    background-color: rgba(68, 64, 60, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-stone-800 {
    --bg-opacity: 1 !important;
    background-color: #292524 !important;
    background-color: rgba(41, 37, 36, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-stone-900 {
    --bg-opacity: 1 !important;
    background-color: #1c1917 !important;
    background-color: rgba(28, 25, 23, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-amber-50 {
    --bg-opacity: 1 !important;
    background-color: #fffbeb !important;
    background-color: rgba(255, 251, 235, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-amber-100 {
    --bg-opacity: 1 !important;
    background-color: #fef3c7 !important;
    background-color: rgba(254, 243, 199, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-amber-200 {
    --bg-opacity: 1 !important;
    background-color: #fde68a !important;
    background-color: rgba(253, 230, 138, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-amber-300 {
    --bg-opacity: 1 !important;
    background-color: #fcd34d !important;
    background-color: rgba(252, 211, 77, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-amber-400 {
    --bg-opacity: 1 !important;
    background-color: #fbbf24 !important;
    background-color: rgba(251, 191, 36, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-amber-500 {
    --bg-opacity: 1 !important;
    background-color: #f59e0b !important;
    background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-amber-600 {
    --bg-opacity: 1 !important;
    background-color: #d97706 !important;
    background-color: rgba(217, 119, 6, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-amber-700 {
    --bg-opacity: 1 !important;
    background-color: #b45309 !important;
    background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-amber-800 {
    --bg-opacity: 1 !important;
    background-color: #92400e !important;
    background-color: rgba(146, 64, 14, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-amber-900 {
    --bg-opacity: 1 !important;
    background-color: #78350f !important;
    background-color: rgba(120, 53, 15, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-lime-50 {
    --bg-opacity: 1 !important;
    background-color: #f7fee7 !important;
    background-color: rgba(247, 254, 231, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-lime-100 {
    --bg-opacity: 1 !important;
    background-color: #ecfccb !important;
    background-color: rgba(236, 252, 203, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-lime-200 {
    --bg-opacity: 1 !important;
    background-color: #d9f99d !important;
    background-color: rgba(217, 249, 157, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-lime-300 {
    --bg-opacity: 1 !important;
    background-color: #bef264 !important;
    background-color: rgba(190, 242, 100, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-lime-400 {
    --bg-opacity: 1 !important;
    background-color: #a3e635 !important;
    background-color: rgba(163, 230, 53, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-lime-500 {
    --bg-opacity: 1 !important;
    background-color: #84cc16 !important;
    background-color: rgba(132, 204, 22, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-lime-600 {
    --bg-opacity: 1 !important;
    background-color: #65a30d !important;
    background-color: rgba(101, 163, 13, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-lime-700 {
    --bg-opacity: 1 !important;
    background-color: #4d7c0f !important;
    background-color: rgba(77, 124, 15, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-lime-800 {
    --bg-opacity: 1 !important;
    background-color: #3f6212 !important;
    background-color: rgba(63, 98, 18, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-lime-900 {
    --bg-opacity: 1 !important;
    background-color: #365314 !important;
    background-color: rgba(54, 83, 20, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-emerald-50 {
    --bg-opacity: 1 !important;
    background-color: #ecfdf5 !important;
    background-color: rgba(236, 253, 245, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-emerald-100 {
    --bg-opacity: 1 !important;
    background-color: #d1fae5 !important;
    background-color: rgba(209, 250, 229, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-emerald-200 {
    --bg-opacity: 1 !important;
    background-color: #a7f3d0 !important;
    background-color: rgba(167, 243, 208, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-emerald-300 {
    --bg-opacity: 1 !important;
    background-color: #6ee7b7 !important;
    background-color: rgba(110, 231, 183, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-emerald-400 {
    --bg-opacity: 1 !important;
    background-color: #34d399 !important;
    background-color: rgba(52, 211, 153, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-emerald-500 {
    --bg-opacity: 1 !important;
    background-color: #10b981 !important;
    background-color: rgba(16, 185, 129, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-emerald-600 {
    --bg-opacity: 1 !important;
    background-color: #059669 !important;
    background-color: rgba(5, 150, 105, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-emerald-700 {
    --bg-opacity: 1 !important;
    background-color: #047857 !important;
    background-color: rgba(4, 120, 87, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-emerald-800 {
    --bg-opacity: 1 !important;
    background-color: #065f46 !important;
    background-color: rgba(6, 95, 70, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-emerald-900 {
    --bg-opacity: 1 !important;
    background-color: #064e3b !important;
    background-color: rgba(6, 78, 59, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-cyan-50 {
    --bg-opacity: 1 !important;
    background-color: #ecfeff !important;
    background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-cyan-100 {
    --bg-opacity: 1 !important;
    background-color: #cffafe !important;
    background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-cyan-200 {
    --bg-opacity: 1 !important;
    background-color: #a5f3fc !important;
    background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-cyan-300 {
    --bg-opacity: 1 !important;
    background-color: #67e8f9 !important;
    background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-cyan-400 {
    --bg-opacity: 1 !important;
    background-color: #22d3ee !important;
    background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-cyan-500 {
    --bg-opacity: 1 !important;
    background-color: #06b6d4 !important;
    background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-cyan-600 {
    --bg-opacity: 1 !important;
    background-color: #0891b2 !important;
    background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-cyan-700 {
    --bg-opacity: 1 !important;
    background-color: #0e7490 !important;
    background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-cyan-800 {
    --bg-opacity: 1 !important;
    background-color: #155e75 !important;
    background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-cyan-900 {
    --bg-opacity: 1 !important;
    background-color: #164e63 !important;
    background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-sky-50 {
    --bg-opacity: 1 !important;
    background-color: #f0f9ff !important;
    background-color: rgba(240, 249, 255, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-sky-100 {
    --bg-opacity: 1 !important;
    background-color: #e0f2fe !important;
    background-color: rgba(224, 242, 254, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-sky-200 {
    --bg-opacity: 1 !important;
    background-color: #bae6fd !important;
    background-color: rgba(186, 230, 253, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-sky-300 {
    --bg-opacity: 1 !important;
    background-color: #7dd3fc !important;
    background-color: rgba(125, 211, 252, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-sky-400 {
    --bg-opacity: 1 !important;
    background-color: #38bdf8 !important;
    background-color: rgba(56, 189, 248, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-sky-500 {
    --bg-opacity: 1 !important;
    background-color: #0ea5e9 !important;
    background-color: rgba(14, 165, 233, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-sky-600 {
    --bg-opacity: 1 !important;
    background-color: #0284c7 !important;
    background-color: rgba(2, 132, 199, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-sky-700 {
    --bg-opacity: 1 !important;
    background-color: #0369a1 !important;
    background-color: rgba(3, 105, 161, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-sky-800 {
    --bg-opacity: 1 !important;
    background-color: #075985 !important;
    background-color: rgba(7, 89, 133, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-sky-900 {
    --bg-opacity: 1 !important;
    background-color: #0c4a6e !important;
    background-color: rgba(12, 74, 110, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-violet-50 {
    --bg-opacity: 1 !important;
    background-color: #f5f3ff !important;
    background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-violet-100 {
    --bg-opacity: 1 !important;
    background-color: #ede9fe !important;
    background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-violet-200 {
    --bg-opacity: 1 !important;
    background-color: #ddd6fe !important;
    background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-violet-300 {
    --bg-opacity: 1 !important;
    background-color: #c4b5fd !important;
    background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-violet-400 {
    --bg-opacity: 1 !important;
    background-color: #a78bfa !important;
    background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-violet-500 {
    --bg-opacity: 1 !important;
    background-color: #8b5cf6 !important;
    background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-violet-600 {
    --bg-opacity: 1 !important;
    background-color: #7c3aed !important;
    background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-violet-700 {
    --bg-opacity: 1 !important;
    background-color: #6d28d9 !important;
    background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-violet-800 {
    --bg-opacity: 1 !important;
    background-color: #5b21b6 !important;
    background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-violet-900 {
    --bg-opacity: 1 !important;
    background-color: #4c1d95 !important;
    background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-fuchsia-50 {
    --bg-opacity: 1 !important;
    background-color: #fdf4ff !important;
    background-color: rgba(253, 244, 255, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-fuchsia-100 {
    --bg-opacity: 1 !important;
    background-color: #fae8ff !important;
    background-color: rgba(250, 232, 255, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-fuchsia-200 {
    --bg-opacity: 1 !important;
    background-color: #f5d0fe !important;
    background-color: rgba(245, 208, 254, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-fuchsia-300 {
    --bg-opacity: 1 !important;
    background-color: #f0abfc !important;
    background-color: rgba(240, 171, 252, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-fuchsia-400 {
    --bg-opacity: 1 !important;
    background-color: #e879f9 !important;
    background-color: rgba(232, 121, 249, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-fuchsia-500 {
    --bg-opacity: 1 !important;
    background-color: #d946ef !important;
    background-color: rgba(217, 70, 239, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-fuchsia-600 {
    --bg-opacity: 1 !important;
    background-color: #c026d3 !important;
    background-color: rgba(192, 38, 211, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-fuchsia-700 {
    --bg-opacity: 1 !important;
    background-color: #a21caf !important;
    background-color: rgba(162, 28, 175, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-fuchsia-800 {
    --bg-opacity: 1 !important;
    background-color: #86198f !important;
    background-color: rgba(134, 25, 143, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-fuchsia-900 {
    --bg-opacity: 1 !important;
    background-color: #701a75 !important;
    background-color: rgba(112, 26, 117, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-rose-50 {
    --bg-opacity: 1 !important;
    background-color: #fff1f2 !important;
    background-color: rgba(255, 241, 242, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-rose-100 {
    --bg-opacity: 1 !important;
    background-color: #ffe4e6 !important;
    background-color: rgba(255, 228, 230, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-rose-200 {
    --bg-opacity: 1 !important;
    background-color: #fecdd3 !important;
    background-color: rgba(254, 205, 211, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-rose-300 {
    --bg-opacity: 1 !important;
    background-color: #fda4af !important;
    background-color: rgba(253, 164, 175, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-rose-400 {
    --bg-opacity: 1 !important;
    background-color: #fb7185 !important;
    background-color: rgba(251, 113, 133, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-rose-500 {
    --bg-opacity: 1 !important;
    background-color: #f43f5e !important;
    background-color: rgba(244, 63, 94, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-rose-600 {
    --bg-opacity: 1 !important;
    background-color: #e11d48 !important;
    background-color: rgba(225, 29, 72, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-rose-700 {
    --bg-opacity: 1 !important;
    background-color: #be123c !important;
    background-color: rgba(190, 18, 60, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-rose-800 {
    --bg-opacity: 1 !important;
    background-color: #9f1239 !important;
    background-color: rgba(159, 18, 57, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-rose-900 {
    --bg-opacity: 1 !important;
    background-color: #881337 !important;
    background-color: rgba(136, 19, 55, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-transparent:hover {
    background-color: transparent !important;
  }

  .sm\:hover\:tw-bg-current:hover {
    background-color: currentColor !important;
  }

  .sm\:hover\:tw-bg-black:hover {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-white:hover {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-50:hover {
    --bg-opacity: 1 !important;
    background-color: #f9fafb !important;
    background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f3f4f6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e5e7eb !important;
    background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d1d5db !important;
    background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-400:hover {
    --bg-opacity: 1 !important;
    background-color: #9ca3af !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-500:hover {
    --bg-opacity: 1 !important;
    background-color: #6b7280 !important;
    background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-600:hover {
    --bg-opacity: 1 !important;
    background-color: #4b5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-700:hover {
    --bg-opacity: 1 !important;
    background-color: #374151 !important;
    background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-800:hover {
    --bg-opacity: 1 !important;
    background-color: #1f2937 !important;
    background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-900:hover {
    --bg-opacity: 1 !important;
    background-color: #111827 !important;
    background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fef2f2 !important;
    background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fee2e2 !important;
    background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fecaca !important;
    background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fca5a5 !important;
    background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-400:hover {
    --bg-opacity: 1 !important;
    background-color: #f87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-500:hover {
    --bg-opacity: 1 !important;
    background-color: #ef4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-600:hover {
    --bg-opacity: 1 !important;
    background-color: #dc2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-700:hover {
    --bg-opacity: 1 !important;
    background-color: #b91c1c !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-800:hover {
    --bg-opacity: 1 !important;
    background-color: #991b1b !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-900:hover {
    --bg-opacity: 1 !important;
    background-color: #7f1d1d !important;
    background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fff7ed !important;
    background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ffedd5 !important;
    background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fed7aa !important;
    background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fdba74 !important;
    background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-400:hover {
    --bg-opacity: 1 !important;
    background-color: #fb923c !important;
    background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-500:hover {
    --bg-opacity: 1 !important;
    background-color: #f97316 !important;
    background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-600:hover {
    --bg-opacity: 1 !important;
    background-color: #ea580c !important;
    background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-700:hover {
    --bg-opacity: 1 !important;
    background-color: #c2410c !important;
    background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-800:hover {
    --bg-opacity: 1 !important;
    background-color: #9a3412 !important;
    background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-900:hover {
    --bg-opacity: 1 !important;
    background-color: #7c2d12 !important;
    background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fefce8 !important;
    background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fef9c3 !important;
    background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fef08a !important;
    background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fde047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-400:hover {
    --bg-opacity: 1 !important;
    background-color: #facc15 !important;
    background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-500:hover {
    --bg-opacity: 1 !important;
    background-color: #eab308 !important;
    background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-600:hover {
    --bg-opacity: 1 !important;
    background-color: #ca8a04 !important;
    background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-700:hover {
    --bg-opacity: 1 !important;
    background-color: #a16207 !important;
    background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-800:hover {
    --bg-opacity: 1 !important;
    background-color: #854d0e !important;
    background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-900:hover {
    --bg-opacity: 1 !important;
    background-color: #713f12 !important;
    background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-50:hover {
    --bg-opacity: 1 !important;
    background-color: #f0fdf4 !important;
    background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-100:hover {
    --bg-opacity: 1 !important;
    background-color: #dcfce7 !important;
    background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-200:hover {
    --bg-opacity: 1 !important;
    background-color: #bbf7d0 !important;
    background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-300:hover {
    --bg-opacity: 1 !important;
    background-color: #86efac !important;
    background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-400:hover {
    --bg-opacity: 1 !important;
    background-color: #4ade80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-500:hover {
    --bg-opacity: 1 !important;
    background-color: #22c55e !important;
    background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-600:hover {
    --bg-opacity: 1 !important;
    background-color: #16a34a !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-700:hover {
    --bg-opacity: 1 !important;
    background-color: #15803d !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-800:hover {
    --bg-opacity: 1 !important;
    background-color: #166534 !important;
    background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-900:hover {
    --bg-opacity: 1 !important;
    background-color: #14532d !important;
    background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-50:hover {
    --bg-opacity: 1 !important;
    background-color: #f0fdfa !important;
    background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ccfbf1 !important;
    background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-200:hover {
    --bg-opacity: 1 !important;
    background-color: #99f6e4 !important;
    background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-300:hover {
    --bg-opacity: 1 !important;
    background-color: #5eead4 !important;
    background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-400:hover {
    --bg-opacity: 1 !important;
    background-color: #2dd4bf !important;
    background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-500:hover {
    --bg-opacity: 1 !important;
    background-color: #14b8a6 !important;
    background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-600:hover {
    --bg-opacity: 1 !important;
    background-color: #0d9488 !important;
    background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-700:hover {
    --bg-opacity: 1 !important;
    background-color: #0f766e !important;
    background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-800:hover {
    --bg-opacity: 1 !important;
    background-color: #115e59 !important;
    background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-900:hover {
    --bg-opacity: 1 !important;
    background-color: #134e4a !important;
    background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-50:hover {
    --bg-opacity: 1 !important;
    background-color: #eff6ff !important;
    background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-100:hover {
    --bg-opacity: 1 !important;
    background-color: #dbeafe !important;
    background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-200:hover {
    --bg-opacity: 1 !important;
    background-color: #bfdbfe !important;
    background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-300:hover {
    --bg-opacity: 1 !important;
    background-color: #93c5fd !important;
    background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-400:hover {
    --bg-opacity: 1 !important;
    background-color: #60a5fa !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-500:hover {
    --bg-opacity: 1 !important;
    background-color: #3b82f6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-600:hover {
    --bg-opacity: 1 !important;
    background-color: #2563eb !important;
    background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-700:hover {
    --bg-opacity: 1 !important;
    background-color: #1d4ed8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-800:hover {
    --bg-opacity: 1 !important;
    background-color: #1e40af !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-900:hover {
    --bg-opacity: 1 !important;
    background-color: #1e3a8a !important;
    background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-50:hover {
    --bg-opacity: 1 !important;
    background-color: #eef2ff !important;
    background-color: rgba(238, 242, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-100:hover {
    --bg-opacity: 1 !important;
    background-color: #e0e7ff !important;
    background-color: rgba(224, 231, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-200:hover {
    --bg-opacity: 1 !important;
    background-color: #c7d2fe !important;
    background-color: rgba(199, 210, 254, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-300:hover {
    --bg-opacity: 1 !important;
    background-color: #a5b4fc !important;
    background-color: rgba(165, 180, 252, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-400:hover {
    --bg-opacity: 1 !important;
    background-color: #818cf8 !important;
    background-color: rgba(129, 140, 248, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-500:hover {
    --bg-opacity: 1 !important;
    background-color: #6366f1 !important;
    background-color: rgba(99, 102, 241, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-600:hover {
    --bg-opacity: 1 !important;
    background-color: #4f46e5 !important;
    background-color: rgba(79, 70, 229, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-700:hover {
    --bg-opacity: 1 !important;
    background-color: #4338ca !important;
    background-color: rgba(67, 56, 202, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-800:hover {
    --bg-opacity: 1 !important;
    background-color: #3730a3 !important;
    background-color: rgba(55, 48, 163, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-900:hover {
    --bg-opacity: 1 !important;
    background-color: #312e81 !important;
    background-color: rgba(49, 46, 129, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-50:hover {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f3e8ff !important;
    background-color: rgba(243, 232, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e9d5ff !important;
    background-color: rgba(233, 213, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d8b4fe !important;
    background-color: rgba(216, 180, 254, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-400:hover {
    --bg-opacity: 1 !important;
    background-color: #c084fc !important;
    background-color: rgba(192, 132, 252, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-500:hover {
    --bg-opacity: 1 !important;
    background-color: #a855f7 !important;
    background-color: rgba(168, 85, 247, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-600:hover {
    --bg-opacity: 1 !important;
    background-color: #9333ea !important;
    background-color: rgba(147, 51, 234, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-700:hover {
    --bg-opacity: 1 !important;
    background-color: #7e22ce !important;
    background-color: rgba(126, 34, 206, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-800:hover {
    --bg-opacity: 1 !important;
    background-color: #6b21a8 !important;
    background-color: rgba(107, 33, 168, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-900:hover {
    --bg-opacity: 1 !important;
    background-color: #581c87 !important;
    background-color: rgba(88, 28, 135, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fdf2f8 !important;
    background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fce7f3 !important;
    background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fbcfe8 !important;
    background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-300:hover {
    --bg-opacity: 1 !important;
    background-color: #f9a8d4 !important;
    background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-400:hover {
    --bg-opacity: 1 !important;
    background-color: #f472b6 !important;
    background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-500:hover {
    --bg-opacity: 1 !important;
    background-color: #ec4899 !important;
    background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-600:hover {
    --bg-opacity: 1 !important;
    background-color: #db2777 !important;
    background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-700:hover {
    --bg-opacity: 1 !important;
    background-color: #be185d !important;
    background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-800:hover {
    --bg-opacity: 1 !important;
    background-color: #9d174d !important;
    background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-900:hover {
    --bg-opacity: 1 !important;
    background-color: #831843 !important;
    background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-app-main:hover {
    --bg-opacity: 1 !important;
    background-color: #F18D11 !important;
    background-color: rgba(241, 141, 17, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-app-sub-blue:hover {
    --bg-opacity: 1 !important;
    background-color: #1E548F !important;
    background-color: rgba(30, 84, 143, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-app-yellow:hover {
    --bg-opacity: 1 !important;
    background-color: #FFF5D1 !important;
    background-color: rgba(255, 245, 209, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-theme-primary:hover {
    --bg-opacity: 1 !important;
    background-color: #f3980f !important;
    background-color: rgba(243, 152, 15, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-theme-info:hover {
    --bg-opacity: 1 !important;
    background-color: #1b925a !important;
    background-color: rgba(27, 146, 90, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-slate-50:hover {
    --bg-opacity: 1 !important;
    background-color: #f8fafc !important;
    background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-slate-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f1f5f9 !important;
    background-color: rgba(241, 245, 249, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-slate-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-slate-300:hover {
    --bg-opacity: 1 !important;
    background-color: #cbd5e1 !important;
    background-color: rgba(203, 213, 225, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-slate-400:hover {
    --bg-opacity: 1 !important;
    background-color: #94a3b8 !important;
    background-color: rgba(148, 163, 184, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-slate-500:hover {
    --bg-opacity: 1 !important;
    background-color: #64748b !important;
    background-color: rgba(100, 116, 139, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-slate-600:hover {
    --bg-opacity: 1 !important;
    background-color: #475569 !important;
    background-color: rgba(71, 85, 105, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-slate-700:hover {
    --bg-opacity: 1 !important;
    background-color: #334155 !important;
    background-color: rgba(51, 65, 85, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-slate-800:hover {
    --bg-opacity: 1 !important;
    background-color: #1e293b !important;
    background-color: rgba(30, 41, 59, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-slate-900:hover {
    --bg-opacity: 1 !important;
    background-color: #0f172a !important;
    background-color: rgba(15, 23, 42, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-zinc-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fafafa !important;
    background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-zinc-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f4f4f5 !important;
    background-color: rgba(244, 244, 245, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-zinc-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e4e4e7 !important;
    background-color: rgba(228, 228, 231, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-zinc-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d4d4d8 !important;
    background-color: rgba(212, 212, 216, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-zinc-400:hover {
    --bg-opacity: 1 !important;
    background-color: #a1a1aa !important;
    background-color: rgba(161, 161, 170, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-zinc-500:hover {
    --bg-opacity: 1 !important;
    background-color: #71717a !important;
    background-color: rgba(113, 113, 122, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-zinc-600:hover {
    --bg-opacity: 1 !important;
    background-color: #52525b !important;
    background-color: rgba(82, 82, 91, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-zinc-700:hover {
    --bg-opacity: 1 !important;
    background-color: #3f3f46 !important;
    background-color: rgba(63, 63, 70, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-zinc-800:hover {
    --bg-opacity: 1 !important;
    background-color: #27272a !important;
    background-color: rgba(39, 39, 42, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-zinc-900:hover {
    --bg-opacity: 1 !important;
    background-color: #18181b !important;
    background-color: rgba(24, 24, 27, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-neutral-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fafafa !important;
    background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-neutral-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-neutral-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e5e5e5 !important;
    background-color: rgba(229, 229, 229, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-neutral-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d4d4d4 !important;
    background-color: rgba(212, 212, 212, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-neutral-400:hover {
    --bg-opacity: 1 !important;
    background-color: #a3a3a3 !important;
    background-color: rgba(163, 163, 163, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-neutral-500:hover {
    --bg-opacity: 1 !important;
    background-color: #737373 !important;
    background-color: rgba(115, 115, 115, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-neutral-600:hover {
    --bg-opacity: 1 !important;
    background-color: #525252 !important;
    background-color: rgba(82, 82, 82, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-neutral-700:hover {
    --bg-opacity: 1 !important;
    background-color: #404040 !important;
    background-color: rgba(64, 64, 64, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-neutral-800:hover {
    --bg-opacity: 1 !important;
    background-color: #262626 !important;
    background-color: rgba(38, 38, 38, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-neutral-900:hover {
    --bg-opacity: 1 !important;
    background-color: #171717 !important;
    background-color: rgba(23, 23, 23, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-stone-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fafaf9 !important;
    background-color: rgba(250, 250, 249, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-stone-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f5f5f4 !important;
    background-color: rgba(245, 245, 244, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-stone-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e7e5e4 !important;
    background-color: rgba(231, 229, 228, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-stone-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d6d3d1 !important;
    background-color: rgba(214, 211, 209, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-stone-400:hover {
    --bg-opacity: 1 !important;
    background-color: #a8a29e !important;
    background-color: rgba(168, 162, 158, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-stone-500:hover {
    --bg-opacity: 1 !important;
    background-color: #78716c !important;
    background-color: rgba(120, 113, 108, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-stone-600:hover {
    --bg-opacity: 1 !important;
    background-color: #57534e !important;
    background-color: rgba(87, 83, 78, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-stone-700:hover {
    --bg-opacity: 1 !important;
    background-color: #44403c !important;
    background-color: rgba(68, 64, 60, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-stone-800:hover {
    --bg-opacity: 1 !important;
    background-color: #292524 !important;
    background-color: rgba(41, 37, 36, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-stone-900:hover {
    --bg-opacity: 1 !important;
    background-color: #1c1917 !important;
    background-color: rgba(28, 25, 23, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-amber-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fffbeb !important;
    background-color: rgba(255, 251, 235, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-amber-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fef3c7 !important;
    background-color: rgba(254, 243, 199, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-amber-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fde68a !important;
    background-color: rgba(253, 230, 138, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-amber-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fcd34d !important;
    background-color: rgba(252, 211, 77, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-amber-400:hover {
    --bg-opacity: 1 !important;
    background-color: #fbbf24 !important;
    background-color: rgba(251, 191, 36, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-amber-500:hover {
    --bg-opacity: 1 !important;
    background-color: #f59e0b !important;
    background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-amber-600:hover {
    --bg-opacity: 1 !important;
    background-color: #d97706 !important;
    background-color: rgba(217, 119, 6, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-amber-700:hover {
    --bg-opacity: 1 !important;
    background-color: #b45309 !important;
    background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-amber-800:hover {
    --bg-opacity: 1 !important;
    background-color: #92400e !important;
    background-color: rgba(146, 64, 14, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-amber-900:hover {
    --bg-opacity: 1 !important;
    background-color: #78350f !important;
    background-color: rgba(120, 53, 15, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lime-50:hover {
    --bg-opacity: 1 !important;
    background-color: #f7fee7 !important;
    background-color: rgba(247, 254, 231, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lime-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ecfccb !important;
    background-color: rgba(236, 252, 203, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lime-200:hover {
    --bg-opacity: 1 !important;
    background-color: #d9f99d !important;
    background-color: rgba(217, 249, 157, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lime-300:hover {
    --bg-opacity: 1 !important;
    background-color: #bef264 !important;
    background-color: rgba(190, 242, 100, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lime-400:hover {
    --bg-opacity: 1 !important;
    background-color: #a3e635 !important;
    background-color: rgba(163, 230, 53, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lime-500:hover {
    --bg-opacity: 1 !important;
    background-color: #84cc16 !important;
    background-color: rgba(132, 204, 22, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lime-600:hover {
    --bg-opacity: 1 !important;
    background-color: #65a30d !important;
    background-color: rgba(101, 163, 13, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lime-700:hover {
    --bg-opacity: 1 !important;
    background-color: #4d7c0f !important;
    background-color: rgba(77, 124, 15, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lime-800:hover {
    --bg-opacity: 1 !important;
    background-color: #3f6212 !important;
    background-color: rgba(63, 98, 18, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lime-900:hover {
    --bg-opacity: 1 !important;
    background-color: #365314 !important;
    background-color: rgba(54, 83, 20, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-emerald-50:hover {
    --bg-opacity: 1 !important;
    background-color: #ecfdf5 !important;
    background-color: rgba(236, 253, 245, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-emerald-100:hover {
    --bg-opacity: 1 !important;
    background-color: #d1fae5 !important;
    background-color: rgba(209, 250, 229, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-emerald-200:hover {
    --bg-opacity: 1 !important;
    background-color: #a7f3d0 !important;
    background-color: rgba(167, 243, 208, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-emerald-300:hover {
    --bg-opacity: 1 !important;
    background-color: #6ee7b7 !important;
    background-color: rgba(110, 231, 183, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-emerald-400:hover {
    --bg-opacity: 1 !important;
    background-color: #34d399 !important;
    background-color: rgba(52, 211, 153, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-emerald-500:hover {
    --bg-opacity: 1 !important;
    background-color: #10b981 !important;
    background-color: rgba(16, 185, 129, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-emerald-600:hover {
    --bg-opacity: 1 !important;
    background-color: #059669 !important;
    background-color: rgba(5, 150, 105, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-emerald-700:hover {
    --bg-opacity: 1 !important;
    background-color: #047857 !important;
    background-color: rgba(4, 120, 87, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-emerald-800:hover {
    --bg-opacity: 1 !important;
    background-color: #065f46 !important;
    background-color: rgba(6, 95, 70, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-emerald-900:hover {
    --bg-opacity: 1 !important;
    background-color: #064e3b !important;
    background-color: rgba(6, 78, 59, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-cyan-50:hover {
    --bg-opacity: 1 !important;
    background-color: #ecfeff !important;
    background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-cyan-100:hover {
    --bg-opacity: 1 !important;
    background-color: #cffafe !important;
    background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-cyan-200:hover {
    --bg-opacity: 1 !important;
    background-color: #a5f3fc !important;
    background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-cyan-300:hover {
    --bg-opacity: 1 !important;
    background-color: #67e8f9 !important;
    background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-cyan-400:hover {
    --bg-opacity: 1 !important;
    background-color: #22d3ee !important;
    background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-cyan-500:hover {
    --bg-opacity: 1 !important;
    background-color: #06b6d4 !important;
    background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-cyan-600:hover {
    --bg-opacity: 1 !important;
    background-color: #0891b2 !important;
    background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-cyan-700:hover {
    --bg-opacity: 1 !important;
    background-color: #0e7490 !important;
    background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-cyan-800:hover {
    --bg-opacity: 1 !important;
    background-color: #155e75 !important;
    background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-cyan-900:hover {
    --bg-opacity: 1 !important;
    background-color: #164e63 !important;
    background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-sky-50:hover {
    --bg-opacity: 1 !important;
    background-color: #f0f9ff !important;
    background-color: rgba(240, 249, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-sky-100:hover {
    --bg-opacity: 1 !important;
    background-color: #e0f2fe !important;
    background-color: rgba(224, 242, 254, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-sky-200:hover {
    --bg-opacity: 1 !important;
    background-color: #bae6fd !important;
    background-color: rgba(186, 230, 253, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-sky-300:hover {
    --bg-opacity: 1 !important;
    background-color: #7dd3fc !important;
    background-color: rgba(125, 211, 252, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-sky-400:hover {
    --bg-opacity: 1 !important;
    background-color: #38bdf8 !important;
    background-color: rgba(56, 189, 248, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-sky-500:hover {
    --bg-opacity: 1 !important;
    background-color: #0ea5e9 !important;
    background-color: rgba(14, 165, 233, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-sky-600:hover {
    --bg-opacity: 1 !important;
    background-color: #0284c7 !important;
    background-color: rgba(2, 132, 199, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-sky-700:hover {
    --bg-opacity: 1 !important;
    background-color: #0369a1 !important;
    background-color: rgba(3, 105, 161, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-sky-800:hover {
    --bg-opacity: 1 !important;
    background-color: #075985 !important;
    background-color: rgba(7, 89, 133, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-sky-900:hover {
    --bg-opacity: 1 !important;
    background-color: #0c4a6e !important;
    background-color: rgba(12, 74, 110, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-violet-50:hover {
    --bg-opacity: 1 !important;
    background-color: #f5f3ff !important;
    background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-violet-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ede9fe !important;
    background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-violet-200:hover {
    --bg-opacity: 1 !important;
    background-color: #ddd6fe !important;
    background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-violet-300:hover {
    --bg-opacity: 1 !important;
    background-color: #c4b5fd !important;
    background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-violet-400:hover {
    --bg-opacity: 1 !important;
    background-color: #a78bfa !important;
    background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-violet-500:hover {
    --bg-opacity: 1 !important;
    background-color: #8b5cf6 !important;
    background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-violet-600:hover {
    --bg-opacity: 1 !important;
    background-color: #7c3aed !important;
    background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-violet-700:hover {
    --bg-opacity: 1 !important;
    background-color: #6d28d9 !important;
    background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-violet-800:hover {
    --bg-opacity: 1 !important;
    background-color: #5b21b6 !important;
    background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-violet-900:hover {
    --bg-opacity: 1 !important;
    background-color: #4c1d95 !important;
    background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-fuchsia-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fdf4ff !important;
    background-color: rgba(253, 244, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-fuchsia-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fae8ff !important;
    background-color: rgba(250, 232, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-fuchsia-200:hover {
    --bg-opacity: 1 !important;
    background-color: #f5d0fe !important;
    background-color: rgba(245, 208, 254, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-fuchsia-300:hover {
    --bg-opacity: 1 !important;
    background-color: #f0abfc !important;
    background-color: rgba(240, 171, 252, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-fuchsia-400:hover {
    --bg-opacity: 1 !important;
    background-color: #e879f9 !important;
    background-color: rgba(232, 121, 249, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-fuchsia-500:hover {
    --bg-opacity: 1 !important;
    background-color: #d946ef !important;
    background-color: rgba(217, 70, 239, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-fuchsia-600:hover {
    --bg-opacity: 1 !important;
    background-color: #c026d3 !important;
    background-color: rgba(192, 38, 211, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-fuchsia-700:hover {
    --bg-opacity: 1 !important;
    background-color: #a21caf !important;
    background-color: rgba(162, 28, 175, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-fuchsia-800:hover {
    --bg-opacity: 1 !important;
    background-color: #86198f !important;
    background-color: rgba(134, 25, 143, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-fuchsia-900:hover {
    --bg-opacity: 1 !important;
    background-color: #701a75 !important;
    background-color: rgba(112, 26, 117, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-rose-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fff1f2 !important;
    background-color: rgba(255, 241, 242, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-rose-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ffe4e6 !important;
    background-color: rgba(255, 228, 230, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-rose-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fecdd3 !important;
    background-color: rgba(254, 205, 211, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-rose-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fda4af !important;
    background-color: rgba(253, 164, 175, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-rose-400:hover {
    --bg-opacity: 1 !important;
    background-color: #fb7185 !important;
    background-color: rgba(251, 113, 133, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-rose-500:hover {
    --bg-opacity: 1 !important;
    background-color: #f43f5e !important;
    background-color: rgba(244, 63, 94, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-rose-600:hover {
    --bg-opacity: 1 !important;
    background-color: #e11d48 !important;
    background-color: rgba(225, 29, 72, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-rose-700:hover {
    --bg-opacity: 1 !important;
    background-color: #be123c !important;
    background-color: rgba(190, 18, 60, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-rose-800:hover {
    --bg-opacity: 1 !important;
    background-color: #9f1239 !important;
    background-color: rgba(159, 18, 57, var(--bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-rose-900:hover {
    --bg-opacity: 1 !important;
    background-color: #881337 !important;
    background-color: rgba(136, 19, 55, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-transparent:focus {
    background-color: transparent !important;
  }

  .sm\:focus\:tw-bg-current:focus {
    background-color: currentColor !important;
  }

  .sm\:focus\:tw-bg-black:focus {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-white:focus {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-50:focus {
    --bg-opacity: 1 !important;
    background-color: #f9fafb !important;
    background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f3f4f6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-200:focus {
    --bg-opacity: 1 !important;
    background-color: #e5e7eb !important;
    background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-300:focus {
    --bg-opacity: 1 !important;
    background-color: #d1d5db !important;
    background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-400:focus {
    --bg-opacity: 1 !important;
    background-color: #9ca3af !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-500:focus {
    --bg-opacity: 1 !important;
    background-color: #6b7280 !important;
    background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-600:focus {
    --bg-opacity: 1 !important;
    background-color: #4b5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-700:focus {
    --bg-opacity: 1 !important;
    background-color: #374151 !important;
    background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-800:focus {
    --bg-opacity: 1 !important;
    background-color: #1f2937 !important;
    background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-900:focus {
    --bg-opacity: 1 !important;
    background-color: #111827 !important;
    background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fef2f2 !important;
    background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fee2e2 !important;
    background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fecaca !important;
    background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-300:focus {
    --bg-opacity: 1 !important;
    background-color: #fca5a5 !important;
    background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-400:focus {
    --bg-opacity: 1 !important;
    background-color: #f87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-500:focus {
    --bg-opacity: 1 !important;
    background-color: #ef4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-600:focus {
    --bg-opacity: 1 !important;
    background-color: #dc2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-700:focus {
    --bg-opacity: 1 !important;
    background-color: #b91c1c !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-800:focus {
    --bg-opacity: 1 !important;
    background-color: #991b1b !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-900:focus {
    --bg-opacity: 1 !important;
    background-color: #7f1d1d !important;
    background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fff7ed !important;
    background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-100:focus {
    --bg-opacity: 1 !important;
    background-color: #ffedd5 !important;
    background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fed7aa !important;
    background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-300:focus {
    --bg-opacity: 1 !important;
    background-color: #fdba74 !important;
    background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-400:focus {
    --bg-opacity: 1 !important;
    background-color: #fb923c !important;
    background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-500:focus {
    --bg-opacity: 1 !important;
    background-color: #f97316 !important;
    background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-600:focus {
    --bg-opacity: 1 !important;
    background-color: #ea580c !important;
    background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-700:focus {
    --bg-opacity: 1 !important;
    background-color: #c2410c !important;
    background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-800:focus {
    --bg-opacity: 1 !important;
    background-color: #9a3412 !important;
    background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-900:focus {
    --bg-opacity: 1 !important;
    background-color: #7c2d12 !important;
    background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fefce8 !important;
    background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fef9c3 !important;
    background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fef08a !important;
    background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-300:focus {
    --bg-opacity: 1 !important;
    background-color: #fde047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-400:focus {
    --bg-opacity: 1 !important;
    background-color: #facc15 !important;
    background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-500:focus {
    --bg-opacity: 1 !important;
    background-color: #eab308 !important;
    background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-600:focus {
    --bg-opacity: 1 !important;
    background-color: #ca8a04 !important;
    background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-700:focus {
    --bg-opacity: 1 !important;
    background-color: #a16207 !important;
    background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-800:focus {
    --bg-opacity: 1 !important;
    background-color: #854d0e !important;
    background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-900:focus {
    --bg-opacity: 1 !important;
    background-color: #713f12 !important;
    background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-50:focus {
    --bg-opacity: 1 !important;
    background-color: #f0fdf4 !important;
    background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-100:focus {
    --bg-opacity: 1 !important;
    background-color: #dcfce7 !important;
    background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-200:focus {
    --bg-opacity: 1 !important;
    background-color: #bbf7d0 !important;
    background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-300:focus {
    --bg-opacity: 1 !important;
    background-color: #86efac !important;
    background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-400:focus {
    --bg-opacity: 1 !important;
    background-color: #4ade80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-500:focus {
    --bg-opacity: 1 !important;
    background-color: #22c55e !important;
    background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-600:focus {
    --bg-opacity: 1 !important;
    background-color: #16a34a !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-700:focus {
    --bg-opacity: 1 !important;
    background-color: #15803d !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-800:focus {
    --bg-opacity: 1 !important;
    background-color: #166534 !important;
    background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-900:focus {
    --bg-opacity: 1 !important;
    background-color: #14532d !important;
    background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-50:focus {
    --bg-opacity: 1 !important;
    background-color: #f0fdfa !important;
    background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-100:focus {
    --bg-opacity: 1 !important;
    background-color: #ccfbf1 !important;
    background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-200:focus {
    --bg-opacity: 1 !important;
    background-color: #99f6e4 !important;
    background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-300:focus {
    --bg-opacity: 1 !important;
    background-color: #5eead4 !important;
    background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-400:focus {
    --bg-opacity: 1 !important;
    background-color: #2dd4bf !important;
    background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-500:focus {
    --bg-opacity: 1 !important;
    background-color: #14b8a6 !important;
    background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-600:focus {
    --bg-opacity: 1 !important;
    background-color: #0d9488 !important;
    background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-700:focus {
    --bg-opacity: 1 !important;
    background-color: #0f766e !important;
    background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-800:focus {
    --bg-opacity: 1 !important;
    background-color: #115e59 !important;
    background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-900:focus {
    --bg-opacity: 1 !important;
    background-color: #134e4a !important;
    background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-50:focus {
    --bg-opacity: 1 !important;
    background-color: #eff6ff !important;
    background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-100:focus {
    --bg-opacity: 1 !important;
    background-color: #dbeafe !important;
    background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-200:focus {
    --bg-opacity: 1 !important;
    background-color: #bfdbfe !important;
    background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-300:focus {
    --bg-opacity: 1 !important;
    background-color: #93c5fd !important;
    background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-400:focus {
    --bg-opacity: 1 !important;
    background-color: #60a5fa !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-500:focus {
    --bg-opacity: 1 !important;
    background-color: #3b82f6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-600:focus {
    --bg-opacity: 1 !important;
    background-color: #2563eb !important;
    background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-700:focus {
    --bg-opacity: 1 !important;
    background-color: #1d4ed8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-800:focus {
    --bg-opacity: 1 !important;
    background-color: #1e40af !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-900:focus {
    --bg-opacity: 1 !important;
    background-color: #1e3a8a !important;
    background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-50:focus {
    --bg-opacity: 1 !important;
    background-color: #eef2ff !important;
    background-color: rgba(238, 242, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-100:focus {
    --bg-opacity: 1 !important;
    background-color: #e0e7ff !important;
    background-color: rgba(224, 231, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-200:focus {
    --bg-opacity: 1 !important;
    background-color: #c7d2fe !important;
    background-color: rgba(199, 210, 254, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-300:focus {
    --bg-opacity: 1 !important;
    background-color: #a5b4fc !important;
    background-color: rgba(165, 180, 252, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-400:focus {
    --bg-opacity: 1 !important;
    background-color: #818cf8 !important;
    background-color: rgba(129, 140, 248, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-500:focus {
    --bg-opacity: 1 !important;
    background-color: #6366f1 !important;
    background-color: rgba(99, 102, 241, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-600:focus {
    --bg-opacity: 1 !important;
    background-color: #4f46e5 !important;
    background-color: rgba(79, 70, 229, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-700:focus {
    --bg-opacity: 1 !important;
    background-color: #4338ca !important;
    background-color: rgba(67, 56, 202, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-800:focus {
    --bg-opacity: 1 !important;
    background-color: #3730a3 !important;
    background-color: rgba(55, 48, 163, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-900:focus {
    --bg-opacity: 1 !important;
    background-color: #312e81 !important;
    background-color: rgba(49, 46, 129, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-50:focus {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f3e8ff !important;
    background-color: rgba(243, 232, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-200:focus {
    --bg-opacity: 1 !important;
    background-color: #e9d5ff !important;
    background-color: rgba(233, 213, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-300:focus {
    --bg-opacity: 1 !important;
    background-color: #d8b4fe !important;
    background-color: rgba(216, 180, 254, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-400:focus {
    --bg-opacity: 1 !important;
    background-color: #c084fc !important;
    background-color: rgba(192, 132, 252, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-500:focus {
    --bg-opacity: 1 !important;
    background-color: #a855f7 !important;
    background-color: rgba(168, 85, 247, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-600:focus {
    --bg-opacity: 1 !important;
    background-color: #9333ea !important;
    background-color: rgba(147, 51, 234, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-700:focus {
    --bg-opacity: 1 !important;
    background-color: #7e22ce !important;
    background-color: rgba(126, 34, 206, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-800:focus {
    --bg-opacity: 1 !important;
    background-color: #6b21a8 !important;
    background-color: rgba(107, 33, 168, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-900:focus {
    --bg-opacity: 1 !important;
    background-color: #581c87 !important;
    background-color: rgba(88, 28, 135, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fdf2f8 !important;
    background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fce7f3 !important;
    background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fbcfe8 !important;
    background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-300:focus {
    --bg-opacity: 1 !important;
    background-color: #f9a8d4 !important;
    background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-400:focus {
    --bg-opacity: 1 !important;
    background-color: #f472b6 !important;
    background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-500:focus {
    --bg-opacity: 1 !important;
    background-color: #ec4899 !important;
    background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-600:focus {
    --bg-opacity: 1 !important;
    background-color: #db2777 !important;
    background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-700:focus {
    --bg-opacity: 1 !important;
    background-color: #be185d !important;
    background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-800:focus {
    --bg-opacity: 1 !important;
    background-color: #9d174d !important;
    background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-900:focus {
    --bg-opacity: 1 !important;
    background-color: #831843 !important;
    background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-app-main:focus {
    --bg-opacity: 1 !important;
    background-color: #F18D11 !important;
    background-color: rgba(241, 141, 17, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-app-sub-blue:focus {
    --bg-opacity: 1 !important;
    background-color: #1E548F !important;
    background-color: rgba(30, 84, 143, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-app-yellow:focus {
    --bg-opacity: 1 !important;
    background-color: #FFF5D1 !important;
    background-color: rgba(255, 245, 209, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-theme-primary:focus {
    --bg-opacity: 1 !important;
    background-color: #f3980f !important;
    background-color: rgba(243, 152, 15, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-theme-info:focus {
    --bg-opacity: 1 !important;
    background-color: #1b925a !important;
    background-color: rgba(27, 146, 90, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-slate-50:focus {
    --bg-opacity: 1 !important;
    background-color: #f8fafc !important;
    background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-slate-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f1f5f9 !important;
    background-color: rgba(241, 245, 249, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-slate-200:focus {
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-slate-300:focus {
    --bg-opacity: 1 !important;
    background-color: #cbd5e1 !important;
    background-color: rgba(203, 213, 225, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-slate-400:focus {
    --bg-opacity: 1 !important;
    background-color: #94a3b8 !important;
    background-color: rgba(148, 163, 184, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-slate-500:focus {
    --bg-opacity: 1 !important;
    background-color: #64748b !important;
    background-color: rgba(100, 116, 139, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-slate-600:focus {
    --bg-opacity: 1 !important;
    background-color: #475569 !important;
    background-color: rgba(71, 85, 105, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-slate-700:focus {
    --bg-opacity: 1 !important;
    background-color: #334155 !important;
    background-color: rgba(51, 65, 85, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-slate-800:focus {
    --bg-opacity: 1 !important;
    background-color: #1e293b !important;
    background-color: rgba(30, 41, 59, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-slate-900:focus {
    --bg-opacity: 1 !important;
    background-color: #0f172a !important;
    background-color: rgba(15, 23, 42, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-zinc-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fafafa !important;
    background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-zinc-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f4f4f5 !important;
    background-color: rgba(244, 244, 245, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-zinc-200:focus {
    --bg-opacity: 1 !important;
    background-color: #e4e4e7 !important;
    background-color: rgba(228, 228, 231, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-zinc-300:focus {
    --bg-opacity: 1 !important;
    background-color: #d4d4d8 !important;
    background-color: rgba(212, 212, 216, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-zinc-400:focus {
    --bg-opacity: 1 !important;
    background-color: #a1a1aa !important;
    background-color: rgba(161, 161, 170, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-zinc-500:focus {
    --bg-opacity: 1 !important;
    background-color: #71717a !important;
    background-color: rgba(113, 113, 122, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-zinc-600:focus {
    --bg-opacity: 1 !important;
    background-color: #52525b !important;
    background-color: rgba(82, 82, 91, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-zinc-700:focus {
    --bg-opacity: 1 !important;
    background-color: #3f3f46 !important;
    background-color: rgba(63, 63, 70, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-zinc-800:focus {
    --bg-opacity: 1 !important;
    background-color: #27272a !important;
    background-color: rgba(39, 39, 42, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-zinc-900:focus {
    --bg-opacity: 1 !important;
    background-color: #18181b !important;
    background-color: rgba(24, 24, 27, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-neutral-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fafafa !important;
    background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-neutral-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-neutral-200:focus {
    --bg-opacity: 1 !important;
    background-color: #e5e5e5 !important;
    background-color: rgba(229, 229, 229, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-neutral-300:focus {
    --bg-opacity: 1 !important;
    background-color: #d4d4d4 !important;
    background-color: rgba(212, 212, 212, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-neutral-400:focus {
    --bg-opacity: 1 !important;
    background-color: #a3a3a3 !important;
    background-color: rgba(163, 163, 163, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-neutral-500:focus {
    --bg-opacity: 1 !important;
    background-color: #737373 !important;
    background-color: rgba(115, 115, 115, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-neutral-600:focus {
    --bg-opacity: 1 !important;
    background-color: #525252 !important;
    background-color: rgba(82, 82, 82, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-neutral-700:focus {
    --bg-opacity: 1 !important;
    background-color: #404040 !important;
    background-color: rgba(64, 64, 64, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-neutral-800:focus {
    --bg-opacity: 1 !important;
    background-color: #262626 !important;
    background-color: rgba(38, 38, 38, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-neutral-900:focus {
    --bg-opacity: 1 !important;
    background-color: #171717 !important;
    background-color: rgba(23, 23, 23, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-stone-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fafaf9 !important;
    background-color: rgba(250, 250, 249, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-stone-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f5f5f4 !important;
    background-color: rgba(245, 245, 244, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-stone-200:focus {
    --bg-opacity: 1 !important;
    background-color: #e7e5e4 !important;
    background-color: rgba(231, 229, 228, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-stone-300:focus {
    --bg-opacity: 1 !important;
    background-color: #d6d3d1 !important;
    background-color: rgba(214, 211, 209, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-stone-400:focus {
    --bg-opacity: 1 !important;
    background-color: #a8a29e !important;
    background-color: rgba(168, 162, 158, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-stone-500:focus {
    --bg-opacity: 1 !important;
    background-color: #78716c !important;
    background-color: rgba(120, 113, 108, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-stone-600:focus {
    --bg-opacity: 1 !important;
    background-color: #57534e !important;
    background-color: rgba(87, 83, 78, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-stone-700:focus {
    --bg-opacity: 1 !important;
    background-color: #44403c !important;
    background-color: rgba(68, 64, 60, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-stone-800:focus {
    --bg-opacity: 1 !important;
    background-color: #292524 !important;
    background-color: rgba(41, 37, 36, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-stone-900:focus {
    --bg-opacity: 1 !important;
    background-color: #1c1917 !important;
    background-color: rgba(28, 25, 23, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-amber-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fffbeb !important;
    background-color: rgba(255, 251, 235, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-amber-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fef3c7 !important;
    background-color: rgba(254, 243, 199, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-amber-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fde68a !important;
    background-color: rgba(253, 230, 138, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-amber-300:focus {
    --bg-opacity: 1 !important;
    background-color: #fcd34d !important;
    background-color: rgba(252, 211, 77, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-amber-400:focus {
    --bg-opacity: 1 !important;
    background-color: #fbbf24 !important;
    background-color: rgba(251, 191, 36, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-amber-500:focus {
    --bg-opacity: 1 !important;
    background-color: #f59e0b !important;
    background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-amber-600:focus {
    --bg-opacity: 1 !important;
    background-color: #d97706 !important;
    background-color: rgba(217, 119, 6, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-amber-700:focus {
    --bg-opacity: 1 !important;
    background-color: #b45309 !important;
    background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-amber-800:focus {
    --bg-opacity: 1 !important;
    background-color: #92400e !important;
    background-color: rgba(146, 64, 14, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-amber-900:focus {
    --bg-opacity: 1 !important;
    background-color: #78350f !important;
    background-color: rgba(120, 53, 15, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lime-50:focus {
    --bg-opacity: 1 !important;
    background-color: #f7fee7 !important;
    background-color: rgba(247, 254, 231, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lime-100:focus {
    --bg-opacity: 1 !important;
    background-color: #ecfccb !important;
    background-color: rgba(236, 252, 203, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lime-200:focus {
    --bg-opacity: 1 !important;
    background-color: #d9f99d !important;
    background-color: rgba(217, 249, 157, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lime-300:focus {
    --bg-opacity: 1 !important;
    background-color: #bef264 !important;
    background-color: rgba(190, 242, 100, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lime-400:focus {
    --bg-opacity: 1 !important;
    background-color: #a3e635 !important;
    background-color: rgba(163, 230, 53, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lime-500:focus {
    --bg-opacity: 1 !important;
    background-color: #84cc16 !important;
    background-color: rgba(132, 204, 22, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lime-600:focus {
    --bg-opacity: 1 !important;
    background-color: #65a30d !important;
    background-color: rgba(101, 163, 13, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lime-700:focus {
    --bg-opacity: 1 !important;
    background-color: #4d7c0f !important;
    background-color: rgba(77, 124, 15, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lime-800:focus {
    --bg-opacity: 1 !important;
    background-color: #3f6212 !important;
    background-color: rgba(63, 98, 18, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lime-900:focus {
    --bg-opacity: 1 !important;
    background-color: #365314 !important;
    background-color: rgba(54, 83, 20, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-emerald-50:focus {
    --bg-opacity: 1 !important;
    background-color: #ecfdf5 !important;
    background-color: rgba(236, 253, 245, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-emerald-100:focus {
    --bg-opacity: 1 !important;
    background-color: #d1fae5 !important;
    background-color: rgba(209, 250, 229, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-emerald-200:focus {
    --bg-opacity: 1 !important;
    background-color: #a7f3d0 !important;
    background-color: rgba(167, 243, 208, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-emerald-300:focus {
    --bg-opacity: 1 !important;
    background-color: #6ee7b7 !important;
    background-color: rgba(110, 231, 183, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-emerald-400:focus {
    --bg-opacity: 1 !important;
    background-color: #34d399 !important;
    background-color: rgba(52, 211, 153, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-emerald-500:focus {
    --bg-opacity: 1 !important;
    background-color: #10b981 !important;
    background-color: rgba(16, 185, 129, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-emerald-600:focus {
    --bg-opacity: 1 !important;
    background-color: #059669 !important;
    background-color: rgba(5, 150, 105, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-emerald-700:focus {
    --bg-opacity: 1 !important;
    background-color: #047857 !important;
    background-color: rgba(4, 120, 87, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-emerald-800:focus {
    --bg-opacity: 1 !important;
    background-color: #065f46 !important;
    background-color: rgba(6, 95, 70, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-emerald-900:focus {
    --bg-opacity: 1 !important;
    background-color: #064e3b !important;
    background-color: rgba(6, 78, 59, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-cyan-50:focus {
    --bg-opacity: 1 !important;
    background-color: #ecfeff !important;
    background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-cyan-100:focus {
    --bg-opacity: 1 !important;
    background-color: #cffafe !important;
    background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-cyan-200:focus {
    --bg-opacity: 1 !important;
    background-color: #a5f3fc !important;
    background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-cyan-300:focus {
    --bg-opacity: 1 !important;
    background-color: #67e8f9 !important;
    background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-cyan-400:focus {
    --bg-opacity: 1 !important;
    background-color: #22d3ee !important;
    background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-cyan-500:focus {
    --bg-opacity: 1 !important;
    background-color: #06b6d4 !important;
    background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-cyan-600:focus {
    --bg-opacity: 1 !important;
    background-color: #0891b2 !important;
    background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-cyan-700:focus {
    --bg-opacity: 1 !important;
    background-color: #0e7490 !important;
    background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-cyan-800:focus {
    --bg-opacity: 1 !important;
    background-color: #155e75 !important;
    background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-cyan-900:focus {
    --bg-opacity: 1 !important;
    background-color: #164e63 !important;
    background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-sky-50:focus {
    --bg-opacity: 1 !important;
    background-color: #f0f9ff !important;
    background-color: rgba(240, 249, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-sky-100:focus {
    --bg-opacity: 1 !important;
    background-color: #e0f2fe !important;
    background-color: rgba(224, 242, 254, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-sky-200:focus {
    --bg-opacity: 1 !important;
    background-color: #bae6fd !important;
    background-color: rgba(186, 230, 253, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-sky-300:focus {
    --bg-opacity: 1 !important;
    background-color: #7dd3fc !important;
    background-color: rgba(125, 211, 252, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-sky-400:focus {
    --bg-opacity: 1 !important;
    background-color: #38bdf8 !important;
    background-color: rgba(56, 189, 248, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-sky-500:focus {
    --bg-opacity: 1 !important;
    background-color: #0ea5e9 !important;
    background-color: rgba(14, 165, 233, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-sky-600:focus {
    --bg-opacity: 1 !important;
    background-color: #0284c7 !important;
    background-color: rgba(2, 132, 199, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-sky-700:focus {
    --bg-opacity: 1 !important;
    background-color: #0369a1 !important;
    background-color: rgba(3, 105, 161, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-sky-800:focus {
    --bg-opacity: 1 !important;
    background-color: #075985 !important;
    background-color: rgba(7, 89, 133, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-sky-900:focus {
    --bg-opacity: 1 !important;
    background-color: #0c4a6e !important;
    background-color: rgba(12, 74, 110, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-violet-50:focus {
    --bg-opacity: 1 !important;
    background-color: #f5f3ff !important;
    background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-violet-100:focus {
    --bg-opacity: 1 !important;
    background-color: #ede9fe !important;
    background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-violet-200:focus {
    --bg-opacity: 1 !important;
    background-color: #ddd6fe !important;
    background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-violet-300:focus {
    --bg-opacity: 1 !important;
    background-color: #c4b5fd !important;
    background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-violet-400:focus {
    --bg-opacity: 1 !important;
    background-color: #a78bfa !important;
    background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-violet-500:focus {
    --bg-opacity: 1 !important;
    background-color: #8b5cf6 !important;
    background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-violet-600:focus {
    --bg-opacity: 1 !important;
    background-color: #7c3aed !important;
    background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-violet-700:focus {
    --bg-opacity: 1 !important;
    background-color: #6d28d9 !important;
    background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-violet-800:focus {
    --bg-opacity: 1 !important;
    background-color: #5b21b6 !important;
    background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-violet-900:focus {
    --bg-opacity: 1 !important;
    background-color: #4c1d95 !important;
    background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-fuchsia-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fdf4ff !important;
    background-color: rgba(253, 244, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-fuchsia-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fae8ff !important;
    background-color: rgba(250, 232, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-fuchsia-200:focus {
    --bg-opacity: 1 !important;
    background-color: #f5d0fe !important;
    background-color: rgba(245, 208, 254, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-fuchsia-300:focus {
    --bg-opacity: 1 !important;
    background-color: #f0abfc !important;
    background-color: rgba(240, 171, 252, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-fuchsia-400:focus {
    --bg-opacity: 1 !important;
    background-color: #e879f9 !important;
    background-color: rgba(232, 121, 249, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-fuchsia-500:focus {
    --bg-opacity: 1 !important;
    background-color: #d946ef !important;
    background-color: rgba(217, 70, 239, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-fuchsia-600:focus {
    --bg-opacity: 1 !important;
    background-color: #c026d3 !important;
    background-color: rgba(192, 38, 211, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-fuchsia-700:focus {
    --bg-opacity: 1 !important;
    background-color: #a21caf !important;
    background-color: rgba(162, 28, 175, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-fuchsia-800:focus {
    --bg-opacity: 1 !important;
    background-color: #86198f !important;
    background-color: rgba(134, 25, 143, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-fuchsia-900:focus {
    --bg-opacity: 1 !important;
    background-color: #701a75 !important;
    background-color: rgba(112, 26, 117, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-rose-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fff1f2 !important;
    background-color: rgba(255, 241, 242, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-rose-100:focus {
    --bg-opacity: 1 !important;
    background-color: #ffe4e6 !important;
    background-color: rgba(255, 228, 230, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-rose-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fecdd3 !important;
    background-color: rgba(254, 205, 211, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-rose-300:focus {
    --bg-opacity: 1 !important;
    background-color: #fda4af !important;
    background-color: rgba(253, 164, 175, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-rose-400:focus {
    --bg-opacity: 1 !important;
    background-color: #fb7185 !important;
    background-color: rgba(251, 113, 133, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-rose-500:focus {
    --bg-opacity: 1 !important;
    background-color: #f43f5e !important;
    background-color: rgba(244, 63, 94, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-rose-600:focus {
    --bg-opacity: 1 !important;
    background-color: #e11d48 !important;
    background-color: rgba(225, 29, 72, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-rose-700:focus {
    --bg-opacity: 1 !important;
    background-color: #be123c !important;
    background-color: rgba(190, 18, 60, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-rose-800:focus {
    --bg-opacity: 1 !important;
    background-color: #9f1239 !important;
    background-color: rgba(159, 18, 57, var(--bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-rose-900:focus {
    --bg-opacity: 1 !important;
    background-color: #881337 !important;
    background-color: rgba(136, 19, 55, var(--bg-opacity)) !important;
  }

  .sm\:tw-bg-none {
    background-image: none !important;
  }

  .sm\:tw-bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .sm\:tw-bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .sm\:tw-bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .sm\:tw-bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .sm\:tw-bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .sm\:tw-bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .sm\:tw-bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .sm\:tw-bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .sm\:tw-from-transparent {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:tw-from-current {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:tw-from-black {
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:tw-from-white {
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:tw-from-gray-50 {
    --gradient-from-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .sm\:tw-from-gray-100 {
    --gradient-from-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .sm\:tw-from-gray-200 {
    --gradient-from-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .sm\:tw-from-gray-300 {
    --gradient-from-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .sm\:tw-from-gray-400 {
    --gradient-from-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:tw-from-gray-500 {
    --gradient-from-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:tw-from-gray-600 {
    --gradient-from-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:tw-from-gray-700 {
    --gradient-from-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .sm\:tw-from-gray-800 {
    --gradient-from-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .sm\:tw-from-gray-900 {
    --gradient-from-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .sm\:tw-from-red-50 {
    --gradient-from-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:tw-from-red-100 {
    --gradient-from-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:tw-from-red-200 {
    --gradient-from-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:tw-from-red-300 {
    --gradient-from-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:tw-from-red-400 {
    --gradient-from-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:tw-from-red-500 {
    --gradient-from-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:tw-from-red-600 {
    --gradient-from-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:tw-from-red-700 {
    --gradient-from-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:tw-from-red-800 {
    --gradient-from-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:tw-from-red-900 {
    --gradient-from-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:tw-from-orange-50 {
    --gradient-from-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .sm\:tw-from-orange-100 {
    --gradient-from-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .sm\:tw-from-orange-200 {
    --gradient-from-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .sm\:tw-from-orange-300 {
    --gradient-from-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .sm\:tw-from-orange-400 {
    --gradient-from-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .sm\:tw-from-orange-500 {
    --gradient-from-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .sm\:tw-from-orange-600 {
    --gradient-from-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .sm\:tw-from-orange-700 {
    --gradient-from-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .sm\:tw-from-orange-800 {
    --gradient-from-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .sm\:tw-from-orange-900 {
    --gradient-from-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .sm\:tw-from-yellow-50 {
    --gradient-from-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .sm\:tw-from-yellow-100 {
    --gradient-from-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .sm\:tw-from-yellow-200 {
    --gradient-from-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .sm\:tw-from-yellow-300 {
    --gradient-from-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .sm\:tw-from-yellow-400 {
    --gradient-from-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .sm\:tw-from-yellow-500 {
    --gradient-from-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .sm\:tw-from-yellow-600 {
    --gradient-from-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .sm\:tw-from-yellow-700 {
    --gradient-from-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .sm\:tw-from-yellow-800 {
    --gradient-from-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .sm\:tw-from-yellow-900 {
    --gradient-from-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .sm\:tw-from-green-50 {
    --gradient-from-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .sm\:tw-from-green-100 {
    --gradient-from-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .sm\:tw-from-green-200 {
    --gradient-from-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .sm\:tw-from-green-300 {
    --gradient-from-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .sm\:tw-from-green-400 {
    --gradient-from-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .sm\:tw-from-green-500 {
    --gradient-from-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .sm\:tw-from-green-600 {
    --gradient-from-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .sm\:tw-from-green-700 {
    --gradient-from-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .sm\:tw-from-green-800 {
    --gradient-from-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .sm\:tw-from-green-900 {
    --gradient-from-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .sm\:tw-from-teal-50 {
    --gradient-from-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .sm\:tw-from-teal-100 {
    --gradient-from-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .sm\:tw-from-teal-200 {
    --gradient-from-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .sm\:tw-from-teal-300 {
    --gradient-from-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .sm\:tw-from-teal-400 {
    --gradient-from-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .sm\:tw-from-teal-500 {
    --gradient-from-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .sm\:tw-from-teal-600 {
    --gradient-from-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .sm\:tw-from-teal-700 {
    --gradient-from-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .sm\:tw-from-teal-800 {
    --gradient-from-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .sm\:tw-from-teal-900 {
    --gradient-from-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .sm\:tw-from-blue-50 {
    --gradient-from-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .sm\:tw-from-blue-100 {
    --gradient-from-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .sm\:tw-from-blue-200 {
    --gradient-from-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .sm\:tw-from-blue-300 {
    --gradient-from-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .sm\:tw-from-blue-400 {
    --gradient-from-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:tw-from-blue-500 {
    --gradient-from-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:tw-from-blue-600 {
    --gradient-from-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .sm\:tw-from-blue-700 {
    --gradient-from-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:tw-from-blue-800 {
    --gradient-from-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:tw-from-blue-900 {
    --gradient-from-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .sm\:tw-from-indigo-50 {
    --gradient-from-color: #eef2ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
  }

  .sm\:tw-from-indigo-100 {
    --gradient-from-color: #e0e7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
  }

  .sm\:tw-from-indigo-200 {
    --gradient-from-color: #c7d2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
  }

  .sm\:tw-from-indigo-300 {
    --gradient-from-color: #a5b4fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
  }

  .sm\:tw-from-indigo-400 {
    --gradient-from-color: #818cf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
  }

  .sm\:tw-from-indigo-500 {
    --gradient-from-color: #6366f1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
  }

  .sm\:tw-from-indigo-600 {
    --gradient-from-color: #4f46e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
  }

  .sm\:tw-from-indigo-700 {
    --gradient-from-color: #4338ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
  }

  .sm\:tw-from-indigo-800 {
    --gradient-from-color: #3730a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
  }

  .sm\:tw-from-indigo-900 {
    --gradient-from-color: #312e81 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
  }

  .sm\:tw-from-purple-50 {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:tw-from-purple-100 {
    --gradient-from-color: #f3e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
  }

  .sm\:tw-from-purple-200 {
    --gradient-from-color: #e9d5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
  }

  .sm\:tw-from-purple-300 {
    --gradient-from-color: #d8b4fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
  }

  .sm\:tw-from-purple-400 {
    --gradient-from-color: #c084fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
  }

  .sm\:tw-from-purple-500 {
    --gradient-from-color: #a855f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
  }

  .sm\:tw-from-purple-600 {
    --gradient-from-color: #9333ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
  }

  .sm\:tw-from-purple-700 {
    --gradient-from-color: #7e22ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
  }

  .sm\:tw-from-purple-800 {
    --gradient-from-color: #6b21a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
  }

  .sm\:tw-from-purple-900 {
    --gradient-from-color: #581c87 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
  }

  .sm\:tw-from-pink-50 {
    --gradient-from-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .sm\:tw-from-pink-100 {
    --gradient-from-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .sm\:tw-from-pink-200 {
    --gradient-from-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .sm\:tw-from-pink-300 {
    --gradient-from-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .sm\:tw-from-pink-400 {
    --gradient-from-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .sm\:tw-from-pink-500 {
    --gradient-from-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .sm\:tw-from-pink-600 {
    --gradient-from-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .sm\:tw-from-pink-700 {
    --gradient-from-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .sm\:tw-from-pink-800 {
    --gradient-from-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .sm\:tw-from-pink-900 {
    --gradient-from-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .sm\:tw-from-app-main {
    --gradient-from-color: #F18D11 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
  }

  .sm\:tw-from-app-sub-blue {
    --gradient-from-color: #1E548F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
  }

  .sm\:tw-from-app-yellow {
    --gradient-from-color: #FFF5D1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
  }

  .sm\:tw-from-theme-primary {
    --gradient-from-color: #f3980f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
  }

  .sm\:tw-from-theme-info {
    --gradient-from-color: #1b925a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
  }

  .sm\:tw-from-slate-50 {
    --gradient-from-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .sm\:tw-from-slate-100 {
    --gradient-from-color: #f1f5f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
  }

  .sm\:tw-from-slate-200 {
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:tw-from-slate-300 {
    --gradient-from-color: #cbd5e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
  }

  .sm\:tw-from-slate-400 {
    --gradient-from-color: #94a3b8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
  }

  .sm\:tw-from-slate-500 {
    --gradient-from-color: #64748b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
  }

  .sm\:tw-from-slate-600 {
    --gradient-from-color: #475569 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
  }

  .sm\:tw-from-slate-700 {
    --gradient-from-color: #334155 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
  }

  .sm\:tw-from-slate-800 {
    --gradient-from-color: #1e293b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
  }

  .sm\:tw-from-slate-900 {
    --gradient-from-color: #0f172a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
  }

  .sm\:tw-from-zinc-50 {
    --gradient-from-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:tw-from-zinc-100 {
    --gradient-from-color: #f4f4f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
  }

  .sm\:tw-from-zinc-200 {
    --gradient-from-color: #e4e4e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
  }

  .sm\:tw-from-zinc-300 {
    --gradient-from-color: #d4d4d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
  }

  .sm\:tw-from-zinc-400 {
    --gradient-from-color: #a1a1aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
  }

  .sm\:tw-from-zinc-500 {
    --gradient-from-color: #71717a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
  }

  .sm\:tw-from-zinc-600 {
    --gradient-from-color: #52525b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
  }

  .sm\:tw-from-zinc-700 {
    --gradient-from-color: #3f3f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
  }

  .sm\:tw-from-zinc-800 {
    --gradient-from-color: #27272a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
  }

  .sm\:tw-from-zinc-900 {
    --gradient-from-color: #18181b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
  }

  .sm\:tw-from-neutral-50 {
    --gradient-from-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:tw-from-neutral-100 {
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:tw-from-neutral-200 {
    --gradient-from-color: #e5e5e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
  }

  .sm\:tw-from-neutral-300 {
    --gradient-from-color: #d4d4d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
  }

  .sm\:tw-from-neutral-400 {
    --gradient-from-color: #a3a3a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
  }

  .sm\:tw-from-neutral-500 {
    --gradient-from-color: #737373 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
  }

  .sm\:tw-from-neutral-600 {
    --gradient-from-color: #525252 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
  }

  .sm\:tw-from-neutral-700 {
    --gradient-from-color: #404040 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
  }

  .sm\:tw-from-neutral-800 {
    --gradient-from-color: #262626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
  }

  .sm\:tw-from-neutral-900 {
    --gradient-from-color: #171717 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
  }

  .sm\:tw-from-stone-50 {
    --gradient-from-color: #fafaf9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
  }

  .sm\:tw-from-stone-100 {
    --gradient-from-color: #f5f5f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
  }

  .sm\:tw-from-stone-200 {
    --gradient-from-color: #e7e5e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
  }

  .sm\:tw-from-stone-300 {
    --gradient-from-color: #d6d3d1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
  }

  .sm\:tw-from-stone-400 {
    --gradient-from-color: #a8a29e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
  }

  .sm\:tw-from-stone-500 {
    --gradient-from-color: #78716c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
  }

  .sm\:tw-from-stone-600 {
    --gradient-from-color: #57534e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
  }

  .sm\:tw-from-stone-700 {
    --gradient-from-color: #44403c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
  }

  .sm\:tw-from-stone-800 {
    --gradient-from-color: #292524 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
  }

  .sm\:tw-from-stone-900 {
    --gradient-from-color: #1c1917 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
  }

  .sm\:tw-from-amber-50 {
    --gradient-from-color: #fffbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
  }

  .sm\:tw-from-amber-100 {
    --gradient-from-color: #fef3c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
  }

  .sm\:tw-from-amber-200 {
    --gradient-from-color: #fde68a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
  }

  .sm\:tw-from-amber-300 {
    --gradient-from-color: #fcd34d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
  }

  .sm\:tw-from-amber-400 {
    --gradient-from-color: #fbbf24 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
  }

  .sm\:tw-from-amber-500 {
    --gradient-from-color: #f59e0b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .sm\:tw-from-amber-600 {
    --gradient-from-color: #d97706 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
  }

  .sm\:tw-from-amber-700 {
    --gradient-from-color: #b45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .sm\:tw-from-amber-800 {
    --gradient-from-color: #92400e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
  }

  .sm\:tw-from-amber-900 {
    --gradient-from-color: #78350f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
  }

  .sm\:tw-from-lime-50 {
    --gradient-from-color: #f7fee7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
  }

  .sm\:tw-from-lime-100 {
    --gradient-from-color: #ecfccb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
  }

  .sm\:tw-from-lime-200 {
    --gradient-from-color: #d9f99d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
  }

  .sm\:tw-from-lime-300 {
    --gradient-from-color: #bef264 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
  }

  .sm\:tw-from-lime-400 {
    --gradient-from-color: #a3e635 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
  }

  .sm\:tw-from-lime-500 {
    --gradient-from-color: #84cc16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
  }

  .sm\:tw-from-lime-600 {
    --gradient-from-color: #65a30d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
  }

  .sm\:tw-from-lime-700 {
    --gradient-from-color: #4d7c0f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
  }

  .sm\:tw-from-lime-800 {
    --gradient-from-color: #3f6212 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
  }

  .sm\:tw-from-lime-900 {
    --gradient-from-color: #365314 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
  }

  .sm\:tw-from-emerald-50 {
    --gradient-from-color: #ecfdf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
  }

  .sm\:tw-from-emerald-100 {
    --gradient-from-color: #d1fae5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
  }

  .sm\:tw-from-emerald-200 {
    --gradient-from-color: #a7f3d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
  }

  .sm\:tw-from-emerald-300 {
    --gradient-from-color: #6ee7b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
  }

  .sm\:tw-from-emerald-400 {
    --gradient-from-color: #34d399 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
  }

  .sm\:tw-from-emerald-500 {
    --gradient-from-color: #10b981 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
  }

  .sm\:tw-from-emerald-600 {
    --gradient-from-color: #059669 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
  }

  .sm\:tw-from-emerald-700 {
    --gradient-from-color: #047857 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
  }

  .sm\:tw-from-emerald-800 {
    --gradient-from-color: #065f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
  }

  .sm\:tw-from-emerald-900 {
    --gradient-from-color: #064e3b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
  }

  .sm\:tw-from-cyan-50 {
    --gradient-from-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .sm\:tw-from-cyan-100 {
    --gradient-from-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .sm\:tw-from-cyan-200 {
    --gradient-from-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .sm\:tw-from-cyan-300 {
    --gradient-from-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .sm\:tw-from-cyan-400 {
    --gradient-from-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .sm\:tw-from-cyan-500 {
    --gradient-from-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .sm\:tw-from-cyan-600 {
    --gradient-from-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .sm\:tw-from-cyan-700 {
    --gradient-from-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .sm\:tw-from-cyan-800 {
    --gradient-from-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .sm\:tw-from-cyan-900 {
    --gradient-from-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .sm\:tw-from-sky-50 {
    --gradient-from-color: #f0f9ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
  }

  .sm\:tw-from-sky-100 {
    --gradient-from-color: #e0f2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
  }

  .sm\:tw-from-sky-200 {
    --gradient-from-color: #bae6fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
  }

  .sm\:tw-from-sky-300 {
    --gradient-from-color: #7dd3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
  }

  .sm\:tw-from-sky-400 {
    --gradient-from-color: #38bdf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
  }

  .sm\:tw-from-sky-500 {
    --gradient-from-color: #0ea5e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
  }

  .sm\:tw-from-sky-600 {
    --gradient-from-color: #0284c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
  }

  .sm\:tw-from-sky-700 {
    --gradient-from-color: #0369a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
  }

  .sm\:tw-from-sky-800 {
    --gradient-from-color: #075985 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
  }

  .sm\:tw-from-sky-900 {
    --gradient-from-color: #0c4a6e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
  }

  .sm\:tw-from-violet-50 {
    --gradient-from-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .sm\:tw-from-violet-100 {
    --gradient-from-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .sm\:tw-from-violet-200 {
    --gradient-from-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .sm\:tw-from-violet-300 {
    --gradient-from-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .sm\:tw-from-violet-400 {
    --gradient-from-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .sm\:tw-from-violet-500 {
    --gradient-from-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .sm\:tw-from-violet-600 {
    --gradient-from-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .sm\:tw-from-violet-700 {
    --gradient-from-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .sm\:tw-from-violet-800 {
    --gradient-from-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .sm\:tw-from-violet-900 {
    --gradient-from-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .sm\:tw-from-fuchsia-50 {
    --gradient-from-color: #fdf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
  }

  .sm\:tw-from-fuchsia-100 {
    --gradient-from-color: #fae8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
  }

  .sm\:tw-from-fuchsia-200 {
    --gradient-from-color: #f5d0fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
  }

  .sm\:tw-from-fuchsia-300 {
    --gradient-from-color: #f0abfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
  }

  .sm\:tw-from-fuchsia-400 {
    --gradient-from-color: #e879f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
  }

  .sm\:tw-from-fuchsia-500 {
    --gradient-from-color: #d946ef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
  }

  .sm\:tw-from-fuchsia-600 {
    --gradient-from-color: #c026d3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
  }

  .sm\:tw-from-fuchsia-700 {
    --gradient-from-color: #a21caf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
  }

  .sm\:tw-from-fuchsia-800 {
    --gradient-from-color: #86198f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
  }

  .sm\:tw-from-fuchsia-900 {
    --gradient-from-color: #701a75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
  }

  .sm\:tw-from-rose-50 {
    --gradient-from-color: #fff1f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
  }

  .sm\:tw-from-rose-100 {
    --gradient-from-color: #ffe4e6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
  }

  .sm\:tw-from-rose-200 {
    --gradient-from-color: #fecdd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
  }

  .sm\:tw-from-rose-300 {
    --gradient-from-color: #fda4af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
  }

  .sm\:tw-from-rose-400 {
    --gradient-from-color: #fb7185 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
  }

  .sm\:tw-from-rose-500 {
    --gradient-from-color: #f43f5e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
  }

  .sm\:tw-from-rose-600 {
    --gradient-from-color: #e11d48 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
  }

  .sm\:tw-from-rose-700 {
    --gradient-from-color: #be123c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
  }

  .sm\:tw-from-rose-800 {
    --gradient-from-color: #9f1239 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
  }

  .sm\:tw-from-rose-900 {
    --gradient-from-color: #881337 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
  }

  .sm\:tw-via-transparent {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:tw-via-current {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:tw-via-black {
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:tw-via-white {
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:tw-via-gray-50 {
    --gradient-via-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .sm\:tw-via-gray-100 {
    --gradient-via-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .sm\:tw-via-gray-200 {
    --gradient-via-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .sm\:tw-via-gray-300 {
    --gradient-via-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .sm\:tw-via-gray-400 {
    --gradient-via-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:tw-via-gray-500 {
    --gradient-via-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:tw-via-gray-600 {
    --gradient-via-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:tw-via-gray-700 {
    --gradient-via-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .sm\:tw-via-gray-800 {
    --gradient-via-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .sm\:tw-via-gray-900 {
    --gradient-via-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .sm\:tw-via-red-50 {
    --gradient-via-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:tw-via-red-100 {
    --gradient-via-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:tw-via-red-200 {
    --gradient-via-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:tw-via-red-300 {
    --gradient-via-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:tw-via-red-400 {
    --gradient-via-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:tw-via-red-500 {
    --gradient-via-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:tw-via-red-600 {
    --gradient-via-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:tw-via-red-700 {
    --gradient-via-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:tw-via-red-800 {
    --gradient-via-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:tw-via-red-900 {
    --gradient-via-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:tw-via-orange-50 {
    --gradient-via-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .sm\:tw-via-orange-100 {
    --gradient-via-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .sm\:tw-via-orange-200 {
    --gradient-via-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .sm\:tw-via-orange-300 {
    --gradient-via-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .sm\:tw-via-orange-400 {
    --gradient-via-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .sm\:tw-via-orange-500 {
    --gradient-via-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .sm\:tw-via-orange-600 {
    --gradient-via-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .sm\:tw-via-orange-700 {
    --gradient-via-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .sm\:tw-via-orange-800 {
    --gradient-via-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .sm\:tw-via-orange-900 {
    --gradient-via-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .sm\:tw-via-yellow-50 {
    --gradient-via-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .sm\:tw-via-yellow-100 {
    --gradient-via-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .sm\:tw-via-yellow-200 {
    --gradient-via-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .sm\:tw-via-yellow-300 {
    --gradient-via-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .sm\:tw-via-yellow-400 {
    --gradient-via-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .sm\:tw-via-yellow-500 {
    --gradient-via-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .sm\:tw-via-yellow-600 {
    --gradient-via-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .sm\:tw-via-yellow-700 {
    --gradient-via-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .sm\:tw-via-yellow-800 {
    --gradient-via-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .sm\:tw-via-yellow-900 {
    --gradient-via-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .sm\:tw-via-green-50 {
    --gradient-via-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .sm\:tw-via-green-100 {
    --gradient-via-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .sm\:tw-via-green-200 {
    --gradient-via-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .sm\:tw-via-green-300 {
    --gradient-via-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .sm\:tw-via-green-400 {
    --gradient-via-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .sm\:tw-via-green-500 {
    --gradient-via-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .sm\:tw-via-green-600 {
    --gradient-via-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .sm\:tw-via-green-700 {
    --gradient-via-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .sm\:tw-via-green-800 {
    --gradient-via-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .sm\:tw-via-green-900 {
    --gradient-via-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .sm\:tw-via-teal-50 {
    --gradient-via-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .sm\:tw-via-teal-100 {
    --gradient-via-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .sm\:tw-via-teal-200 {
    --gradient-via-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .sm\:tw-via-teal-300 {
    --gradient-via-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .sm\:tw-via-teal-400 {
    --gradient-via-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .sm\:tw-via-teal-500 {
    --gradient-via-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .sm\:tw-via-teal-600 {
    --gradient-via-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .sm\:tw-via-teal-700 {
    --gradient-via-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .sm\:tw-via-teal-800 {
    --gradient-via-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .sm\:tw-via-teal-900 {
    --gradient-via-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .sm\:tw-via-blue-50 {
    --gradient-via-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .sm\:tw-via-blue-100 {
    --gradient-via-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .sm\:tw-via-blue-200 {
    --gradient-via-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .sm\:tw-via-blue-300 {
    --gradient-via-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .sm\:tw-via-blue-400 {
    --gradient-via-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:tw-via-blue-500 {
    --gradient-via-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:tw-via-blue-600 {
    --gradient-via-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .sm\:tw-via-blue-700 {
    --gradient-via-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:tw-via-blue-800 {
    --gradient-via-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:tw-via-blue-900 {
    --gradient-via-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .sm\:tw-via-indigo-50 {
    --gradient-via-color: #eef2ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
  }

  .sm\:tw-via-indigo-100 {
    --gradient-via-color: #e0e7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
  }

  .sm\:tw-via-indigo-200 {
    --gradient-via-color: #c7d2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
  }

  .sm\:tw-via-indigo-300 {
    --gradient-via-color: #a5b4fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
  }

  .sm\:tw-via-indigo-400 {
    --gradient-via-color: #818cf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
  }

  .sm\:tw-via-indigo-500 {
    --gradient-via-color: #6366f1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
  }

  .sm\:tw-via-indigo-600 {
    --gradient-via-color: #4f46e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
  }

  .sm\:tw-via-indigo-700 {
    --gradient-via-color: #4338ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
  }

  .sm\:tw-via-indigo-800 {
    --gradient-via-color: #3730a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
  }

  .sm\:tw-via-indigo-900 {
    --gradient-via-color: #312e81 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
  }

  .sm\:tw-via-purple-50 {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:tw-via-purple-100 {
    --gradient-via-color: #f3e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
  }

  .sm\:tw-via-purple-200 {
    --gradient-via-color: #e9d5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
  }

  .sm\:tw-via-purple-300 {
    --gradient-via-color: #d8b4fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
  }

  .sm\:tw-via-purple-400 {
    --gradient-via-color: #c084fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
  }

  .sm\:tw-via-purple-500 {
    --gradient-via-color: #a855f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
  }

  .sm\:tw-via-purple-600 {
    --gradient-via-color: #9333ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
  }

  .sm\:tw-via-purple-700 {
    --gradient-via-color: #7e22ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
  }

  .sm\:tw-via-purple-800 {
    --gradient-via-color: #6b21a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
  }

  .sm\:tw-via-purple-900 {
    --gradient-via-color: #581c87 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
  }

  .sm\:tw-via-pink-50 {
    --gradient-via-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .sm\:tw-via-pink-100 {
    --gradient-via-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .sm\:tw-via-pink-200 {
    --gradient-via-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .sm\:tw-via-pink-300 {
    --gradient-via-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .sm\:tw-via-pink-400 {
    --gradient-via-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .sm\:tw-via-pink-500 {
    --gradient-via-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .sm\:tw-via-pink-600 {
    --gradient-via-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .sm\:tw-via-pink-700 {
    --gradient-via-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .sm\:tw-via-pink-800 {
    --gradient-via-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .sm\:tw-via-pink-900 {
    --gradient-via-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .sm\:tw-via-app-main {
    --gradient-via-color: #F18D11 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
  }

  .sm\:tw-via-app-sub-blue {
    --gradient-via-color: #1E548F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
  }

  .sm\:tw-via-app-yellow {
    --gradient-via-color: #FFF5D1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
  }

  .sm\:tw-via-theme-primary {
    --gradient-via-color: #f3980f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
  }

  .sm\:tw-via-theme-info {
    --gradient-via-color: #1b925a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
  }

  .sm\:tw-via-slate-50 {
    --gradient-via-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .sm\:tw-via-slate-100 {
    --gradient-via-color: #f1f5f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
  }

  .sm\:tw-via-slate-200 {
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:tw-via-slate-300 {
    --gradient-via-color: #cbd5e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
  }

  .sm\:tw-via-slate-400 {
    --gradient-via-color: #94a3b8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
  }

  .sm\:tw-via-slate-500 {
    --gradient-via-color: #64748b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
  }

  .sm\:tw-via-slate-600 {
    --gradient-via-color: #475569 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
  }

  .sm\:tw-via-slate-700 {
    --gradient-via-color: #334155 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
  }

  .sm\:tw-via-slate-800 {
    --gradient-via-color: #1e293b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
  }

  .sm\:tw-via-slate-900 {
    --gradient-via-color: #0f172a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
  }

  .sm\:tw-via-zinc-50 {
    --gradient-via-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:tw-via-zinc-100 {
    --gradient-via-color: #f4f4f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
  }

  .sm\:tw-via-zinc-200 {
    --gradient-via-color: #e4e4e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
  }

  .sm\:tw-via-zinc-300 {
    --gradient-via-color: #d4d4d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
  }

  .sm\:tw-via-zinc-400 {
    --gradient-via-color: #a1a1aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
  }

  .sm\:tw-via-zinc-500 {
    --gradient-via-color: #71717a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
  }

  .sm\:tw-via-zinc-600 {
    --gradient-via-color: #52525b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
  }

  .sm\:tw-via-zinc-700 {
    --gradient-via-color: #3f3f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
  }

  .sm\:tw-via-zinc-800 {
    --gradient-via-color: #27272a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
  }

  .sm\:tw-via-zinc-900 {
    --gradient-via-color: #18181b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
  }

  .sm\:tw-via-neutral-50 {
    --gradient-via-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:tw-via-neutral-100 {
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:tw-via-neutral-200 {
    --gradient-via-color: #e5e5e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
  }

  .sm\:tw-via-neutral-300 {
    --gradient-via-color: #d4d4d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
  }

  .sm\:tw-via-neutral-400 {
    --gradient-via-color: #a3a3a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
  }

  .sm\:tw-via-neutral-500 {
    --gradient-via-color: #737373 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
  }

  .sm\:tw-via-neutral-600 {
    --gradient-via-color: #525252 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
  }

  .sm\:tw-via-neutral-700 {
    --gradient-via-color: #404040 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
  }

  .sm\:tw-via-neutral-800 {
    --gradient-via-color: #262626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
  }

  .sm\:tw-via-neutral-900 {
    --gradient-via-color: #171717 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
  }

  .sm\:tw-via-stone-50 {
    --gradient-via-color: #fafaf9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
  }

  .sm\:tw-via-stone-100 {
    --gradient-via-color: #f5f5f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
  }

  .sm\:tw-via-stone-200 {
    --gradient-via-color: #e7e5e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
  }

  .sm\:tw-via-stone-300 {
    --gradient-via-color: #d6d3d1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
  }

  .sm\:tw-via-stone-400 {
    --gradient-via-color: #a8a29e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
  }

  .sm\:tw-via-stone-500 {
    --gradient-via-color: #78716c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
  }

  .sm\:tw-via-stone-600 {
    --gradient-via-color: #57534e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
  }

  .sm\:tw-via-stone-700 {
    --gradient-via-color: #44403c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
  }

  .sm\:tw-via-stone-800 {
    --gradient-via-color: #292524 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
  }

  .sm\:tw-via-stone-900 {
    --gradient-via-color: #1c1917 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
  }

  .sm\:tw-via-amber-50 {
    --gradient-via-color: #fffbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
  }

  .sm\:tw-via-amber-100 {
    --gradient-via-color: #fef3c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
  }

  .sm\:tw-via-amber-200 {
    --gradient-via-color: #fde68a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
  }

  .sm\:tw-via-amber-300 {
    --gradient-via-color: #fcd34d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
  }

  .sm\:tw-via-amber-400 {
    --gradient-via-color: #fbbf24 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
  }

  .sm\:tw-via-amber-500 {
    --gradient-via-color: #f59e0b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .sm\:tw-via-amber-600 {
    --gradient-via-color: #d97706 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
  }

  .sm\:tw-via-amber-700 {
    --gradient-via-color: #b45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .sm\:tw-via-amber-800 {
    --gradient-via-color: #92400e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
  }

  .sm\:tw-via-amber-900 {
    --gradient-via-color: #78350f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
  }

  .sm\:tw-via-lime-50 {
    --gradient-via-color: #f7fee7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
  }

  .sm\:tw-via-lime-100 {
    --gradient-via-color: #ecfccb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
  }

  .sm\:tw-via-lime-200 {
    --gradient-via-color: #d9f99d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
  }

  .sm\:tw-via-lime-300 {
    --gradient-via-color: #bef264 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
  }

  .sm\:tw-via-lime-400 {
    --gradient-via-color: #a3e635 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
  }

  .sm\:tw-via-lime-500 {
    --gradient-via-color: #84cc16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
  }

  .sm\:tw-via-lime-600 {
    --gradient-via-color: #65a30d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
  }

  .sm\:tw-via-lime-700 {
    --gradient-via-color: #4d7c0f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
  }

  .sm\:tw-via-lime-800 {
    --gradient-via-color: #3f6212 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
  }

  .sm\:tw-via-lime-900 {
    --gradient-via-color: #365314 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
  }

  .sm\:tw-via-emerald-50 {
    --gradient-via-color: #ecfdf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
  }

  .sm\:tw-via-emerald-100 {
    --gradient-via-color: #d1fae5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
  }

  .sm\:tw-via-emerald-200 {
    --gradient-via-color: #a7f3d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
  }

  .sm\:tw-via-emerald-300 {
    --gradient-via-color: #6ee7b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
  }

  .sm\:tw-via-emerald-400 {
    --gradient-via-color: #34d399 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
  }

  .sm\:tw-via-emerald-500 {
    --gradient-via-color: #10b981 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
  }

  .sm\:tw-via-emerald-600 {
    --gradient-via-color: #059669 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
  }

  .sm\:tw-via-emerald-700 {
    --gradient-via-color: #047857 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
  }

  .sm\:tw-via-emerald-800 {
    --gradient-via-color: #065f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
  }

  .sm\:tw-via-emerald-900 {
    --gradient-via-color: #064e3b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
  }

  .sm\:tw-via-cyan-50 {
    --gradient-via-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .sm\:tw-via-cyan-100 {
    --gradient-via-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .sm\:tw-via-cyan-200 {
    --gradient-via-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .sm\:tw-via-cyan-300 {
    --gradient-via-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .sm\:tw-via-cyan-400 {
    --gradient-via-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .sm\:tw-via-cyan-500 {
    --gradient-via-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .sm\:tw-via-cyan-600 {
    --gradient-via-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .sm\:tw-via-cyan-700 {
    --gradient-via-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .sm\:tw-via-cyan-800 {
    --gradient-via-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .sm\:tw-via-cyan-900 {
    --gradient-via-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .sm\:tw-via-sky-50 {
    --gradient-via-color: #f0f9ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
  }

  .sm\:tw-via-sky-100 {
    --gradient-via-color: #e0f2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
  }

  .sm\:tw-via-sky-200 {
    --gradient-via-color: #bae6fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
  }

  .sm\:tw-via-sky-300 {
    --gradient-via-color: #7dd3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
  }

  .sm\:tw-via-sky-400 {
    --gradient-via-color: #38bdf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
  }

  .sm\:tw-via-sky-500 {
    --gradient-via-color: #0ea5e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
  }

  .sm\:tw-via-sky-600 {
    --gradient-via-color: #0284c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
  }

  .sm\:tw-via-sky-700 {
    --gradient-via-color: #0369a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
  }

  .sm\:tw-via-sky-800 {
    --gradient-via-color: #075985 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
  }

  .sm\:tw-via-sky-900 {
    --gradient-via-color: #0c4a6e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
  }

  .sm\:tw-via-violet-50 {
    --gradient-via-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .sm\:tw-via-violet-100 {
    --gradient-via-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .sm\:tw-via-violet-200 {
    --gradient-via-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .sm\:tw-via-violet-300 {
    --gradient-via-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .sm\:tw-via-violet-400 {
    --gradient-via-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .sm\:tw-via-violet-500 {
    --gradient-via-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .sm\:tw-via-violet-600 {
    --gradient-via-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .sm\:tw-via-violet-700 {
    --gradient-via-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .sm\:tw-via-violet-800 {
    --gradient-via-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .sm\:tw-via-violet-900 {
    --gradient-via-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .sm\:tw-via-fuchsia-50 {
    --gradient-via-color: #fdf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
  }

  .sm\:tw-via-fuchsia-100 {
    --gradient-via-color: #fae8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
  }

  .sm\:tw-via-fuchsia-200 {
    --gradient-via-color: #f5d0fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
  }

  .sm\:tw-via-fuchsia-300 {
    --gradient-via-color: #f0abfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
  }

  .sm\:tw-via-fuchsia-400 {
    --gradient-via-color: #e879f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
  }

  .sm\:tw-via-fuchsia-500 {
    --gradient-via-color: #d946ef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
  }

  .sm\:tw-via-fuchsia-600 {
    --gradient-via-color: #c026d3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
  }

  .sm\:tw-via-fuchsia-700 {
    --gradient-via-color: #a21caf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
  }

  .sm\:tw-via-fuchsia-800 {
    --gradient-via-color: #86198f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
  }

  .sm\:tw-via-fuchsia-900 {
    --gradient-via-color: #701a75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
  }

  .sm\:tw-via-rose-50 {
    --gradient-via-color: #fff1f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
  }

  .sm\:tw-via-rose-100 {
    --gradient-via-color: #ffe4e6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
  }

  .sm\:tw-via-rose-200 {
    --gradient-via-color: #fecdd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
  }

  .sm\:tw-via-rose-300 {
    --gradient-via-color: #fda4af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
  }

  .sm\:tw-via-rose-400 {
    --gradient-via-color: #fb7185 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
  }

  .sm\:tw-via-rose-500 {
    --gradient-via-color: #f43f5e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
  }

  .sm\:tw-via-rose-600 {
    --gradient-via-color: #e11d48 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
  }

  .sm\:tw-via-rose-700 {
    --gradient-via-color: #be123c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
  }

  .sm\:tw-via-rose-800 {
    --gradient-via-color: #9f1239 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
  }

  .sm\:tw-via-rose-900 {
    --gradient-via-color: #881337 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
  }

  .sm\:tw-to-transparent {
    --gradient-to-color: transparent !important;
  }

  .sm\:tw-to-current {
    --gradient-to-color: currentColor !important;
  }

  .sm\:tw-to-black {
    --gradient-to-color: #000 !important;
  }

  .sm\:tw-to-white {
    --gradient-to-color: #fff !important;
  }

  .sm\:tw-to-gray-50 {
    --gradient-to-color: #f9fafb !important;
  }

  .sm\:tw-to-gray-100 {
    --gradient-to-color: #f3f4f6 !important;
  }

  .sm\:tw-to-gray-200 {
    --gradient-to-color: #e5e7eb !important;
  }

  .sm\:tw-to-gray-300 {
    --gradient-to-color: #d1d5db !important;
  }

  .sm\:tw-to-gray-400 {
    --gradient-to-color: #9ca3af !important;
  }

  .sm\:tw-to-gray-500 {
    --gradient-to-color: #6b7280 !important;
  }

  .sm\:tw-to-gray-600 {
    --gradient-to-color: #4b5563 !important;
  }

  .sm\:tw-to-gray-700 {
    --gradient-to-color: #374151 !important;
  }

  .sm\:tw-to-gray-800 {
    --gradient-to-color: #1f2937 !important;
  }

  .sm\:tw-to-gray-900 {
    --gradient-to-color: #111827 !important;
  }

  .sm\:tw-to-red-50 {
    --gradient-to-color: #fef2f2 !important;
  }

  .sm\:tw-to-red-100 {
    --gradient-to-color: #fee2e2 !important;
  }

  .sm\:tw-to-red-200 {
    --gradient-to-color: #fecaca !important;
  }

  .sm\:tw-to-red-300 {
    --gradient-to-color: #fca5a5 !important;
  }

  .sm\:tw-to-red-400 {
    --gradient-to-color: #f87171 !important;
  }

  .sm\:tw-to-red-500 {
    --gradient-to-color: #ef4444 !important;
  }

  .sm\:tw-to-red-600 {
    --gradient-to-color: #dc2626 !important;
  }

  .sm\:tw-to-red-700 {
    --gradient-to-color: #b91c1c !important;
  }

  .sm\:tw-to-red-800 {
    --gradient-to-color: #991b1b !important;
  }

  .sm\:tw-to-red-900 {
    --gradient-to-color: #7f1d1d !important;
  }

  .sm\:tw-to-orange-50 {
    --gradient-to-color: #fff7ed !important;
  }

  .sm\:tw-to-orange-100 {
    --gradient-to-color: #ffedd5 !important;
  }

  .sm\:tw-to-orange-200 {
    --gradient-to-color: #fed7aa !important;
  }

  .sm\:tw-to-orange-300 {
    --gradient-to-color: #fdba74 !important;
  }

  .sm\:tw-to-orange-400 {
    --gradient-to-color: #fb923c !important;
  }

  .sm\:tw-to-orange-500 {
    --gradient-to-color: #f97316 !important;
  }

  .sm\:tw-to-orange-600 {
    --gradient-to-color: #ea580c !important;
  }

  .sm\:tw-to-orange-700 {
    --gradient-to-color: #c2410c !important;
  }

  .sm\:tw-to-orange-800 {
    --gradient-to-color: #9a3412 !important;
  }

  .sm\:tw-to-orange-900 {
    --gradient-to-color: #7c2d12 !important;
  }

  .sm\:tw-to-yellow-50 {
    --gradient-to-color: #fefce8 !important;
  }

  .sm\:tw-to-yellow-100 {
    --gradient-to-color: #fef9c3 !important;
  }

  .sm\:tw-to-yellow-200 {
    --gradient-to-color: #fef08a !important;
  }

  .sm\:tw-to-yellow-300 {
    --gradient-to-color: #fde047 !important;
  }

  .sm\:tw-to-yellow-400 {
    --gradient-to-color: #facc15 !important;
  }

  .sm\:tw-to-yellow-500 {
    --gradient-to-color: #eab308 !important;
  }

  .sm\:tw-to-yellow-600 {
    --gradient-to-color: #ca8a04 !important;
  }

  .sm\:tw-to-yellow-700 {
    --gradient-to-color: #a16207 !important;
  }

  .sm\:tw-to-yellow-800 {
    --gradient-to-color: #854d0e !important;
  }

  .sm\:tw-to-yellow-900 {
    --gradient-to-color: #713f12 !important;
  }

  .sm\:tw-to-green-50 {
    --gradient-to-color: #f0fdf4 !important;
  }

  .sm\:tw-to-green-100 {
    --gradient-to-color: #dcfce7 !important;
  }

  .sm\:tw-to-green-200 {
    --gradient-to-color: #bbf7d0 !important;
  }

  .sm\:tw-to-green-300 {
    --gradient-to-color: #86efac !important;
  }

  .sm\:tw-to-green-400 {
    --gradient-to-color: #4ade80 !important;
  }

  .sm\:tw-to-green-500 {
    --gradient-to-color: #22c55e !important;
  }

  .sm\:tw-to-green-600 {
    --gradient-to-color: #16a34a !important;
  }

  .sm\:tw-to-green-700 {
    --gradient-to-color: #15803d !important;
  }

  .sm\:tw-to-green-800 {
    --gradient-to-color: #166534 !important;
  }

  .sm\:tw-to-green-900 {
    --gradient-to-color: #14532d !important;
  }

  .sm\:tw-to-teal-50 {
    --gradient-to-color: #f0fdfa !important;
  }

  .sm\:tw-to-teal-100 {
    --gradient-to-color: #ccfbf1 !important;
  }

  .sm\:tw-to-teal-200 {
    --gradient-to-color: #99f6e4 !important;
  }

  .sm\:tw-to-teal-300 {
    --gradient-to-color: #5eead4 !important;
  }

  .sm\:tw-to-teal-400 {
    --gradient-to-color: #2dd4bf !important;
  }

  .sm\:tw-to-teal-500 {
    --gradient-to-color: #14b8a6 !important;
  }

  .sm\:tw-to-teal-600 {
    --gradient-to-color: #0d9488 !important;
  }

  .sm\:tw-to-teal-700 {
    --gradient-to-color: #0f766e !important;
  }

  .sm\:tw-to-teal-800 {
    --gradient-to-color: #115e59 !important;
  }

  .sm\:tw-to-teal-900 {
    --gradient-to-color: #134e4a !important;
  }

  .sm\:tw-to-blue-50 {
    --gradient-to-color: #eff6ff !important;
  }

  .sm\:tw-to-blue-100 {
    --gradient-to-color: #dbeafe !important;
  }

  .sm\:tw-to-blue-200 {
    --gradient-to-color: #bfdbfe !important;
  }

  .sm\:tw-to-blue-300 {
    --gradient-to-color: #93c5fd !important;
  }

  .sm\:tw-to-blue-400 {
    --gradient-to-color: #60a5fa !important;
  }

  .sm\:tw-to-blue-500 {
    --gradient-to-color: #3b82f6 !important;
  }

  .sm\:tw-to-blue-600 {
    --gradient-to-color: #2563eb !important;
  }

  .sm\:tw-to-blue-700 {
    --gradient-to-color: #1d4ed8 !important;
  }

  .sm\:tw-to-blue-800 {
    --gradient-to-color: #1e40af !important;
  }

  .sm\:tw-to-blue-900 {
    --gradient-to-color: #1e3a8a !important;
  }

  .sm\:tw-to-indigo-50 {
    --gradient-to-color: #eef2ff !important;
  }

  .sm\:tw-to-indigo-100 {
    --gradient-to-color: #e0e7ff !important;
  }

  .sm\:tw-to-indigo-200 {
    --gradient-to-color: #c7d2fe !important;
  }

  .sm\:tw-to-indigo-300 {
    --gradient-to-color: #a5b4fc !important;
  }

  .sm\:tw-to-indigo-400 {
    --gradient-to-color: #818cf8 !important;
  }

  .sm\:tw-to-indigo-500 {
    --gradient-to-color: #6366f1 !important;
  }

  .sm\:tw-to-indigo-600 {
    --gradient-to-color: #4f46e5 !important;
  }

  .sm\:tw-to-indigo-700 {
    --gradient-to-color: #4338ca !important;
  }

  .sm\:tw-to-indigo-800 {
    --gradient-to-color: #3730a3 !important;
  }

  .sm\:tw-to-indigo-900 {
    --gradient-to-color: #312e81 !important;
  }

  .sm\:tw-to-purple-50 {
    --gradient-to-color: #faf5ff !important;
  }

  .sm\:tw-to-purple-100 {
    --gradient-to-color: #f3e8ff !important;
  }

  .sm\:tw-to-purple-200 {
    --gradient-to-color: #e9d5ff !important;
  }

  .sm\:tw-to-purple-300 {
    --gradient-to-color: #d8b4fe !important;
  }

  .sm\:tw-to-purple-400 {
    --gradient-to-color: #c084fc !important;
  }

  .sm\:tw-to-purple-500 {
    --gradient-to-color: #a855f7 !important;
  }

  .sm\:tw-to-purple-600 {
    --gradient-to-color: #9333ea !important;
  }

  .sm\:tw-to-purple-700 {
    --gradient-to-color: #7e22ce !important;
  }

  .sm\:tw-to-purple-800 {
    --gradient-to-color: #6b21a8 !important;
  }

  .sm\:tw-to-purple-900 {
    --gradient-to-color: #581c87 !important;
  }

  .sm\:tw-to-pink-50 {
    --gradient-to-color: #fdf2f8 !important;
  }

  .sm\:tw-to-pink-100 {
    --gradient-to-color: #fce7f3 !important;
  }

  .sm\:tw-to-pink-200 {
    --gradient-to-color: #fbcfe8 !important;
  }

  .sm\:tw-to-pink-300 {
    --gradient-to-color: #f9a8d4 !important;
  }

  .sm\:tw-to-pink-400 {
    --gradient-to-color: #f472b6 !important;
  }

  .sm\:tw-to-pink-500 {
    --gradient-to-color: #ec4899 !important;
  }

  .sm\:tw-to-pink-600 {
    --gradient-to-color: #db2777 !important;
  }

  .sm\:tw-to-pink-700 {
    --gradient-to-color: #be185d !important;
  }

  .sm\:tw-to-pink-800 {
    --gradient-to-color: #9d174d !important;
  }

  .sm\:tw-to-pink-900 {
    --gradient-to-color: #831843 !important;
  }

  .sm\:tw-to-app-main {
    --gradient-to-color: #F18D11 !important;
  }

  .sm\:tw-to-app-sub-blue {
    --gradient-to-color: #1E548F !important;
  }

  .sm\:tw-to-app-yellow {
    --gradient-to-color: #FFF5D1 !important;
  }

  .sm\:tw-to-theme-primary {
    --gradient-to-color: #f3980f !important;
  }

  .sm\:tw-to-theme-info {
    --gradient-to-color: #1b925a !important;
  }

  .sm\:tw-to-slate-50 {
    --gradient-to-color: #f8fafc !important;
  }

  .sm\:tw-to-slate-100 {
    --gradient-to-color: #f1f5f9 !important;
  }

  .sm\:tw-to-slate-200 {
    --gradient-to-color: #e2e8f0 !important;
  }

  .sm\:tw-to-slate-300 {
    --gradient-to-color: #cbd5e1 !important;
  }

  .sm\:tw-to-slate-400 {
    --gradient-to-color: #94a3b8 !important;
  }

  .sm\:tw-to-slate-500 {
    --gradient-to-color: #64748b !important;
  }

  .sm\:tw-to-slate-600 {
    --gradient-to-color: #475569 !important;
  }

  .sm\:tw-to-slate-700 {
    --gradient-to-color: #334155 !important;
  }

  .sm\:tw-to-slate-800 {
    --gradient-to-color: #1e293b !important;
  }

  .sm\:tw-to-slate-900 {
    --gradient-to-color: #0f172a !important;
  }

  .sm\:tw-to-zinc-50 {
    --gradient-to-color: #fafafa !important;
  }

  .sm\:tw-to-zinc-100 {
    --gradient-to-color: #f4f4f5 !important;
  }

  .sm\:tw-to-zinc-200 {
    --gradient-to-color: #e4e4e7 !important;
  }

  .sm\:tw-to-zinc-300 {
    --gradient-to-color: #d4d4d8 !important;
  }

  .sm\:tw-to-zinc-400 {
    --gradient-to-color: #a1a1aa !important;
  }

  .sm\:tw-to-zinc-500 {
    --gradient-to-color: #71717a !important;
  }

  .sm\:tw-to-zinc-600 {
    --gradient-to-color: #52525b !important;
  }

  .sm\:tw-to-zinc-700 {
    --gradient-to-color: #3f3f46 !important;
  }

  .sm\:tw-to-zinc-800 {
    --gradient-to-color: #27272a !important;
  }

  .sm\:tw-to-zinc-900 {
    --gradient-to-color: #18181b !important;
  }

  .sm\:tw-to-neutral-50 {
    --gradient-to-color: #fafafa !important;
  }

  .sm\:tw-to-neutral-100 {
    --gradient-to-color: #f5f5f5 !important;
  }

  .sm\:tw-to-neutral-200 {
    --gradient-to-color: #e5e5e5 !important;
  }

  .sm\:tw-to-neutral-300 {
    --gradient-to-color: #d4d4d4 !important;
  }

  .sm\:tw-to-neutral-400 {
    --gradient-to-color: #a3a3a3 !important;
  }

  .sm\:tw-to-neutral-500 {
    --gradient-to-color: #737373 !important;
  }

  .sm\:tw-to-neutral-600 {
    --gradient-to-color: #525252 !important;
  }

  .sm\:tw-to-neutral-700 {
    --gradient-to-color: #404040 !important;
  }

  .sm\:tw-to-neutral-800 {
    --gradient-to-color: #262626 !important;
  }

  .sm\:tw-to-neutral-900 {
    --gradient-to-color: #171717 !important;
  }

  .sm\:tw-to-stone-50 {
    --gradient-to-color: #fafaf9 !important;
  }

  .sm\:tw-to-stone-100 {
    --gradient-to-color: #f5f5f4 !important;
  }

  .sm\:tw-to-stone-200 {
    --gradient-to-color: #e7e5e4 !important;
  }

  .sm\:tw-to-stone-300 {
    --gradient-to-color: #d6d3d1 !important;
  }

  .sm\:tw-to-stone-400 {
    --gradient-to-color: #a8a29e !important;
  }

  .sm\:tw-to-stone-500 {
    --gradient-to-color: #78716c !important;
  }

  .sm\:tw-to-stone-600 {
    --gradient-to-color: #57534e !important;
  }

  .sm\:tw-to-stone-700 {
    --gradient-to-color: #44403c !important;
  }

  .sm\:tw-to-stone-800 {
    --gradient-to-color: #292524 !important;
  }

  .sm\:tw-to-stone-900 {
    --gradient-to-color: #1c1917 !important;
  }

  .sm\:tw-to-amber-50 {
    --gradient-to-color: #fffbeb !important;
  }

  .sm\:tw-to-amber-100 {
    --gradient-to-color: #fef3c7 !important;
  }

  .sm\:tw-to-amber-200 {
    --gradient-to-color: #fde68a !important;
  }

  .sm\:tw-to-amber-300 {
    --gradient-to-color: #fcd34d !important;
  }

  .sm\:tw-to-amber-400 {
    --gradient-to-color: #fbbf24 !important;
  }

  .sm\:tw-to-amber-500 {
    --gradient-to-color: #f59e0b !important;
  }

  .sm\:tw-to-amber-600 {
    --gradient-to-color: #d97706 !important;
  }

  .sm\:tw-to-amber-700 {
    --gradient-to-color: #b45309 !important;
  }

  .sm\:tw-to-amber-800 {
    --gradient-to-color: #92400e !important;
  }

  .sm\:tw-to-amber-900 {
    --gradient-to-color: #78350f !important;
  }

  .sm\:tw-to-lime-50 {
    --gradient-to-color: #f7fee7 !important;
  }

  .sm\:tw-to-lime-100 {
    --gradient-to-color: #ecfccb !important;
  }

  .sm\:tw-to-lime-200 {
    --gradient-to-color: #d9f99d !important;
  }

  .sm\:tw-to-lime-300 {
    --gradient-to-color: #bef264 !important;
  }

  .sm\:tw-to-lime-400 {
    --gradient-to-color: #a3e635 !important;
  }

  .sm\:tw-to-lime-500 {
    --gradient-to-color: #84cc16 !important;
  }

  .sm\:tw-to-lime-600 {
    --gradient-to-color: #65a30d !important;
  }

  .sm\:tw-to-lime-700 {
    --gradient-to-color: #4d7c0f !important;
  }

  .sm\:tw-to-lime-800 {
    --gradient-to-color: #3f6212 !important;
  }

  .sm\:tw-to-lime-900 {
    --gradient-to-color: #365314 !important;
  }

  .sm\:tw-to-emerald-50 {
    --gradient-to-color: #ecfdf5 !important;
  }

  .sm\:tw-to-emerald-100 {
    --gradient-to-color: #d1fae5 !important;
  }

  .sm\:tw-to-emerald-200 {
    --gradient-to-color: #a7f3d0 !important;
  }

  .sm\:tw-to-emerald-300 {
    --gradient-to-color: #6ee7b7 !important;
  }

  .sm\:tw-to-emerald-400 {
    --gradient-to-color: #34d399 !important;
  }

  .sm\:tw-to-emerald-500 {
    --gradient-to-color: #10b981 !important;
  }

  .sm\:tw-to-emerald-600 {
    --gradient-to-color: #059669 !important;
  }

  .sm\:tw-to-emerald-700 {
    --gradient-to-color: #047857 !important;
  }

  .sm\:tw-to-emerald-800 {
    --gradient-to-color: #065f46 !important;
  }

  .sm\:tw-to-emerald-900 {
    --gradient-to-color: #064e3b !important;
  }

  .sm\:tw-to-cyan-50 {
    --gradient-to-color: #ecfeff !important;
  }

  .sm\:tw-to-cyan-100 {
    --gradient-to-color: #cffafe !important;
  }

  .sm\:tw-to-cyan-200 {
    --gradient-to-color: #a5f3fc !important;
  }

  .sm\:tw-to-cyan-300 {
    --gradient-to-color: #67e8f9 !important;
  }

  .sm\:tw-to-cyan-400 {
    --gradient-to-color: #22d3ee !important;
  }

  .sm\:tw-to-cyan-500 {
    --gradient-to-color: #06b6d4 !important;
  }

  .sm\:tw-to-cyan-600 {
    --gradient-to-color: #0891b2 !important;
  }

  .sm\:tw-to-cyan-700 {
    --gradient-to-color: #0e7490 !important;
  }

  .sm\:tw-to-cyan-800 {
    --gradient-to-color: #155e75 !important;
  }

  .sm\:tw-to-cyan-900 {
    --gradient-to-color: #164e63 !important;
  }

  .sm\:tw-to-sky-50 {
    --gradient-to-color: #f0f9ff !important;
  }

  .sm\:tw-to-sky-100 {
    --gradient-to-color: #e0f2fe !important;
  }

  .sm\:tw-to-sky-200 {
    --gradient-to-color: #bae6fd !important;
  }

  .sm\:tw-to-sky-300 {
    --gradient-to-color: #7dd3fc !important;
  }

  .sm\:tw-to-sky-400 {
    --gradient-to-color: #38bdf8 !important;
  }

  .sm\:tw-to-sky-500 {
    --gradient-to-color: #0ea5e9 !important;
  }

  .sm\:tw-to-sky-600 {
    --gradient-to-color: #0284c7 !important;
  }

  .sm\:tw-to-sky-700 {
    --gradient-to-color: #0369a1 !important;
  }

  .sm\:tw-to-sky-800 {
    --gradient-to-color: #075985 !important;
  }

  .sm\:tw-to-sky-900 {
    --gradient-to-color: #0c4a6e !important;
  }

  .sm\:tw-to-violet-50 {
    --gradient-to-color: #f5f3ff !important;
  }

  .sm\:tw-to-violet-100 {
    --gradient-to-color: #ede9fe !important;
  }

  .sm\:tw-to-violet-200 {
    --gradient-to-color: #ddd6fe !important;
  }

  .sm\:tw-to-violet-300 {
    --gradient-to-color: #c4b5fd !important;
  }

  .sm\:tw-to-violet-400 {
    --gradient-to-color: #a78bfa !important;
  }

  .sm\:tw-to-violet-500 {
    --gradient-to-color: #8b5cf6 !important;
  }

  .sm\:tw-to-violet-600 {
    --gradient-to-color: #7c3aed !important;
  }

  .sm\:tw-to-violet-700 {
    --gradient-to-color: #6d28d9 !important;
  }

  .sm\:tw-to-violet-800 {
    --gradient-to-color: #5b21b6 !important;
  }

  .sm\:tw-to-violet-900 {
    --gradient-to-color: #4c1d95 !important;
  }

  .sm\:tw-to-fuchsia-50 {
    --gradient-to-color: #fdf4ff !important;
  }

  .sm\:tw-to-fuchsia-100 {
    --gradient-to-color: #fae8ff !important;
  }

  .sm\:tw-to-fuchsia-200 {
    --gradient-to-color: #f5d0fe !important;
  }

  .sm\:tw-to-fuchsia-300 {
    --gradient-to-color: #f0abfc !important;
  }

  .sm\:tw-to-fuchsia-400 {
    --gradient-to-color: #e879f9 !important;
  }

  .sm\:tw-to-fuchsia-500 {
    --gradient-to-color: #d946ef !important;
  }

  .sm\:tw-to-fuchsia-600 {
    --gradient-to-color: #c026d3 !important;
  }

  .sm\:tw-to-fuchsia-700 {
    --gradient-to-color: #a21caf !important;
  }

  .sm\:tw-to-fuchsia-800 {
    --gradient-to-color: #86198f !important;
  }

  .sm\:tw-to-fuchsia-900 {
    --gradient-to-color: #701a75 !important;
  }

  .sm\:tw-to-rose-50 {
    --gradient-to-color: #fff1f2 !important;
  }

  .sm\:tw-to-rose-100 {
    --gradient-to-color: #ffe4e6 !important;
  }

  .sm\:tw-to-rose-200 {
    --gradient-to-color: #fecdd3 !important;
  }

  .sm\:tw-to-rose-300 {
    --gradient-to-color: #fda4af !important;
  }

  .sm\:tw-to-rose-400 {
    --gradient-to-color: #fb7185 !important;
  }

  .sm\:tw-to-rose-500 {
    --gradient-to-color: #f43f5e !important;
  }

  .sm\:tw-to-rose-600 {
    --gradient-to-color: #e11d48 !important;
  }

  .sm\:tw-to-rose-700 {
    --gradient-to-color: #be123c !important;
  }

  .sm\:tw-to-rose-800 {
    --gradient-to-color: #9f1239 !important;
  }

  .sm\:tw-to-rose-900 {
    --gradient-to-color: #881337 !important;
  }

  .sm\:hover\:tw-from-transparent:hover {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:tw-from-current:hover {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-black:hover {
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:tw-from-white:hover {
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-50:hover {
    --gradient-from-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-100:hover {
    --gradient-from-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-200:hover {
    --gradient-from-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-300:hover {
    --gradient-from-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-400:hover {
    --gradient-from-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-500:hover {
    --gradient-from-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-600:hover {
    --gradient-from-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-700:hover {
    --gradient-from-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-800:hover {
    --gradient-from-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-900:hover {
    --gradient-from-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .sm\:hover\:tw-from-red-50:hover {
    --gradient-from-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:hover\:tw-from-red-100:hover {
    --gradient-from-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:hover\:tw-from-red-200:hover {
    --gradient-from-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:hover\:tw-from-red-300:hover {
    --gradient-from-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:hover\:tw-from-red-400:hover {
    --gradient-from-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:hover\:tw-from-red-500:hover {
    --gradient-from-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:hover\:tw-from-red-600:hover {
    --gradient-from-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:hover\:tw-from-red-700:hover {
    --gradient-from-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:hover\:tw-from-red-800:hover {
    --gradient-from-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:hover\:tw-from-red-900:hover {
    --gradient-from-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-50:hover {
    --gradient-from-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-100:hover {
    --gradient-from-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-200:hover {
    --gradient-from-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-300:hover {
    --gradient-from-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-400:hover {
    --gradient-from-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-500:hover {
    --gradient-from-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-600:hover {
    --gradient-from-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-700:hover {
    --gradient-from-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-800:hover {
    --gradient-from-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-900:hover {
    --gradient-from-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-50:hover {
    --gradient-from-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-100:hover {
    --gradient-from-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-200:hover {
    --gradient-from-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-300:hover {
    --gradient-from-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-400:hover {
    --gradient-from-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-500:hover {
    --gradient-from-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-600:hover {
    --gradient-from-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-700:hover {
    --gradient-from-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-800:hover {
    --gradient-from-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-900:hover {
    --gradient-from-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .sm\:hover\:tw-from-green-50:hover {
    --gradient-from-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .sm\:hover\:tw-from-green-100:hover {
    --gradient-from-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .sm\:hover\:tw-from-green-200:hover {
    --gradient-from-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .sm\:hover\:tw-from-green-300:hover {
    --gradient-from-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .sm\:hover\:tw-from-green-400:hover {
    --gradient-from-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .sm\:hover\:tw-from-green-500:hover {
    --gradient-from-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .sm\:hover\:tw-from-green-600:hover {
    --gradient-from-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .sm\:hover\:tw-from-green-700:hover {
    --gradient-from-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .sm\:hover\:tw-from-green-800:hover {
    --gradient-from-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .sm\:hover\:tw-from-green-900:hover {
    --gradient-from-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-50:hover {
    --gradient-from-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-100:hover {
    --gradient-from-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-200:hover {
    --gradient-from-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-300:hover {
    --gradient-from-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-400:hover {
    --gradient-from-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-500:hover {
    --gradient-from-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-600:hover {
    --gradient-from-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-700:hover {
    --gradient-from-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-800:hover {
    --gradient-from-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-900:hover {
    --gradient-from-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-50:hover {
    --gradient-from-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-100:hover {
    --gradient-from-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-200:hover {
    --gradient-from-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-300:hover {
    --gradient-from-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-400:hover {
    --gradient-from-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-500:hover {
    --gradient-from-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-600:hover {
    --gradient-from-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-700:hover {
    --gradient-from-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-800:hover {
    --gradient-from-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-900:hover {
    --gradient-from-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-50:hover {
    --gradient-from-color: #eef2ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-100:hover {
    --gradient-from-color: #e0e7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-200:hover {
    --gradient-from-color: #c7d2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-300:hover {
    --gradient-from-color: #a5b4fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-400:hover {
    --gradient-from-color: #818cf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-500:hover {
    --gradient-from-color: #6366f1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-600:hover {
    --gradient-from-color: #4f46e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-700:hover {
    --gradient-from-color: #4338ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-800:hover {
    --gradient-from-color: #3730a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-900:hover {
    --gradient-from-color: #312e81 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-50:hover {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-100:hover {
    --gradient-from-color: #f3e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-200:hover {
    --gradient-from-color: #e9d5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-300:hover {
    --gradient-from-color: #d8b4fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-400:hover {
    --gradient-from-color: #c084fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-500:hover {
    --gradient-from-color: #a855f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-600:hover {
    --gradient-from-color: #9333ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-700:hover {
    --gradient-from-color: #7e22ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-800:hover {
    --gradient-from-color: #6b21a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-900:hover {
    --gradient-from-color: #581c87 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-50:hover {
    --gradient-from-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-100:hover {
    --gradient-from-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-200:hover {
    --gradient-from-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-300:hover {
    --gradient-from-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-400:hover {
    --gradient-from-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-500:hover {
    --gradient-from-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-600:hover {
    --gradient-from-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-700:hover {
    --gradient-from-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-800:hover {
    --gradient-from-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-900:hover {
    --gradient-from-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .sm\:hover\:tw-from-app-main:hover {
    --gradient-from-color: #F18D11 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
  }

  .sm\:hover\:tw-from-app-sub-blue:hover {
    --gradient-from-color: #1E548F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
  }

  .sm\:hover\:tw-from-app-yellow:hover {
    --gradient-from-color: #FFF5D1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
  }

  .sm\:hover\:tw-from-theme-primary:hover {
    --gradient-from-color: #f3980f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
  }

  .sm\:hover\:tw-from-theme-info:hover {
    --gradient-from-color: #1b925a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
  }

  .sm\:hover\:tw-from-slate-50:hover {
    --gradient-from-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .sm\:hover\:tw-from-slate-100:hover {
    --gradient-from-color: #f1f5f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
  }

  .sm\:hover\:tw-from-slate-200:hover {
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:hover\:tw-from-slate-300:hover {
    --gradient-from-color: #cbd5e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
  }

  .sm\:hover\:tw-from-slate-400:hover {
    --gradient-from-color: #94a3b8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
  }

  .sm\:hover\:tw-from-slate-500:hover {
    --gradient-from-color: #64748b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
  }

  .sm\:hover\:tw-from-slate-600:hover {
    --gradient-from-color: #475569 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
  }

  .sm\:hover\:tw-from-slate-700:hover {
    --gradient-from-color: #334155 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
  }

  .sm\:hover\:tw-from-slate-800:hover {
    --gradient-from-color: #1e293b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
  }

  .sm\:hover\:tw-from-slate-900:hover {
    --gradient-from-color: #0f172a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
  }

  .sm\:hover\:tw-from-zinc-50:hover {
    --gradient-from-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:hover\:tw-from-zinc-100:hover {
    --gradient-from-color: #f4f4f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
  }

  .sm\:hover\:tw-from-zinc-200:hover {
    --gradient-from-color: #e4e4e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
  }

  .sm\:hover\:tw-from-zinc-300:hover {
    --gradient-from-color: #d4d4d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
  }

  .sm\:hover\:tw-from-zinc-400:hover {
    --gradient-from-color: #a1a1aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
  }

  .sm\:hover\:tw-from-zinc-500:hover {
    --gradient-from-color: #71717a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
  }

  .sm\:hover\:tw-from-zinc-600:hover {
    --gradient-from-color: #52525b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
  }

  .sm\:hover\:tw-from-zinc-700:hover {
    --gradient-from-color: #3f3f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
  }

  .sm\:hover\:tw-from-zinc-800:hover {
    --gradient-from-color: #27272a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
  }

  .sm\:hover\:tw-from-zinc-900:hover {
    --gradient-from-color: #18181b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
  }

  .sm\:hover\:tw-from-neutral-50:hover {
    --gradient-from-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:hover\:tw-from-neutral-100:hover {
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:hover\:tw-from-neutral-200:hover {
    --gradient-from-color: #e5e5e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
  }

  .sm\:hover\:tw-from-neutral-300:hover {
    --gradient-from-color: #d4d4d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
  }

  .sm\:hover\:tw-from-neutral-400:hover {
    --gradient-from-color: #a3a3a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
  }

  .sm\:hover\:tw-from-neutral-500:hover {
    --gradient-from-color: #737373 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
  }

  .sm\:hover\:tw-from-neutral-600:hover {
    --gradient-from-color: #525252 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
  }

  .sm\:hover\:tw-from-neutral-700:hover {
    --gradient-from-color: #404040 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
  }

  .sm\:hover\:tw-from-neutral-800:hover {
    --gradient-from-color: #262626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
  }

  .sm\:hover\:tw-from-neutral-900:hover {
    --gradient-from-color: #171717 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
  }

  .sm\:hover\:tw-from-stone-50:hover {
    --gradient-from-color: #fafaf9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
  }

  .sm\:hover\:tw-from-stone-100:hover {
    --gradient-from-color: #f5f5f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
  }

  .sm\:hover\:tw-from-stone-200:hover {
    --gradient-from-color: #e7e5e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
  }

  .sm\:hover\:tw-from-stone-300:hover {
    --gradient-from-color: #d6d3d1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
  }

  .sm\:hover\:tw-from-stone-400:hover {
    --gradient-from-color: #a8a29e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
  }

  .sm\:hover\:tw-from-stone-500:hover {
    --gradient-from-color: #78716c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
  }

  .sm\:hover\:tw-from-stone-600:hover {
    --gradient-from-color: #57534e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
  }

  .sm\:hover\:tw-from-stone-700:hover {
    --gradient-from-color: #44403c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
  }

  .sm\:hover\:tw-from-stone-800:hover {
    --gradient-from-color: #292524 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
  }

  .sm\:hover\:tw-from-stone-900:hover {
    --gradient-from-color: #1c1917 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
  }

  .sm\:hover\:tw-from-amber-50:hover {
    --gradient-from-color: #fffbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
  }

  .sm\:hover\:tw-from-amber-100:hover {
    --gradient-from-color: #fef3c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
  }

  .sm\:hover\:tw-from-amber-200:hover {
    --gradient-from-color: #fde68a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
  }

  .sm\:hover\:tw-from-amber-300:hover {
    --gradient-from-color: #fcd34d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
  }

  .sm\:hover\:tw-from-amber-400:hover {
    --gradient-from-color: #fbbf24 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
  }

  .sm\:hover\:tw-from-amber-500:hover {
    --gradient-from-color: #f59e0b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .sm\:hover\:tw-from-amber-600:hover {
    --gradient-from-color: #d97706 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
  }

  .sm\:hover\:tw-from-amber-700:hover {
    --gradient-from-color: #b45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .sm\:hover\:tw-from-amber-800:hover {
    --gradient-from-color: #92400e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
  }

  .sm\:hover\:tw-from-amber-900:hover {
    --gradient-from-color: #78350f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
  }

  .sm\:hover\:tw-from-lime-50:hover {
    --gradient-from-color: #f7fee7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
  }

  .sm\:hover\:tw-from-lime-100:hover {
    --gradient-from-color: #ecfccb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
  }

  .sm\:hover\:tw-from-lime-200:hover {
    --gradient-from-color: #d9f99d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
  }

  .sm\:hover\:tw-from-lime-300:hover {
    --gradient-from-color: #bef264 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
  }

  .sm\:hover\:tw-from-lime-400:hover {
    --gradient-from-color: #a3e635 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
  }

  .sm\:hover\:tw-from-lime-500:hover {
    --gradient-from-color: #84cc16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
  }

  .sm\:hover\:tw-from-lime-600:hover {
    --gradient-from-color: #65a30d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
  }

  .sm\:hover\:tw-from-lime-700:hover {
    --gradient-from-color: #4d7c0f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
  }

  .sm\:hover\:tw-from-lime-800:hover {
    --gradient-from-color: #3f6212 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
  }

  .sm\:hover\:tw-from-lime-900:hover {
    --gradient-from-color: #365314 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
  }

  .sm\:hover\:tw-from-emerald-50:hover {
    --gradient-from-color: #ecfdf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
  }

  .sm\:hover\:tw-from-emerald-100:hover {
    --gradient-from-color: #d1fae5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
  }

  .sm\:hover\:tw-from-emerald-200:hover {
    --gradient-from-color: #a7f3d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
  }

  .sm\:hover\:tw-from-emerald-300:hover {
    --gradient-from-color: #6ee7b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
  }

  .sm\:hover\:tw-from-emerald-400:hover {
    --gradient-from-color: #34d399 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
  }

  .sm\:hover\:tw-from-emerald-500:hover {
    --gradient-from-color: #10b981 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
  }

  .sm\:hover\:tw-from-emerald-600:hover {
    --gradient-from-color: #059669 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
  }

  .sm\:hover\:tw-from-emerald-700:hover {
    --gradient-from-color: #047857 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
  }

  .sm\:hover\:tw-from-emerald-800:hover {
    --gradient-from-color: #065f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
  }

  .sm\:hover\:tw-from-emerald-900:hover {
    --gradient-from-color: #064e3b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
  }

  .sm\:hover\:tw-from-cyan-50:hover {
    --gradient-from-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-cyan-100:hover {
    --gradient-from-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .sm\:hover\:tw-from-cyan-200:hover {
    --gradient-from-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .sm\:hover\:tw-from-cyan-300:hover {
    --gradient-from-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .sm\:hover\:tw-from-cyan-400:hover {
    --gradient-from-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .sm\:hover\:tw-from-cyan-500:hover {
    --gradient-from-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .sm\:hover\:tw-from-cyan-600:hover {
    --gradient-from-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .sm\:hover\:tw-from-cyan-700:hover {
    --gradient-from-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .sm\:hover\:tw-from-cyan-800:hover {
    --gradient-from-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .sm\:hover\:tw-from-cyan-900:hover {
    --gradient-from-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .sm\:hover\:tw-from-sky-50:hover {
    --gradient-from-color: #f0f9ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-sky-100:hover {
    --gradient-from-color: #e0f2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
  }

  .sm\:hover\:tw-from-sky-200:hover {
    --gradient-from-color: #bae6fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
  }

  .sm\:hover\:tw-from-sky-300:hover {
    --gradient-from-color: #7dd3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
  }

  .sm\:hover\:tw-from-sky-400:hover {
    --gradient-from-color: #38bdf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
  }

  .sm\:hover\:tw-from-sky-500:hover {
    --gradient-from-color: #0ea5e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
  }

  .sm\:hover\:tw-from-sky-600:hover {
    --gradient-from-color: #0284c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
  }

  .sm\:hover\:tw-from-sky-700:hover {
    --gradient-from-color: #0369a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
  }

  .sm\:hover\:tw-from-sky-800:hover {
    --gradient-from-color: #075985 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
  }

  .sm\:hover\:tw-from-sky-900:hover {
    --gradient-from-color: #0c4a6e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
  }

  .sm\:hover\:tw-from-violet-50:hover {
    --gradient-from-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-violet-100:hover {
    --gradient-from-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .sm\:hover\:tw-from-violet-200:hover {
    --gradient-from-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .sm\:hover\:tw-from-violet-300:hover {
    --gradient-from-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .sm\:hover\:tw-from-violet-400:hover {
    --gradient-from-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .sm\:hover\:tw-from-violet-500:hover {
    --gradient-from-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .sm\:hover\:tw-from-violet-600:hover {
    --gradient-from-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .sm\:hover\:tw-from-violet-700:hover {
    --gradient-from-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .sm\:hover\:tw-from-violet-800:hover {
    --gradient-from-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .sm\:hover\:tw-from-violet-900:hover {
    --gradient-from-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .sm\:hover\:tw-from-fuchsia-50:hover {
    --gradient-from-color: #fdf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-fuchsia-100:hover {
    --gradient-from-color: #fae8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-fuchsia-200:hover {
    --gradient-from-color: #f5d0fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
  }

  .sm\:hover\:tw-from-fuchsia-300:hover {
    --gradient-from-color: #f0abfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
  }

  .sm\:hover\:tw-from-fuchsia-400:hover {
    --gradient-from-color: #e879f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
  }

  .sm\:hover\:tw-from-fuchsia-500:hover {
    --gradient-from-color: #d946ef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
  }

  .sm\:hover\:tw-from-fuchsia-600:hover {
    --gradient-from-color: #c026d3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
  }

  .sm\:hover\:tw-from-fuchsia-700:hover {
    --gradient-from-color: #a21caf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
  }

  .sm\:hover\:tw-from-fuchsia-800:hover {
    --gradient-from-color: #86198f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
  }

  .sm\:hover\:tw-from-fuchsia-900:hover {
    --gradient-from-color: #701a75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
  }

  .sm\:hover\:tw-from-rose-50:hover {
    --gradient-from-color: #fff1f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
  }

  .sm\:hover\:tw-from-rose-100:hover {
    --gradient-from-color: #ffe4e6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
  }

  .sm\:hover\:tw-from-rose-200:hover {
    --gradient-from-color: #fecdd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
  }

  .sm\:hover\:tw-from-rose-300:hover {
    --gradient-from-color: #fda4af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
  }

  .sm\:hover\:tw-from-rose-400:hover {
    --gradient-from-color: #fb7185 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
  }

  .sm\:hover\:tw-from-rose-500:hover {
    --gradient-from-color: #f43f5e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
  }

  .sm\:hover\:tw-from-rose-600:hover {
    --gradient-from-color: #e11d48 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
  }

  .sm\:hover\:tw-from-rose-700:hover {
    --gradient-from-color: #be123c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
  }

  .sm\:hover\:tw-from-rose-800:hover {
    --gradient-from-color: #9f1239 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
  }

  .sm\:hover\:tw-from-rose-900:hover {
    --gradient-from-color: #881337 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
  }

  .sm\:hover\:tw-via-transparent:hover {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:tw-via-current:hover {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-black:hover {
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:tw-via-white:hover {
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-50:hover {
    --gradient-via-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-100:hover {
    --gradient-via-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-200:hover {
    --gradient-via-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-300:hover {
    --gradient-via-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-400:hover {
    --gradient-via-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-500:hover {
    --gradient-via-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-600:hover {
    --gradient-via-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-700:hover {
    --gradient-via-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-800:hover {
    --gradient-via-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-900:hover {
    --gradient-via-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .sm\:hover\:tw-via-red-50:hover {
    --gradient-via-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:hover\:tw-via-red-100:hover {
    --gradient-via-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:hover\:tw-via-red-200:hover {
    --gradient-via-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:hover\:tw-via-red-300:hover {
    --gradient-via-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:hover\:tw-via-red-400:hover {
    --gradient-via-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:hover\:tw-via-red-500:hover {
    --gradient-via-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:hover\:tw-via-red-600:hover {
    --gradient-via-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:hover\:tw-via-red-700:hover {
    --gradient-via-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:hover\:tw-via-red-800:hover {
    --gradient-via-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:hover\:tw-via-red-900:hover {
    --gradient-via-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-50:hover {
    --gradient-via-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-100:hover {
    --gradient-via-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-200:hover {
    --gradient-via-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-300:hover {
    --gradient-via-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-400:hover {
    --gradient-via-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-500:hover {
    --gradient-via-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-600:hover {
    --gradient-via-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-700:hover {
    --gradient-via-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-800:hover {
    --gradient-via-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-900:hover {
    --gradient-via-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-50:hover {
    --gradient-via-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-100:hover {
    --gradient-via-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-200:hover {
    --gradient-via-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-300:hover {
    --gradient-via-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-400:hover {
    --gradient-via-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-500:hover {
    --gradient-via-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-600:hover {
    --gradient-via-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-700:hover {
    --gradient-via-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-800:hover {
    --gradient-via-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-900:hover {
    --gradient-via-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .sm\:hover\:tw-via-green-50:hover {
    --gradient-via-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .sm\:hover\:tw-via-green-100:hover {
    --gradient-via-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .sm\:hover\:tw-via-green-200:hover {
    --gradient-via-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .sm\:hover\:tw-via-green-300:hover {
    --gradient-via-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .sm\:hover\:tw-via-green-400:hover {
    --gradient-via-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .sm\:hover\:tw-via-green-500:hover {
    --gradient-via-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .sm\:hover\:tw-via-green-600:hover {
    --gradient-via-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .sm\:hover\:tw-via-green-700:hover {
    --gradient-via-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .sm\:hover\:tw-via-green-800:hover {
    --gradient-via-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .sm\:hover\:tw-via-green-900:hover {
    --gradient-via-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-50:hover {
    --gradient-via-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-100:hover {
    --gradient-via-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-200:hover {
    --gradient-via-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-300:hover {
    --gradient-via-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-400:hover {
    --gradient-via-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-500:hover {
    --gradient-via-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-600:hover {
    --gradient-via-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-700:hover {
    --gradient-via-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-800:hover {
    --gradient-via-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-900:hover {
    --gradient-via-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-50:hover {
    --gradient-via-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-100:hover {
    --gradient-via-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-200:hover {
    --gradient-via-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-300:hover {
    --gradient-via-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-400:hover {
    --gradient-via-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-500:hover {
    --gradient-via-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-600:hover {
    --gradient-via-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-700:hover {
    --gradient-via-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-800:hover {
    --gradient-via-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-900:hover {
    --gradient-via-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-50:hover {
    --gradient-via-color: #eef2ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-100:hover {
    --gradient-via-color: #e0e7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-200:hover {
    --gradient-via-color: #c7d2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-300:hover {
    --gradient-via-color: #a5b4fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-400:hover {
    --gradient-via-color: #818cf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-500:hover {
    --gradient-via-color: #6366f1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-600:hover {
    --gradient-via-color: #4f46e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-700:hover {
    --gradient-via-color: #4338ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-800:hover {
    --gradient-via-color: #3730a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-900:hover {
    --gradient-via-color: #312e81 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-50:hover {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-100:hover {
    --gradient-via-color: #f3e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-200:hover {
    --gradient-via-color: #e9d5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-300:hover {
    --gradient-via-color: #d8b4fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-400:hover {
    --gradient-via-color: #c084fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-500:hover {
    --gradient-via-color: #a855f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-600:hover {
    --gradient-via-color: #9333ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-700:hover {
    --gradient-via-color: #7e22ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-800:hover {
    --gradient-via-color: #6b21a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-900:hover {
    --gradient-via-color: #581c87 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-50:hover {
    --gradient-via-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-100:hover {
    --gradient-via-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-200:hover {
    --gradient-via-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-300:hover {
    --gradient-via-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-400:hover {
    --gradient-via-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-500:hover {
    --gradient-via-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-600:hover {
    --gradient-via-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-700:hover {
    --gradient-via-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-800:hover {
    --gradient-via-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-900:hover {
    --gradient-via-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .sm\:hover\:tw-via-app-main:hover {
    --gradient-via-color: #F18D11 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
  }

  .sm\:hover\:tw-via-app-sub-blue:hover {
    --gradient-via-color: #1E548F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
  }

  .sm\:hover\:tw-via-app-yellow:hover {
    --gradient-via-color: #FFF5D1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
  }

  .sm\:hover\:tw-via-theme-primary:hover {
    --gradient-via-color: #f3980f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
  }

  .sm\:hover\:tw-via-theme-info:hover {
    --gradient-via-color: #1b925a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
  }

  .sm\:hover\:tw-via-slate-50:hover {
    --gradient-via-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .sm\:hover\:tw-via-slate-100:hover {
    --gradient-via-color: #f1f5f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
  }

  .sm\:hover\:tw-via-slate-200:hover {
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:hover\:tw-via-slate-300:hover {
    --gradient-via-color: #cbd5e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
  }

  .sm\:hover\:tw-via-slate-400:hover {
    --gradient-via-color: #94a3b8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
  }

  .sm\:hover\:tw-via-slate-500:hover {
    --gradient-via-color: #64748b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
  }

  .sm\:hover\:tw-via-slate-600:hover {
    --gradient-via-color: #475569 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
  }

  .sm\:hover\:tw-via-slate-700:hover {
    --gradient-via-color: #334155 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
  }

  .sm\:hover\:tw-via-slate-800:hover {
    --gradient-via-color: #1e293b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
  }

  .sm\:hover\:tw-via-slate-900:hover {
    --gradient-via-color: #0f172a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
  }

  .sm\:hover\:tw-via-zinc-50:hover {
    --gradient-via-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:hover\:tw-via-zinc-100:hover {
    --gradient-via-color: #f4f4f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
  }

  .sm\:hover\:tw-via-zinc-200:hover {
    --gradient-via-color: #e4e4e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
  }

  .sm\:hover\:tw-via-zinc-300:hover {
    --gradient-via-color: #d4d4d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
  }

  .sm\:hover\:tw-via-zinc-400:hover {
    --gradient-via-color: #a1a1aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
  }

  .sm\:hover\:tw-via-zinc-500:hover {
    --gradient-via-color: #71717a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
  }

  .sm\:hover\:tw-via-zinc-600:hover {
    --gradient-via-color: #52525b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
  }

  .sm\:hover\:tw-via-zinc-700:hover {
    --gradient-via-color: #3f3f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
  }

  .sm\:hover\:tw-via-zinc-800:hover {
    --gradient-via-color: #27272a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
  }

  .sm\:hover\:tw-via-zinc-900:hover {
    --gradient-via-color: #18181b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
  }

  .sm\:hover\:tw-via-neutral-50:hover {
    --gradient-via-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:hover\:tw-via-neutral-100:hover {
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:hover\:tw-via-neutral-200:hover {
    --gradient-via-color: #e5e5e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
  }

  .sm\:hover\:tw-via-neutral-300:hover {
    --gradient-via-color: #d4d4d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
  }

  .sm\:hover\:tw-via-neutral-400:hover {
    --gradient-via-color: #a3a3a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
  }

  .sm\:hover\:tw-via-neutral-500:hover {
    --gradient-via-color: #737373 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
  }

  .sm\:hover\:tw-via-neutral-600:hover {
    --gradient-via-color: #525252 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
  }

  .sm\:hover\:tw-via-neutral-700:hover {
    --gradient-via-color: #404040 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
  }

  .sm\:hover\:tw-via-neutral-800:hover {
    --gradient-via-color: #262626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
  }

  .sm\:hover\:tw-via-neutral-900:hover {
    --gradient-via-color: #171717 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
  }

  .sm\:hover\:tw-via-stone-50:hover {
    --gradient-via-color: #fafaf9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
  }

  .sm\:hover\:tw-via-stone-100:hover {
    --gradient-via-color: #f5f5f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
  }

  .sm\:hover\:tw-via-stone-200:hover {
    --gradient-via-color: #e7e5e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
  }

  .sm\:hover\:tw-via-stone-300:hover {
    --gradient-via-color: #d6d3d1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
  }

  .sm\:hover\:tw-via-stone-400:hover {
    --gradient-via-color: #a8a29e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
  }

  .sm\:hover\:tw-via-stone-500:hover {
    --gradient-via-color: #78716c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
  }

  .sm\:hover\:tw-via-stone-600:hover {
    --gradient-via-color: #57534e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
  }

  .sm\:hover\:tw-via-stone-700:hover {
    --gradient-via-color: #44403c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
  }

  .sm\:hover\:tw-via-stone-800:hover {
    --gradient-via-color: #292524 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
  }

  .sm\:hover\:tw-via-stone-900:hover {
    --gradient-via-color: #1c1917 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
  }

  .sm\:hover\:tw-via-amber-50:hover {
    --gradient-via-color: #fffbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
  }

  .sm\:hover\:tw-via-amber-100:hover {
    --gradient-via-color: #fef3c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
  }

  .sm\:hover\:tw-via-amber-200:hover {
    --gradient-via-color: #fde68a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
  }

  .sm\:hover\:tw-via-amber-300:hover {
    --gradient-via-color: #fcd34d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
  }

  .sm\:hover\:tw-via-amber-400:hover {
    --gradient-via-color: #fbbf24 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
  }

  .sm\:hover\:tw-via-amber-500:hover {
    --gradient-via-color: #f59e0b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .sm\:hover\:tw-via-amber-600:hover {
    --gradient-via-color: #d97706 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
  }

  .sm\:hover\:tw-via-amber-700:hover {
    --gradient-via-color: #b45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .sm\:hover\:tw-via-amber-800:hover {
    --gradient-via-color: #92400e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
  }

  .sm\:hover\:tw-via-amber-900:hover {
    --gradient-via-color: #78350f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
  }

  .sm\:hover\:tw-via-lime-50:hover {
    --gradient-via-color: #f7fee7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
  }

  .sm\:hover\:tw-via-lime-100:hover {
    --gradient-via-color: #ecfccb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
  }

  .sm\:hover\:tw-via-lime-200:hover {
    --gradient-via-color: #d9f99d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
  }

  .sm\:hover\:tw-via-lime-300:hover {
    --gradient-via-color: #bef264 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
  }

  .sm\:hover\:tw-via-lime-400:hover {
    --gradient-via-color: #a3e635 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
  }

  .sm\:hover\:tw-via-lime-500:hover {
    --gradient-via-color: #84cc16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
  }

  .sm\:hover\:tw-via-lime-600:hover {
    --gradient-via-color: #65a30d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
  }

  .sm\:hover\:tw-via-lime-700:hover {
    --gradient-via-color: #4d7c0f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
  }

  .sm\:hover\:tw-via-lime-800:hover {
    --gradient-via-color: #3f6212 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
  }

  .sm\:hover\:tw-via-lime-900:hover {
    --gradient-via-color: #365314 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
  }

  .sm\:hover\:tw-via-emerald-50:hover {
    --gradient-via-color: #ecfdf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
  }

  .sm\:hover\:tw-via-emerald-100:hover {
    --gradient-via-color: #d1fae5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
  }

  .sm\:hover\:tw-via-emerald-200:hover {
    --gradient-via-color: #a7f3d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
  }

  .sm\:hover\:tw-via-emerald-300:hover {
    --gradient-via-color: #6ee7b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
  }

  .sm\:hover\:tw-via-emerald-400:hover {
    --gradient-via-color: #34d399 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
  }

  .sm\:hover\:tw-via-emerald-500:hover {
    --gradient-via-color: #10b981 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
  }

  .sm\:hover\:tw-via-emerald-600:hover {
    --gradient-via-color: #059669 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
  }

  .sm\:hover\:tw-via-emerald-700:hover {
    --gradient-via-color: #047857 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
  }

  .sm\:hover\:tw-via-emerald-800:hover {
    --gradient-via-color: #065f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
  }

  .sm\:hover\:tw-via-emerald-900:hover {
    --gradient-via-color: #064e3b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
  }

  .sm\:hover\:tw-via-cyan-50:hover {
    --gradient-via-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-cyan-100:hover {
    --gradient-via-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .sm\:hover\:tw-via-cyan-200:hover {
    --gradient-via-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .sm\:hover\:tw-via-cyan-300:hover {
    --gradient-via-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .sm\:hover\:tw-via-cyan-400:hover {
    --gradient-via-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .sm\:hover\:tw-via-cyan-500:hover {
    --gradient-via-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .sm\:hover\:tw-via-cyan-600:hover {
    --gradient-via-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .sm\:hover\:tw-via-cyan-700:hover {
    --gradient-via-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .sm\:hover\:tw-via-cyan-800:hover {
    --gradient-via-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .sm\:hover\:tw-via-cyan-900:hover {
    --gradient-via-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .sm\:hover\:tw-via-sky-50:hover {
    --gradient-via-color: #f0f9ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-sky-100:hover {
    --gradient-via-color: #e0f2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
  }

  .sm\:hover\:tw-via-sky-200:hover {
    --gradient-via-color: #bae6fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
  }

  .sm\:hover\:tw-via-sky-300:hover {
    --gradient-via-color: #7dd3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
  }

  .sm\:hover\:tw-via-sky-400:hover {
    --gradient-via-color: #38bdf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
  }

  .sm\:hover\:tw-via-sky-500:hover {
    --gradient-via-color: #0ea5e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
  }

  .sm\:hover\:tw-via-sky-600:hover {
    --gradient-via-color: #0284c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
  }

  .sm\:hover\:tw-via-sky-700:hover {
    --gradient-via-color: #0369a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
  }

  .sm\:hover\:tw-via-sky-800:hover {
    --gradient-via-color: #075985 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
  }

  .sm\:hover\:tw-via-sky-900:hover {
    --gradient-via-color: #0c4a6e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
  }

  .sm\:hover\:tw-via-violet-50:hover {
    --gradient-via-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-violet-100:hover {
    --gradient-via-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .sm\:hover\:tw-via-violet-200:hover {
    --gradient-via-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .sm\:hover\:tw-via-violet-300:hover {
    --gradient-via-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .sm\:hover\:tw-via-violet-400:hover {
    --gradient-via-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .sm\:hover\:tw-via-violet-500:hover {
    --gradient-via-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .sm\:hover\:tw-via-violet-600:hover {
    --gradient-via-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .sm\:hover\:tw-via-violet-700:hover {
    --gradient-via-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .sm\:hover\:tw-via-violet-800:hover {
    --gradient-via-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .sm\:hover\:tw-via-violet-900:hover {
    --gradient-via-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .sm\:hover\:tw-via-fuchsia-50:hover {
    --gradient-via-color: #fdf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-fuchsia-100:hover {
    --gradient-via-color: #fae8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-fuchsia-200:hover {
    --gradient-via-color: #f5d0fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
  }

  .sm\:hover\:tw-via-fuchsia-300:hover {
    --gradient-via-color: #f0abfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
  }

  .sm\:hover\:tw-via-fuchsia-400:hover {
    --gradient-via-color: #e879f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
  }

  .sm\:hover\:tw-via-fuchsia-500:hover {
    --gradient-via-color: #d946ef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
  }

  .sm\:hover\:tw-via-fuchsia-600:hover {
    --gradient-via-color: #c026d3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
  }

  .sm\:hover\:tw-via-fuchsia-700:hover {
    --gradient-via-color: #a21caf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
  }

  .sm\:hover\:tw-via-fuchsia-800:hover {
    --gradient-via-color: #86198f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
  }

  .sm\:hover\:tw-via-fuchsia-900:hover {
    --gradient-via-color: #701a75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
  }

  .sm\:hover\:tw-via-rose-50:hover {
    --gradient-via-color: #fff1f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
  }

  .sm\:hover\:tw-via-rose-100:hover {
    --gradient-via-color: #ffe4e6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
  }

  .sm\:hover\:tw-via-rose-200:hover {
    --gradient-via-color: #fecdd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
  }

  .sm\:hover\:tw-via-rose-300:hover {
    --gradient-via-color: #fda4af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
  }

  .sm\:hover\:tw-via-rose-400:hover {
    --gradient-via-color: #fb7185 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
  }

  .sm\:hover\:tw-via-rose-500:hover {
    --gradient-via-color: #f43f5e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
  }

  .sm\:hover\:tw-via-rose-600:hover {
    --gradient-via-color: #e11d48 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
  }

  .sm\:hover\:tw-via-rose-700:hover {
    --gradient-via-color: #be123c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
  }

  .sm\:hover\:tw-via-rose-800:hover {
    --gradient-via-color: #9f1239 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
  }

  .sm\:hover\:tw-via-rose-900:hover {
    --gradient-via-color: #881337 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
  }

  .sm\:hover\:tw-to-transparent:hover {
    --gradient-to-color: transparent !important;
  }

  .sm\:hover\:tw-to-current:hover {
    --gradient-to-color: currentColor !important;
  }

  .sm\:hover\:tw-to-black:hover {
    --gradient-to-color: #000 !important;
  }

  .sm\:hover\:tw-to-white:hover {
    --gradient-to-color: #fff !important;
  }

  .sm\:hover\:tw-to-gray-50:hover {
    --gradient-to-color: #f9fafb !important;
  }

  .sm\:hover\:tw-to-gray-100:hover {
    --gradient-to-color: #f3f4f6 !important;
  }

  .sm\:hover\:tw-to-gray-200:hover {
    --gradient-to-color: #e5e7eb !important;
  }

  .sm\:hover\:tw-to-gray-300:hover {
    --gradient-to-color: #d1d5db !important;
  }

  .sm\:hover\:tw-to-gray-400:hover {
    --gradient-to-color: #9ca3af !important;
  }

  .sm\:hover\:tw-to-gray-500:hover {
    --gradient-to-color: #6b7280 !important;
  }

  .sm\:hover\:tw-to-gray-600:hover {
    --gradient-to-color: #4b5563 !important;
  }

  .sm\:hover\:tw-to-gray-700:hover {
    --gradient-to-color: #374151 !important;
  }

  .sm\:hover\:tw-to-gray-800:hover {
    --gradient-to-color: #1f2937 !important;
  }

  .sm\:hover\:tw-to-gray-900:hover {
    --gradient-to-color: #111827 !important;
  }

  .sm\:hover\:tw-to-red-50:hover {
    --gradient-to-color: #fef2f2 !important;
  }

  .sm\:hover\:tw-to-red-100:hover {
    --gradient-to-color: #fee2e2 !important;
  }

  .sm\:hover\:tw-to-red-200:hover {
    --gradient-to-color: #fecaca !important;
  }

  .sm\:hover\:tw-to-red-300:hover {
    --gradient-to-color: #fca5a5 !important;
  }

  .sm\:hover\:tw-to-red-400:hover {
    --gradient-to-color: #f87171 !important;
  }

  .sm\:hover\:tw-to-red-500:hover {
    --gradient-to-color: #ef4444 !important;
  }

  .sm\:hover\:tw-to-red-600:hover {
    --gradient-to-color: #dc2626 !important;
  }

  .sm\:hover\:tw-to-red-700:hover {
    --gradient-to-color: #b91c1c !important;
  }

  .sm\:hover\:tw-to-red-800:hover {
    --gradient-to-color: #991b1b !important;
  }

  .sm\:hover\:tw-to-red-900:hover {
    --gradient-to-color: #7f1d1d !important;
  }

  .sm\:hover\:tw-to-orange-50:hover {
    --gradient-to-color: #fff7ed !important;
  }

  .sm\:hover\:tw-to-orange-100:hover {
    --gradient-to-color: #ffedd5 !important;
  }

  .sm\:hover\:tw-to-orange-200:hover {
    --gradient-to-color: #fed7aa !important;
  }

  .sm\:hover\:tw-to-orange-300:hover {
    --gradient-to-color: #fdba74 !important;
  }

  .sm\:hover\:tw-to-orange-400:hover {
    --gradient-to-color: #fb923c !important;
  }

  .sm\:hover\:tw-to-orange-500:hover {
    --gradient-to-color: #f97316 !important;
  }

  .sm\:hover\:tw-to-orange-600:hover {
    --gradient-to-color: #ea580c !important;
  }

  .sm\:hover\:tw-to-orange-700:hover {
    --gradient-to-color: #c2410c !important;
  }

  .sm\:hover\:tw-to-orange-800:hover {
    --gradient-to-color: #9a3412 !important;
  }

  .sm\:hover\:tw-to-orange-900:hover {
    --gradient-to-color: #7c2d12 !important;
  }

  .sm\:hover\:tw-to-yellow-50:hover {
    --gradient-to-color: #fefce8 !important;
  }

  .sm\:hover\:tw-to-yellow-100:hover {
    --gradient-to-color: #fef9c3 !important;
  }

  .sm\:hover\:tw-to-yellow-200:hover {
    --gradient-to-color: #fef08a !important;
  }

  .sm\:hover\:tw-to-yellow-300:hover {
    --gradient-to-color: #fde047 !important;
  }

  .sm\:hover\:tw-to-yellow-400:hover {
    --gradient-to-color: #facc15 !important;
  }

  .sm\:hover\:tw-to-yellow-500:hover {
    --gradient-to-color: #eab308 !important;
  }

  .sm\:hover\:tw-to-yellow-600:hover {
    --gradient-to-color: #ca8a04 !important;
  }

  .sm\:hover\:tw-to-yellow-700:hover {
    --gradient-to-color: #a16207 !important;
  }

  .sm\:hover\:tw-to-yellow-800:hover {
    --gradient-to-color: #854d0e !important;
  }

  .sm\:hover\:tw-to-yellow-900:hover {
    --gradient-to-color: #713f12 !important;
  }

  .sm\:hover\:tw-to-green-50:hover {
    --gradient-to-color: #f0fdf4 !important;
  }

  .sm\:hover\:tw-to-green-100:hover {
    --gradient-to-color: #dcfce7 !important;
  }

  .sm\:hover\:tw-to-green-200:hover {
    --gradient-to-color: #bbf7d0 !important;
  }

  .sm\:hover\:tw-to-green-300:hover {
    --gradient-to-color: #86efac !important;
  }

  .sm\:hover\:tw-to-green-400:hover {
    --gradient-to-color: #4ade80 !important;
  }

  .sm\:hover\:tw-to-green-500:hover {
    --gradient-to-color: #22c55e !important;
  }

  .sm\:hover\:tw-to-green-600:hover {
    --gradient-to-color: #16a34a !important;
  }

  .sm\:hover\:tw-to-green-700:hover {
    --gradient-to-color: #15803d !important;
  }

  .sm\:hover\:tw-to-green-800:hover {
    --gradient-to-color: #166534 !important;
  }

  .sm\:hover\:tw-to-green-900:hover {
    --gradient-to-color: #14532d !important;
  }

  .sm\:hover\:tw-to-teal-50:hover {
    --gradient-to-color: #f0fdfa !important;
  }

  .sm\:hover\:tw-to-teal-100:hover {
    --gradient-to-color: #ccfbf1 !important;
  }

  .sm\:hover\:tw-to-teal-200:hover {
    --gradient-to-color: #99f6e4 !important;
  }

  .sm\:hover\:tw-to-teal-300:hover {
    --gradient-to-color: #5eead4 !important;
  }

  .sm\:hover\:tw-to-teal-400:hover {
    --gradient-to-color: #2dd4bf !important;
  }

  .sm\:hover\:tw-to-teal-500:hover {
    --gradient-to-color: #14b8a6 !important;
  }

  .sm\:hover\:tw-to-teal-600:hover {
    --gradient-to-color: #0d9488 !important;
  }

  .sm\:hover\:tw-to-teal-700:hover {
    --gradient-to-color: #0f766e !important;
  }

  .sm\:hover\:tw-to-teal-800:hover {
    --gradient-to-color: #115e59 !important;
  }

  .sm\:hover\:tw-to-teal-900:hover {
    --gradient-to-color: #134e4a !important;
  }

  .sm\:hover\:tw-to-blue-50:hover {
    --gradient-to-color: #eff6ff !important;
  }

  .sm\:hover\:tw-to-blue-100:hover {
    --gradient-to-color: #dbeafe !important;
  }

  .sm\:hover\:tw-to-blue-200:hover {
    --gradient-to-color: #bfdbfe !important;
  }

  .sm\:hover\:tw-to-blue-300:hover {
    --gradient-to-color: #93c5fd !important;
  }

  .sm\:hover\:tw-to-blue-400:hover {
    --gradient-to-color: #60a5fa !important;
  }

  .sm\:hover\:tw-to-blue-500:hover {
    --gradient-to-color: #3b82f6 !important;
  }

  .sm\:hover\:tw-to-blue-600:hover {
    --gradient-to-color: #2563eb !important;
  }

  .sm\:hover\:tw-to-blue-700:hover {
    --gradient-to-color: #1d4ed8 !important;
  }

  .sm\:hover\:tw-to-blue-800:hover {
    --gradient-to-color: #1e40af !important;
  }

  .sm\:hover\:tw-to-blue-900:hover {
    --gradient-to-color: #1e3a8a !important;
  }

  .sm\:hover\:tw-to-indigo-50:hover {
    --gradient-to-color: #eef2ff !important;
  }

  .sm\:hover\:tw-to-indigo-100:hover {
    --gradient-to-color: #e0e7ff !important;
  }

  .sm\:hover\:tw-to-indigo-200:hover {
    --gradient-to-color: #c7d2fe !important;
  }

  .sm\:hover\:tw-to-indigo-300:hover {
    --gradient-to-color: #a5b4fc !important;
  }

  .sm\:hover\:tw-to-indigo-400:hover {
    --gradient-to-color: #818cf8 !important;
  }

  .sm\:hover\:tw-to-indigo-500:hover {
    --gradient-to-color: #6366f1 !important;
  }

  .sm\:hover\:tw-to-indigo-600:hover {
    --gradient-to-color: #4f46e5 !important;
  }

  .sm\:hover\:tw-to-indigo-700:hover {
    --gradient-to-color: #4338ca !important;
  }

  .sm\:hover\:tw-to-indigo-800:hover {
    --gradient-to-color: #3730a3 !important;
  }

  .sm\:hover\:tw-to-indigo-900:hover {
    --gradient-to-color: #312e81 !important;
  }

  .sm\:hover\:tw-to-purple-50:hover {
    --gradient-to-color: #faf5ff !important;
  }

  .sm\:hover\:tw-to-purple-100:hover {
    --gradient-to-color: #f3e8ff !important;
  }

  .sm\:hover\:tw-to-purple-200:hover {
    --gradient-to-color: #e9d5ff !important;
  }

  .sm\:hover\:tw-to-purple-300:hover {
    --gradient-to-color: #d8b4fe !important;
  }

  .sm\:hover\:tw-to-purple-400:hover {
    --gradient-to-color: #c084fc !important;
  }

  .sm\:hover\:tw-to-purple-500:hover {
    --gradient-to-color: #a855f7 !important;
  }

  .sm\:hover\:tw-to-purple-600:hover {
    --gradient-to-color: #9333ea !important;
  }

  .sm\:hover\:tw-to-purple-700:hover {
    --gradient-to-color: #7e22ce !important;
  }

  .sm\:hover\:tw-to-purple-800:hover {
    --gradient-to-color: #6b21a8 !important;
  }

  .sm\:hover\:tw-to-purple-900:hover {
    --gradient-to-color: #581c87 !important;
  }

  .sm\:hover\:tw-to-pink-50:hover {
    --gradient-to-color: #fdf2f8 !important;
  }

  .sm\:hover\:tw-to-pink-100:hover {
    --gradient-to-color: #fce7f3 !important;
  }

  .sm\:hover\:tw-to-pink-200:hover {
    --gradient-to-color: #fbcfe8 !important;
  }

  .sm\:hover\:tw-to-pink-300:hover {
    --gradient-to-color: #f9a8d4 !important;
  }

  .sm\:hover\:tw-to-pink-400:hover {
    --gradient-to-color: #f472b6 !important;
  }

  .sm\:hover\:tw-to-pink-500:hover {
    --gradient-to-color: #ec4899 !important;
  }

  .sm\:hover\:tw-to-pink-600:hover {
    --gradient-to-color: #db2777 !important;
  }

  .sm\:hover\:tw-to-pink-700:hover {
    --gradient-to-color: #be185d !important;
  }

  .sm\:hover\:tw-to-pink-800:hover {
    --gradient-to-color: #9d174d !important;
  }

  .sm\:hover\:tw-to-pink-900:hover {
    --gradient-to-color: #831843 !important;
  }

  .sm\:hover\:tw-to-app-main:hover {
    --gradient-to-color: #F18D11 !important;
  }

  .sm\:hover\:tw-to-app-sub-blue:hover {
    --gradient-to-color: #1E548F !important;
  }

  .sm\:hover\:tw-to-app-yellow:hover {
    --gradient-to-color: #FFF5D1 !important;
  }

  .sm\:hover\:tw-to-theme-primary:hover {
    --gradient-to-color: #f3980f !important;
  }

  .sm\:hover\:tw-to-theme-info:hover {
    --gradient-to-color: #1b925a !important;
  }

  .sm\:hover\:tw-to-slate-50:hover {
    --gradient-to-color: #f8fafc !important;
  }

  .sm\:hover\:tw-to-slate-100:hover {
    --gradient-to-color: #f1f5f9 !important;
  }

  .sm\:hover\:tw-to-slate-200:hover {
    --gradient-to-color: #e2e8f0 !important;
  }

  .sm\:hover\:tw-to-slate-300:hover {
    --gradient-to-color: #cbd5e1 !important;
  }

  .sm\:hover\:tw-to-slate-400:hover {
    --gradient-to-color: #94a3b8 !important;
  }

  .sm\:hover\:tw-to-slate-500:hover {
    --gradient-to-color: #64748b !important;
  }

  .sm\:hover\:tw-to-slate-600:hover {
    --gradient-to-color: #475569 !important;
  }

  .sm\:hover\:tw-to-slate-700:hover {
    --gradient-to-color: #334155 !important;
  }

  .sm\:hover\:tw-to-slate-800:hover {
    --gradient-to-color: #1e293b !important;
  }

  .sm\:hover\:tw-to-slate-900:hover {
    --gradient-to-color: #0f172a !important;
  }

  .sm\:hover\:tw-to-zinc-50:hover {
    --gradient-to-color: #fafafa !important;
  }

  .sm\:hover\:tw-to-zinc-100:hover {
    --gradient-to-color: #f4f4f5 !important;
  }

  .sm\:hover\:tw-to-zinc-200:hover {
    --gradient-to-color: #e4e4e7 !important;
  }

  .sm\:hover\:tw-to-zinc-300:hover {
    --gradient-to-color: #d4d4d8 !important;
  }

  .sm\:hover\:tw-to-zinc-400:hover {
    --gradient-to-color: #a1a1aa !important;
  }

  .sm\:hover\:tw-to-zinc-500:hover {
    --gradient-to-color: #71717a !important;
  }

  .sm\:hover\:tw-to-zinc-600:hover {
    --gradient-to-color: #52525b !important;
  }

  .sm\:hover\:tw-to-zinc-700:hover {
    --gradient-to-color: #3f3f46 !important;
  }

  .sm\:hover\:tw-to-zinc-800:hover {
    --gradient-to-color: #27272a !important;
  }

  .sm\:hover\:tw-to-zinc-900:hover {
    --gradient-to-color: #18181b !important;
  }

  .sm\:hover\:tw-to-neutral-50:hover {
    --gradient-to-color: #fafafa !important;
  }

  .sm\:hover\:tw-to-neutral-100:hover {
    --gradient-to-color: #f5f5f5 !important;
  }

  .sm\:hover\:tw-to-neutral-200:hover {
    --gradient-to-color: #e5e5e5 !important;
  }

  .sm\:hover\:tw-to-neutral-300:hover {
    --gradient-to-color: #d4d4d4 !important;
  }

  .sm\:hover\:tw-to-neutral-400:hover {
    --gradient-to-color: #a3a3a3 !important;
  }

  .sm\:hover\:tw-to-neutral-500:hover {
    --gradient-to-color: #737373 !important;
  }

  .sm\:hover\:tw-to-neutral-600:hover {
    --gradient-to-color: #525252 !important;
  }

  .sm\:hover\:tw-to-neutral-700:hover {
    --gradient-to-color: #404040 !important;
  }

  .sm\:hover\:tw-to-neutral-800:hover {
    --gradient-to-color: #262626 !important;
  }

  .sm\:hover\:tw-to-neutral-900:hover {
    --gradient-to-color: #171717 !important;
  }

  .sm\:hover\:tw-to-stone-50:hover {
    --gradient-to-color: #fafaf9 !important;
  }

  .sm\:hover\:tw-to-stone-100:hover {
    --gradient-to-color: #f5f5f4 !important;
  }

  .sm\:hover\:tw-to-stone-200:hover {
    --gradient-to-color: #e7e5e4 !important;
  }

  .sm\:hover\:tw-to-stone-300:hover {
    --gradient-to-color: #d6d3d1 !important;
  }

  .sm\:hover\:tw-to-stone-400:hover {
    --gradient-to-color: #a8a29e !important;
  }

  .sm\:hover\:tw-to-stone-500:hover {
    --gradient-to-color: #78716c !important;
  }

  .sm\:hover\:tw-to-stone-600:hover {
    --gradient-to-color: #57534e !important;
  }

  .sm\:hover\:tw-to-stone-700:hover {
    --gradient-to-color: #44403c !important;
  }

  .sm\:hover\:tw-to-stone-800:hover {
    --gradient-to-color: #292524 !important;
  }

  .sm\:hover\:tw-to-stone-900:hover {
    --gradient-to-color: #1c1917 !important;
  }

  .sm\:hover\:tw-to-amber-50:hover {
    --gradient-to-color: #fffbeb !important;
  }

  .sm\:hover\:tw-to-amber-100:hover {
    --gradient-to-color: #fef3c7 !important;
  }

  .sm\:hover\:tw-to-amber-200:hover {
    --gradient-to-color: #fde68a !important;
  }

  .sm\:hover\:tw-to-amber-300:hover {
    --gradient-to-color: #fcd34d !important;
  }

  .sm\:hover\:tw-to-amber-400:hover {
    --gradient-to-color: #fbbf24 !important;
  }

  .sm\:hover\:tw-to-amber-500:hover {
    --gradient-to-color: #f59e0b !important;
  }

  .sm\:hover\:tw-to-amber-600:hover {
    --gradient-to-color: #d97706 !important;
  }

  .sm\:hover\:tw-to-amber-700:hover {
    --gradient-to-color: #b45309 !important;
  }

  .sm\:hover\:tw-to-amber-800:hover {
    --gradient-to-color: #92400e !important;
  }

  .sm\:hover\:tw-to-amber-900:hover {
    --gradient-to-color: #78350f !important;
  }

  .sm\:hover\:tw-to-lime-50:hover {
    --gradient-to-color: #f7fee7 !important;
  }

  .sm\:hover\:tw-to-lime-100:hover {
    --gradient-to-color: #ecfccb !important;
  }

  .sm\:hover\:tw-to-lime-200:hover {
    --gradient-to-color: #d9f99d !important;
  }

  .sm\:hover\:tw-to-lime-300:hover {
    --gradient-to-color: #bef264 !important;
  }

  .sm\:hover\:tw-to-lime-400:hover {
    --gradient-to-color: #a3e635 !important;
  }

  .sm\:hover\:tw-to-lime-500:hover {
    --gradient-to-color: #84cc16 !important;
  }

  .sm\:hover\:tw-to-lime-600:hover {
    --gradient-to-color: #65a30d !important;
  }

  .sm\:hover\:tw-to-lime-700:hover {
    --gradient-to-color: #4d7c0f !important;
  }

  .sm\:hover\:tw-to-lime-800:hover {
    --gradient-to-color: #3f6212 !important;
  }

  .sm\:hover\:tw-to-lime-900:hover {
    --gradient-to-color: #365314 !important;
  }

  .sm\:hover\:tw-to-emerald-50:hover {
    --gradient-to-color: #ecfdf5 !important;
  }

  .sm\:hover\:tw-to-emerald-100:hover {
    --gradient-to-color: #d1fae5 !important;
  }

  .sm\:hover\:tw-to-emerald-200:hover {
    --gradient-to-color: #a7f3d0 !important;
  }

  .sm\:hover\:tw-to-emerald-300:hover {
    --gradient-to-color: #6ee7b7 !important;
  }

  .sm\:hover\:tw-to-emerald-400:hover {
    --gradient-to-color: #34d399 !important;
  }

  .sm\:hover\:tw-to-emerald-500:hover {
    --gradient-to-color: #10b981 !important;
  }

  .sm\:hover\:tw-to-emerald-600:hover {
    --gradient-to-color: #059669 !important;
  }

  .sm\:hover\:tw-to-emerald-700:hover {
    --gradient-to-color: #047857 !important;
  }

  .sm\:hover\:tw-to-emerald-800:hover {
    --gradient-to-color: #065f46 !important;
  }

  .sm\:hover\:tw-to-emerald-900:hover {
    --gradient-to-color: #064e3b !important;
  }

  .sm\:hover\:tw-to-cyan-50:hover {
    --gradient-to-color: #ecfeff !important;
  }

  .sm\:hover\:tw-to-cyan-100:hover {
    --gradient-to-color: #cffafe !important;
  }

  .sm\:hover\:tw-to-cyan-200:hover {
    --gradient-to-color: #a5f3fc !important;
  }

  .sm\:hover\:tw-to-cyan-300:hover {
    --gradient-to-color: #67e8f9 !important;
  }

  .sm\:hover\:tw-to-cyan-400:hover {
    --gradient-to-color: #22d3ee !important;
  }

  .sm\:hover\:tw-to-cyan-500:hover {
    --gradient-to-color: #06b6d4 !important;
  }

  .sm\:hover\:tw-to-cyan-600:hover {
    --gradient-to-color: #0891b2 !important;
  }

  .sm\:hover\:tw-to-cyan-700:hover {
    --gradient-to-color: #0e7490 !important;
  }

  .sm\:hover\:tw-to-cyan-800:hover {
    --gradient-to-color: #155e75 !important;
  }

  .sm\:hover\:tw-to-cyan-900:hover {
    --gradient-to-color: #164e63 !important;
  }

  .sm\:hover\:tw-to-sky-50:hover {
    --gradient-to-color: #f0f9ff !important;
  }

  .sm\:hover\:tw-to-sky-100:hover {
    --gradient-to-color: #e0f2fe !important;
  }

  .sm\:hover\:tw-to-sky-200:hover {
    --gradient-to-color: #bae6fd !important;
  }

  .sm\:hover\:tw-to-sky-300:hover {
    --gradient-to-color: #7dd3fc !important;
  }

  .sm\:hover\:tw-to-sky-400:hover {
    --gradient-to-color: #38bdf8 !important;
  }

  .sm\:hover\:tw-to-sky-500:hover {
    --gradient-to-color: #0ea5e9 !important;
  }

  .sm\:hover\:tw-to-sky-600:hover {
    --gradient-to-color: #0284c7 !important;
  }

  .sm\:hover\:tw-to-sky-700:hover {
    --gradient-to-color: #0369a1 !important;
  }

  .sm\:hover\:tw-to-sky-800:hover {
    --gradient-to-color: #075985 !important;
  }

  .sm\:hover\:tw-to-sky-900:hover {
    --gradient-to-color: #0c4a6e !important;
  }

  .sm\:hover\:tw-to-violet-50:hover {
    --gradient-to-color: #f5f3ff !important;
  }

  .sm\:hover\:tw-to-violet-100:hover {
    --gradient-to-color: #ede9fe !important;
  }

  .sm\:hover\:tw-to-violet-200:hover {
    --gradient-to-color: #ddd6fe !important;
  }

  .sm\:hover\:tw-to-violet-300:hover {
    --gradient-to-color: #c4b5fd !important;
  }

  .sm\:hover\:tw-to-violet-400:hover {
    --gradient-to-color: #a78bfa !important;
  }

  .sm\:hover\:tw-to-violet-500:hover {
    --gradient-to-color: #8b5cf6 !important;
  }

  .sm\:hover\:tw-to-violet-600:hover {
    --gradient-to-color: #7c3aed !important;
  }

  .sm\:hover\:tw-to-violet-700:hover {
    --gradient-to-color: #6d28d9 !important;
  }

  .sm\:hover\:tw-to-violet-800:hover {
    --gradient-to-color: #5b21b6 !important;
  }

  .sm\:hover\:tw-to-violet-900:hover {
    --gradient-to-color: #4c1d95 !important;
  }

  .sm\:hover\:tw-to-fuchsia-50:hover {
    --gradient-to-color: #fdf4ff !important;
  }

  .sm\:hover\:tw-to-fuchsia-100:hover {
    --gradient-to-color: #fae8ff !important;
  }

  .sm\:hover\:tw-to-fuchsia-200:hover {
    --gradient-to-color: #f5d0fe !important;
  }

  .sm\:hover\:tw-to-fuchsia-300:hover {
    --gradient-to-color: #f0abfc !important;
  }

  .sm\:hover\:tw-to-fuchsia-400:hover {
    --gradient-to-color: #e879f9 !important;
  }

  .sm\:hover\:tw-to-fuchsia-500:hover {
    --gradient-to-color: #d946ef !important;
  }

  .sm\:hover\:tw-to-fuchsia-600:hover {
    --gradient-to-color: #c026d3 !important;
  }

  .sm\:hover\:tw-to-fuchsia-700:hover {
    --gradient-to-color: #a21caf !important;
  }

  .sm\:hover\:tw-to-fuchsia-800:hover {
    --gradient-to-color: #86198f !important;
  }

  .sm\:hover\:tw-to-fuchsia-900:hover {
    --gradient-to-color: #701a75 !important;
  }

  .sm\:hover\:tw-to-rose-50:hover {
    --gradient-to-color: #fff1f2 !important;
  }

  .sm\:hover\:tw-to-rose-100:hover {
    --gradient-to-color: #ffe4e6 !important;
  }

  .sm\:hover\:tw-to-rose-200:hover {
    --gradient-to-color: #fecdd3 !important;
  }

  .sm\:hover\:tw-to-rose-300:hover {
    --gradient-to-color: #fda4af !important;
  }

  .sm\:hover\:tw-to-rose-400:hover {
    --gradient-to-color: #fb7185 !important;
  }

  .sm\:hover\:tw-to-rose-500:hover {
    --gradient-to-color: #f43f5e !important;
  }

  .sm\:hover\:tw-to-rose-600:hover {
    --gradient-to-color: #e11d48 !important;
  }

  .sm\:hover\:tw-to-rose-700:hover {
    --gradient-to-color: #be123c !important;
  }

  .sm\:hover\:tw-to-rose-800:hover {
    --gradient-to-color: #9f1239 !important;
  }

  .sm\:hover\:tw-to-rose-900:hover {
    --gradient-to-color: #881337 !important;
  }

  .sm\:focus\:tw-from-transparent:focus {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:tw-from-current:focus {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-black:focus {
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:tw-from-white:focus {
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-50:focus {
    --gradient-from-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-100:focus {
    --gradient-from-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-200:focus {
    --gradient-from-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-300:focus {
    --gradient-from-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-400:focus {
    --gradient-from-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-500:focus {
    --gradient-from-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-600:focus {
    --gradient-from-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-700:focus {
    --gradient-from-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-800:focus {
    --gradient-from-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-900:focus {
    --gradient-from-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .sm\:focus\:tw-from-red-50:focus {
    --gradient-from-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:focus\:tw-from-red-100:focus {
    --gradient-from-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:focus\:tw-from-red-200:focus {
    --gradient-from-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:focus\:tw-from-red-300:focus {
    --gradient-from-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:focus\:tw-from-red-400:focus {
    --gradient-from-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:focus\:tw-from-red-500:focus {
    --gradient-from-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:focus\:tw-from-red-600:focus {
    --gradient-from-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:focus\:tw-from-red-700:focus {
    --gradient-from-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:focus\:tw-from-red-800:focus {
    --gradient-from-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:focus\:tw-from-red-900:focus {
    --gradient-from-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-50:focus {
    --gradient-from-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-100:focus {
    --gradient-from-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-200:focus {
    --gradient-from-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-300:focus {
    --gradient-from-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-400:focus {
    --gradient-from-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-500:focus {
    --gradient-from-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-600:focus {
    --gradient-from-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-700:focus {
    --gradient-from-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-800:focus {
    --gradient-from-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-900:focus {
    --gradient-from-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-50:focus {
    --gradient-from-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-100:focus {
    --gradient-from-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-200:focus {
    --gradient-from-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-300:focus {
    --gradient-from-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-400:focus {
    --gradient-from-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-500:focus {
    --gradient-from-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-600:focus {
    --gradient-from-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-700:focus {
    --gradient-from-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-800:focus {
    --gradient-from-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-900:focus {
    --gradient-from-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .sm\:focus\:tw-from-green-50:focus {
    --gradient-from-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .sm\:focus\:tw-from-green-100:focus {
    --gradient-from-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .sm\:focus\:tw-from-green-200:focus {
    --gradient-from-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .sm\:focus\:tw-from-green-300:focus {
    --gradient-from-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .sm\:focus\:tw-from-green-400:focus {
    --gradient-from-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .sm\:focus\:tw-from-green-500:focus {
    --gradient-from-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .sm\:focus\:tw-from-green-600:focus {
    --gradient-from-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .sm\:focus\:tw-from-green-700:focus {
    --gradient-from-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .sm\:focus\:tw-from-green-800:focus {
    --gradient-from-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .sm\:focus\:tw-from-green-900:focus {
    --gradient-from-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-50:focus {
    --gradient-from-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-100:focus {
    --gradient-from-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-200:focus {
    --gradient-from-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-300:focus {
    --gradient-from-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-400:focus {
    --gradient-from-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-500:focus {
    --gradient-from-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-600:focus {
    --gradient-from-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-700:focus {
    --gradient-from-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-800:focus {
    --gradient-from-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-900:focus {
    --gradient-from-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-50:focus {
    --gradient-from-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-100:focus {
    --gradient-from-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-200:focus {
    --gradient-from-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-300:focus {
    --gradient-from-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-400:focus {
    --gradient-from-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-500:focus {
    --gradient-from-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-600:focus {
    --gradient-from-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-700:focus {
    --gradient-from-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-800:focus {
    --gradient-from-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-900:focus {
    --gradient-from-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-50:focus {
    --gradient-from-color: #eef2ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-100:focus {
    --gradient-from-color: #e0e7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-200:focus {
    --gradient-from-color: #c7d2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-300:focus {
    --gradient-from-color: #a5b4fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-400:focus {
    --gradient-from-color: #818cf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-500:focus {
    --gradient-from-color: #6366f1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-600:focus {
    --gradient-from-color: #4f46e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-700:focus {
    --gradient-from-color: #4338ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-800:focus {
    --gradient-from-color: #3730a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-900:focus {
    --gradient-from-color: #312e81 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-50:focus {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-100:focus {
    --gradient-from-color: #f3e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-200:focus {
    --gradient-from-color: #e9d5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-300:focus {
    --gradient-from-color: #d8b4fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-400:focus {
    --gradient-from-color: #c084fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-500:focus {
    --gradient-from-color: #a855f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-600:focus {
    --gradient-from-color: #9333ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-700:focus {
    --gradient-from-color: #7e22ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-800:focus {
    --gradient-from-color: #6b21a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-900:focus {
    --gradient-from-color: #581c87 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-50:focus {
    --gradient-from-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-100:focus {
    --gradient-from-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-200:focus {
    --gradient-from-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-300:focus {
    --gradient-from-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-400:focus {
    --gradient-from-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-500:focus {
    --gradient-from-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-600:focus {
    --gradient-from-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-700:focus {
    --gradient-from-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-800:focus {
    --gradient-from-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-900:focus {
    --gradient-from-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .sm\:focus\:tw-from-app-main:focus {
    --gradient-from-color: #F18D11 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
  }

  .sm\:focus\:tw-from-app-sub-blue:focus {
    --gradient-from-color: #1E548F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
  }

  .sm\:focus\:tw-from-app-yellow:focus {
    --gradient-from-color: #FFF5D1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
  }

  .sm\:focus\:tw-from-theme-primary:focus {
    --gradient-from-color: #f3980f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
  }

  .sm\:focus\:tw-from-theme-info:focus {
    --gradient-from-color: #1b925a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
  }

  .sm\:focus\:tw-from-slate-50:focus {
    --gradient-from-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .sm\:focus\:tw-from-slate-100:focus {
    --gradient-from-color: #f1f5f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
  }

  .sm\:focus\:tw-from-slate-200:focus {
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:focus\:tw-from-slate-300:focus {
    --gradient-from-color: #cbd5e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
  }

  .sm\:focus\:tw-from-slate-400:focus {
    --gradient-from-color: #94a3b8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
  }

  .sm\:focus\:tw-from-slate-500:focus {
    --gradient-from-color: #64748b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
  }

  .sm\:focus\:tw-from-slate-600:focus {
    --gradient-from-color: #475569 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
  }

  .sm\:focus\:tw-from-slate-700:focus {
    --gradient-from-color: #334155 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
  }

  .sm\:focus\:tw-from-slate-800:focus {
    --gradient-from-color: #1e293b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
  }

  .sm\:focus\:tw-from-slate-900:focus {
    --gradient-from-color: #0f172a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
  }

  .sm\:focus\:tw-from-zinc-50:focus {
    --gradient-from-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:focus\:tw-from-zinc-100:focus {
    --gradient-from-color: #f4f4f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
  }

  .sm\:focus\:tw-from-zinc-200:focus {
    --gradient-from-color: #e4e4e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
  }

  .sm\:focus\:tw-from-zinc-300:focus {
    --gradient-from-color: #d4d4d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
  }

  .sm\:focus\:tw-from-zinc-400:focus {
    --gradient-from-color: #a1a1aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
  }

  .sm\:focus\:tw-from-zinc-500:focus {
    --gradient-from-color: #71717a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
  }

  .sm\:focus\:tw-from-zinc-600:focus {
    --gradient-from-color: #52525b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
  }

  .sm\:focus\:tw-from-zinc-700:focus {
    --gradient-from-color: #3f3f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
  }

  .sm\:focus\:tw-from-zinc-800:focus {
    --gradient-from-color: #27272a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
  }

  .sm\:focus\:tw-from-zinc-900:focus {
    --gradient-from-color: #18181b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
  }

  .sm\:focus\:tw-from-neutral-50:focus {
    --gradient-from-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:focus\:tw-from-neutral-100:focus {
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:focus\:tw-from-neutral-200:focus {
    --gradient-from-color: #e5e5e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
  }

  .sm\:focus\:tw-from-neutral-300:focus {
    --gradient-from-color: #d4d4d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
  }

  .sm\:focus\:tw-from-neutral-400:focus {
    --gradient-from-color: #a3a3a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
  }

  .sm\:focus\:tw-from-neutral-500:focus {
    --gradient-from-color: #737373 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
  }

  .sm\:focus\:tw-from-neutral-600:focus {
    --gradient-from-color: #525252 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
  }

  .sm\:focus\:tw-from-neutral-700:focus {
    --gradient-from-color: #404040 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
  }

  .sm\:focus\:tw-from-neutral-800:focus {
    --gradient-from-color: #262626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
  }

  .sm\:focus\:tw-from-neutral-900:focus {
    --gradient-from-color: #171717 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
  }

  .sm\:focus\:tw-from-stone-50:focus {
    --gradient-from-color: #fafaf9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
  }

  .sm\:focus\:tw-from-stone-100:focus {
    --gradient-from-color: #f5f5f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
  }

  .sm\:focus\:tw-from-stone-200:focus {
    --gradient-from-color: #e7e5e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
  }

  .sm\:focus\:tw-from-stone-300:focus {
    --gradient-from-color: #d6d3d1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
  }

  .sm\:focus\:tw-from-stone-400:focus {
    --gradient-from-color: #a8a29e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
  }

  .sm\:focus\:tw-from-stone-500:focus {
    --gradient-from-color: #78716c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
  }

  .sm\:focus\:tw-from-stone-600:focus {
    --gradient-from-color: #57534e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
  }

  .sm\:focus\:tw-from-stone-700:focus {
    --gradient-from-color: #44403c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
  }

  .sm\:focus\:tw-from-stone-800:focus {
    --gradient-from-color: #292524 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
  }

  .sm\:focus\:tw-from-stone-900:focus {
    --gradient-from-color: #1c1917 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
  }

  .sm\:focus\:tw-from-amber-50:focus {
    --gradient-from-color: #fffbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
  }

  .sm\:focus\:tw-from-amber-100:focus {
    --gradient-from-color: #fef3c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
  }

  .sm\:focus\:tw-from-amber-200:focus {
    --gradient-from-color: #fde68a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
  }

  .sm\:focus\:tw-from-amber-300:focus {
    --gradient-from-color: #fcd34d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
  }

  .sm\:focus\:tw-from-amber-400:focus {
    --gradient-from-color: #fbbf24 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
  }

  .sm\:focus\:tw-from-amber-500:focus {
    --gradient-from-color: #f59e0b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .sm\:focus\:tw-from-amber-600:focus {
    --gradient-from-color: #d97706 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
  }

  .sm\:focus\:tw-from-amber-700:focus {
    --gradient-from-color: #b45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .sm\:focus\:tw-from-amber-800:focus {
    --gradient-from-color: #92400e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
  }

  .sm\:focus\:tw-from-amber-900:focus {
    --gradient-from-color: #78350f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
  }

  .sm\:focus\:tw-from-lime-50:focus {
    --gradient-from-color: #f7fee7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
  }

  .sm\:focus\:tw-from-lime-100:focus {
    --gradient-from-color: #ecfccb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
  }

  .sm\:focus\:tw-from-lime-200:focus {
    --gradient-from-color: #d9f99d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
  }

  .sm\:focus\:tw-from-lime-300:focus {
    --gradient-from-color: #bef264 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
  }

  .sm\:focus\:tw-from-lime-400:focus {
    --gradient-from-color: #a3e635 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
  }

  .sm\:focus\:tw-from-lime-500:focus {
    --gradient-from-color: #84cc16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
  }

  .sm\:focus\:tw-from-lime-600:focus {
    --gradient-from-color: #65a30d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
  }

  .sm\:focus\:tw-from-lime-700:focus {
    --gradient-from-color: #4d7c0f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
  }

  .sm\:focus\:tw-from-lime-800:focus {
    --gradient-from-color: #3f6212 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
  }

  .sm\:focus\:tw-from-lime-900:focus {
    --gradient-from-color: #365314 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
  }

  .sm\:focus\:tw-from-emerald-50:focus {
    --gradient-from-color: #ecfdf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
  }

  .sm\:focus\:tw-from-emerald-100:focus {
    --gradient-from-color: #d1fae5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
  }

  .sm\:focus\:tw-from-emerald-200:focus {
    --gradient-from-color: #a7f3d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
  }

  .sm\:focus\:tw-from-emerald-300:focus {
    --gradient-from-color: #6ee7b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
  }

  .sm\:focus\:tw-from-emerald-400:focus {
    --gradient-from-color: #34d399 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
  }

  .sm\:focus\:tw-from-emerald-500:focus {
    --gradient-from-color: #10b981 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
  }

  .sm\:focus\:tw-from-emerald-600:focus {
    --gradient-from-color: #059669 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
  }

  .sm\:focus\:tw-from-emerald-700:focus {
    --gradient-from-color: #047857 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
  }

  .sm\:focus\:tw-from-emerald-800:focus {
    --gradient-from-color: #065f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
  }

  .sm\:focus\:tw-from-emerald-900:focus {
    --gradient-from-color: #064e3b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
  }

  .sm\:focus\:tw-from-cyan-50:focus {
    --gradient-from-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-cyan-100:focus {
    --gradient-from-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .sm\:focus\:tw-from-cyan-200:focus {
    --gradient-from-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .sm\:focus\:tw-from-cyan-300:focus {
    --gradient-from-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .sm\:focus\:tw-from-cyan-400:focus {
    --gradient-from-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .sm\:focus\:tw-from-cyan-500:focus {
    --gradient-from-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .sm\:focus\:tw-from-cyan-600:focus {
    --gradient-from-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .sm\:focus\:tw-from-cyan-700:focus {
    --gradient-from-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .sm\:focus\:tw-from-cyan-800:focus {
    --gradient-from-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .sm\:focus\:tw-from-cyan-900:focus {
    --gradient-from-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .sm\:focus\:tw-from-sky-50:focus {
    --gradient-from-color: #f0f9ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-sky-100:focus {
    --gradient-from-color: #e0f2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
  }

  .sm\:focus\:tw-from-sky-200:focus {
    --gradient-from-color: #bae6fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
  }

  .sm\:focus\:tw-from-sky-300:focus {
    --gradient-from-color: #7dd3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
  }

  .sm\:focus\:tw-from-sky-400:focus {
    --gradient-from-color: #38bdf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
  }

  .sm\:focus\:tw-from-sky-500:focus {
    --gradient-from-color: #0ea5e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
  }

  .sm\:focus\:tw-from-sky-600:focus {
    --gradient-from-color: #0284c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
  }

  .sm\:focus\:tw-from-sky-700:focus {
    --gradient-from-color: #0369a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
  }

  .sm\:focus\:tw-from-sky-800:focus {
    --gradient-from-color: #075985 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
  }

  .sm\:focus\:tw-from-sky-900:focus {
    --gradient-from-color: #0c4a6e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
  }

  .sm\:focus\:tw-from-violet-50:focus {
    --gradient-from-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-violet-100:focus {
    --gradient-from-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .sm\:focus\:tw-from-violet-200:focus {
    --gradient-from-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .sm\:focus\:tw-from-violet-300:focus {
    --gradient-from-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .sm\:focus\:tw-from-violet-400:focus {
    --gradient-from-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .sm\:focus\:tw-from-violet-500:focus {
    --gradient-from-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .sm\:focus\:tw-from-violet-600:focus {
    --gradient-from-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .sm\:focus\:tw-from-violet-700:focus {
    --gradient-from-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .sm\:focus\:tw-from-violet-800:focus {
    --gradient-from-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .sm\:focus\:tw-from-violet-900:focus {
    --gradient-from-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .sm\:focus\:tw-from-fuchsia-50:focus {
    --gradient-from-color: #fdf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-fuchsia-100:focus {
    --gradient-from-color: #fae8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-fuchsia-200:focus {
    --gradient-from-color: #f5d0fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
  }

  .sm\:focus\:tw-from-fuchsia-300:focus {
    --gradient-from-color: #f0abfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
  }

  .sm\:focus\:tw-from-fuchsia-400:focus {
    --gradient-from-color: #e879f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
  }

  .sm\:focus\:tw-from-fuchsia-500:focus {
    --gradient-from-color: #d946ef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
  }

  .sm\:focus\:tw-from-fuchsia-600:focus {
    --gradient-from-color: #c026d3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
  }

  .sm\:focus\:tw-from-fuchsia-700:focus {
    --gradient-from-color: #a21caf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
  }

  .sm\:focus\:tw-from-fuchsia-800:focus {
    --gradient-from-color: #86198f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
  }

  .sm\:focus\:tw-from-fuchsia-900:focus {
    --gradient-from-color: #701a75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
  }

  .sm\:focus\:tw-from-rose-50:focus {
    --gradient-from-color: #fff1f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
  }

  .sm\:focus\:tw-from-rose-100:focus {
    --gradient-from-color: #ffe4e6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
  }

  .sm\:focus\:tw-from-rose-200:focus {
    --gradient-from-color: #fecdd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
  }

  .sm\:focus\:tw-from-rose-300:focus {
    --gradient-from-color: #fda4af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
  }

  .sm\:focus\:tw-from-rose-400:focus {
    --gradient-from-color: #fb7185 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
  }

  .sm\:focus\:tw-from-rose-500:focus {
    --gradient-from-color: #f43f5e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
  }

  .sm\:focus\:tw-from-rose-600:focus {
    --gradient-from-color: #e11d48 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
  }

  .sm\:focus\:tw-from-rose-700:focus {
    --gradient-from-color: #be123c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
  }

  .sm\:focus\:tw-from-rose-800:focus {
    --gradient-from-color: #9f1239 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
  }

  .sm\:focus\:tw-from-rose-900:focus {
    --gradient-from-color: #881337 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
  }

  .sm\:focus\:tw-via-transparent:focus {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:tw-via-current:focus {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-black:focus {
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:tw-via-white:focus {
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-50:focus {
    --gradient-via-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-100:focus {
    --gradient-via-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-200:focus {
    --gradient-via-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-300:focus {
    --gradient-via-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-400:focus {
    --gradient-via-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-500:focus {
    --gradient-via-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-600:focus {
    --gradient-via-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-700:focus {
    --gradient-via-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-800:focus {
    --gradient-via-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-900:focus {
    --gradient-via-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .sm\:focus\:tw-via-red-50:focus {
    --gradient-via-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:focus\:tw-via-red-100:focus {
    --gradient-via-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:focus\:tw-via-red-200:focus {
    --gradient-via-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:focus\:tw-via-red-300:focus {
    --gradient-via-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:focus\:tw-via-red-400:focus {
    --gradient-via-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:focus\:tw-via-red-500:focus {
    --gradient-via-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:focus\:tw-via-red-600:focus {
    --gradient-via-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:focus\:tw-via-red-700:focus {
    --gradient-via-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:focus\:tw-via-red-800:focus {
    --gradient-via-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:focus\:tw-via-red-900:focus {
    --gradient-via-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-50:focus {
    --gradient-via-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-100:focus {
    --gradient-via-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-200:focus {
    --gradient-via-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-300:focus {
    --gradient-via-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-400:focus {
    --gradient-via-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-500:focus {
    --gradient-via-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-600:focus {
    --gradient-via-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-700:focus {
    --gradient-via-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-800:focus {
    --gradient-via-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-900:focus {
    --gradient-via-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-50:focus {
    --gradient-via-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-100:focus {
    --gradient-via-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-200:focus {
    --gradient-via-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-300:focus {
    --gradient-via-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-400:focus {
    --gradient-via-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-500:focus {
    --gradient-via-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-600:focus {
    --gradient-via-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-700:focus {
    --gradient-via-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-800:focus {
    --gradient-via-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-900:focus {
    --gradient-via-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .sm\:focus\:tw-via-green-50:focus {
    --gradient-via-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .sm\:focus\:tw-via-green-100:focus {
    --gradient-via-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .sm\:focus\:tw-via-green-200:focus {
    --gradient-via-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .sm\:focus\:tw-via-green-300:focus {
    --gradient-via-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .sm\:focus\:tw-via-green-400:focus {
    --gradient-via-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .sm\:focus\:tw-via-green-500:focus {
    --gradient-via-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .sm\:focus\:tw-via-green-600:focus {
    --gradient-via-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .sm\:focus\:tw-via-green-700:focus {
    --gradient-via-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .sm\:focus\:tw-via-green-800:focus {
    --gradient-via-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .sm\:focus\:tw-via-green-900:focus {
    --gradient-via-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-50:focus {
    --gradient-via-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-100:focus {
    --gradient-via-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-200:focus {
    --gradient-via-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-300:focus {
    --gradient-via-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-400:focus {
    --gradient-via-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-500:focus {
    --gradient-via-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-600:focus {
    --gradient-via-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-700:focus {
    --gradient-via-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-800:focus {
    --gradient-via-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-900:focus {
    --gradient-via-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-50:focus {
    --gradient-via-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-100:focus {
    --gradient-via-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-200:focus {
    --gradient-via-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-300:focus {
    --gradient-via-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-400:focus {
    --gradient-via-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-500:focus {
    --gradient-via-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-600:focus {
    --gradient-via-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-700:focus {
    --gradient-via-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-800:focus {
    --gradient-via-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-900:focus {
    --gradient-via-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-50:focus {
    --gradient-via-color: #eef2ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-100:focus {
    --gradient-via-color: #e0e7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-200:focus {
    --gradient-via-color: #c7d2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-300:focus {
    --gradient-via-color: #a5b4fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-400:focus {
    --gradient-via-color: #818cf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-500:focus {
    --gradient-via-color: #6366f1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-600:focus {
    --gradient-via-color: #4f46e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-700:focus {
    --gradient-via-color: #4338ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-800:focus {
    --gradient-via-color: #3730a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-900:focus {
    --gradient-via-color: #312e81 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-50:focus {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-100:focus {
    --gradient-via-color: #f3e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-200:focus {
    --gradient-via-color: #e9d5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-300:focus {
    --gradient-via-color: #d8b4fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-400:focus {
    --gradient-via-color: #c084fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-500:focus {
    --gradient-via-color: #a855f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-600:focus {
    --gradient-via-color: #9333ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-700:focus {
    --gradient-via-color: #7e22ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-800:focus {
    --gradient-via-color: #6b21a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-900:focus {
    --gradient-via-color: #581c87 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-50:focus {
    --gradient-via-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-100:focus {
    --gradient-via-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-200:focus {
    --gradient-via-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-300:focus {
    --gradient-via-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-400:focus {
    --gradient-via-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-500:focus {
    --gradient-via-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-600:focus {
    --gradient-via-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-700:focus {
    --gradient-via-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-800:focus {
    --gradient-via-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-900:focus {
    --gradient-via-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .sm\:focus\:tw-via-app-main:focus {
    --gradient-via-color: #F18D11 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
  }

  .sm\:focus\:tw-via-app-sub-blue:focus {
    --gradient-via-color: #1E548F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
  }

  .sm\:focus\:tw-via-app-yellow:focus {
    --gradient-via-color: #FFF5D1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
  }

  .sm\:focus\:tw-via-theme-primary:focus {
    --gradient-via-color: #f3980f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
  }

  .sm\:focus\:tw-via-theme-info:focus {
    --gradient-via-color: #1b925a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
  }

  .sm\:focus\:tw-via-slate-50:focus {
    --gradient-via-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .sm\:focus\:tw-via-slate-100:focus {
    --gradient-via-color: #f1f5f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
  }

  .sm\:focus\:tw-via-slate-200:focus {
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:focus\:tw-via-slate-300:focus {
    --gradient-via-color: #cbd5e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
  }

  .sm\:focus\:tw-via-slate-400:focus {
    --gradient-via-color: #94a3b8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
  }

  .sm\:focus\:tw-via-slate-500:focus {
    --gradient-via-color: #64748b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
  }

  .sm\:focus\:tw-via-slate-600:focus {
    --gradient-via-color: #475569 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
  }

  .sm\:focus\:tw-via-slate-700:focus {
    --gradient-via-color: #334155 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
  }

  .sm\:focus\:tw-via-slate-800:focus {
    --gradient-via-color: #1e293b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
  }

  .sm\:focus\:tw-via-slate-900:focus {
    --gradient-via-color: #0f172a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
  }

  .sm\:focus\:tw-via-zinc-50:focus {
    --gradient-via-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:focus\:tw-via-zinc-100:focus {
    --gradient-via-color: #f4f4f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
  }

  .sm\:focus\:tw-via-zinc-200:focus {
    --gradient-via-color: #e4e4e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
  }

  .sm\:focus\:tw-via-zinc-300:focus {
    --gradient-via-color: #d4d4d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
  }

  .sm\:focus\:tw-via-zinc-400:focus {
    --gradient-via-color: #a1a1aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
  }

  .sm\:focus\:tw-via-zinc-500:focus {
    --gradient-via-color: #71717a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
  }

  .sm\:focus\:tw-via-zinc-600:focus {
    --gradient-via-color: #52525b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
  }

  .sm\:focus\:tw-via-zinc-700:focus {
    --gradient-via-color: #3f3f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
  }

  .sm\:focus\:tw-via-zinc-800:focus {
    --gradient-via-color: #27272a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
  }

  .sm\:focus\:tw-via-zinc-900:focus {
    --gradient-via-color: #18181b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
  }

  .sm\:focus\:tw-via-neutral-50:focus {
    --gradient-via-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:focus\:tw-via-neutral-100:focus {
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:focus\:tw-via-neutral-200:focus {
    --gradient-via-color: #e5e5e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
  }

  .sm\:focus\:tw-via-neutral-300:focus {
    --gradient-via-color: #d4d4d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
  }

  .sm\:focus\:tw-via-neutral-400:focus {
    --gradient-via-color: #a3a3a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
  }

  .sm\:focus\:tw-via-neutral-500:focus {
    --gradient-via-color: #737373 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
  }

  .sm\:focus\:tw-via-neutral-600:focus {
    --gradient-via-color: #525252 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
  }

  .sm\:focus\:tw-via-neutral-700:focus {
    --gradient-via-color: #404040 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
  }

  .sm\:focus\:tw-via-neutral-800:focus {
    --gradient-via-color: #262626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
  }

  .sm\:focus\:tw-via-neutral-900:focus {
    --gradient-via-color: #171717 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
  }

  .sm\:focus\:tw-via-stone-50:focus {
    --gradient-via-color: #fafaf9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
  }

  .sm\:focus\:tw-via-stone-100:focus {
    --gradient-via-color: #f5f5f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
  }

  .sm\:focus\:tw-via-stone-200:focus {
    --gradient-via-color: #e7e5e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
  }

  .sm\:focus\:tw-via-stone-300:focus {
    --gradient-via-color: #d6d3d1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
  }

  .sm\:focus\:tw-via-stone-400:focus {
    --gradient-via-color: #a8a29e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
  }

  .sm\:focus\:tw-via-stone-500:focus {
    --gradient-via-color: #78716c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
  }

  .sm\:focus\:tw-via-stone-600:focus {
    --gradient-via-color: #57534e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
  }

  .sm\:focus\:tw-via-stone-700:focus {
    --gradient-via-color: #44403c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
  }

  .sm\:focus\:tw-via-stone-800:focus {
    --gradient-via-color: #292524 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
  }

  .sm\:focus\:tw-via-stone-900:focus {
    --gradient-via-color: #1c1917 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
  }

  .sm\:focus\:tw-via-amber-50:focus {
    --gradient-via-color: #fffbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
  }

  .sm\:focus\:tw-via-amber-100:focus {
    --gradient-via-color: #fef3c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
  }

  .sm\:focus\:tw-via-amber-200:focus {
    --gradient-via-color: #fde68a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
  }

  .sm\:focus\:tw-via-amber-300:focus {
    --gradient-via-color: #fcd34d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
  }

  .sm\:focus\:tw-via-amber-400:focus {
    --gradient-via-color: #fbbf24 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
  }

  .sm\:focus\:tw-via-amber-500:focus {
    --gradient-via-color: #f59e0b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .sm\:focus\:tw-via-amber-600:focus {
    --gradient-via-color: #d97706 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
  }

  .sm\:focus\:tw-via-amber-700:focus {
    --gradient-via-color: #b45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .sm\:focus\:tw-via-amber-800:focus {
    --gradient-via-color: #92400e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
  }

  .sm\:focus\:tw-via-amber-900:focus {
    --gradient-via-color: #78350f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
  }

  .sm\:focus\:tw-via-lime-50:focus {
    --gradient-via-color: #f7fee7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
  }

  .sm\:focus\:tw-via-lime-100:focus {
    --gradient-via-color: #ecfccb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
  }

  .sm\:focus\:tw-via-lime-200:focus {
    --gradient-via-color: #d9f99d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
  }

  .sm\:focus\:tw-via-lime-300:focus {
    --gradient-via-color: #bef264 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
  }

  .sm\:focus\:tw-via-lime-400:focus {
    --gradient-via-color: #a3e635 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
  }

  .sm\:focus\:tw-via-lime-500:focus {
    --gradient-via-color: #84cc16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
  }

  .sm\:focus\:tw-via-lime-600:focus {
    --gradient-via-color: #65a30d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
  }

  .sm\:focus\:tw-via-lime-700:focus {
    --gradient-via-color: #4d7c0f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
  }

  .sm\:focus\:tw-via-lime-800:focus {
    --gradient-via-color: #3f6212 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
  }

  .sm\:focus\:tw-via-lime-900:focus {
    --gradient-via-color: #365314 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
  }

  .sm\:focus\:tw-via-emerald-50:focus {
    --gradient-via-color: #ecfdf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
  }

  .sm\:focus\:tw-via-emerald-100:focus {
    --gradient-via-color: #d1fae5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
  }

  .sm\:focus\:tw-via-emerald-200:focus {
    --gradient-via-color: #a7f3d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
  }

  .sm\:focus\:tw-via-emerald-300:focus {
    --gradient-via-color: #6ee7b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
  }

  .sm\:focus\:tw-via-emerald-400:focus {
    --gradient-via-color: #34d399 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
  }

  .sm\:focus\:tw-via-emerald-500:focus {
    --gradient-via-color: #10b981 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
  }

  .sm\:focus\:tw-via-emerald-600:focus {
    --gradient-via-color: #059669 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
  }

  .sm\:focus\:tw-via-emerald-700:focus {
    --gradient-via-color: #047857 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
  }

  .sm\:focus\:tw-via-emerald-800:focus {
    --gradient-via-color: #065f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
  }

  .sm\:focus\:tw-via-emerald-900:focus {
    --gradient-via-color: #064e3b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
  }

  .sm\:focus\:tw-via-cyan-50:focus {
    --gradient-via-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-cyan-100:focus {
    --gradient-via-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .sm\:focus\:tw-via-cyan-200:focus {
    --gradient-via-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .sm\:focus\:tw-via-cyan-300:focus {
    --gradient-via-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .sm\:focus\:tw-via-cyan-400:focus {
    --gradient-via-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .sm\:focus\:tw-via-cyan-500:focus {
    --gradient-via-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .sm\:focus\:tw-via-cyan-600:focus {
    --gradient-via-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .sm\:focus\:tw-via-cyan-700:focus {
    --gradient-via-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .sm\:focus\:tw-via-cyan-800:focus {
    --gradient-via-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .sm\:focus\:tw-via-cyan-900:focus {
    --gradient-via-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .sm\:focus\:tw-via-sky-50:focus {
    --gradient-via-color: #f0f9ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-sky-100:focus {
    --gradient-via-color: #e0f2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
  }

  .sm\:focus\:tw-via-sky-200:focus {
    --gradient-via-color: #bae6fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
  }

  .sm\:focus\:tw-via-sky-300:focus {
    --gradient-via-color: #7dd3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
  }

  .sm\:focus\:tw-via-sky-400:focus {
    --gradient-via-color: #38bdf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
  }

  .sm\:focus\:tw-via-sky-500:focus {
    --gradient-via-color: #0ea5e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
  }

  .sm\:focus\:tw-via-sky-600:focus {
    --gradient-via-color: #0284c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
  }

  .sm\:focus\:tw-via-sky-700:focus {
    --gradient-via-color: #0369a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
  }

  .sm\:focus\:tw-via-sky-800:focus {
    --gradient-via-color: #075985 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
  }

  .sm\:focus\:tw-via-sky-900:focus {
    --gradient-via-color: #0c4a6e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
  }

  .sm\:focus\:tw-via-violet-50:focus {
    --gradient-via-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-violet-100:focus {
    --gradient-via-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .sm\:focus\:tw-via-violet-200:focus {
    --gradient-via-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .sm\:focus\:tw-via-violet-300:focus {
    --gradient-via-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .sm\:focus\:tw-via-violet-400:focus {
    --gradient-via-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .sm\:focus\:tw-via-violet-500:focus {
    --gradient-via-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .sm\:focus\:tw-via-violet-600:focus {
    --gradient-via-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .sm\:focus\:tw-via-violet-700:focus {
    --gradient-via-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .sm\:focus\:tw-via-violet-800:focus {
    --gradient-via-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .sm\:focus\:tw-via-violet-900:focus {
    --gradient-via-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .sm\:focus\:tw-via-fuchsia-50:focus {
    --gradient-via-color: #fdf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-fuchsia-100:focus {
    --gradient-via-color: #fae8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-fuchsia-200:focus {
    --gradient-via-color: #f5d0fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
  }

  .sm\:focus\:tw-via-fuchsia-300:focus {
    --gradient-via-color: #f0abfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
  }

  .sm\:focus\:tw-via-fuchsia-400:focus {
    --gradient-via-color: #e879f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
  }

  .sm\:focus\:tw-via-fuchsia-500:focus {
    --gradient-via-color: #d946ef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
  }

  .sm\:focus\:tw-via-fuchsia-600:focus {
    --gradient-via-color: #c026d3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
  }

  .sm\:focus\:tw-via-fuchsia-700:focus {
    --gradient-via-color: #a21caf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
  }

  .sm\:focus\:tw-via-fuchsia-800:focus {
    --gradient-via-color: #86198f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
  }

  .sm\:focus\:tw-via-fuchsia-900:focus {
    --gradient-via-color: #701a75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
  }

  .sm\:focus\:tw-via-rose-50:focus {
    --gradient-via-color: #fff1f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
  }

  .sm\:focus\:tw-via-rose-100:focus {
    --gradient-via-color: #ffe4e6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
  }

  .sm\:focus\:tw-via-rose-200:focus {
    --gradient-via-color: #fecdd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
  }

  .sm\:focus\:tw-via-rose-300:focus {
    --gradient-via-color: #fda4af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
  }

  .sm\:focus\:tw-via-rose-400:focus {
    --gradient-via-color: #fb7185 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
  }

  .sm\:focus\:tw-via-rose-500:focus {
    --gradient-via-color: #f43f5e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
  }

  .sm\:focus\:tw-via-rose-600:focus {
    --gradient-via-color: #e11d48 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
  }

  .sm\:focus\:tw-via-rose-700:focus {
    --gradient-via-color: #be123c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
  }

  .sm\:focus\:tw-via-rose-800:focus {
    --gradient-via-color: #9f1239 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
  }

  .sm\:focus\:tw-via-rose-900:focus {
    --gradient-via-color: #881337 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
  }

  .sm\:focus\:tw-to-transparent:focus {
    --gradient-to-color: transparent !important;
  }

  .sm\:focus\:tw-to-current:focus {
    --gradient-to-color: currentColor !important;
  }

  .sm\:focus\:tw-to-black:focus {
    --gradient-to-color: #000 !important;
  }

  .sm\:focus\:tw-to-white:focus {
    --gradient-to-color: #fff !important;
  }

  .sm\:focus\:tw-to-gray-50:focus {
    --gradient-to-color: #f9fafb !important;
  }

  .sm\:focus\:tw-to-gray-100:focus {
    --gradient-to-color: #f3f4f6 !important;
  }

  .sm\:focus\:tw-to-gray-200:focus {
    --gradient-to-color: #e5e7eb !important;
  }

  .sm\:focus\:tw-to-gray-300:focus {
    --gradient-to-color: #d1d5db !important;
  }

  .sm\:focus\:tw-to-gray-400:focus {
    --gradient-to-color: #9ca3af !important;
  }

  .sm\:focus\:tw-to-gray-500:focus {
    --gradient-to-color: #6b7280 !important;
  }

  .sm\:focus\:tw-to-gray-600:focus {
    --gradient-to-color: #4b5563 !important;
  }

  .sm\:focus\:tw-to-gray-700:focus {
    --gradient-to-color: #374151 !important;
  }

  .sm\:focus\:tw-to-gray-800:focus {
    --gradient-to-color: #1f2937 !important;
  }

  .sm\:focus\:tw-to-gray-900:focus {
    --gradient-to-color: #111827 !important;
  }

  .sm\:focus\:tw-to-red-50:focus {
    --gradient-to-color: #fef2f2 !important;
  }

  .sm\:focus\:tw-to-red-100:focus {
    --gradient-to-color: #fee2e2 !important;
  }

  .sm\:focus\:tw-to-red-200:focus {
    --gradient-to-color: #fecaca !important;
  }

  .sm\:focus\:tw-to-red-300:focus {
    --gradient-to-color: #fca5a5 !important;
  }

  .sm\:focus\:tw-to-red-400:focus {
    --gradient-to-color: #f87171 !important;
  }

  .sm\:focus\:tw-to-red-500:focus {
    --gradient-to-color: #ef4444 !important;
  }

  .sm\:focus\:tw-to-red-600:focus {
    --gradient-to-color: #dc2626 !important;
  }

  .sm\:focus\:tw-to-red-700:focus {
    --gradient-to-color: #b91c1c !important;
  }

  .sm\:focus\:tw-to-red-800:focus {
    --gradient-to-color: #991b1b !important;
  }

  .sm\:focus\:tw-to-red-900:focus {
    --gradient-to-color: #7f1d1d !important;
  }

  .sm\:focus\:tw-to-orange-50:focus {
    --gradient-to-color: #fff7ed !important;
  }

  .sm\:focus\:tw-to-orange-100:focus {
    --gradient-to-color: #ffedd5 !important;
  }

  .sm\:focus\:tw-to-orange-200:focus {
    --gradient-to-color: #fed7aa !important;
  }

  .sm\:focus\:tw-to-orange-300:focus {
    --gradient-to-color: #fdba74 !important;
  }

  .sm\:focus\:tw-to-orange-400:focus {
    --gradient-to-color: #fb923c !important;
  }

  .sm\:focus\:tw-to-orange-500:focus {
    --gradient-to-color: #f97316 !important;
  }

  .sm\:focus\:tw-to-orange-600:focus {
    --gradient-to-color: #ea580c !important;
  }

  .sm\:focus\:tw-to-orange-700:focus {
    --gradient-to-color: #c2410c !important;
  }

  .sm\:focus\:tw-to-orange-800:focus {
    --gradient-to-color: #9a3412 !important;
  }

  .sm\:focus\:tw-to-orange-900:focus {
    --gradient-to-color: #7c2d12 !important;
  }

  .sm\:focus\:tw-to-yellow-50:focus {
    --gradient-to-color: #fefce8 !important;
  }

  .sm\:focus\:tw-to-yellow-100:focus {
    --gradient-to-color: #fef9c3 !important;
  }

  .sm\:focus\:tw-to-yellow-200:focus {
    --gradient-to-color: #fef08a !important;
  }

  .sm\:focus\:tw-to-yellow-300:focus {
    --gradient-to-color: #fde047 !important;
  }

  .sm\:focus\:tw-to-yellow-400:focus {
    --gradient-to-color: #facc15 !important;
  }

  .sm\:focus\:tw-to-yellow-500:focus {
    --gradient-to-color: #eab308 !important;
  }

  .sm\:focus\:tw-to-yellow-600:focus {
    --gradient-to-color: #ca8a04 !important;
  }

  .sm\:focus\:tw-to-yellow-700:focus {
    --gradient-to-color: #a16207 !important;
  }

  .sm\:focus\:tw-to-yellow-800:focus {
    --gradient-to-color: #854d0e !important;
  }

  .sm\:focus\:tw-to-yellow-900:focus {
    --gradient-to-color: #713f12 !important;
  }

  .sm\:focus\:tw-to-green-50:focus {
    --gradient-to-color: #f0fdf4 !important;
  }

  .sm\:focus\:tw-to-green-100:focus {
    --gradient-to-color: #dcfce7 !important;
  }

  .sm\:focus\:tw-to-green-200:focus {
    --gradient-to-color: #bbf7d0 !important;
  }

  .sm\:focus\:tw-to-green-300:focus {
    --gradient-to-color: #86efac !important;
  }

  .sm\:focus\:tw-to-green-400:focus {
    --gradient-to-color: #4ade80 !important;
  }

  .sm\:focus\:tw-to-green-500:focus {
    --gradient-to-color: #22c55e !important;
  }

  .sm\:focus\:tw-to-green-600:focus {
    --gradient-to-color: #16a34a !important;
  }

  .sm\:focus\:tw-to-green-700:focus {
    --gradient-to-color: #15803d !important;
  }

  .sm\:focus\:tw-to-green-800:focus {
    --gradient-to-color: #166534 !important;
  }

  .sm\:focus\:tw-to-green-900:focus {
    --gradient-to-color: #14532d !important;
  }

  .sm\:focus\:tw-to-teal-50:focus {
    --gradient-to-color: #f0fdfa !important;
  }

  .sm\:focus\:tw-to-teal-100:focus {
    --gradient-to-color: #ccfbf1 !important;
  }

  .sm\:focus\:tw-to-teal-200:focus {
    --gradient-to-color: #99f6e4 !important;
  }

  .sm\:focus\:tw-to-teal-300:focus {
    --gradient-to-color: #5eead4 !important;
  }

  .sm\:focus\:tw-to-teal-400:focus {
    --gradient-to-color: #2dd4bf !important;
  }

  .sm\:focus\:tw-to-teal-500:focus {
    --gradient-to-color: #14b8a6 !important;
  }

  .sm\:focus\:tw-to-teal-600:focus {
    --gradient-to-color: #0d9488 !important;
  }

  .sm\:focus\:tw-to-teal-700:focus {
    --gradient-to-color: #0f766e !important;
  }

  .sm\:focus\:tw-to-teal-800:focus {
    --gradient-to-color: #115e59 !important;
  }

  .sm\:focus\:tw-to-teal-900:focus {
    --gradient-to-color: #134e4a !important;
  }

  .sm\:focus\:tw-to-blue-50:focus {
    --gradient-to-color: #eff6ff !important;
  }

  .sm\:focus\:tw-to-blue-100:focus {
    --gradient-to-color: #dbeafe !important;
  }

  .sm\:focus\:tw-to-blue-200:focus {
    --gradient-to-color: #bfdbfe !important;
  }

  .sm\:focus\:tw-to-blue-300:focus {
    --gradient-to-color: #93c5fd !important;
  }

  .sm\:focus\:tw-to-blue-400:focus {
    --gradient-to-color: #60a5fa !important;
  }

  .sm\:focus\:tw-to-blue-500:focus {
    --gradient-to-color: #3b82f6 !important;
  }

  .sm\:focus\:tw-to-blue-600:focus {
    --gradient-to-color: #2563eb !important;
  }

  .sm\:focus\:tw-to-blue-700:focus {
    --gradient-to-color: #1d4ed8 !important;
  }

  .sm\:focus\:tw-to-blue-800:focus {
    --gradient-to-color: #1e40af !important;
  }

  .sm\:focus\:tw-to-blue-900:focus {
    --gradient-to-color: #1e3a8a !important;
  }

  .sm\:focus\:tw-to-indigo-50:focus {
    --gradient-to-color: #eef2ff !important;
  }

  .sm\:focus\:tw-to-indigo-100:focus {
    --gradient-to-color: #e0e7ff !important;
  }

  .sm\:focus\:tw-to-indigo-200:focus {
    --gradient-to-color: #c7d2fe !important;
  }

  .sm\:focus\:tw-to-indigo-300:focus {
    --gradient-to-color: #a5b4fc !important;
  }

  .sm\:focus\:tw-to-indigo-400:focus {
    --gradient-to-color: #818cf8 !important;
  }

  .sm\:focus\:tw-to-indigo-500:focus {
    --gradient-to-color: #6366f1 !important;
  }

  .sm\:focus\:tw-to-indigo-600:focus {
    --gradient-to-color: #4f46e5 !important;
  }

  .sm\:focus\:tw-to-indigo-700:focus {
    --gradient-to-color: #4338ca !important;
  }

  .sm\:focus\:tw-to-indigo-800:focus {
    --gradient-to-color: #3730a3 !important;
  }

  .sm\:focus\:tw-to-indigo-900:focus {
    --gradient-to-color: #312e81 !important;
  }

  .sm\:focus\:tw-to-purple-50:focus {
    --gradient-to-color: #faf5ff !important;
  }

  .sm\:focus\:tw-to-purple-100:focus {
    --gradient-to-color: #f3e8ff !important;
  }

  .sm\:focus\:tw-to-purple-200:focus {
    --gradient-to-color: #e9d5ff !important;
  }

  .sm\:focus\:tw-to-purple-300:focus {
    --gradient-to-color: #d8b4fe !important;
  }

  .sm\:focus\:tw-to-purple-400:focus {
    --gradient-to-color: #c084fc !important;
  }

  .sm\:focus\:tw-to-purple-500:focus {
    --gradient-to-color: #a855f7 !important;
  }

  .sm\:focus\:tw-to-purple-600:focus {
    --gradient-to-color: #9333ea !important;
  }

  .sm\:focus\:tw-to-purple-700:focus {
    --gradient-to-color: #7e22ce !important;
  }

  .sm\:focus\:tw-to-purple-800:focus {
    --gradient-to-color: #6b21a8 !important;
  }

  .sm\:focus\:tw-to-purple-900:focus {
    --gradient-to-color: #581c87 !important;
  }

  .sm\:focus\:tw-to-pink-50:focus {
    --gradient-to-color: #fdf2f8 !important;
  }

  .sm\:focus\:tw-to-pink-100:focus {
    --gradient-to-color: #fce7f3 !important;
  }

  .sm\:focus\:tw-to-pink-200:focus {
    --gradient-to-color: #fbcfe8 !important;
  }

  .sm\:focus\:tw-to-pink-300:focus {
    --gradient-to-color: #f9a8d4 !important;
  }

  .sm\:focus\:tw-to-pink-400:focus {
    --gradient-to-color: #f472b6 !important;
  }

  .sm\:focus\:tw-to-pink-500:focus {
    --gradient-to-color: #ec4899 !important;
  }

  .sm\:focus\:tw-to-pink-600:focus {
    --gradient-to-color: #db2777 !important;
  }

  .sm\:focus\:tw-to-pink-700:focus {
    --gradient-to-color: #be185d !important;
  }

  .sm\:focus\:tw-to-pink-800:focus {
    --gradient-to-color: #9d174d !important;
  }

  .sm\:focus\:tw-to-pink-900:focus {
    --gradient-to-color: #831843 !important;
  }

  .sm\:focus\:tw-to-app-main:focus {
    --gradient-to-color: #F18D11 !important;
  }

  .sm\:focus\:tw-to-app-sub-blue:focus {
    --gradient-to-color: #1E548F !important;
  }

  .sm\:focus\:tw-to-app-yellow:focus {
    --gradient-to-color: #FFF5D1 !important;
  }

  .sm\:focus\:tw-to-theme-primary:focus {
    --gradient-to-color: #f3980f !important;
  }

  .sm\:focus\:tw-to-theme-info:focus {
    --gradient-to-color: #1b925a !important;
  }

  .sm\:focus\:tw-to-slate-50:focus {
    --gradient-to-color: #f8fafc !important;
  }

  .sm\:focus\:tw-to-slate-100:focus {
    --gradient-to-color: #f1f5f9 !important;
  }

  .sm\:focus\:tw-to-slate-200:focus {
    --gradient-to-color: #e2e8f0 !important;
  }

  .sm\:focus\:tw-to-slate-300:focus {
    --gradient-to-color: #cbd5e1 !important;
  }

  .sm\:focus\:tw-to-slate-400:focus {
    --gradient-to-color: #94a3b8 !important;
  }

  .sm\:focus\:tw-to-slate-500:focus {
    --gradient-to-color: #64748b !important;
  }

  .sm\:focus\:tw-to-slate-600:focus {
    --gradient-to-color: #475569 !important;
  }

  .sm\:focus\:tw-to-slate-700:focus {
    --gradient-to-color: #334155 !important;
  }

  .sm\:focus\:tw-to-slate-800:focus {
    --gradient-to-color: #1e293b !important;
  }

  .sm\:focus\:tw-to-slate-900:focus {
    --gradient-to-color: #0f172a !important;
  }

  .sm\:focus\:tw-to-zinc-50:focus {
    --gradient-to-color: #fafafa !important;
  }

  .sm\:focus\:tw-to-zinc-100:focus {
    --gradient-to-color: #f4f4f5 !important;
  }

  .sm\:focus\:tw-to-zinc-200:focus {
    --gradient-to-color: #e4e4e7 !important;
  }

  .sm\:focus\:tw-to-zinc-300:focus {
    --gradient-to-color: #d4d4d8 !important;
  }

  .sm\:focus\:tw-to-zinc-400:focus {
    --gradient-to-color: #a1a1aa !important;
  }

  .sm\:focus\:tw-to-zinc-500:focus {
    --gradient-to-color: #71717a !important;
  }

  .sm\:focus\:tw-to-zinc-600:focus {
    --gradient-to-color: #52525b !important;
  }

  .sm\:focus\:tw-to-zinc-700:focus {
    --gradient-to-color: #3f3f46 !important;
  }

  .sm\:focus\:tw-to-zinc-800:focus {
    --gradient-to-color: #27272a !important;
  }

  .sm\:focus\:tw-to-zinc-900:focus {
    --gradient-to-color: #18181b !important;
  }

  .sm\:focus\:tw-to-neutral-50:focus {
    --gradient-to-color: #fafafa !important;
  }

  .sm\:focus\:tw-to-neutral-100:focus {
    --gradient-to-color: #f5f5f5 !important;
  }

  .sm\:focus\:tw-to-neutral-200:focus {
    --gradient-to-color: #e5e5e5 !important;
  }

  .sm\:focus\:tw-to-neutral-300:focus {
    --gradient-to-color: #d4d4d4 !important;
  }

  .sm\:focus\:tw-to-neutral-400:focus {
    --gradient-to-color: #a3a3a3 !important;
  }

  .sm\:focus\:tw-to-neutral-500:focus {
    --gradient-to-color: #737373 !important;
  }

  .sm\:focus\:tw-to-neutral-600:focus {
    --gradient-to-color: #525252 !important;
  }

  .sm\:focus\:tw-to-neutral-700:focus {
    --gradient-to-color: #404040 !important;
  }

  .sm\:focus\:tw-to-neutral-800:focus {
    --gradient-to-color: #262626 !important;
  }

  .sm\:focus\:tw-to-neutral-900:focus {
    --gradient-to-color: #171717 !important;
  }

  .sm\:focus\:tw-to-stone-50:focus {
    --gradient-to-color: #fafaf9 !important;
  }

  .sm\:focus\:tw-to-stone-100:focus {
    --gradient-to-color: #f5f5f4 !important;
  }

  .sm\:focus\:tw-to-stone-200:focus {
    --gradient-to-color: #e7e5e4 !important;
  }

  .sm\:focus\:tw-to-stone-300:focus {
    --gradient-to-color: #d6d3d1 !important;
  }

  .sm\:focus\:tw-to-stone-400:focus {
    --gradient-to-color: #a8a29e !important;
  }

  .sm\:focus\:tw-to-stone-500:focus {
    --gradient-to-color: #78716c !important;
  }

  .sm\:focus\:tw-to-stone-600:focus {
    --gradient-to-color: #57534e !important;
  }

  .sm\:focus\:tw-to-stone-700:focus {
    --gradient-to-color: #44403c !important;
  }

  .sm\:focus\:tw-to-stone-800:focus {
    --gradient-to-color: #292524 !important;
  }

  .sm\:focus\:tw-to-stone-900:focus {
    --gradient-to-color: #1c1917 !important;
  }

  .sm\:focus\:tw-to-amber-50:focus {
    --gradient-to-color: #fffbeb !important;
  }

  .sm\:focus\:tw-to-amber-100:focus {
    --gradient-to-color: #fef3c7 !important;
  }

  .sm\:focus\:tw-to-amber-200:focus {
    --gradient-to-color: #fde68a !important;
  }

  .sm\:focus\:tw-to-amber-300:focus {
    --gradient-to-color: #fcd34d !important;
  }

  .sm\:focus\:tw-to-amber-400:focus {
    --gradient-to-color: #fbbf24 !important;
  }

  .sm\:focus\:tw-to-amber-500:focus {
    --gradient-to-color: #f59e0b !important;
  }

  .sm\:focus\:tw-to-amber-600:focus {
    --gradient-to-color: #d97706 !important;
  }

  .sm\:focus\:tw-to-amber-700:focus {
    --gradient-to-color: #b45309 !important;
  }

  .sm\:focus\:tw-to-amber-800:focus {
    --gradient-to-color: #92400e !important;
  }

  .sm\:focus\:tw-to-amber-900:focus {
    --gradient-to-color: #78350f !important;
  }

  .sm\:focus\:tw-to-lime-50:focus {
    --gradient-to-color: #f7fee7 !important;
  }

  .sm\:focus\:tw-to-lime-100:focus {
    --gradient-to-color: #ecfccb !important;
  }

  .sm\:focus\:tw-to-lime-200:focus {
    --gradient-to-color: #d9f99d !important;
  }

  .sm\:focus\:tw-to-lime-300:focus {
    --gradient-to-color: #bef264 !important;
  }

  .sm\:focus\:tw-to-lime-400:focus {
    --gradient-to-color: #a3e635 !important;
  }

  .sm\:focus\:tw-to-lime-500:focus {
    --gradient-to-color: #84cc16 !important;
  }

  .sm\:focus\:tw-to-lime-600:focus {
    --gradient-to-color: #65a30d !important;
  }

  .sm\:focus\:tw-to-lime-700:focus {
    --gradient-to-color: #4d7c0f !important;
  }

  .sm\:focus\:tw-to-lime-800:focus {
    --gradient-to-color: #3f6212 !important;
  }

  .sm\:focus\:tw-to-lime-900:focus {
    --gradient-to-color: #365314 !important;
  }

  .sm\:focus\:tw-to-emerald-50:focus {
    --gradient-to-color: #ecfdf5 !important;
  }

  .sm\:focus\:tw-to-emerald-100:focus {
    --gradient-to-color: #d1fae5 !important;
  }

  .sm\:focus\:tw-to-emerald-200:focus {
    --gradient-to-color: #a7f3d0 !important;
  }

  .sm\:focus\:tw-to-emerald-300:focus {
    --gradient-to-color: #6ee7b7 !important;
  }

  .sm\:focus\:tw-to-emerald-400:focus {
    --gradient-to-color: #34d399 !important;
  }

  .sm\:focus\:tw-to-emerald-500:focus {
    --gradient-to-color: #10b981 !important;
  }

  .sm\:focus\:tw-to-emerald-600:focus {
    --gradient-to-color: #059669 !important;
  }

  .sm\:focus\:tw-to-emerald-700:focus {
    --gradient-to-color: #047857 !important;
  }

  .sm\:focus\:tw-to-emerald-800:focus {
    --gradient-to-color: #065f46 !important;
  }

  .sm\:focus\:tw-to-emerald-900:focus {
    --gradient-to-color: #064e3b !important;
  }

  .sm\:focus\:tw-to-cyan-50:focus {
    --gradient-to-color: #ecfeff !important;
  }

  .sm\:focus\:tw-to-cyan-100:focus {
    --gradient-to-color: #cffafe !important;
  }

  .sm\:focus\:tw-to-cyan-200:focus {
    --gradient-to-color: #a5f3fc !important;
  }

  .sm\:focus\:tw-to-cyan-300:focus {
    --gradient-to-color: #67e8f9 !important;
  }

  .sm\:focus\:tw-to-cyan-400:focus {
    --gradient-to-color: #22d3ee !important;
  }

  .sm\:focus\:tw-to-cyan-500:focus {
    --gradient-to-color: #06b6d4 !important;
  }

  .sm\:focus\:tw-to-cyan-600:focus {
    --gradient-to-color: #0891b2 !important;
  }

  .sm\:focus\:tw-to-cyan-700:focus {
    --gradient-to-color: #0e7490 !important;
  }

  .sm\:focus\:tw-to-cyan-800:focus {
    --gradient-to-color: #155e75 !important;
  }

  .sm\:focus\:tw-to-cyan-900:focus {
    --gradient-to-color: #164e63 !important;
  }

  .sm\:focus\:tw-to-sky-50:focus {
    --gradient-to-color: #f0f9ff !important;
  }

  .sm\:focus\:tw-to-sky-100:focus {
    --gradient-to-color: #e0f2fe !important;
  }

  .sm\:focus\:tw-to-sky-200:focus {
    --gradient-to-color: #bae6fd !important;
  }

  .sm\:focus\:tw-to-sky-300:focus {
    --gradient-to-color: #7dd3fc !important;
  }

  .sm\:focus\:tw-to-sky-400:focus {
    --gradient-to-color: #38bdf8 !important;
  }

  .sm\:focus\:tw-to-sky-500:focus {
    --gradient-to-color: #0ea5e9 !important;
  }

  .sm\:focus\:tw-to-sky-600:focus {
    --gradient-to-color: #0284c7 !important;
  }

  .sm\:focus\:tw-to-sky-700:focus {
    --gradient-to-color: #0369a1 !important;
  }

  .sm\:focus\:tw-to-sky-800:focus {
    --gradient-to-color: #075985 !important;
  }

  .sm\:focus\:tw-to-sky-900:focus {
    --gradient-to-color: #0c4a6e !important;
  }

  .sm\:focus\:tw-to-violet-50:focus {
    --gradient-to-color: #f5f3ff !important;
  }

  .sm\:focus\:tw-to-violet-100:focus {
    --gradient-to-color: #ede9fe !important;
  }

  .sm\:focus\:tw-to-violet-200:focus {
    --gradient-to-color: #ddd6fe !important;
  }

  .sm\:focus\:tw-to-violet-300:focus {
    --gradient-to-color: #c4b5fd !important;
  }

  .sm\:focus\:tw-to-violet-400:focus {
    --gradient-to-color: #a78bfa !important;
  }

  .sm\:focus\:tw-to-violet-500:focus {
    --gradient-to-color: #8b5cf6 !important;
  }

  .sm\:focus\:tw-to-violet-600:focus {
    --gradient-to-color: #7c3aed !important;
  }

  .sm\:focus\:tw-to-violet-700:focus {
    --gradient-to-color: #6d28d9 !important;
  }

  .sm\:focus\:tw-to-violet-800:focus {
    --gradient-to-color: #5b21b6 !important;
  }

  .sm\:focus\:tw-to-violet-900:focus {
    --gradient-to-color: #4c1d95 !important;
  }

  .sm\:focus\:tw-to-fuchsia-50:focus {
    --gradient-to-color: #fdf4ff !important;
  }

  .sm\:focus\:tw-to-fuchsia-100:focus {
    --gradient-to-color: #fae8ff !important;
  }

  .sm\:focus\:tw-to-fuchsia-200:focus {
    --gradient-to-color: #f5d0fe !important;
  }

  .sm\:focus\:tw-to-fuchsia-300:focus {
    --gradient-to-color: #f0abfc !important;
  }

  .sm\:focus\:tw-to-fuchsia-400:focus {
    --gradient-to-color: #e879f9 !important;
  }

  .sm\:focus\:tw-to-fuchsia-500:focus {
    --gradient-to-color: #d946ef !important;
  }

  .sm\:focus\:tw-to-fuchsia-600:focus {
    --gradient-to-color: #c026d3 !important;
  }

  .sm\:focus\:tw-to-fuchsia-700:focus {
    --gradient-to-color: #a21caf !important;
  }

  .sm\:focus\:tw-to-fuchsia-800:focus {
    --gradient-to-color: #86198f !important;
  }

  .sm\:focus\:tw-to-fuchsia-900:focus {
    --gradient-to-color: #701a75 !important;
  }

  .sm\:focus\:tw-to-rose-50:focus {
    --gradient-to-color: #fff1f2 !important;
  }

  .sm\:focus\:tw-to-rose-100:focus {
    --gradient-to-color: #ffe4e6 !important;
  }

  .sm\:focus\:tw-to-rose-200:focus {
    --gradient-to-color: #fecdd3 !important;
  }

  .sm\:focus\:tw-to-rose-300:focus {
    --gradient-to-color: #fda4af !important;
  }

  .sm\:focus\:tw-to-rose-400:focus {
    --gradient-to-color: #fb7185 !important;
  }

  .sm\:focus\:tw-to-rose-500:focus {
    --gradient-to-color: #f43f5e !important;
  }

  .sm\:focus\:tw-to-rose-600:focus {
    --gradient-to-color: #e11d48 !important;
  }

  .sm\:focus\:tw-to-rose-700:focus {
    --gradient-to-color: #be123c !important;
  }

  .sm\:focus\:tw-to-rose-800:focus {
    --gradient-to-color: #9f1239 !important;
  }

  .sm\:focus\:tw-to-rose-900:focus {
    --gradient-to-color: #881337 !important;
  }

  .sm\:tw-bg-opacity-0 {
    --bg-opacity: 0 !important;
  }

  .sm\:tw-bg-opacity-25 {
    --bg-opacity: 0.25 !important;
  }

  .sm\:tw-bg-opacity-50 {
    --bg-opacity: 0.5 !important;
  }

  .sm\:tw-bg-opacity-75 {
    --bg-opacity: 0.75 !important;
  }

  .sm\:tw-bg-opacity-100 {
    --bg-opacity: 1 !important;
  }

  .sm\:hover\:tw-bg-opacity-0:hover {
    --bg-opacity: 0 !important;
  }

  .sm\:hover\:tw-bg-opacity-25:hover {
    --bg-opacity: 0.25 !important;
  }

  .sm\:hover\:tw-bg-opacity-50:hover {
    --bg-opacity: 0.5 !important;
  }

  .sm\:hover\:tw-bg-opacity-75:hover {
    --bg-opacity: 0.75 !important;
  }

  .sm\:hover\:tw-bg-opacity-100:hover {
    --bg-opacity: 1 !important;
  }

  .sm\:focus\:tw-bg-opacity-0:focus {
    --bg-opacity: 0 !important;
  }

  .sm\:focus\:tw-bg-opacity-25:focus {
    --bg-opacity: 0.25 !important;
  }

  .sm\:focus\:tw-bg-opacity-50:focus {
    --bg-opacity: 0.5 !important;
  }

  .sm\:focus\:tw-bg-opacity-75:focus {
    --bg-opacity: 0.75 !important;
  }

  .sm\:focus\:tw-bg-opacity-100:focus {
    --bg-opacity: 1 !important;
  }

  .sm\:tw-bg-bottom {
    background-position: bottom !important;
  }

  .sm\:tw-bg-center {
    background-position: center !important;
  }

  .sm\:tw-bg-left {
    background-position: left !important;
  }

  .sm\:tw-bg-left-bottom {
    background-position: left bottom !important;
  }

  .sm\:tw-bg-left-top {
    background-position: left top !important;
  }

  .sm\:tw-bg-right {
    background-position: right !important;
  }

  .sm\:tw-bg-right-bottom {
    background-position: right bottom !important;
  }

  .sm\:tw-bg-right-top {
    background-position: right top !important;
  }

  .sm\:tw-bg-top {
    background-position: top !important;
  }

  .sm\:tw-bg-repeat {
    background-repeat: repeat !important;
  }

  .sm\:tw-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .sm\:tw-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .sm\:tw-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .sm\:tw-bg-repeat-round {
    background-repeat: round !important;
  }

  .sm\:tw-bg-repeat-space {
    background-repeat: space !important;
  }

  .sm\:tw-bg-auto {
    background-size: auto !important;
  }

  .sm\:tw-bg-cover {
    background-size: cover !important;
  }

  .sm\:tw-bg-contain {
    background-size: contain !important;
  }

  .sm\:tw-border-collapse {
    border-collapse: collapse !important;
  }

  .sm\:tw-border-separate {
    border-collapse: separate !important;
  }

  .sm\:tw-border-transparent {
    border-color: transparent !important;
  }

  .sm\:tw-border-current {
    border-color: currentColor !important;
  }

  .sm\:tw-border-black {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .sm\:tw-border-white {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .sm\:tw-border-gray-50 {
    --border-opacity: 1 !important;
    border-color: #f9fafb !important;
    border-color: rgba(249, 250, 251, var(--border-opacity)) !important;
  }

  .sm\:tw-border-gray-100 {
    --border-opacity: 1 !important;
    border-color: #f3f4f6 !important;
    border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
  }

  .sm\:tw-border-gray-200 {
    --border-opacity: 1 !important;
    border-color: #e5e7eb !important;
    border-color: rgba(229, 231, 235, var(--border-opacity)) !important;
  }

  .sm\:tw-border-gray-300 {
    --border-opacity: 1 !important;
    border-color: #d1d5db !important;
    border-color: rgba(209, 213, 219, var(--border-opacity)) !important;
  }

  .sm\:tw-border-gray-400 {
    --border-opacity: 1 !important;
    border-color: #9ca3af !important;
    border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
  }

  .sm\:tw-border-gray-500 {
    --border-opacity: 1 !important;
    border-color: #6b7280 !important;
    border-color: rgba(107, 114, 128, var(--border-opacity)) !important;
  }

  .sm\:tw-border-gray-600 {
    --border-opacity: 1 !important;
    border-color: #4b5563 !important;
    border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
  }

  .sm\:tw-border-gray-700 {
    --border-opacity: 1 !important;
    border-color: #374151 !important;
    border-color: rgba(55, 65, 81, var(--border-opacity)) !important;
  }

  .sm\:tw-border-gray-800 {
    --border-opacity: 1 !important;
    border-color: #1f2937 !important;
    border-color: rgba(31, 41, 55, var(--border-opacity)) !important;
  }

  .sm\:tw-border-gray-900 {
    --border-opacity: 1 !important;
    border-color: #111827 !important;
    border-color: rgba(17, 24, 39, var(--border-opacity)) !important;
  }

  .sm\:tw-border-red-50 {
    --border-opacity: 1 !important;
    border-color: #fef2f2 !important;
    border-color: rgba(254, 242, 242, var(--border-opacity)) !important;
  }

  .sm\:tw-border-red-100 {
    --border-opacity: 1 !important;
    border-color: #fee2e2 !important;
    border-color: rgba(254, 226, 226, var(--border-opacity)) !important;
  }

  .sm\:tw-border-red-200 {
    --border-opacity: 1 !important;
    border-color: #fecaca !important;
    border-color: rgba(254, 202, 202, var(--border-opacity)) !important;
  }

  .sm\:tw-border-red-300 {
    --border-opacity: 1 !important;
    border-color: #fca5a5 !important;
    border-color: rgba(252, 165, 165, var(--border-opacity)) !important;
  }

  .sm\:tw-border-red-400 {
    --border-opacity: 1 !important;
    border-color: #f87171 !important;
    border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
  }

  .sm\:tw-border-red-500 {
    --border-opacity: 1 !important;
    border-color: #ef4444 !important;
    border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
  }

  .sm\:tw-border-red-600 {
    --border-opacity: 1 !important;
    border-color: #dc2626 !important;
    border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
  }

  .sm\:tw-border-red-700 {
    --border-opacity: 1 !important;
    border-color: #b91c1c !important;
    border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
  }

  .sm\:tw-border-red-800 {
    --border-opacity: 1 !important;
    border-color: #991b1b !important;
    border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
  }

  .sm\:tw-border-red-900 {
    --border-opacity: 1 !important;
    border-color: #7f1d1d !important;
    border-color: rgba(127, 29, 29, var(--border-opacity)) !important;
  }

  .sm\:tw-border-orange-50 {
    --border-opacity: 1 !important;
    border-color: #fff7ed !important;
    border-color: rgba(255, 247, 237, var(--border-opacity)) !important;
  }

  .sm\:tw-border-orange-100 {
    --border-opacity: 1 !important;
    border-color: #ffedd5 !important;
    border-color: rgba(255, 237, 213, var(--border-opacity)) !important;
  }

  .sm\:tw-border-orange-200 {
    --border-opacity: 1 !important;
    border-color: #fed7aa !important;
    border-color: rgba(254, 215, 170, var(--border-opacity)) !important;
  }

  .sm\:tw-border-orange-300 {
    --border-opacity: 1 !important;
    border-color: #fdba74 !important;
    border-color: rgba(253, 186, 116, var(--border-opacity)) !important;
  }

  .sm\:tw-border-orange-400 {
    --border-opacity: 1 !important;
    border-color: #fb923c !important;
    border-color: rgba(251, 146, 60, var(--border-opacity)) !important;
  }

  .sm\:tw-border-orange-500 {
    --border-opacity: 1 !important;
    border-color: #f97316 !important;
    border-color: rgba(249, 115, 22, var(--border-opacity)) !important;
  }

  .sm\:tw-border-orange-600 {
    --border-opacity: 1 !important;
    border-color: #ea580c !important;
    border-color: rgba(234, 88, 12, var(--border-opacity)) !important;
  }

  .sm\:tw-border-orange-700 {
    --border-opacity: 1 !important;
    border-color: #c2410c !important;
    border-color: rgba(194, 65, 12, var(--border-opacity)) !important;
  }

  .sm\:tw-border-orange-800 {
    --border-opacity: 1 !important;
    border-color: #9a3412 !important;
    border-color: rgba(154, 52, 18, var(--border-opacity)) !important;
  }

  .sm\:tw-border-orange-900 {
    --border-opacity: 1 !important;
    border-color: #7c2d12 !important;
    border-color: rgba(124, 45, 18, var(--border-opacity)) !important;
  }

  .sm\:tw-border-yellow-50 {
    --border-opacity: 1 !important;
    border-color: #fefce8 !important;
    border-color: rgba(254, 252, 232, var(--border-opacity)) !important;
  }

  .sm\:tw-border-yellow-100 {
    --border-opacity: 1 !important;
    border-color: #fef9c3 !important;
    border-color: rgba(254, 249, 195, var(--border-opacity)) !important;
  }

  .sm\:tw-border-yellow-200 {
    --border-opacity: 1 !important;
    border-color: #fef08a !important;
    border-color: rgba(254, 240, 138, var(--border-opacity)) !important;
  }

  .sm\:tw-border-yellow-300 {
    --border-opacity: 1 !important;
    border-color: #fde047 !important;
    border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
  }

  .sm\:tw-border-yellow-400 {
    --border-opacity: 1 !important;
    border-color: #facc15 !important;
    border-color: rgba(250, 204, 21, var(--border-opacity)) !important;
  }

  .sm\:tw-border-yellow-500 {
    --border-opacity: 1 !important;
    border-color: #eab308 !important;
    border-color: rgba(234, 179, 8, var(--border-opacity)) !important;
  }

  .sm\:tw-border-yellow-600 {
    --border-opacity: 1 !important;
    border-color: #ca8a04 !important;
    border-color: rgba(202, 138, 4, var(--border-opacity)) !important;
  }

  .sm\:tw-border-yellow-700 {
    --border-opacity: 1 !important;
    border-color: #a16207 !important;
    border-color: rgba(161, 98, 7, var(--border-opacity)) !important;
  }

  .sm\:tw-border-yellow-800 {
    --border-opacity: 1 !important;
    border-color: #854d0e !important;
    border-color: rgba(133, 77, 14, var(--border-opacity)) !important;
  }

  .sm\:tw-border-yellow-900 {
    --border-opacity: 1 !important;
    border-color: #713f12 !important;
    border-color: rgba(113, 63, 18, var(--border-opacity)) !important;
  }

  .sm\:tw-border-green-50 {
    --border-opacity: 1 !important;
    border-color: #f0fdf4 !important;
    border-color: rgba(240, 253, 244, var(--border-opacity)) !important;
  }

  .sm\:tw-border-green-100 {
    --border-opacity: 1 !important;
    border-color: #dcfce7 !important;
    border-color: rgba(220, 252, 231, var(--border-opacity)) !important;
  }

  .sm\:tw-border-green-200 {
    --border-opacity: 1 !important;
    border-color: #bbf7d0 !important;
    border-color: rgba(187, 247, 208, var(--border-opacity)) !important;
  }

  .sm\:tw-border-green-300 {
    --border-opacity: 1 !important;
    border-color: #86efac !important;
    border-color: rgba(134, 239, 172, var(--border-opacity)) !important;
  }

  .sm\:tw-border-green-400 {
    --border-opacity: 1 !important;
    border-color: #4ade80 !important;
    border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
  }

  .sm\:tw-border-green-500 {
    --border-opacity: 1 !important;
    border-color: #22c55e !important;
    border-color: rgba(34, 197, 94, var(--border-opacity)) !important;
  }

  .sm\:tw-border-green-600 {
    --border-opacity: 1 !important;
    border-color: #16a34a !important;
    border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
  }

  .sm\:tw-border-green-700 {
    --border-opacity: 1 !important;
    border-color: #15803d !important;
    border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
  }

  .sm\:tw-border-green-800 {
    --border-opacity: 1 !important;
    border-color: #166534 !important;
    border-color: rgba(22, 101, 52, var(--border-opacity)) !important;
  }

  .sm\:tw-border-green-900 {
    --border-opacity: 1 !important;
    border-color: #14532d !important;
    border-color: rgba(20, 83, 45, var(--border-opacity)) !important;
  }

  .sm\:tw-border-teal-50 {
    --border-opacity: 1 !important;
    border-color: #f0fdfa !important;
    border-color: rgba(240, 253, 250, var(--border-opacity)) !important;
  }

  .sm\:tw-border-teal-100 {
    --border-opacity: 1 !important;
    border-color: #ccfbf1 !important;
    border-color: rgba(204, 251, 241, var(--border-opacity)) !important;
  }

  .sm\:tw-border-teal-200 {
    --border-opacity: 1 !important;
    border-color: #99f6e4 !important;
    border-color: rgba(153, 246, 228, var(--border-opacity)) !important;
  }

  .sm\:tw-border-teal-300 {
    --border-opacity: 1 !important;
    border-color: #5eead4 !important;
    border-color: rgba(94, 234, 212, var(--border-opacity)) !important;
  }

  .sm\:tw-border-teal-400 {
    --border-opacity: 1 !important;
    border-color: #2dd4bf !important;
    border-color: rgba(45, 212, 191, var(--border-opacity)) !important;
  }

  .sm\:tw-border-teal-500 {
    --border-opacity: 1 !important;
    border-color: #14b8a6 !important;
    border-color: rgba(20, 184, 166, var(--border-opacity)) !important;
  }

  .sm\:tw-border-teal-600 {
    --border-opacity: 1 !important;
    border-color: #0d9488 !important;
    border-color: rgba(13, 148, 136, var(--border-opacity)) !important;
  }

  .sm\:tw-border-teal-700 {
    --border-opacity: 1 !important;
    border-color: #0f766e !important;
    border-color: rgba(15, 118, 110, var(--border-opacity)) !important;
  }

  .sm\:tw-border-teal-800 {
    --border-opacity: 1 !important;
    border-color: #115e59 !important;
    border-color: rgba(17, 94, 89, var(--border-opacity)) !important;
  }

  .sm\:tw-border-teal-900 {
    --border-opacity: 1 !important;
    border-color: #134e4a !important;
    border-color: rgba(19, 78, 74, var(--border-opacity)) !important;
  }

  .sm\:tw-border-blue-50 {
    --border-opacity: 1 !important;
    border-color: #eff6ff !important;
    border-color: rgba(239, 246, 255, var(--border-opacity)) !important;
  }

  .sm\:tw-border-blue-100 {
    --border-opacity: 1 !important;
    border-color: #dbeafe !important;
    border-color: rgba(219, 234, 254, var(--border-opacity)) !important;
  }

  .sm\:tw-border-blue-200 {
    --border-opacity: 1 !important;
    border-color: #bfdbfe !important;
    border-color: rgba(191, 219, 254, var(--border-opacity)) !important;
  }

  .sm\:tw-border-blue-300 {
    --border-opacity: 1 !important;
    border-color: #93c5fd !important;
    border-color: rgba(147, 197, 253, var(--border-opacity)) !important;
  }

  .sm\:tw-border-blue-400 {
    --border-opacity: 1 !important;
    border-color: #60a5fa !important;
    border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
  }

  .sm\:tw-border-blue-500 {
    --border-opacity: 1 !important;
    border-color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
  }

  .sm\:tw-border-blue-600 {
    --border-opacity: 1 !important;
    border-color: #2563eb !important;
    border-color: rgba(37, 99, 235, var(--border-opacity)) !important;
  }

  .sm\:tw-border-blue-700 {
    --border-opacity: 1 !important;
    border-color: #1d4ed8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .sm\:tw-border-blue-800 {
    --border-opacity: 1 !important;
    border-color: #1e40af !important;
    border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
  }

  .sm\:tw-border-blue-900 {
    --border-opacity: 1 !important;
    border-color: #1e3a8a !important;
    border-color: rgba(30, 58, 138, var(--border-opacity)) !important;
  }

  .sm\:tw-border-indigo-50 {
    --border-opacity: 1 !important;
    border-color: #eef2ff !important;
    border-color: rgba(238, 242, 255, var(--border-opacity)) !important;
  }

  .sm\:tw-border-indigo-100 {
    --border-opacity: 1 !important;
    border-color: #e0e7ff !important;
    border-color: rgba(224, 231, 255, var(--border-opacity)) !important;
  }

  .sm\:tw-border-indigo-200 {
    --border-opacity: 1 !important;
    border-color: #c7d2fe !important;
    border-color: rgba(199, 210, 254, var(--border-opacity)) !important;
  }

  .sm\:tw-border-indigo-300 {
    --border-opacity: 1 !important;
    border-color: #a5b4fc !important;
    border-color: rgba(165, 180, 252, var(--border-opacity)) !important;
  }

  .sm\:tw-border-indigo-400 {
    --border-opacity: 1 !important;
    border-color: #818cf8 !important;
    border-color: rgba(129, 140, 248, var(--border-opacity)) !important;
  }

  .sm\:tw-border-indigo-500 {
    --border-opacity: 1 !important;
    border-color: #6366f1 !important;
    border-color: rgba(99, 102, 241, var(--border-opacity)) !important;
  }

  .sm\:tw-border-indigo-600 {
    --border-opacity: 1 !important;
    border-color: #4f46e5 !important;
    border-color: rgba(79, 70, 229, var(--border-opacity)) !important;
  }

  .sm\:tw-border-indigo-700 {
    --border-opacity: 1 !important;
    border-color: #4338ca !important;
    border-color: rgba(67, 56, 202, var(--border-opacity)) !important;
  }

  .sm\:tw-border-indigo-800 {
    --border-opacity: 1 !important;
    border-color: #3730a3 !important;
    border-color: rgba(55, 48, 163, var(--border-opacity)) !important;
  }

  .sm\:tw-border-indigo-900 {
    --border-opacity: 1 !important;
    border-color: #312e81 !important;
    border-color: rgba(49, 46, 129, var(--border-opacity)) !important;
  }

  .sm\:tw-border-purple-50 {
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .sm\:tw-border-purple-100 {
    --border-opacity: 1 !important;
    border-color: #f3e8ff !important;
    border-color: rgba(243, 232, 255, var(--border-opacity)) !important;
  }

  .sm\:tw-border-purple-200 {
    --border-opacity: 1 !important;
    border-color: #e9d5ff !important;
    border-color: rgba(233, 213, 255, var(--border-opacity)) !important;
  }

  .sm\:tw-border-purple-300 {
    --border-opacity: 1 !important;
    border-color: #d8b4fe !important;
    border-color: rgba(216, 180, 254, var(--border-opacity)) !important;
  }

  .sm\:tw-border-purple-400 {
    --border-opacity: 1 !important;
    border-color: #c084fc !important;
    border-color: rgba(192, 132, 252, var(--border-opacity)) !important;
  }

  .sm\:tw-border-purple-500 {
    --border-opacity: 1 !important;
    border-color: #a855f7 !important;
    border-color: rgba(168, 85, 247, var(--border-opacity)) !important;
  }

  .sm\:tw-border-purple-600 {
    --border-opacity: 1 !important;
    border-color: #9333ea !important;
    border-color: rgba(147, 51, 234, var(--border-opacity)) !important;
  }

  .sm\:tw-border-purple-700 {
    --border-opacity: 1 !important;
    border-color: #7e22ce !important;
    border-color: rgba(126, 34, 206, var(--border-opacity)) !important;
  }

  .sm\:tw-border-purple-800 {
    --border-opacity: 1 !important;
    border-color: #6b21a8 !important;
    border-color: rgba(107, 33, 168, var(--border-opacity)) !important;
  }

  .sm\:tw-border-purple-900 {
    --border-opacity: 1 !important;
    border-color: #581c87 !important;
    border-color: rgba(88, 28, 135, var(--border-opacity)) !important;
  }

  .sm\:tw-border-pink-50 {
    --border-opacity: 1 !important;
    border-color: #fdf2f8 !important;
    border-color: rgba(253, 242, 248, var(--border-opacity)) !important;
  }

  .sm\:tw-border-pink-100 {
    --border-opacity: 1 !important;
    border-color: #fce7f3 !important;
    border-color: rgba(252, 231, 243, var(--border-opacity)) !important;
  }

  .sm\:tw-border-pink-200 {
    --border-opacity: 1 !important;
    border-color: #fbcfe8 !important;
    border-color: rgba(251, 207, 232, var(--border-opacity)) !important;
  }

  .sm\:tw-border-pink-300 {
    --border-opacity: 1 !important;
    border-color: #f9a8d4 !important;
    border-color: rgba(249, 168, 212, var(--border-opacity)) !important;
  }

  .sm\:tw-border-pink-400 {
    --border-opacity: 1 !important;
    border-color: #f472b6 !important;
    border-color: rgba(244, 114, 182, var(--border-opacity)) !important;
  }

  .sm\:tw-border-pink-500 {
    --border-opacity: 1 !important;
    border-color: #ec4899 !important;
    border-color: rgba(236, 72, 153, var(--border-opacity)) !important;
  }

  .sm\:tw-border-pink-600 {
    --border-opacity: 1 !important;
    border-color: #db2777 !important;
    border-color: rgba(219, 39, 119, var(--border-opacity)) !important;
  }

  .sm\:tw-border-pink-700 {
    --border-opacity: 1 !important;
    border-color: #be185d !important;
    border-color: rgba(190, 24, 93, var(--border-opacity)) !important;
  }

  .sm\:tw-border-pink-800 {
    --border-opacity: 1 !important;
    border-color: #9d174d !important;
    border-color: rgba(157, 23, 77, var(--border-opacity)) !important;
  }

  .sm\:tw-border-pink-900 {
    --border-opacity: 1 !important;
    border-color: #831843 !important;
    border-color: rgba(131, 24, 67, var(--border-opacity)) !important;
  }

  .sm\:tw-border-app-main {
    --border-opacity: 1 !important;
    border-color: #F18D11 !important;
    border-color: rgba(241, 141, 17, var(--border-opacity)) !important;
  }

  .sm\:tw-border-app-sub-blue {
    --border-opacity: 1 !important;
    border-color: #1E548F !important;
    border-color: rgba(30, 84, 143, var(--border-opacity)) !important;
  }

  .sm\:tw-border-app-yellow {
    --border-opacity: 1 !important;
    border-color: #FFF5D1 !important;
    border-color: rgba(255, 245, 209, var(--border-opacity)) !important;
  }

  .sm\:tw-border-theme-primary {
    --border-opacity: 1 !important;
    border-color: #f3980f !important;
    border-color: rgba(243, 152, 15, var(--border-opacity)) !important;
  }

  .sm\:tw-border-theme-info {
    --border-opacity: 1 !important;
    border-color: #1b925a !important;
    border-color: rgba(27, 146, 90, var(--border-opacity)) !important;
  }

  .sm\:tw-border-slate-50 {
    --border-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
  }

  .sm\:tw-border-slate-100 {
    --border-opacity: 1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
  }

  .sm\:tw-border-slate-200 {
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .sm\:tw-border-slate-300 {
    --border-opacity: 1 !important;
    border-color: #cbd5e1 !important;
    border-color: rgba(203, 213, 225, var(--border-opacity)) !important;
  }

  .sm\:tw-border-slate-400 {
    --border-opacity: 1 !important;
    border-color: #94a3b8 !important;
    border-color: rgba(148, 163, 184, var(--border-opacity)) !important;
  }

  .sm\:tw-border-slate-500 {
    --border-opacity: 1 !important;
    border-color: #64748b !important;
    border-color: rgba(100, 116, 139, var(--border-opacity)) !important;
  }

  .sm\:tw-border-slate-600 {
    --border-opacity: 1 !important;
    border-color: #475569 !important;
    border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
  }

  .sm\:tw-border-slate-700 {
    --border-opacity: 1 !important;
    border-color: #334155 !important;
    border-color: rgba(51, 65, 85, var(--border-opacity)) !important;
  }

  .sm\:tw-border-slate-800 {
    --border-opacity: 1 !important;
    border-color: #1e293b !important;
    border-color: rgba(30, 41, 59, var(--border-opacity)) !important;
  }

  .sm\:tw-border-slate-900 {
    --border-opacity: 1 !important;
    border-color: #0f172a !important;
    border-color: rgba(15, 23, 42, var(--border-opacity)) !important;
  }

  .sm\:tw-border-zinc-50 {
    --border-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
  }

  .sm\:tw-border-zinc-100 {
    --border-opacity: 1 !important;
    border-color: #f4f4f5 !important;
    border-color: rgba(244, 244, 245, var(--border-opacity)) !important;
  }

  .sm\:tw-border-zinc-200 {
    --border-opacity: 1 !important;
    border-color: #e4e4e7 !important;
    border-color: rgba(228, 228, 231, var(--border-opacity)) !important;
  }

  .sm\:tw-border-zinc-300 {
    --border-opacity: 1 !important;
    border-color: #d4d4d8 !important;
    border-color: rgba(212, 212, 216, var(--border-opacity)) !important;
  }

  .sm\:tw-border-zinc-400 {
    --border-opacity: 1 !important;
    border-color: #a1a1aa !important;
    border-color: rgba(161, 161, 170, var(--border-opacity)) !important;
  }

  .sm\:tw-border-zinc-500 {
    --border-opacity: 1 !important;
    border-color: #71717a !important;
    border-color: rgba(113, 113, 122, var(--border-opacity)) !important;
  }

  .sm\:tw-border-zinc-600 {
    --border-opacity: 1 !important;
    border-color: #52525b !important;
    border-color: rgba(82, 82, 91, var(--border-opacity)) !important;
  }

  .sm\:tw-border-zinc-700 {
    --border-opacity: 1 !important;
    border-color: #3f3f46 !important;
    border-color: rgba(63, 63, 70, var(--border-opacity)) !important;
  }

  .sm\:tw-border-zinc-800 {
    --border-opacity: 1 !important;
    border-color: #27272a !important;
    border-color: rgba(39, 39, 42, var(--border-opacity)) !important;
  }

  .sm\:tw-border-zinc-900 {
    --border-opacity: 1 !important;
    border-color: #18181b !important;
    border-color: rgba(24, 24, 27, var(--border-opacity)) !important;
  }

  .sm\:tw-border-neutral-50 {
    --border-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
  }

  .sm\:tw-border-neutral-100 {
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .sm\:tw-border-neutral-200 {
    --border-opacity: 1 !important;
    border-color: #e5e5e5 !important;
    border-color: rgba(229, 229, 229, var(--border-opacity)) !important;
  }

  .sm\:tw-border-neutral-300 {
    --border-opacity: 1 !important;
    border-color: #d4d4d4 !important;
    border-color: rgba(212, 212, 212, var(--border-opacity)) !important;
  }

  .sm\:tw-border-neutral-400 {
    --border-opacity: 1 !important;
    border-color: #a3a3a3 !important;
    border-color: rgba(163, 163, 163, var(--border-opacity)) !important;
  }

  .sm\:tw-border-neutral-500 {
    --border-opacity: 1 !important;
    border-color: #737373 !important;
    border-color: rgba(115, 115, 115, var(--border-opacity)) !important;
  }

  .sm\:tw-border-neutral-600 {
    --border-opacity: 1 !important;
    border-color: #525252 !important;
    border-color: rgba(82, 82, 82, var(--border-opacity)) !important;
  }

  .sm\:tw-border-neutral-700 {
    --border-opacity: 1 !important;
    border-color: #404040 !important;
    border-color: rgba(64, 64, 64, var(--border-opacity)) !important;
  }

  .sm\:tw-border-neutral-800 {
    --border-opacity: 1 !important;
    border-color: #262626 !important;
    border-color: rgba(38, 38, 38, var(--border-opacity)) !important;
  }

  .sm\:tw-border-neutral-900 {
    --border-opacity: 1 !important;
    border-color: #171717 !important;
    border-color: rgba(23, 23, 23, var(--border-opacity)) !important;
  }

  .sm\:tw-border-stone-50 {
    --border-opacity: 1 !important;
    border-color: #fafaf9 !important;
    border-color: rgba(250, 250, 249, var(--border-opacity)) !important;
  }

  .sm\:tw-border-stone-100 {
    --border-opacity: 1 !important;
    border-color: #f5f5f4 !important;
    border-color: rgba(245, 245, 244, var(--border-opacity)) !important;
  }

  .sm\:tw-border-stone-200 {
    --border-opacity: 1 !important;
    border-color: #e7e5e4 !important;
    border-color: rgba(231, 229, 228, var(--border-opacity)) !important;
  }

  .sm\:tw-border-stone-300 {
    --border-opacity: 1 !important;
    border-color: #d6d3d1 !important;
    border-color: rgba(214, 211, 209, var(--border-opacity)) !important;
  }

  .sm\:tw-border-stone-400 {
    --border-opacity: 1 !important;
    border-color: #a8a29e !important;
    border-color: rgba(168, 162, 158, var(--border-opacity)) !important;
  }

  .sm\:tw-border-stone-500 {
    --border-opacity: 1 !important;
    border-color: #78716c !important;
    border-color: rgba(120, 113, 108, var(--border-opacity)) !important;
  }

  .sm\:tw-border-stone-600 {
    --border-opacity: 1 !important;
    border-color: #57534e !important;
    border-color: rgba(87, 83, 78, var(--border-opacity)) !important;
  }

  .sm\:tw-border-stone-700 {
    --border-opacity: 1 !important;
    border-color: #44403c !important;
    border-color: rgba(68, 64, 60, var(--border-opacity)) !important;
  }

  .sm\:tw-border-stone-800 {
    --border-opacity: 1 !important;
    border-color: #292524 !important;
    border-color: rgba(41, 37, 36, var(--border-opacity)) !important;
  }

  .sm\:tw-border-stone-900 {
    --border-opacity: 1 !important;
    border-color: #1c1917 !important;
    border-color: rgba(28, 25, 23, var(--border-opacity)) !important;
  }

  .sm\:tw-border-amber-50 {
    --border-opacity: 1 !important;
    border-color: #fffbeb !important;
    border-color: rgba(255, 251, 235, var(--border-opacity)) !important;
  }

  .sm\:tw-border-amber-100 {
    --border-opacity: 1 !important;
    border-color: #fef3c7 !important;
    border-color: rgba(254, 243, 199, var(--border-opacity)) !important;
  }

  .sm\:tw-border-amber-200 {
    --border-opacity: 1 !important;
    border-color: #fde68a !important;
    border-color: rgba(253, 230, 138, var(--border-opacity)) !important;
  }

  .sm\:tw-border-amber-300 {
    --border-opacity: 1 !important;
    border-color: #fcd34d !important;
    border-color: rgba(252, 211, 77, var(--border-opacity)) !important;
  }

  .sm\:tw-border-amber-400 {
    --border-opacity: 1 !important;
    border-color: #fbbf24 !important;
    border-color: rgba(251, 191, 36, var(--border-opacity)) !important;
  }

  .sm\:tw-border-amber-500 {
    --border-opacity: 1 !important;
    border-color: #f59e0b !important;
    border-color: rgba(245, 158, 11, var(--border-opacity)) !important;
  }

  .sm\:tw-border-amber-600 {
    --border-opacity: 1 !important;
    border-color: #d97706 !important;
    border-color: rgba(217, 119, 6, var(--border-opacity)) !important;
  }

  .sm\:tw-border-amber-700 {
    --border-opacity: 1 !important;
    border-color: #b45309 !important;
    border-color: rgba(180, 83, 9, var(--border-opacity)) !important;
  }

  .sm\:tw-border-amber-800 {
    --border-opacity: 1 !important;
    border-color: #92400e !important;
    border-color: rgba(146, 64, 14, var(--border-opacity)) !important;
  }

  .sm\:tw-border-amber-900 {
    --border-opacity: 1 !important;
    border-color: #78350f !important;
    border-color: rgba(120, 53, 15, var(--border-opacity)) !important;
  }

  .sm\:tw-border-lime-50 {
    --border-opacity: 1 !important;
    border-color: #f7fee7 !important;
    border-color: rgba(247, 254, 231, var(--border-opacity)) !important;
  }

  .sm\:tw-border-lime-100 {
    --border-opacity: 1 !important;
    border-color: #ecfccb !important;
    border-color: rgba(236, 252, 203, var(--border-opacity)) !important;
  }

  .sm\:tw-border-lime-200 {
    --border-opacity: 1 !important;
    border-color: #d9f99d !important;
    border-color: rgba(217, 249, 157, var(--border-opacity)) !important;
  }

  .sm\:tw-border-lime-300 {
    --border-opacity: 1 !important;
    border-color: #bef264 !important;
    border-color: rgba(190, 242, 100, var(--border-opacity)) !important;
  }

  .sm\:tw-border-lime-400 {
    --border-opacity: 1 !important;
    border-color: #a3e635 !important;
    border-color: rgba(163, 230, 53, var(--border-opacity)) !important;
  }

  .sm\:tw-border-lime-500 {
    --border-opacity: 1 !important;
    border-color: #84cc16 !important;
    border-color: rgba(132, 204, 22, var(--border-opacity)) !important;
  }

  .sm\:tw-border-lime-600 {
    --border-opacity: 1 !important;
    border-color: #65a30d !important;
    border-color: rgba(101, 163, 13, var(--border-opacity)) !important;
  }

  .sm\:tw-border-lime-700 {
    --border-opacity: 1 !important;
    border-color: #4d7c0f !important;
    border-color: rgba(77, 124, 15, var(--border-opacity)) !important;
  }

  .sm\:tw-border-lime-800 {
    --border-opacity: 1 !important;
    border-color: #3f6212 !important;
    border-color: rgba(63, 98, 18, var(--border-opacity)) !important;
  }

  .sm\:tw-border-lime-900 {
    --border-opacity: 1 !important;
    border-color: #365314 !important;
    border-color: rgba(54, 83, 20, var(--border-opacity)) !important;
  }

  .sm\:tw-border-emerald-50 {
    --border-opacity: 1 !important;
    border-color: #ecfdf5 !important;
    border-color: rgba(236, 253, 245, var(--border-opacity)) !important;
  }

  .sm\:tw-border-emerald-100 {
    --border-opacity: 1 !important;
    border-color: #d1fae5 !important;
    border-color: rgba(209, 250, 229, var(--border-opacity)) !important;
  }

  .sm\:tw-border-emerald-200 {
    --border-opacity: 1 !important;
    border-color: #a7f3d0 !important;
    border-color: rgba(167, 243, 208, var(--border-opacity)) !important;
  }

  .sm\:tw-border-emerald-300 {
    --border-opacity: 1 !important;
    border-color: #6ee7b7 !important;
    border-color: rgba(110, 231, 183, var(--border-opacity)) !important;
  }

  .sm\:tw-border-emerald-400 {
    --border-opacity: 1 !important;
    border-color: #34d399 !important;
    border-color: rgba(52, 211, 153, var(--border-opacity)) !important;
  }

  .sm\:tw-border-emerald-500 {
    --border-opacity: 1 !important;
    border-color: #10b981 !important;
    border-color: rgba(16, 185, 129, var(--border-opacity)) !important;
  }

  .sm\:tw-border-emerald-600 {
    --border-opacity: 1 !important;
    border-color: #059669 !important;
    border-color: rgba(5, 150, 105, var(--border-opacity)) !important;
  }

  .sm\:tw-border-emerald-700 {
    --border-opacity: 1 !important;
    border-color: #047857 !important;
    border-color: rgba(4, 120, 87, var(--border-opacity)) !important;
  }

  .sm\:tw-border-emerald-800 {
    --border-opacity: 1 !important;
    border-color: #065f46 !important;
    border-color: rgba(6, 95, 70, var(--border-opacity)) !important;
  }

  .sm\:tw-border-emerald-900 {
    --border-opacity: 1 !important;
    border-color: #064e3b !important;
    border-color: rgba(6, 78, 59, var(--border-opacity)) !important;
  }

  .sm\:tw-border-cyan-50 {
    --border-opacity: 1 !important;
    border-color: #ecfeff !important;
    border-color: rgba(236, 254, 255, var(--border-opacity)) !important;
  }

  .sm\:tw-border-cyan-100 {
    --border-opacity: 1 !important;
    border-color: #cffafe !important;
    border-color: rgba(207, 250, 254, var(--border-opacity)) !important;
  }

  .sm\:tw-border-cyan-200 {
    --border-opacity: 1 !important;
    border-color: #a5f3fc !important;
    border-color: rgba(165, 243, 252, var(--border-opacity)) !important;
  }

  .sm\:tw-border-cyan-300 {
    --border-opacity: 1 !important;
    border-color: #67e8f9 !important;
    border-color: rgba(103, 232, 249, var(--border-opacity)) !important;
  }

  .sm\:tw-border-cyan-400 {
    --border-opacity: 1 !important;
    border-color: #22d3ee !important;
    border-color: rgba(34, 211, 238, var(--border-opacity)) !important;
  }

  .sm\:tw-border-cyan-500 {
    --border-opacity: 1 !important;
    border-color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, var(--border-opacity)) !important;
  }

  .sm\:tw-border-cyan-600 {
    --border-opacity: 1 !important;
    border-color: #0891b2 !important;
    border-color: rgba(8, 145, 178, var(--border-opacity)) !important;
  }

  .sm\:tw-border-cyan-700 {
    --border-opacity: 1 !important;
    border-color: #0e7490 !important;
    border-color: rgba(14, 116, 144, var(--border-opacity)) !important;
  }

  .sm\:tw-border-cyan-800 {
    --border-opacity: 1 !important;
    border-color: #155e75 !important;
    border-color: rgba(21, 94, 117, var(--border-opacity)) !important;
  }

  .sm\:tw-border-cyan-900 {
    --border-opacity: 1 !important;
    border-color: #164e63 !important;
    border-color: rgba(22, 78, 99, var(--border-opacity)) !important;
  }

  .sm\:tw-border-sky-50 {
    --border-opacity: 1 !important;
    border-color: #f0f9ff !important;
    border-color: rgba(240, 249, 255, var(--border-opacity)) !important;
  }

  .sm\:tw-border-sky-100 {
    --border-opacity: 1 !important;
    border-color: #e0f2fe !important;
    border-color: rgba(224, 242, 254, var(--border-opacity)) !important;
  }

  .sm\:tw-border-sky-200 {
    --border-opacity: 1 !important;
    border-color: #bae6fd !important;
    border-color: rgba(186, 230, 253, var(--border-opacity)) !important;
  }

  .sm\:tw-border-sky-300 {
    --border-opacity: 1 !important;
    border-color: #7dd3fc !important;
    border-color: rgba(125, 211, 252, var(--border-opacity)) !important;
  }

  .sm\:tw-border-sky-400 {
    --border-opacity: 1 !important;
    border-color: #38bdf8 !important;
    border-color: rgba(56, 189, 248, var(--border-opacity)) !important;
  }

  .sm\:tw-border-sky-500 {
    --border-opacity: 1 !important;
    border-color: #0ea5e9 !important;
    border-color: rgba(14, 165, 233, var(--border-opacity)) !important;
  }

  .sm\:tw-border-sky-600 {
    --border-opacity: 1 !important;
    border-color: #0284c7 !important;
    border-color: rgba(2, 132, 199, var(--border-opacity)) !important;
  }

  .sm\:tw-border-sky-700 {
    --border-opacity: 1 !important;
    border-color: #0369a1 !important;
    border-color: rgba(3, 105, 161, var(--border-opacity)) !important;
  }

  .sm\:tw-border-sky-800 {
    --border-opacity: 1 !important;
    border-color: #075985 !important;
    border-color: rgba(7, 89, 133, var(--border-opacity)) !important;
  }

  .sm\:tw-border-sky-900 {
    --border-opacity: 1 !important;
    border-color: #0c4a6e !important;
    border-color: rgba(12, 74, 110, var(--border-opacity)) !important;
  }

  .sm\:tw-border-violet-50 {
    --border-opacity: 1 !important;
    border-color: #f5f3ff !important;
    border-color: rgba(245, 243, 255, var(--border-opacity)) !important;
  }

  .sm\:tw-border-violet-100 {
    --border-opacity: 1 !important;
    border-color: #ede9fe !important;
    border-color: rgba(237, 233, 254, var(--border-opacity)) !important;
  }

  .sm\:tw-border-violet-200 {
    --border-opacity: 1 !important;
    border-color: #ddd6fe !important;
    border-color: rgba(221, 214, 254, var(--border-opacity)) !important;
  }

  .sm\:tw-border-violet-300 {
    --border-opacity: 1 !important;
    border-color: #c4b5fd !important;
    border-color: rgba(196, 181, 253, var(--border-opacity)) !important;
  }

  .sm\:tw-border-violet-400 {
    --border-opacity: 1 !important;
    border-color: #a78bfa !important;
    border-color: rgba(167, 139, 250, var(--border-opacity)) !important;
  }

  .sm\:tw-border-violet-500 {
    --border-opacity: 1 !important;
    border-color: #8b5cf6 !important;
    border-color: rgba(139, 92, 246, var(--border-opacity)) !important;
  }

  .sm\:tw-border-violet-600 {
    --border-opacity: 1 !important;
    border-color: #7c3aed !important;
    border-color: rgba(124, 58, 237, var(--border-opacity)) !important;
  }

  .sm\:tw-border-violet-700 {
    --border-opacity: 1 !important;
    border-color: #6d28d9 !important;
    border-color: rgba(109, 40, 217, var(--border-opacity)) !important;
  }

  .sm\:tw-border-violet-800 {
    --border-opacity: 1 !important;
    border-color: #5b21b6 !important;
    border-color: rgba(91, 33, 182, var(--border-opacity)) !important;
  }

  .sm\:tw-border-violet-900 {
    --border-opacity: 1 !important;
    border-color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, var(--border-opacity)) !important;
  }

  .sm\:tw-border-fuchsia-50 {
    --border-opacity: 1 !important;
    border-color: #fdf4ff !important;
    border-color: rgba(253, 244, 255, var(--border-opacity)) !important;
  }

  .sm\:tw-border-fuchsia-100 {
    --border-opacity: 1 !important;
    border-color: #fae8ff !important;
    border-color: rgba(250, 232, 255, var(--border-opacity)) !important;
  }

  .sm\:tw-border-fuchsia-200 {
    --border-opacity: 1 !important;
    border-color: #f5d0fe !important;
    border-color: rgba(245, 208, 254, var(--border-opacity)) !important;
  }

  .sm\:tw-border-fuchsia-300 {
    --border-opacity: 1 !important;
    border-color: #f0abfc !important;
    border-color: rgba(240, 171, 252, var(--border-opacity)) !important;
  }

  .sm\:tw-border-fuchsia-400 {
    --border-opacity: 1 !important;
    border-color: #e879f9 !important;
    border-color: rgba(232, 121, 249, var(--border-opacity)) !important;
  }

  .sm\:tw-border-fuchsia-500 {
    --border-opacity: 1 !important;
    border-color: #d946ef !important;
    border-color: rgba(217, 70, 239, var(--border-opacity)) !important;
  }

  .sm\:tw-border-fuchsia-600 {
    --border-opacity: 1 !important;
    border-color: #c026d3 !important;
    border-color: rgba(192, 38, 211, var(--border-opacity)) !important;
  }

  .sm\:tw-border-fuchsia-700 {
    --border-opacity: 1 !important;
    border-color: #a21caf !important;
    border-color: rgba(162, 28, 175, var(--border-opacity)) !important;
  }

  .sm\:tw-border-fuchsia-800 {
    --border-opacity: 1 !important;
    border-color: #86198f !important;
    border-color: rgba(134, 25, 143, var(--border-opacity)) !important;
  }

  .sm\:tw-border-fuchsia-900 {
    --border-opacity: 1 !important;
    border-color: #701a75 !important;
    border-color: rgba(112, 26, 117, var(--border-opacity)) !important;
  }

  .sm\:tw-border-rose-50 {
    --border-opacity: 1 !important;
    border-color: #fff1f2 !important;
    border-color: rgba(255, 241, 242, var(--border-opacity)) !important;
  }

  .sm\:tw-border-rose-100 {
    --border-opacity: 1 !important;
    border-color: #ffe4e6 !important;
    border-color: rgba(255, 228, 230, var(--border-opacity)) !important;
  }

  .sm\:tw-border-rose-200 {
    --border-opacity: 1 !important;
    border-color: #fecdd3 !important;
    border-color: rgba(254, 205, 211, var(--border-opacity)) !important;
  }

  .sm\:tw-border-rose-300 {
    --border-opacity: 1 !important;
    border-color: #fda4af !important;
    border-color: rgba(253, 164, 175, var(--border-opacity)) !important;
  }

  .sm\:tw-border-rose-400 {
    --border-opacity: 1 !important;
    border-color: #fb7185 !important;
    border-color: rgba(251, 113, 133, var(--border-opacity)) !important;
  }

  .sm\:tw-border-rose-500 {
    --border-opacity: 1 !important;
    border-color: #f43f5e !important;
    border-color: rgba(244, 63, 94, var(--border-opacity)) !important;
  }

  .sm\:tw-border-rose-600 {
    --border-opacity: 1 !important;
    border-color: #e11d48 !important;
    border-color: rgba(225, 29, 72, var(--border-opacity)) !important;
  }

  .sm\:tw-border-rose-700 {
    --border-opacity: 1 !important;
    border-color: #be123c !important;
    border-color: rgba(190, 18, 60, var(--border-opacity)) !important;
  }

  .sm\:tw-border-rose-800 {
    --border-opacity: 1 !important;
    border-color: #9f1239 !important;
    border-color: rgba(159, 18, 57, var(--border-opacity)) !important;
  }

  .sm\:tw-border-rose-900 {
    --border-opacity: 1 !important;
    border-color: #881337 !important;
    border-color: rgba(136, 19, 55, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-transparent:hover {
    border-color: transparent !important;
  }

  .sm\:hover\:tw-border-current:hover {
    border-color: currentColor !important;
  }

  .sm\:hover\:tw-border-black:hover {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-white:hover {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-50:hover {
    --border-opacity: 1 !important;
    border-color: #f9fafb !important;
    border-color: rgba(249, 250, 251, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-100:hover {
    --border-opacity: 1 !important;
    border-color: #f3f4f6 !important;
    border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-200:hover {
    --border-opacity: 1 !important;
    border-color: #e5e7eb !important;
    border-color: rgba(229, 231, 235, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-300:hover {
    --border-opacity: 1 !important;
    border-color: #d1d5db !important;
    border-color: rgba(209, 213, 219, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-400:hover {
    --border-opacity: 1 !important;
    border-color: #9ca3af !important;
    border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-500:hover {
    --border-opacity: 1 !important;
    border-color: #6b7280 !important;
    border-color: rgba(107, 114, 128, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-600:hover {
    --border-opacity: 1 !important;
    border-color: #4b5563 !important;
    border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-700:hover {
    --border-opacity: 1 !important;
    border-color: #374151 !important;
    border-color: rgba(55, 65, 81, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-800:hover {
    --border-opacity: 1 !important;
    border-color: #1f2937 !important;
    border-color: rgba(31, 41, 55, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-900:hover {
    --border-opacity: 1 !important;
    border-color: #111827 !important;
    border-color: rgba(17, 24, 39, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-50:hover {
    --border-opacity: 1 !important;
    border-color: #fef2f2 !important;
    border-color: rgba(254, 242, 242, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-100:hover {
    --border-opacity: 1 !important;
    border-color: #fee2e2 !important;
    border-color: rgba(254, 226, 226, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-200:hover {
    --border-opacity: 1 !important;
    border-color: #fecaca !important;
    border-color: rgba(254, 202, 202, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-300:hover {
    --border-opacity: 1 !important;
    border-color: #fca5a5 !important;
    border-color: rgba(252, 165, 165, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-400:hover {
    --border-opacity: 1 !important;
    border-color: #f87171 !important;
    border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-500:hover {
    --border-opacity: 1 !important;
    border-color: #ef4444 !important;
    border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-600:hover {
    --border-opacity: 1 !important;
    border-color: #dc2626 !important;
    border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-700:hover {
    --border-opacity: 1 !important;
    border-color: #b91c1c !important;
    border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-800:hover {
    --border-opacity: 1 !important;
    border-color: #991b1b !important;
    border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-900:hover {
    --border-opacity: 1 !important;
    border-color: #7f1d1d !important;
    border-color: rgba(127, 29, 29, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-50:hover {
    --border-opacity: 1 !important;
    border-color: #fff7ed !important;
    border-color: rgba(255, 247, 237, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-100:hover {
    --border-opacity: 1 !important;
    border-color: #ffedd5 !important;
    border-color: rgba(255, 237, 213, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-200:hover {
    --border-opacity: 1 !important;
    border-color: #fed7aa !important;
    border-color: rgba(254, 215, 170, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-300:hover {
    --border-opacity: 1 !important;
    border-color: #fdba74 !important;
    border-color: rgba(253, 186, 116, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-400:hover {
    --border-opacity: 1 !important;
    border-color: #fb923c !important;
    border-color: rgba(251, 146, 60, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-500:hover {
    --border-opacity: 1 !important;
    border-color: #f97316 !important;
    border-color: rgba(249, 115, 22, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-600:hover {
    --border-opacity: 1 !important;
    border-color: #ea580c !important;
    border-color: rgba(234, 88, 12, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-700:hover {
    --border-opacity: 1 !important;
    border-color: #c2410c !important;
    border-color: rgba(194, 65, 12, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-800:hover {
    --border-opacity: 1 !important;
    border-color: #9a3412 !important;
    border-color: rgba(154, 52, 18, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-900:hover {
    --border-opacity: 1 !important;
    border-color: #7c2d12 !important;
    border-color: rgba(124, 45, 18, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-50:hover {
    --border-opacity: 1 !important;
    border-color: #fefce8 !important;
    border-color: rgba(254, 252, 232, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-100:hover {
    --border-opacity: 1 !important;
    border-color: #fef9c3 !important;
    border-color: rgba(254, 249, 195, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-200:hover {
    --border-opacity: 1 !important;
    border-color: #fef08a !important;
    border-color: rgba(254, 240, 138, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-300:hover {
    --border-opacity: 1 !important;
    border-color: #fde047 !important;
    border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-400:hover {
    --border-opacity: 1 !important;
    border-color: #facc15 !important;
    border-color: rgba(250, 204, 21, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-500:hover {
    --border-opacity: 1 !important;
    border-color: #eab308 !important;
    border-color: rgba(234, 179, 8, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-600:hover {
    --border-opacity: 1 !important;
    border-color: #ca8a04 !important;
    border-color: rgba(202, 138, 4, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-700:hover {
    --border-opacity: 1 !important;
    border-color: #a16207 !important;
    border-color: rgba(161, 98, 7, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-800:hover {
    --border-opacity: 1 !important;
    border-color: #854d0e !important;
    border-color: rgba(133, 77, 14, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-900:hover {
    --border-opacity: 1 !important;
    border-color: #713f12 !important;
    border-color: rgba(113, 63, 18, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-50:hover {
    --border-opacity: 1 !important;
    border-color: #f0fdf4 !important;
    border-color: rgba(240, 253, 244, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-100:hover {
    --border-opacity: 1 !important;
    border-color: #dcfce7 !important;
    border-color: rgba(220, 252, 231, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-200:hover {
    --border-opacity: 1 !important;
    border-color: #bbf7d0 !important;
    border-color: rgba(187, 247, 208, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-300:hover {
    --border-opacity: 1 !important;
    border-color: #86efac !important;
    border-color: rgba(134, 239, 172, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-400:hover {
    --border-opacity: 1 !important;
    border-color: #4ade80 !important;
    border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-500:hover {
    --border-opacity: 1 !important;
    border-color: #22c55e !important;
    border-color: rgba(34, 197, 94, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-600:hover {
    --border-opacity: 1 !important;
    border-color: #16a34a !important;
    border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-700:hover {
    --border-opacity: 1 !important;
    border-color: #15803d !important;
    border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-800:hover {
    --border-opacity: 1 !important;
    border-color: #166534 !important;
    border-color: rgba(22, 101, 52, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-900:hover {
    --border-opacity: 1 !important;
    border-color: #14532d !important;
    border-color: rgba(20, 83, 45, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-50:hover {
    --border-opacity: 1 !important;
    border-color: #f0fdfa !important;
    border-color: rgba(240, 253, 250, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-100:hover {
    --border-opacity: 1 !important;
    border-color: #ccfbf1 !important;
    border-color: rgba(204, 251, 241, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-200:hover {
    --border-opacity: 1 !important;
    border-color: #99f6e4 !important;
    border-color: rgba(153, 246, 228, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-300:hover {
    --border-opacity: 1 !important;
    border-color: #5eead4 !important;
    border-color: rgba(94, 234, 212, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-400:hover {
    --border-opacity: 1 !important;
    border-color: #2dd4bf !important;
    border-color: rgba(45, 212, 191, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-500:hover {
    --border-opacity: 1 !important;
    border-color: #14b8a6 !important;
    border-color: rgba(20, 184, 166, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-600:hover {
    --border-opacity: 1 !important;
    border-color: #0d9488 !important;
    border-color: rgba(13, 148, 136, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-700:hover {
    --border-opacity: 1 !important;
    border-color: #0f766e !important;
    border-color: rgba(15, 118, 110, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-800:hover {
    --border-opacity: 1 !important;
    border-color: #115e59 !important;
    border-color: rgba(17, 94, 89, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-900:hover {
    --border-opacity: 1 !important;
    border-color: #134e4a !important;
    border-color: rgba(19, 78, 74, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-50:hover {
    --border-opacity: 1 !important;
    border-color: #eff6ff !important;
    border-color: rgba(239, 246, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-100:hover {
    --border-opacity: 1 !important;
    border-color: #dbeafe !important;
    border-color: rgba(219, 234, 254, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-200:hover {
    --border-opacity: 1 !important;
    border-color: #bfdbfe !important;
    border-color: rgba(191, 219, 254, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-300:hover {
    --border-opacity: 1 !important;
    border-color: #93c5fd !important;
    border-color: rgba(147, 197, 253, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-400:hover {
    --border-opacity: 1 !important;
    border-color: #60a5fa !important;
    border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-500:hover {
    --border-opacity: 1 !important;
    border-color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-600:hover {
    --border-opacity: 1 !important;
    border-color: #2563eb !important;
    border-color: rgba(37, 99, 235, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-700:hover {
    --border-opacity: 1 !important;
    border-color: #1d4ed8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-800:hover {
    --border-opacity: 1 !important;
    border-color: #1e40af !important;
    border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-900:hover {
    --border-opacity: 1 !important;
    border-color: #1e3a8a !important;
    border-color: rgba(30, 58, 138, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-50:hover {
    --border-opacity: 1 !important;
    border-color: #eef2ff !important;
    border-color: rgba(238, 242, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-100:hover {
    --border-opacity: 1 !important;
    border-color: #e0e7ff !important;
    border-color: rgba(224, 231, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-200:hover {
    --border-opacity: 1 !important;
    border-color: #c7d2fe !important;
    border-color: rgba(199, 210, 254, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-300:hover {
    --border-opacity: 1 !important;
    border-color: #a5b4fc !important;
    border-color: rgba(165, 180, 252, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-400:hover {
    --border-opacity: 1 !important;
    border-color: #818cf8 !important;
    border-color: rgba(129, 140, 248, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-500:hover {
    --border-opacity: 1 !important;
    border-color: #6366f1 !important;
    border-color: rgba(99, 102, 241, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-600:hover {
    --border-opacity: 1 !important;
    border-color: #4f46e5 !important;
    border-color: rgba(79, 70, 229, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-700:hover {
    --border-opacity: 1 !important;
    border-color: #4338ca !important;
    border-color: rgba(67, 56, 202, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-800:hover {
    --border-opacity: 1 !important;
    border-color: #3730a3 !important;
    border-color: rgba(55, 48, 163, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-900:hover {
    --border-opacity: 1 !important;
    border-color: #312e81 !important;
    border-color: rgba(49, 46, 129, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-50:hover {
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-100:hover {
    --border-opacity: 1 !important;
    border-color: #f3e8ff !important;
    border-color: rgba(243, 232, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-200:hover {
    --border-opacity: 1 !important;
    border-color: #e9d5ff !important;
    border-color: rgba(233, 213, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-300:hover {
    --border-opacity: 1 !important;
    border-color: #d8b4fe !important;
    border-color: rgba(216, 180, 254, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-400:hover {
    --border-opacity: 1 !important;
    border-color: #c084fc !important;
    border-color: rgba(192, 132, 252, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-500:hover {
    --border-opacity: 1 !important;
    border-color: #a855f7 !important;
    border-color: rgba(168, 85, 247, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-600:hover {
    --border-opacity: 1 !important;
    border-color: #9333ea !important;
    border-color: rgba(147, 51, 234, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-700:hover {
    --border-opacity: 1 !important;
    border-color: #7e22ce !important;
    border-color: rgba(126, 34, 206, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-800:hover {
    --border-opacity: 1 !important;
    border-color: #6b21a8 !important;
    border-color: rgba(107, 33, 168, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-900:hover {
    --border-opacity: 1 !important;
    border-color: #581c87 !important;
    border-color: rgba(88, 28, 135, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-50:hover {
    --border-opacity: 1 !important;
    border-color: #fdf2f8 !important;
    border-color: rgba(253, 242, 248, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-100:hover {
    --border-opacity: 1 !important;
    border-color: #fce7f3 !important;
    border-color: rgba(252, 231, 243, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-200:hover {
    --border-opacity: 1 !important;
    border-color: #fbcfe8 !important;
    border-color: rgba(251, 207, 232, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-300:hover {
    --border-opacity: 1 !important;
    border-color: #f9a8d4 !important;
    border-color: rgba(249, 168, 212, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-400:hover {
    --border-opacity: 1 !important;
    border-color: #f472b6 !important;
    border-color: rgba(244, 114, 182, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-500:hover {
    --border-opacity: 1 !important;
    border-color: #ec4899 !important;
    border-color: rgba(236, 72, 153, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-600:hover {
    --border-opacity: 1 !important;
    border-color: #db2777 !important;
    border-color: rgba(219, 39, 119, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-700:hover {
    --border-opacity: 1 !important;
    border-color: #be185d !important;
    border-color: rgba(190, 24, 93, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-800:hover {
    --border-opacity: 1 !important;
    border-color: #9d174d !important;
    border-color: rgba(157, 23, 77, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-900:hover {
    --border-opacity: 1 !important;
    border-color: #831843 !important;
    border-color: rgba(131, 24, 67, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-app-main:hover {
    --border-opacity: 1 !important;
    border-color: #F18D11 !important;
    border-color: rgba(241, 141, 17, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-app-sub-blue:hover {
    --border-opacity: 1 !important;
    border-color: #1E548F !important;
    border-color: rgba(30, 84, 143, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-app-yellow:hover {
    --border-opacity: 1 !important;
    border-color: #FFF5D1 !important;
    border-color: rgba(255, 245, 209, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-theme-primary:hover {
    --border-opacity: 1 !important;
    border-color: #f3980f !important;
    border-color: rgba(243, 152, 15, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-theme-info:hover {
    --border-opacity: 1 !important;
    border-color: #1b925a !important;
    border-color: rgba(27, 146, 90, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-slate-50:hover {
    --border-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-slate-100:hover {
    --border-opacity: 1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-slate-200:hover {
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-slate-300:hover {
    --border-opacity: 1 !important;
    border-color: #cbd5e1 !important;
    border-color: rgba(203, 213, 225, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-slate-400:hover {
    --border-opacity: 1 !important;
    border-color: #94a3b8 !important;
    border-color: rgba(148, 163, 184, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-slate-500:hover {
    --border-opacity: 1 !important;
    border-color: #64748b !important;
    border-color: rgba(100, 116, 139, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-slate-600:hover {
    --border-opacity: 1 !important;
    border-color: #475569 !important;
    border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-slate-700:hover {
    --border-opacity: 1 !important;
    border-color: #334155 !important;
    border-color: rgba(51, 65, 85, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-slate-800:hover {
    --border-opacity: 1 !important;
    border-color: #1e293b !important;
    border-color: rgba(30, 41, 59, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-slate-900:hover {
    --border-opacity: 1 !important;
    border-color: #0f172a !important;
    border-color: rgba(15, 23, 42, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-zinc-50:hover {
    --border-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-zinc-100:hover {
    --border-opacity: 1 !important;
    border-color: #f4f4f5 !important;
    border-color: rgba(244, 244, 245, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-zinc-200:hover {
    --border-opacity: 1 !important;
    border-color: #e4e4e7 !important;
    border-color: rgba(228, 228, 231, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-zinc-300:hover {
    --border-opacity: 1 !important;
    border-color: #d4d4d8 !important;
    border-color: rgba(212, 212, 216, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-zinc-400:hover {
    --border-opacity: 1 !important;
    border-color: #a1a1aa !important;
    border-color: rgba(161, 161, 170, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-zinc-500:hover {
    --border-opacity: 1 !important;
    border-color: #71717a !important;
    border-color: rgba(113, 113, 122, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-zinc-600:hover {
    --border-opacity: 1 !important;
    border-color: #52525b !important;
    border-color: rgba(82, 82, 91, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-zinc-700:hover {
    --border-opacity: 1 !important;
    border-color: #3f3f46 !important;
    border-color: rgba(63, 63, 70, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-zinc-800:hover {
    --border-opacity: 1 !important;
    border-color: #27272a !important;
    border-color: rgba(39, 39, 42, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-zinc-900:hover {
    --border-opacity: 1 !important;
    border-color: #18181b !important;
    border-color: rgba(24, 24, 27, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-neutral-50:hover {
    --border-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-neutral-100:hover {
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-neutral-200:hover {
    --border-opacity: 1 !important;
    border-color: #e5e5e5 !important;
    border-color: rgba(229, 229, 229, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-neutral-300:hover {
    --border-opacity: 1 !important;
    border-color: #d4d4d4 !important;
    border-color: rgba(212, 212, 212, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-neutral-400:hover {
    --border-opacity: 1 !important;
    border-color: #a3a3a3 !important;
    border-color: rgba(163, 163, 163, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-neutral-500:hover {
    --border-opacity: 1 !important;
    border-color: #737373 !important;
    border-color: rgba(115, 115, 115, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-neutral-600:hover {
    --border-opacity: 1 !important;
    border-color: #525252 !important;
    border-color: rgba(82, 82, 82, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-neutral-700:hover {
    --border-opacity: 1 !important;
    border-color: #404040 !important;
    border-color: rgba(64, 64, 64, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-neutral-800:hover {
    --border-opacity: 1 !important;
    border-color: #262626 !important;
    border-color: rgba(38, 38, 38, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-neutral-900:hover {
    --border-opacity: 1 !important;
    border-color: #171717 !important;
    border-color: rgba(23, 23, 23, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-stone-50:hover {
    --border-opacity: 1 !important;
    border-color: #fafaf9 !important;
    border-color: rgba(250, 250, 249, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-stone-100:hover {
    --border-opacity: 1 !important;
    border-color: #f5f5f4 !important;
    border-color: rgba(245, 245, 244, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-stone-200:hover {
    --border-opacity: 1 !important;
    border-color: #e7e5e4 !important;
    border-color: rgba(231, 229, 228, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-stone-300:hover {
    --border-opacity: 1 !important;
    border-color: #d6d3d1 !important;
    border-color: rgba(214, 211, 209, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-stone-400:hover {
    --border-opacity: 1 !important;
    border-color: #a8a29e !important;
    border-color: rgba(168, 162, 158, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-stone-500:hover {
    --border-opacity: 1 !important;
    border-color: #78716c !important;
    border-color: rgba(120, 113, 108, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-stone-600:hover {
    --border-opacity: 1 !important;
    border-color: #57534e !important;
    border-color: rgba(87, 83, 78, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-stone-700:hover {
    --border-opacity: 1 !important;
    border-color: #44403c !important;
    border-color: rgba(68, 64, 60, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-stone-800:hover {
    --border-opacity: 1 !important;
    border-color: #292524 !important;
    border-color: rgba(41, 37, 36, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-stone-900:hover {
    --border-opacity: 1 !important;
    border-color: #1c1917 !important;
    border-color: rgba(28, 25, 23, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-amber-50:hover {
    --border-opacity: 1 !important;
    border-color: #fffbeb !important;
    border-color: rgba(255, 251, 235, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-amber-100:hover {
    --border-opacity: 1 !important;
    border-color: #fef3c7 !important;
    border-color: rgba(254, 243, 199, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-amber-200:hover {
    --border-opacity: 1 !important;
    border-color: #fde68a !important;
    border-color: rgba(253, 230, 138, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-amber-300:hover {
    --border-opacity: 1 !important;
    border-color: #fcd34d !important;
    border-color: rgba(252, 211, 77, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-amber-400:hover {
    --border-opacity: 1 !important;
    border-color: #fbbf24 !important;
    border-color: rgba(251, 191, 36, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-amber-500:hover {
    --border-opacity: 1 !important;
    border-color: #f59e0b !important;
    border-color: rgba(245, 158, 11, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-amber-600:hover {
    --border-opacity: 1 !important;
    border-color: #d97706 !important;
    border-color: rgba(217, 119, 6, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-amber-700:hover {
    --border-opacity: 1 !important;
    border-color: #b45309 !important;
    border-color: rgba(180, 83, 9, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-amber-800:hover {
    --border-opacity: 1 !important;
    border-color: #92400e !important;
    border-color: rgba(146, 64, 14, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-amber-900:hover {
    --border-opacity: 1 !important;
    border-color: #78350f !important;
    border-color: rgba(120, 53, 15, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lime-50:hover {
    --border-opacity: 1 !important;
    border-color: #f7fee7 !important;
    border-color: rgba(247, 254, 231, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lime-100:hover {
    --border-opacity: 1 !important;
    border-color: #ecfccb !important;
    border-color: rgba(236, 252, 203, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lime-200:hover {
    --border-opacity: 1 !important;
    border-color: #d9f99d !important;
    border-color: rgba(217, 249, 157, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lime-300:hover {
    --border-opacity: 1 !important;
    border-color: #bef264 !important;
    border-color: rgba(190, 242, 100, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lime-400:hover {
    --border-opacity: 1 !important;
    border-color: #a3e635 !important;
    border-color: rgba(163, 230, 53, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lime-500:hover {
    --border-opacity: 1 !important;
    border-color: #84cc16 !important;
    border-color: rgba(132, 204, 22, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lime-600:hover {
    --border-opacity: 1 !important;
    border-color: #65a30d !important;
    border-color: rgba(101, 163, 13, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lime-700:hover {
    --border-opacity: 1 !important;
    border-color: #4d7c0f !important;
    border-color: rgba(77, 124, 15, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lime-800:hover {
    --border-opacity: 1 !important;
    border-color: #3f6212 !important;
    border-color: rgba(63, 98, 18, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lime-900:hover {
    --border-opacity: 1 !important;
    border-color: #365314 !important;
    border-color: rgba(54, 83, 20, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-emerald-50:hover {
    --border-opacity: 1 !important;
    border-color: #ecfdf5 !important;
    border-color: rgba(236, 253, 245, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-emerald-100:hover {
    --border-opacity: 1 !important;
    border-color: #d1fae5 !important;
    border-color: rgba(209, 250, 229, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-emerald-200:hover {
    --border-opacity: 1 !important;
    border-color: #a7f3d0 !important;
    border-color: rgba(167, 243, 208, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-emerald-300:hover {
    --border-opacity: 1 !important;
    border-color: #6ee7b7 !important;
    border-color: rgba(110, 231, 183, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-emerald-400:hover {
    --border-opacity: 1 !important;
    border-color: #34d399 !important;
    border-color: rgba(52, 211, 153, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-emerald-500:hover {
    --border-opacity: 1 !important;
    border-color: #10b981 !important;
    border-color: rgba(16, 185, 129, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-emerald-600:hover {
    --border-opacity: 1 !important;
    border-color: #059669 !important;
    border-color: rgba(5, 150, 105, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-emerald-700:hover {
    --border-opacity: 1 !important;
    border-color: #047857 !important;
    border-color: rgba(4, 120, 87, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-emerald-800:hover {
    --border-opacity: 1 !important;
    border-color: #065f46 !important;
    border-color: rgba(6, 95, 70, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-emerald-900:hover {
    --border-opacity: 1 !important;
    border-color: #064e3b !important;
    border-color: rgba(6, 78, 59, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cyan-50:hover {
    --border-opacity: 1 !important;
    border-color: #ecfeff !important;
    border-color: rgba(236, 254, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cyan-100:hover {
    --border-opacity: 1 !important;
    border-color: #cffafe !important;
    border-color: rgba(207, 250, 254, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cyan-200:hover {
    --border-opacity: 1 !important;
    border-color: #a5f3fc !important;
    border-color: rgba(165, 243, 252, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cyan-300:hover {
    --border-opacity: 1 !important;
    border-color: #67e8f9 !important;
    border-color: rgba(103, 232, 249, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cyan-400:hover {
    --border-opacity: 1 !important;
    border-color: #22d3ee !important;
    border-color: rgba(34, 211, 238, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cyan-500:hover {
    --border-opacity: 1 !important;
    border-color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cyan-600:hover {
    --border-opacity: 1 !important;
    border-color: #0891b2 !important;
    border-color: rgba(8, 145, 178, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cyan-700:hover {
    --border-opacity: 1 !important;
    border-color: #0e7490 !important;
    border-color: rgba(14, 116, 144, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cyan-800:hover {
    --border-opacity: 1 !important;
    border-color: #155e75 !important;
    border-color: rgba(21, 94, 117, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cyan-900:hover {
    --border-opacity: 1 !important;
    border-color: #164e63 !important;
    border-color: rgba(22, 78, 99, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-sky-50:hover {
    --border-opacity: 1 !important;
    border-color: #f0f9ff !important;
    border-color: rgba(240, 249, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-sky-100:hover {
    --border-opacity: 1 !important;
    border-color: #e0f2fe !important;
    border-color: rgba(224, 242, 254, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-sky-200:hover {
    --border-opacity: 1 !important;
    border-color: #bae6fd !important;
    border-color: rgba(186, 230, 253, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-sky-300:hover {
    --border-opacity: 1 !important;
    border-color: #7dd3fc !important;
    border-color: rgba(125, 211, 252, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-sky-400:hover {
    --border-opacity: 1 !important;
    border-color: #38bdf8 !important;
    border-color: rgba(56, 189, 248, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-sky-500:hover {
    --border-opacity: 1 !important;
    border-color: #0ea5e9 !important;
    border-color: rgba(14, 165, 233, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-sky-600:hover {
    --border-opacity: 1 !important;
    border-color: #0284c7 !important;
    border-color: rgba(2, 132, 199, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-sky-700:hover {
    --border-opacity: 1 !important;
    border-color: #0369a1 !important;
    border-color: rgba(3, 105, 161, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-sky-800:hover {
    --border-opacity: 1 !important;
    border-color: #075985 !important;
    border-color: rgba(7, 89, 133, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-sky-900:hover {
    --border-opacity: 1 !important;
    border-color: #0c4a6e !important;
    border-color: rgba(12, 74, 110, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-violet-50:hover {
    --border-opacity: 1 !important;
    border-color: #f5f3ff !important;
    border-color: rgba(245, 243, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-violet-100:hover {
    --border-opacity: 1 !important;
    border-color: #ede9fe !important;
    border-color: rgba(237, 233, 254, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-violet-200:hover {
    --border-opacity: 1 !important;
    border-color: #ddd6fe !important;
    border-color: rgba(221, 214, 254, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-violet-300:hover {
    --border-opacity: 1 !important;
    border-color: #c4b5fd !important;
    border-color: rgba(196, 181, 253, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-violet-400:hover {
    --border-opacity: 1 !important;
    border-color: #a78bfa !important;
    border-color: rgba(167, 139, 250, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-violet-500:hover {
    --border-opacity: 1 !important;
    border-color: #8b5cf6 !important;
    border-color: rgba(139, 92, 246, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-violet-600:hover {
    --border-opacity: 1 !important;
    border-color: #7c3aed !important;
    border-color: rgba(124, 58, 237, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-violet-700:hover {
    --border-opacity: 1 !important;
    border-color: #6d28d9 !important;
    border-color: rgba(109, 40, 217, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-violet-800:hover {
    --border-opacity: 1 !important;
    border-color: #5b21b6 !important;
    border-color: rgba(91, 33, 182, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-violet-900:hover {
    --border-opacity: 1 !important;
    border-color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-fuchsia-50:hover {
    --border-opacity: 1 !important;
    border-color: #fdf4ff !important;
    border-color: rgba(253, 244, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-fuchsia-100:hover {
    --border-opacity: 1 !important;
    border-color: #fae8ff !important;
    border-color: rgba(250, 232, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-fuchsia-200:hover {
    --border-opacity: 1 !important;
    border-color: #f5d0fe !important;
    border-color: rgba(245, 208, 254, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-fuchsia-300:hover {
    --border-opacity: 1 !important;
    border-color: #f0abfc !important;
    border-color: rgba(240, 171, 252, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-fuchsia-400:hover {
    --border-opacity: 1 !important;
    border-color: #e879f9 !important;
    border-color: rgba(232, 121, 249, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-fuchsia-500:hover {
    --border-opacity: 1 !important;
    border-color: #d946ef !important;
    border-color: rgba(217, 70, 239, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-fuchsia-600:hover {
    --border-opacity: 1 !important;
    border-color: #c026d3 !important;
    border-color: rgba(192, 38, 211, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-fuchsia-700:hover {
    --border-opacity: 1 !important;
    border-color: #a21caf !important;
    border-color: rgba(162, 28, 175, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-fuchsia-800:hover {
    --border-opacity: 1 !important;
    border-color: #86198f !important;
    border-color: rgba(134, 25, 143, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-fuchsia-900:hover {
    --border-opacity: 1 !important;
    border-color: #701a75 !important;
    border-color: rgba(112, 26, 117, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-rose-50:hover {
    --border-opacity: 1 !important;
    border-color: #fff1f2 !important;
    border-color: rgba(255, 241, 242, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-rose-100:hover {
    --border-opacity: 1 !important;
    border-color: #ffe4e6 !important;
    border-color: rgba(255, 228, 230, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-rose-200:hover {
    --border-opacity: 1 !important;
    border-color: #fecdd3 !important;
    border-color: rgba(254, 205, 211, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-rose-300:hover {
    --border-opacity: 1 !important;
    border-color: #fda4af !important;
    border-color: rgba(253, 164, 175, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-rose-400:hover {
    --border-opacity: 1 !important;
    border-color: #fb7185 !important;
    border-color: rgba(251, 113, 133, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-rose-500:hover {
    --border-opacity: 1 !important;
    border-color: #f43f5e !important;
    border-color: rgba(244, 63, 94, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-rose-600:hover {
    --border-opacity: 1 !important;
    border-color: #e11d48 !important;
    border-color: rgba(225, 29, 72, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-rose-700:hover {
    --border-opacity: 1 !important;
    border-color: #be123c !important;
    border-color: rgba(190, 18, 60, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-rose-800:hover {
    --border-opacity: 1 !important;
    border-color: #9f1239 !important;
    border-color: rgba(159, 18, 57, var(--border-opacity)) !important;
  }

  .sm\:hover\:tw-border-rose-900:hover {
    --border-opacity: 1 !important;
    border-color: #881337 !important;
    border-color: rgba(136, 19, 55, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-transparent:focus {
    border-color: transparent !important;
  }

  .sm\:focus\:tw-border-current:focus {
    border-color: currentColor !important;
  }

  .sm\:focus\:tw-border-black:focus {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-white:focus {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-50:focus {
    --border-opacity: 1 !important;
    border-color: #f9fafb !important;
    border-color: rgba(249, 250, 251, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-100:focus {
    --border-opacity: 1 !important;
    border-color: #f3f4f6 !important;
    border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-200:focus {
    --border-opacity: 1 !important;
    border-color: #e5e7eb !important;
    border-color: rgba(229, 231, 235, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-300:focus {
    --border-opacity: 1 !important;
    border-color: #d1d5db !important;
    border-color: rgba(209, 213, 219, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-400:focus {
    --border-opacity: 1 !important;
    border-color: #9ca3af !important;
    border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-500:focus {
    --border-opacity: 1 !important;
    border-color: #6b7280 !important;
    border-color: rgba(107, 114, 128, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-600:focus {
    --border-opacity: 1 !important;
    border-color: #4b5563 !important;
    border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-700:focus {
    --border-opacity: 1 !important;
    border-color: #374151 !important;
    border-color: rgba(55, 65, 81, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-800:focus {
    --border-opacity: 1 !important;
    border-color: #1f2937 !important;
    border-color: rgba(31, 41, 55, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-900:focus {
    --border-opacity: 1 !important;
    border-color: #111827 !important;
    border-color: rgba(17, 24, 39, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-50:focus {
    --border-opacity: 1 !important;
    border-color: #fef2f2 !important;
    border-color: rgba(254, 242, 242, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-100:focus {
    --border-opacity: 1 !important;
    border-color: #fee2e2 !important;
    border-color: rgba(254, 226, 226, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-200:focus {
    --border-opacity: 1 !important;
    border-color: #fecaca !important;
    border-color: rgba(254, 202, 202, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-300:focus {
    --border-opacity: 1 !important;
    border-color: #fca5a5 !important;
    border-color: rgba(252, 165, 165, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-400:focus {
    --border-opacity: 1 !important;
    border-color: #f87171 !important;
    border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-500:focus {
    --border-opacity: 1 !important;
    border-color: #ef4444 !important;
    border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-600:focus {
    --border-opacity: 1 !important;
    border-color: #dc2626 !important;
    border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-700:focus {
    --border-opacity: 1 !important;
    border-color: #b91c1c !important;
    border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-800:focus {
    --border-opacity: 1 !important;
    border-color: #991b1b !important;
    border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-900:focus {
    --border-opacity: 1 !important;
    border-color: #7f1d1d !important;
    border-color: rgba(127, 29, 29, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-50:focus {
    --border-opacity: 1 !important;
    border-color: #fff7ed !important;
    border-color: rgba(255, 247, 237, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-100:focus {
    --border-opacity: 1 !important;
    border-color: #ffedd5 !important;
    border-color: rgba(255, 237, 213, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-200:focus {
    --border-opacity: 1 !important;
    border-color: #fed7aa !important;
    border-color: rgba(254, 215, 170, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-300:focus {
    --border-opacity: 1 !important;
    border-color: #fdba74 !important;
    border-color: rgba(253, 186, 116, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-400:focus {
    --border-opacity: 1 !important;
    border-color: #fb923c !important;
    border-color: rgba(251, 146, 60, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-500:focus {
    --border-opacity: 1 !important;
    border-color: #f97316 !important;
    border-color: rgba(249, 115, 22, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-600:focus {
    --border-opacity: 1 !important;
    border-color: #ea580c !important;
    border-color: rgba(234, 88, 12, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-700:focus {
    --border-opacity: 1 !important;
    border-color: #c2410c !important;
    border-color: rgba(194, 65, 12, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-800:focus {
    --border-opacity: 1 !important;
    border-color: #9a3412 !important;
    border-color: rgba(154, 52, 18, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-900:focus {
    --border-opacity: 1 !important;
    border-color: #7c2d12 !important;
    border-color: rgba(124, 45, 18, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-50:focus {
    --border-opacity: 1 !important;
    border-color: #fefce8 !important;
    border-color: rgba(254, 252, 232, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-100:focus {
    --border-opacity: 1 !important;
    border-color: #fef9c3 !important;
    border-color: rgba(254, 249, 195, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-200:focus {
    --border-opacity: 1 !important;
    border-color: #fef08a !important;
    border-color: rgba(254, 240, 138, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-300:focus {
    --border-opacity: 1 !important;
    border-color: #fde047 !important;
    border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-400:focus {
    --border-opacity: 1 !important;
    border-color: #facc15 !important;
    border-color: rgba(250, 204, 21, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-500:focus {
    --border-opacity: 1 !important;
    border-color: #eab308 !important;
    border-color: rgba(234, 179, 8, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-600:focus {
    --border-opacity: 1 !important;
    border-color: #ca8a04 !important;
    border-color: rgba(202, 138, 4, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-700:focus {
    --border-opacity: 1 !important;
    border-color: #a16207 !important;
    border-color: rgba(161, 98, 7, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-800:focus {
    --border-opacity: 1 !important;
    border-color: #854d0e !important;
    border-color: rgba(133, 77, 14, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-900:focus {
    --border-opacity: 1 !important;
    border-color: #713f12 !important;
    border-color: rgba(113, 63, 18, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-50:focus {
    --border-opacity: 1 !important;
    border-color: #f0fdf4 !important;
    border-color: rgba(240, 253, 244, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-100:focus {
    --border-opacity: 1 !important;
    border-color: #dcfce7 !important;
    border-color: rgba(220, 252, 231, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-200:focus {
    --border-opacity: 1 !important;
    border-color: #bbf7d0 !important;
    border-color: rgba(187, 247, 208, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-300:focus {
    --border-opacity: 1 !important;
    border-color: #86efac !important;
    border-color: rgba(134, 239, 172, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-400:focus {
    --border-opacity: 1 !important;
    border-color: #4ade80 !important;
    border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-500:focus {
    --border-opacity: 1 !important;
    border-color: #22c55e !important;
    border-color: rgba(34, 197, 94, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-600:focus {
    --border-opacity: 1 !important;
    border-color: #16a34a !important;
    border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-700:focus {
    --border-opacity: 1 !important;
    border-color: #15803d !important;
    border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-800:focus {
    --border-opacity: 1 !important;
    border-color: #166534 !important;
    border-color: rgba(22, 101, 52, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-900:focus {
    --border-opacity: 1 !important;
    border-color: #14532d !important;
    border-color: rgba(20, 83, 45, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-50:focus {
    --border-opacity: 1 !important;
    border-color: #f0fdfa !important;
    border-color: rgba(240, 253, 250, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-100:focus {
    --border-opacity: 1 !important;
    border-color: #ccfbf1 !important;
    border-color: rgba(204, 251, 241, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-200:focus {
    --border-opacity: 1 !important;
    border-color: #99f6e4 !important;
    border-color: rgba(153, 246, 228, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-300:focus {
    --border-opacity: 1 !important;
    border-color: #5eead4 !important;
    border-color: rgba(94, 234, 212, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-400:focus {
    --border-opacity: 1 !important;
    border-color: #2dd4bf !important;
    border-color: rgba(45, 212, 191, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-500:focus {
    --border-opacity: 1 !important;
    border-color: #14b8a6 !important;
    border-color: rgba(20, 184, 166, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-600:focus {
    --border-opacity: 1 !important;
    border-color: #0d9488 !important;
    border-color: rgba(13, 148, 136, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-700:focus {
    --border-opacity: 1 !important;
    border-color: #0f766e !important;
    border-color: rgba(15, 118, 110, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-800:focus {
    --border-opacity: 1 !important;
    border-color: #115e59 !important;
    border-color: rgba(17, 94, 89, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-900:focus {
    --border-opacity: 1 !important;
    border-color: #134e4a !important;
    border-color: rgba(19, 78, 74, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-50:focus {
    --border-opacity: 1 !important;
    border-color: #eff6ff !important;
    border-color: rgba(239, 246, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-100:focus {
    --border-opacity: 1 !important;
    border-color: #dbeafe !important;
    border-color: rgba(219, 234, 254, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-200:focus {
    --border-opacity: 1 !important;
    border-color: #bfdbfe !important;
    border-color: rgba(191, 219, 254, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-300:focus {
    --border-opacity: 1 !important;
    border-color: #93c5fd !important;
    border-color: rgba(147, 197, 253, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-400:focus {
    --border-opacity: 1 !important;
    border-color: #60a5fa !important;
    border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-500:focus {
    --border-opacity: 1 !important;
    border-color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-600:focus {
    --border-opacity: 1 !important;
    border-color: #2563eb !important;
    border-color: rgba(37, 99, 235, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-700:focus {
    --border-opacity: 1 !important;
    border-color: #1d4ed8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-800:focus {
    --border-opacity: 1 !important;
    border-color: #1e40af !important;
    border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-900:focus {
    --border-opacity: 1 !important;
    border-color: #1e3a8a !important;
    border-color: rgba(30, 58, 138, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-50:focus {
    --border-opacity: 1 !important;
    border-color: #eef2ff !important;
    border-color: rgba(238, 242, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-100:focus {
    --border-opacity: 1 !important;
    border-color: #e0e7ff !important;
    border-color: rgba(224, 231, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-200:focus {
    --border-opacity: 1 !important;
    border-color: #c7d2fe !important;
    border-color: rgba(199, 210, 254, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-300:focus {
    --border-opacity: 1 !important;
    border-color: #a5b4fc !important;
    border-color: rgba(165, 180, 252, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-400:focus {
    --border-opacity: 1 !important;
    border-color: #818cf8 !important;
    border-color: rgba(129, 140, 248, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-500:focus {
    --border-opacity: 1 !important;
    border-color: #6366f1 !important;
    border-color: rgba(99, 102, 241, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-600:focus {
    --border-opacity: 1 !important;
    border-color: #4f46e5 !important;
    border-color: rgba(79, 70, 229, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-700:focus {
    --border-opacity: 1 !important;
    border-color: #4338ca !important;
    border-color: rgba(67, 56, 202, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-800:focus {
    --border-opacity: 1 !important;
    border-color: #3730a3 !important;
    border-color: rgba(55, 48, 163, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-900:focus {
    --border-opacity: 1 !important;
    border-color: #312e81 !important;
    border-color: rgba(49, 46, 129, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-50:focus {
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-100:focus {
    --border-opacity: 1 !important;
    border-color: #f3e8ff !important;
    border-color: rgba(243, 232, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-200:focus {
    --border-opacity: 1 !important;
    border-color: #e9d5ff !important;
    border-color: rgba(233, 213, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-300:focus {
    --border-opacity: 1 !important;
    border-color: #d8b4fe !important;
    border-color: rgba(216, 180, 254, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-400:focus {
    --border-opacity: 1 !important;
    border-color: #c084fc !important;
    border-color: rgba(192, 132, 252, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-500:focus {
    --border-opacity: 1 !important;
    border-color: #a855f7 !important;
    border-color: rgba(168, 85, 247, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-600:focus {
    --border-opacity: 1 !important;
    border-color: #9333ea !important;
    border-color: rgba(147, 51, 234, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-700:focus {
    --border-opacity: 1 !important;
    border-color: #7e22ce !important;
    border-color: rgba(126, 34, 206, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-800:focus {
    --border-opacity: 1 !important;
    border-color: #6b21a8 !important;
    border-color: rgba(107, 33, 168, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-900:focus {
    --border-opacity: 1 !important;
    border-color: #581c87 !important;
    border-color: rgba(88, 28, 135, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-50:focus {
    --border-opacity: 1 !important;
    border-color: #fdf2f8 !important;
    border-color: rgba(253, 242, 248, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-100:focus {
    --border-opacity: 1 !important;
    border-color: #fce7f3 !important;
    border-color: rgba(252, 231, 243, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-200:focus {
    --border-opacity: 1 !important;
    border-color: #fbcfe8 !important;
    border-color: rgba(251, 207, 232, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-300:focus {
    --border-opacity: 1 !important;
    border-color: #f9a8d4 !important;
    border-color: rgba(249, 168, 212, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-400:focus {
    --border-opacity: 1 !important;
    border-color: #f472b6 !important;
    border-color: rgba(244, 114, 182, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-500:focus {
    --border-opacity: 1 !important;
    border-color: #ec4899 !important;
    border-color: rgba(236, 72, 153, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-600:focus {
    --border-opacity: 1 !important;
    border-color: #db2777 !important;
    border-color: rgba(219, 39, 119, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-700:focus {
    --border-opacity: 1 !important;
    border-color: #be185d !important;
    border-color: rgba(190, 24, 93, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-800:focus {
    --border-opacity: 1 !important;
    border-color: #9d174d !important;
    border-color: rgba(157, 23, 77, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-900:focus {
    --border-opacity: 1 !important;
    border-color: #831843 !important;
    border-color: rgba(131, 24, 67, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-app-main:focus {
    --border-opacity: 1 !important;
    border-color: #F18D11 !important;
    border-color: rgba(241, 141, 17, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-app-sub-blue:focus {
    --border-opacity: 1 !important;
    border-color: #1E548F !important;
    border-color: rgba(30, 84, 143, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-app-yellow:focus {
    --border-opacity: 1 !important;
    border-color: #FFF5D1 !important;
    border-color: rgba(255, 245, 209, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-theme-primary:focus {
    --border-opacity: 1 !important;
    border-color: #f3980f !important;
    border-color: rgba(243, 152, 15, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-theme-info:focus {
    --border-opacity: 1 !important;
    border-color: #1b925a !important;
    border-color: rgba(27, 146, 90, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-slate-50:focus {
    --border-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-slate-100:focus {
    --border-opacity: 1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-slate-200:focus {
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-slate-300:focus {
    --border-opacity: 1 !important;
    border-color: #cbd5e1 !important;
    border-color: rgba(203, 213, 225, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-slate-400:focus {
    --border-opacity: 1 !important;
    border-color: #94a3b8 !important;
    border-color: rgba(148, 163, 184, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-slate-500:focus {
    --border-opacity: 1 !important;
    border-color: #64748b !important;
    border-color: rgba(100, 116, 139, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-slate-600:focus {
    --border-opacity: 1 !important;
    border-color: #475569 !important;
    border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-slate-700:focus {
    --border-opacity: 1 !important;
    border-color: #334155 !important;
    border-color: rgba(51, 65, 85, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-slate-800:focus {
    --border-opacity: 1 !important;
    border-color: #1e293b !important;
    border-color: rgba(30, 41, 59, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-slate-900:focus {
    --border-opacity: 1 !important;
    border-color: #0f172a !important;
    border-color: rgba(15, 23, 42, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-zinc-50:focus {
    --border-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-zinc-100:focus {
    --border-opacity: 1 !important;
    border-color: #f4f4f5 !important;
    border-color: rgba(244, 244, 245, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-zinc-200:focus {
    --border-opacity: 1 !important;
    border-color: #e4e4e7 !important;
    border-color: rgba(228, 228, 231, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-zinc-300:focus {
    --border-opacity: 1 !important;
    border-color: #d4d4d8 !important;
    border-color: rgba(212, 212, 216, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-zinc-400:focus {
    --border-opacity: 1 !important;
    border-color: #a1a1aa !important;
    border-color: rgba(161, 161, 170, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-zinc-500:focus {
    --border-opacity: 1 !important;
    border-color: #71717a !important;
    border-color: rgba(113, 113, 122, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-zinc-600:focus {
    --border-opacity: 1 !important;
    border-color: #52525b !important;
    border-color: rgba(82, 82, 91, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-zinc-700:focus {
    --border-opacity: 1 !important;
    border-color: #3f3f46 !important;
    border-color: rgba(63, 63, 70, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-zinc-800:focus {
    --border-opacity: 1 !important;
    border-color: #27272a !important;
    border-color: rgba(39, 39, 42, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-zinc-900:focus {
    --border-opacity: 1 !important;
    border-color: #18181b !important;
    border-color: rgba(24, 24, 27, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-neutral-50:focus {
    --border-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-neutral-100:focus {
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-neutral-200:focus {
    --border-opacity: 1 !important;
    border-color: #e5e5e5 !important;
    border-color: rgba(229, 229, 229, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-neutral-300:focus {
    --border-opacity: 1 !important;
    border-color: #d4d4d4 !important;
    border-color: rgba(212, 212, 212, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-neutral-400:focus {
    --border-opacity: 1 !important;
    border-color: #a3a3a3 !important;
    border-color: rgba(163, 163, 163, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-neutral-500:focus {
    --border-opacity: 1 !important;
    border-color: #737373 !important;
    border-color: rgba(115, 115, 115, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-neutral-600:focus {
    --border-opacity: 1 !important;
    border-color: #525252 !important;
    border-color: rgba(82, 82, 82, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-neutral-700:focus {
    --border-opacity: 1 !important;
    border-color: #404040 !important;
    border-color: rgba(64, 64, 64, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-neutral-800:focus {
    --border-opacity: 1 !important;
    border-color: #262626 !important;
    border-color: rgba(38, 38, 38, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-neutral-900:focus {
    --border-opacity: 1 !important;
    border-color: #171717 !important;
    border-color: rgba(23, 23, 23, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-stone-50:focus {
    --border-opacity: 1 !important;
    border-color: #fafaf9 !important;
    border-color: rgba(250, 250, 249, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-stone-100:focus {
    --border-opacity: 1 !important;
    border-color: #f5f5f4 !important;
    border-color: rgba(245, 245, 244, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-stone-200:focus {
    --border-opacity: 1 !important;
    border-color: #e7e5e4 !important;
    border-color: rgba(231, 229, 228, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-stone-300:focus {
    --border-opacity: 1 !important;
    border-color: #d6d3d1 !important;
    border-color: rgba(214, 211, 209, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-stone-400:focus {
    --border-opacity: 1 !important;
    border-color: #a8a29e !important;
    border-color: rgba(168, 162, 158, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-stone-500:focus {
    --border-opacity: 1 !important;
    border-color: #78716c !important;
    border-color: rgba(120, 113, 108, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-stone-600:focus {
    --border-opacity: 1 !important;
    border-color: #57534e !important;
    border-color: rgba(87, 83, 78, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-stone-700:focus {
    --border-opacity: 1 !important;
    border-color: #44403c !important;
    border-color: rgba(68, 64, 60, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-stone-800:focus {
    --border-opacity: 1 !important;
    border-color: #292524 !important;
    border-color: rgba(41, 37, 36, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-stone-900:focus {
    --border-opacity: 1 !important;
    border-color: #1c1917 !important;
    border-color: rgba(28, 25, 23, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-amber-50:focus {
    --border-opacity: 1 !important;
    border-color: #fffbeb !important;
    border-color: rgba(255, 251, 235, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-amber-100:focus {
    --border-opacity: 1 !important;
    border-color: #fef3c7 !important;
    border-color: rgba(254, 243, 199, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-amber-200:focus {
    --border-opacity: 1 !important;
    border-color: #fde68a !important;
    border-color: rgba(253, 230, 138, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-amber-300:focus {
    --border-opacity: 1 !important;
    border-color: #fcd34d !important;
    border-color: rgba(252, 211, 77, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-amber-400:focus {
    --border-opacity: 1 !important;
    border-color: #fbbf24 !important;
    border-color: rgba(251, 191, 36, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-amber-500:focus {
    --border-opacity: 1 !important;
    border-color: #f59e0b !important;
    border-color: rgba(245, 158, 11, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-amber-600:focus {
    --border-opacity: 1 !important;
    border-color: #d97706 !important;
    border-color: rgba(217, 119, 6, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-amber-700:focus {
    --border-opacity: 1 !important;
    border-color: #b45309 !important;
    border-color: rgba(180, 83, 9, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-amber-800:focus {
    --border-opacity: 1 !important;
    border-color: #92400e !important;
    border-color: rgba(146, 64, 14, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-amber-900:focus {
    --border-opacity: 1 !important;
    border-color: #78350f !important;
    border-color: rgba(120, 53, 15, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lime-50:focus {
    --border-opacity: 1 !important;
    border-color: #f7fee7 !important;
    border-color: rgba(247, 254, 231, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lime-100:focus {
    --border-opacity: 1 !important;
    border-color: #ecfccb !important;
    border-color: rgba(236, 252, 203, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lime-200:focus {
    --border-opacity: 1 !important;
    border-color: #d9f99d !important;
    border-color: rgba(217, 249, 157, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lime-300:focus {
    --border-opacity: 1 !important;
    border-color: #bef264 !important;
    border-color: rgba(190, 242, 100, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lime-400:focus {
    --border-opacity: 1 !important;
    border-color: #a3e635 !important;
    border-color: rgba(163, 230, 53, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lime-500:focus {
    --border-opacity: 1 !important;
    border-color: #84cc16 !important;
    border-color: rgba(132, 204, 22, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lime-600:focus {
    --border-opacity: 1 !important;
    border-color: #65a30d !important;
    border-color: rgba(101, 163, 13, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lime-700:focus {
    --border-opacity: 1 !important;
    border-color: #4d7c0f !important;
    border-color: rgba(77, 124, 15, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lime-800:focus {
    --border-opacity: 1 !important;
    border-color: #3f6212 !important;
    border-color: rgba(63, 98, 18, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lime-900:focus {
    --border-opacity: 1 !important;
    border-color: #365314 !important;
    border-color: rgba(54, 83, 20, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-emerald-50:focus {
    --border-opacity: 1 !important;
    border-color: #ecfdf5 !important;
    border-color: rgba(236, 253, 245, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-emerald-100:focus {
    --border-opacity: 1 !important;
    border-color: #d1fae5 !important;
    border-color: rgba(209, 250, 229, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-emerald-200:focus {
    --border-opacity: 1 !important;
    border-color: #a7f3d0 !important;
    border-color: rgba(167, 243, 208, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-emerald-300:focus {
    --border-opacity: 1 !important;
    border-color: #6ee7b7 !important;
    border-color: rgba(110, 231, 183, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-emerald-400:focus {
    --border-opacity: 1 !important;
    border-color: #34d399 !important;
    border-color: rgba(52, 211, 153, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-emerald-500:focus {
    --border-opacity: 1 !important;
    border-color: #10b981 !important;
    border-color: rgba(16, 185, 129, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-emerald-600:focus {
    --border-opacity: 1 !important;
    border-color: #059669 !important;
    border-color: rgba(5, 150, 105, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-emerald-700:focus {
    --border-opacity: 1 !important;
    border-color: #047857 !important;
    border-color: rgba(4, 120, 87, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-emerald-800:focus {
    --border-opacity: 1 !important;
    border-color: #065f46 !important;
    border-color: rgba(6, 95, 70, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-emerald-900:focus {
    --border-opacity: 1 !important;
    border-color: #064e3b !important;
    border-color: rgba(6, 78, 59, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cyan-50:focus {
    --border-opacity: 1 !important;
    border-color: #ecfeff !important;
    border-color: rgba(236, 254, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cyan-100:focus {
    --border-opacity: 1 !important;
    border-color: #cffafe !important;
    border-color: rgba(207, 250, 254, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cyan-200:focus {
    --border-opacity: 1 !important;
    border-color: #a5f3fc !important;
    border-color: rgba(165, 243, 252, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cyan-300:focus {
    --border-opacity: 1 !important;
    border-color: #67e8f9 !important;
    border-color: rgba(103, 232, 249, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cyan-400:focus {
    --border-opacity: 1 !important;
    border-color: #22d3ee !important;
    border-color: rgba(34, 211, 238, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cyan-500:focus {
    --border-opacity: 1 !important;
    border-color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cyan-600:focus {
    --border-opacity: 1 !important;
    border-color: #0891b2 !important;
    border-color: rgba(8, 145, 178, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cyan-700:focus {
    --border-opacity: 1 !important;
    border-color: #0e7490 !important;
    border-color: rgba(14, 116, 144, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cyan-800:focus {
    --border-opacity: 1 !important;
    border-color: #155e75 !important;
    border-color: rgba(21, 94, 117, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cyan-900:focus {
    --border-opacity: 1 !important;
    border-color: #164e63 !important;
    border-color: rgba(22, 78, 99, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-sky-50:focus {
    --border-opacity: 1 !important;
    border-color: #f0f9ff !important;
    border-color: rgba(240, 249, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-sky-100:focus {
    --border-opacity: 1 !important;
    border-color: #e0f2fe !important;
    border-color: rgba(224, 242, 254, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-sky-200:focus {
    --border-opacity: 1 !important;
    border-color: #bae6fd !important;
    border-color: rgba(186, 230, 253, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-sky-300:focus {
    --border-opacity: 1 !important;
    border-color: #7dd3fc !important;
    border-color: rgba(125, 211, 252, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-sky-400:focus {
    --border-opacity: 1 !important;
    border-color: #38bdf8 !important;
    border-color: rgba(56, 189, 248, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-sky-500:focus {
    --border-opacity: 1 !important;
    border-color: #0ea5e9 !important;
    border-color: rgba(14, 165, 233, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-sky-600:focus {
    --border-opacity: 1 !important;
    border-color: #0284c7 !important;
    border-color: rgba(2, 132, 199, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-sky-700:focus {
    --border-opacity: 1 !important;
    border-color: #0369a1 !important;
    border-color: rgba(3, 105, 161, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-sky-800:focus {
    --border-opacity: 1 !important;
    border-color: #075985 !important;
    border-color: rgba(7, 89, 133, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-sky-900:focus {
    --border-opacity: 1 !important;
    border-color: #0c4a6e !important;
    border-color: rgba(12, 74, 110, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-violet-50:focus {
    --border-opacity: 1 !important;
    border-color: #f5f3ff !important;
    border-color: rgba(245, 243, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-violet-100:focus {
    --border-opacity: 1 !important;
    border-color: #ede9fe !important;
    border-color: rgba(237, 233, 254, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-violet-200:focus {
    --border-opacity: 1 !important;
    border-color: #ddd6fe !important;
    border-color: rgba(221, 214, 254, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-violet-300:focus {
    --border-opacity: 1 !important;
    border-color: #c4b5fd !important;
    border-color: rgba(196, 181, 253, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-violet-400:focus {
    --border-opacity: 1 !important;
    border-color: #a78bfa !important;
    border-color: rgba(167, 139, 250, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-violet-500:focus {
    --border-opacity: 1 !important;
    border-color: #8b5cf6 !important;
    border-color: rgba(139, 92, 246, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-violet-600:focus {
    --border-opacity: 1 !important;
    border-color: #7c3aed !important;
    border-color: rgba(124, 58, 237, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-violet-700:focus {
    --border-opacity: 1 !important;
    border-color: #6d28d9 !important;
    border-color: rgba(109, 40, 217, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-violet-800:focus {
    --border-opacity: 1 !important;
    border-color: #5b21b6 !important;
    border-color: rgba(91, 33, 182, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-violet-900:focus {
    --border-opacity: 1 !important;
    border-color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-fuchsia-50:focus {
    --border-opacity: 1 !important;
    border-color: #fdf4ff !important;
    border-color: rgba(253, 244, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-fuchsia-100:focus {
    --border-opacity: 1 !important;
    border-color: #fae8ff !important;
    border-color: rgba(250, 232, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-fuchsia-200:focus {
    --border-opacity: 1 !important;
    border-color: #f5d0fe !important;
    border-color: rgba(245, 208, 254, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-fuchsia-300:focus {
    --border-opacity: 1 !important;
    border-color: #f0abfc !important;
    border-color: rgba(240, 171, 252, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-fuchsia-400:focus {
    --border-opacity: 1 !important;
    border-color: #e879f9 !important;
    border-color: rgba(232, 121, 249, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-fuchsia-500:focus {
    --border-opacity: 1 !important;
    border-color: #d946ef !important;
    border-color: rgba(217, 70, 239, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-fuchsia-600:focus {
    --border-opacity: 1 !important;
    border-color: #c026d3 !important;
    border-color: rgba(192, 38, 211, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-fuchsia-700:focus {
    --border-opacity: 1 !important;
    border-color: #a21caf !important;
    border-color: rgba(162, 28, 175, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-fuchsia-800:focus {
    --border-opacity: 1 !important;
    border-color: #86198f !important;
    border-color: rgba(134, 25, 143, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-fuchsia-900:focus {
    --border-opacity: 1 !important;
    border-color: #701a75 !important;
    border-color: rgba(112, 26, 117, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-rose-50:focus {
    --border-opacity: 1 !important;
    border-color: #fff1f2 !important;
    border-color: rgba(255, 241, 242, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-rose-100:focus {
    --border-opacity: 1 !important;
    border-color: #ffe4e6 !important;
    border-color: rgba(255, 228, 230, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-rose-200:focus {
    --border-opacity: 1 !important;
    border-color: #fecdd3 !important;
    border-color: rgba(254, 205, 211, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-rose-300:focus {
    --border-opacity: 1 !important;
    border-color: #fda4af !important;
    border-color: rgba(253, 164, 175, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-rose-400:focus {
    --border-opacity: 1 !important;
    border-color: #fb7185 !important;
    border-color: rgba(251, 113, 133, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-rose-500:focus {
    --border-opacity: 1 !important;
    border-color: #f43f5e !important;
    border-color: rgba(244, 63, 94, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-rose-600:focus {
    --border-opacity: 1 !important;
    border-color: #e11d48 !important;
    border-color: rgba(225, 29, 72, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-rose-700:focus {
    --border-opacity: 1 !important;
    border-color: #be123c !important;
    border-color: rgba(190, 18, 60, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-rose-800:focus {
    --border-opacity: 1 !important;
    border-color: #9f1239 !important;
    border-color: rgba(159, 18, 57, var(--border-opacity)) !important;
  }

  .sm\:focus\:tw-border-rose-900:focus {
    --border-opacity: 1 !important;
    border-color: #881337 !important;
    border-color: rgba(136, 19, 55, var(--border-opacity)) !important;
  }

  .sm\:tw-border-opacity-0 {
    --border-opacity: 0 !important;
  }

  .sm\:tw-border-opacity-25 {
    --border-opacity: 0.25 !important;
  }

  .sm\:tw-border-opacity-50 {
    --border-opacity: 0.5 !important;
  }

  .sm\:tw-border-opacity-75 {
    --border-opacity: 0.75 !important;
  }

  .sm\:tw-border-opacity-100 {
    --border-opacity: 1 !important;
  }

  .sm\:hover\:tw-border-opacity-0:hover {
    --border-opacity: 0 !important;
  }

  .sm\:hover\:tw-border-opacity-25:hover {
    --border-opacity: 0.25 !important;
  }

  .sm\:hover\:tw-border-opacity-50:hover {
    --border-opacity: 0.5 !important;
  }

  .sm\:hover\:tw-border-opacity-75:hover {
    --border-opacity: 0.75 !important;
  }

  .sm\:hover\:tw-border-opacity-100:hover {
    --border-opacity: 1 !important;
  }

  .sm\:focus\:tw-border-opacity-0:focus {
    --border-opacity: 0 !important;
  }

  .sm\:focus\:tw-border-opacity-25:focus {
    --border-opacity: 0.25 !important;
  }

  .sm\:focus\:tw-border-opacity-50:focus {
    --border-opacity: 0.5 !important;
  }

  .sm\:focus\:tw-border-opacity-75:focus {
    --border-opacity: 0.75 !important;
  }

  .sm\:focus\:tw-border-opacity-100:focus {
    --border-opacity: 1 !important;
  }

  .sm\:tw-rounded-none {
    border-radius: 0 !important;
  }

  .sm\:tw-rounded-sm {
    border-radius: 0.125rem !important;
  }

  .sm\:tw-rounded {
    border-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-md {
    border-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-lg {
    border-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-xl {
    border-radius: 0.75rem !important;
  }

  .sm\:tw-rounded-2xl {
    border-radius: 1rem !important;
  }

  .sm\:tw-rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .sm\:tw-rounded-full {
    border-radius: 9999px !important;
  }

  .sm\:tw-rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .sm\:tw-rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .sm\:tw-rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:tw-rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:tw-rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .sm\:tw-rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .sm\:tw-rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:tw-rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:tw-rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .sm\:tw-rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .sm\:tw-rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:tw-rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:tw-rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .sm\:tw-rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .sm\:tw-rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:tw-rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:tw-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .sm\:tw-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:tw-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:tw-rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .sm\:tw-rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .sm\:tw-rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .sm\:tw-rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .sm\:tw-rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .sm\:tw-rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .sm\:tw-rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .sm\:tw-rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:tw-rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .sm\:tw-rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .sm\:tw-rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .sm\:tw-rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:tw-rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .sm\:tw-rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .sm\:tw-rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .sm\:tw-rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:tw-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .sm\:tw-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .sm\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:tw-border-solid {
    border-style: solid !important;
  }

  .sm\:tw-border-dashed {
    border-style: dashed !important;
  }

  .sm\:tw-border-dotted {
    border-style: dotted !important;
  }

  .sm\:tw-border-double {
    border-style: double !important;
  }

  .sm\:tw-border-none {
    border-style: none !important;
  }

  .sm\:tw-border-0 {
    border-width: 0 !important;
  }

  .sm\:tw-border-2 {
    border-width: 2px !important;
  }

  .sm\:tw-border-3 {
    border-width: 3px !important;
  }

  .sm\:tw-border-4 {
    border-width: 4px !important;
  }

  .sm\:tw-border-8 {
    border-width: 8px !important;
  }

  .sm\:tw-border {
    border-width: 1px !important;
  }

  .sm\:tw-border-t-0 {
    border-top-width: 0 !important;
  }

  .sm\:tw-border-r-0 {
    border-right-width: 0 !important;
  }

  .sm\:tw-border-b-0 {
    border-bottom-width: 0 !important;
  }

  .sm\:tw-border-l-0 {
    border-left-width: 0 !important;
  }

  .sm\:tw-border-t-2 {
    border-top-width: 2px !important;
  }

  .sm\:tw-border-r-2 {
    border-right-width: 2px !important;
  }

  .sm\:tw-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .sm\:tw-border-l-2 {
    border-left-width: 2px !important;
  }

  .sm\:tw-border-t-3 {
    border-top-width: 3px !important;
  }

  .sm\:tw-border-r-3 {
    border-right-width: 3px !important;
  }

  .sm\:tw-border-b-3 {
    border-bottom-width: 3px !important;
  }

  .sm\:tw-border-l-3 {
    border-left-width: 3px !important;
  }

  .sm\:tw-border-t-4 {
    border-top-width: 4px !important;
  }

  .sm\:tw-border-r-4 {
    border-right-width: 4px !important;
  }

  .sm\:tw-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .sm\:tw-border-l-4 {
    border-left-width: 4px !important;
  }

  .sm\:tw-border-t-8 {
    border-top-width: 8px !important;
  }

  .sm\:tw-border-r-8 {
    border-right-width: 8px !important;
  }

  .sm\:tw-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .sm\:tw-border-l-8 {
    border-left-width: 8px !important;
  }

  .sm\:tw-border-t {
    border-top-width: 1px !important;
  }

  .sm\:tw-border-r {
    border-right-width: 1px !important;
  }

  .sm\:tw-border-b {
    border-bottom-width: 1px !important;
  }

  .sm\:tw-border-l {
    border-left-width: 1px !important;
  }

  .sm\:tw-box-border {
    box-sizing: border-box !important;
  }

  .sm\:tw-box-content {
    box-sizing: content-box !important;
  }

  .sm\:tw-cursor-auto {
    cursor: auto !important;
  }

  .sm\:tw-cursor-default {
    cursor: default !important;
  }

  .sm\:tw-cursor-pointer {
    cursor: pointer !important;
  }

  .sm\:tw-cursor-wait {
    cursor: wait !important;
  }

  .sm\:tw-cursor-text {
    cursor: text !important;
  }

  .sm\:tw-cursor-move {
    cursor: move !important;
  }

  .sm\:tw-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .sm\:tw-block {
    display: block !important;
  }

  .sm\:tw-inline-block {
    display: inline-block !important;
  }

  .sm\:tw-inline {
    display: inline !important;
  }

  .sm\:tw-flex {
    display: flex !important;
  }

  .sm\:tw-inline-flex {
    display: inline-flex !important;
  }

  .sm\:tw-table {
    display: table !important;
  }

  .sm\:tw-table-caption {
    display: table-caption !important;
  }

  .sm\:tw-table-cell {
    display: table-cell !important;
  }

  .sm\:tw-table-column {
    display: table-column !important;
  }

  .sm\:tw-table-column-group {
    display: table-column-group !important;
  }

  .sm\:tw-table-footer-group {
    display: table-footer-group !important;
  }

  .sm\:tw-table-header-group {
    display: table-header-group !important;
  }

  .sm\:tw-table-row-group {
    display: table-row-group !important;
  }

  .sm\:tw-table-row {
    display: table-row !important;
  }

  .sm\:tw-flow-root {
    display: flow-root !important;
  }

  .sm\:tw-grid {
    display: grid !important;
  }

  .sm\:tw-inline-grid {
    display: inline-grid !important;
  }

  .sm\:tw-contents {
    display: contents !important;
  }

  .sm\:tw-hidden {
    display: none !important;
  }

  .sm\:empty\:tw-block:empty {
    display: block !important;
  }

  .sm\:empty\:tw-inline-block:empty {
    display: inline-block !important;
  }

  .sm\:empty\:tw-inline:empty {
    display: inline !important;
  }

  .sm\:empty\:tw-flex:empty {
    display: flex !important;
  }

  .sm\:empty\:tw-inline-flex:empty {
    display: inline-flex !important;
  }

  .sm\:empty\:tw-table:empty {
    display: table !important;
  }

  .sm\:empty\:tw-table-caption:empty {
    display: table-caption !important;
  }

  .sm\:empty\:tw-table-cell:empty {
    display: table-cell !important;
  }

  .sm\:empty\:tw-table-column:empty {
    display: table-column !important;
  }

  .sm\:empty\:tw-table-column-group:empty {
    display: table-column-group !important;
  }

  .sm\:empty\:tw-table-footer-group:empty {
    display: table-footer-group !important;
  }

  .sm\:empty\:tw-table-header-group:empty {
    display: table-header-group !important;
  }

  .sm\:empty\:tw-table-row-group:empty {
    display: table-row-group !important;
  }

  .sm\:empty\:tw-table-row:empty {
    display: table-row !important;
  }

  .sm\:empty\:tw-flow-root:empty {
    display: flow-root !important;
  }

  .sm\:empty\:tw-grid:empty {
    display: grid !important;
  }

  .sm\:empty\:tw-inline-grid:empty {
    display: inline-grid !important;
  }

  .sm\:empty\:tw-contents:empty {
    display: contents !important;
  }

  .sm\:empty\:tw-hidden:empty {
    display: none !important;
  }

  .sm\:tw-flex-row {
    flex-direction: row !important;
  }

  .sm\:tw-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .sm\:tw-flex-col {
    flex-direction: column !important;
  }

  .sm\:tw-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .sm\:tw-flex-wrap {
    flex-wrap: wrap !important;
  }

  .sm\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .sm\:tw-flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .sm\:tw-place-items-auto {
    place-items: auto !important;
  }

  .sm\:tw-place-items-start {
    place-items: start !important;
  }

  .sm\:tw-place-items-end {
    place-items: end !important;
  }

  .sm\:tw-place-items-center {
    place-items: center !important;
  }

  .sm\:tw-place-items-stretch {
    place-items: stretch !important;
  }

  .sm\:tw-place-content-center {
    place-content: center !important;
  }

  .sm\:tw-place-content-start {
    place-content: start !important;
  }

  .sm\:tw-place-content-end {
    place-content: end !important;
  }

  .sm\:tw-place-content-between {
    place-content: space-between !important;
  }

  .sm\:tw-place-content-around {
    place-content: space-around !important;
  }

  .sm\:tw-place-content-evenly {
    place-content: space-evenly !important;
  }

  .sm\:tw-place-content-stretch {
    place-content: stretch !important;
  }

  .sm\:tw-place-self-auto {
    place-self: auto !important;
  }

  .sm\:tw-place-self-start {
    place-self: start !important;
  }

  .sm\:tw-place-self-end {
    place-self: end !important;
  }

  .sm\:tw-place-self-center {
    place-self: center !important;
  }

  .sm\:tw-place-self-stretch {
    place-self: stretch !important;
  }

  .sm\:tw-items-start {
    align-items: flex-start !important;
  }

  .sm\:tw-items-end {
    align-items: flex-end !important;
  }

  .sm\:tw-items-center {
    align-items: center !important;
  }

  .sm\:tw-items-baseline {
    align-items: baseline !important;
  }

  .sm\:tw-items-stretch {
    align-items: stretch !important;
  }

  .sm\:tw-content-center {
    align-content: center !important;
  }

  .sm\:tw-content-start {
    align-content: flex-start !important;
  }

  .sm\:tw-content-end {
    align-content: flex-end !important;
  }

  .sm\:tw-content-between {
    align-content: space-between !important;
  }

  .sm\:tw-content-around {
    align-content: space-around !important;
  }

  .sm\:tw-content-evenly {
    align-content: space-evenly !important;
  }

  .sm\:tw-self-auto {
    align-self: auto !important;
  }

  .sm\:tw-self-start {
    align-self: flex-start !important;
  }

  .sm\:tw-self-end {
    align-self: flex-end !important;
  }

  .sm\:tw-self-center {
    align-self: center !important;
  }

  .sm\:tw-self-stretch {
    align-self: stretch !important;
  }

  .sm\:tw-justify-items-auto {
    justify-items: auto !important;
  }

  .sm\:tw-justify-items-start {
    justify-items: start !important;
  }

  .sm\:tw-justify-items-end {
    justify-items: end !important;
  }

  .sm\:tw-justify-items-center {
    justify-items: center !important;
  }

  .sm\:tw-justify-items-stretch {
    justify-items: stretch !important;
  }

  .sm\:tw-justify-start {
    justify-content: flex-start !important;
  }

  .sm\:tw-justify-end {
    justify-content: flex-end !important;
  }

  .sm\:tw-justify-center {
    justify-content: center !important;
  }

  .sm\:tw-justify-between {
    justify-content: space-between !important;
  }

  .sm\:tw-justify-around {
    justify-content: space-around !important;
  }

  .sm\:tw-justify-evenly {
    justify-content: space-evenly !important;
  }

  .sm\:tw-justify-self-auto {
    justify-self: auto !important;
  }

  .sm\:tw-justify-self-start {
    justify-self: start !important;
  }

  .sm\:tw-justify-self-end {
    justify-self: end !important;
  }

  .sm\:tw-justify-self-center {
    justify-self: center !important;
  }

  .sm\:tw-justify-self-stretch {
    justify-self: stretch !important;
  }

  .sm\:tw-flex-1 {
    flex: 1 1 0% !important;
  }

  .sm\:tw-flex-auto {
    flex: 1 1 auto !important;
  }

  .sm\:tw-flex-initial {
    flex: 0 1 auto !important;
  }

  .sm\:tw-flex-none {
    flex: none !important;
  }

  .sm\:tw-flex-grow-0 {
    flex-grow: 0 !important;
  }

  .sm\:tw-flex-grow {
    flex-grow: 1 !important;
  }

  .sm\:tw-flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .sm\:tw-flex-shrink {
    flex-shrink: 1 !important;
  }

  .sm\:tw-order-1 {
    order: 1 !important;
  }

  .sm\:tw-order-2 {
    order: 2 !important;
  }

  .sm\:tw-order-3 {
    order: 3 !important;
  }

  .sm\:tw-order-4 {
    order: 4 !important;
  }

  .sm\:tw-order-5 {
    order: 5 !important;
  }

  .sm\:tw-order-6 {
    order: 6 !important;
  }

  .sm\:tw-order-7 {
    order: 7 !important;
  }

  .sm\:tw-order-8 {
    order: 8 !important;
  }

  .sm\:tw-order-9 {
    order: 9 !important;
  }

  .sm\:tw-order-10 {
    order: 10 !important;
  }

  .sm\:tw-order-11 {
    order: 11 !important;
  }

  .sm\:tw-order-12 {
    order: 12 !important;
  }

  .sm\:tw-order-first {
    order: -9999 !important;
  }

  .sm\:tw-order-last {
    order: 9999 !important;
  }

  .sm\:tw-order-none {
    order: 0 !important;
  }

  .sm\:tw-float-right {
    float: right !important;
  }

  .sm\:tw-float-left {
    float: left !important;
  }

  .sm\:tw-float-none {
    float: none !important;
  }

  .sm\:tw-clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .sm\:tw-clear-left {
    clear: left !important;
  }

  .sm\:tw-clear-right {
    clear: right !important;
  }

  .sm\:tw-clear-both {
    clear: both !important;
  }

  .sm\:tw-clear-none {
    clear: none !important;
  }

  .sm\:tw-font-sans {
    font-family: 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" !important;
  }

  .sm\:tw-font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .sm\:tw-font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .sm\:tw-font-thin {
    font-weight: 100 !important;
  }

  .sm\:tw-font-extralight {
    font-weight: 200 !important;
  }

  .sm\:tw-font-light {
    font-weight: 300 !important;
  }

  .sm\:tw-font-normal {
    font-weight: 400 !important;
  }

  .sm\:tw-font-medium {
    font-weight: 500 !important;
  }

  .sm\:tw-font-semibold {
    font-weight: 600 !important;
  }

  .sm\:tw-font-bold {
    font-weight: 700 !important;
  }

  .sm\:tw-font-extrabold {
    font-weight: 800 !important;
  }

  .sm\:tw-font-black {
    font-weight: 900 !important;
  }

  .sm\:hover\:tw-font-thin:hover {
    font-weight: 100 !important;
  }

  .sm\:hover\:tw-font-extralight:hover {
    font-weight: 200 !important;
  }

  .sm\:hover\:tw-font-light:hover {
    font-weight: 300 !important;
  }

  .sm\:hover\:tw-font-normal:hover {
    font-weight: 400 !important;
  }

  .sm\:hover\:tw-font-medium:hover {
    font-weight: 500 !important;
  }

  .sm\:hover\:tw-font-semibold:hover {
    font-weight: 600 !important;
  }

  .sm\:hover\:tw-font-bold:hover {
    font-weight: 700 !important;
  }

  .sm\:hover\:tw-font-extrabold:hover {
    font-weight: 800 !important;
  }

  .sm\:hover\:tw-font-black:hover {
    font-weight: 900 !important;
  }

  .sm\:focus\:tw-font-thin:focus {
    font-weight: 100 !important;
  }

  .sm\:focus\:tw-font-extralight:focus {
    font-weight: 200 !important;
  }

  .sm\:focus\:tw-font-light:focus {
    font-weight: 300 !important;
  }

  .sm\:focus\:tw-font-normal:focus {
    font-weight: 400 !important;
  }

  .sm\:focus\:tw-font-medium:focus {
    font-weight: 500 !important;
  }

  .sm\:focus\:tw-font-semibold:focus {
    font-weight: 600 !important;
  }

  .sm\:focus\:tw-font-bold:focus {
    font-weight: 700 !important;
  }

  .sm\:focus\:tw-font-extrabold:focus {
    font-weight: 800 !important;
  }

  .sm\:focus\:tw-font-black:focus {
    font-weight: 900 !important;
  }

  .sm\:tw-h-0 {
    height: 0 !important;
  }

  .sm\:tw-h-1 {
    height: 0.25rem !important;
  }

  .sm\:tw-h-2 {
    height: 0.5rem !important;
  }

  .sm\:tw-h-3 {
    height: 0.75rem !important;
  }

  .sm\:tw-h-4 {
    height: 1rem !important;
  }

  .sm\:tw-h-5 {
    height: 1.25rem !important;
  }

  .sm\:tw-h-6 {
    height: 1.5rem !important;
  }

  .sm\:tw-h-8 {
    height: 2rem !important;
  }

  .sm\:tw-h-10 {
    height: 2.5rem !important;
  }

  .sm\:tw-h-12 {
    height: 3rem !important;
  }

  .sm\:tw-h-16 {
    height: 4rem !important;
  }

  .sm\:tw-h-20 {
    height: 5rem !important;
  }

  .sm\:tw-h-24 {
    height: 6rem !important;
  }

  .sm\:tw-h-30 {
    height: 7.5rem !important;
  }

  .sm\:tw-h-32 {
    height: 8rem !important;
  }

  .sm\:tw-h-36 {
    height: 9rem !important;
  }

  .sm\:tw-h-40 {
    height: 10rem !important;
  }

  .sm\:tw-h-48 {
    height: 12rem !important;
  }

  .sm\:tw-h-56 {
    height: 14rem !important;
  }

  .sm\:tw-h-64 {
    height: 16rem !important;
  }

  .sm\:tw-h-auto {
    height: auto !important;
  }

  .sm\:tw-h-px {
    height: 1px !important;
  }

  .sm\:tw-h-0\.5 {
    height: .125rem !important;
  }

  .sm\:tw-h-1\.5 {
    height: .375rem !important;
  }

  .sm\:tw-h-2\.5 {
    height: .625rem !important;
  }

  .sm\:tw-h-3\.5 {
    height: .875rem !important;
  }

  .sm\:tw-h-1\.25em {
    height: 1.25em !important;
  }

  .sm\:tw-h-1\.5em {
    height: 1.5em !important;
  }

  .sm\:tw-h-4em {
    height: 4em !important;
  }

  .sm\:tw-h-full {
    height: 100% !important;
  }

  .sm\:tw-h-screen {
    height: 100vh !important;
  }

  .sm\:tw-text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .sm\:tw-text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .sm\:tw-text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .sm\:tw-text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .sm\:tw-text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .sm\:tw-text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .sm\:tw-text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .sm\:tw-text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .sm\:tw-text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .sm\:tw-text-6xl {
    font-size: 4rem !important;
    line-height: 1 !important;
  }

  .sm\:tw-leading-3 {
    line-height: .75rem !important;
  }

  .sm\:tw-leading-4 {
    line-height: 1rem !important;
  }

  .sm\:tw-leading-5 {
    line-height: 1.25rem !important;
  }

  .sm\:tw-leading-6 {
    line-height: 1.5rem !important;
  }

  .sm\:tw-leading-7 {
    line-height: 1.75rem !important;
  }

  .sm\:tw-leading-8 {
    line-height: 2rem !important;
  }

  .sm\:tw-leading-9 {
    line-height: 2.25rem !important;
  }

  .sm\:tw-leading-10 {
    line-height: 2.5rem !important;
  }

  .sm\:tw-leading-none {
    line-height: 1 !important;
  }

  .sm\:tw-leading-tight {
    line-height: 1.25 !important;
  }

  .sm\:tw-leading-snug {
    line-height: 1.375 !important;
  }

  .sm\:tw-leading-normal {
    line-height: 1.5 !important;
  }

  .sm\:tw-leading-relaxed {
    line-height: 1.625 !important;
  }

  .sm\:tw-leading-loose {
    line-height: 2 !important;
  }

  .sm\:tw-list-inside {
    list-style-position: inside !important;
  }

  .sm\:tw-list-outside {
    list-style-position: outside !important;
  }

  .sm\:tw-list-none {
    list-style-type: none !important;
  }

  .sm\:tw-list-disc {
    list-style-type: disc !important;
  }

  .sm\:tw-list-decimal {
    list-style-type: decimal !important;
  }

  .sm\:tw-m-0 {
    margin: 0 !important;
  }

  .sm\:tw-m-1 {
    margin: 0.25rem !important;
  }

  .sm\:tw-m-2 {
    margin: 0.5rem !important;
  }

  .sm\:tw-m-3 {
    margin: 0.75rem !important;
  }

  .sm\:tw-m-4 {
    margin: 1rem !important;
  }

  .sm\:tw-m-5 {
    margin: 1.25rem !important;
  }

  .sm\:tw-m-6 {
    margin: 1.5rem !important;
  }

  .sm\:tw-m-8 {
    margin: 2rem !important;
  }

  .sm\:tw-m-10 {
    margin: 2.5rem !important;
  }

  .sm\:tw-m-12 {
    margin: 3rem !important;
  }

  .sm\:tw-m-16 {
    margin: 4rem !important;
  }

  .sm\:tw-m-20 {
    margin: 5rem !important;
  }

  .sm\:tw-m-24 {
    margin: 6rem !important;
  }

  .sm\:tw-m-30 {
    margin: 7.5rem !important;
  }

  .sm\:tw-m-32 {
    margin: 8rem !important;
  }

  .sm\:tw-m-36 {
    margin: 9rem !important;
  }

  .sm\:tw-m-40 {
    margin: 10rem !important;
  }

  .sm\:tw-m-48 {
    margin: 12rem !important;
  }

  .sm\:tw-m-56 {
    margin: 14rem !important;
  }

  .sm\:tw-m-64 {
    margin: 16rem !important;
  }

  .sm\:tw-m-auto {
    margin: auto !important;
  }

  .sm\:tw-m-px {
    margin: 1px !important;
  }

  .sm\:tw-m-0\.5 {
    margin: .125rem !important;
  }

  .sm\:tw-m-1\.5 {
    margin: .375rem !important;
  }

  .sm\:tw-m-2\.5 {
    margin: .625rem !important;
  }

  .sm\:tw-m-3\.5 {
    margin: .875rem !important;
  }

  .sm\:tw-m-1\.25em {
    margin: 1.25em !important;
  }

  .sm\:tw-m-1\.5em {
    margin: 1.5em !important;
  }

  .sm\:tw-m-4em {
    margin: 4em !important;
  }

  .sm\:tw--m-1 {
    margin: -0.25rem !important;
  }

  .sm\:tw--m-2 {
    margin: -0.5rem !important;
  }

  .sm\:tw--m-3 {
    margin: -0.75rem !important;
  }

  .sm\:tw--m-4 {
    margin: -1rem !important;
  }

  .sm\:tw--m-5 {
    margin: -1.25rem !important;
  }

  .sm\:tw--m-6 {
    margin: -1.5rem !important;
  }

  .sm\:tw--m-8 {
    margin: -2rem !important;
  }

  .sm\:tw--m-10 {
    margin: -2.5rem !important;
  }

  .sm\:tw--m-12 {
    margin: -3rem !important;
  }

  .sm\:tw--m-16 {
    margin: -4rem !important;
  }

  .sm\:tw--m-20 {
    margin: -5rem !important;
  }

  .sm\:tw--m-24 {
    margin: -6rem !important;
  }

  .sm\:tw--m-30 {
    margin: -7.5rem !important;
  }

  .sm\:tw--m-32 {
    margin: -8rem !important;
  }

  .sm\:tw--m-36 {
    margin: -9rem !important;
  }

  .sm\:tw--m-40 {
    margin: -10rem !important;
  }

  .sm\:tw--m-48 {
    margin: -12rem !important;
  }

  .sm\:tw--m-56 {
    margin: -14rem !important;
  }

  .sm\:tw--m-64 {
    margin: -16rem !important;
  }

  .sm\:tw--m-px {
    margin: -1px !important;
  }

  .sm\:tw--m-0\.5 {
    margin: -0.125rem !important;
  }

  .sm\:tw--m-1\.5 {
    margin: -0.375rem !important;
  }

  .sm\:tw--m-2\.5 {
    margin: -0.625rem !important;
  }

  .sm\:tw--m-3\.5 {
    margin: -0.875rem !important;
  }

  .sm\:tw--m-1\.25em {
    margin: -1.25em !important;
  }

  .sm\:tw--m-1\.5em {
    margin: -1.5em !important;
  }

  .sm\:tw--m-4em {
    margin: -4em !important;
  }

  .sm\:tw-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .sm\:tw-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sm\:tw-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .sm\:tw-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .sm\:tw-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .sm\:tw-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .sm\:tw-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .sm\:tw-mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .sm\:tw-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .sm\:tw-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .sm\:tw-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .sm\:tw-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .sm\:tw-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sm\:tw-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sm\:tw-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .sm\:tw-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .sm\:tw-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .sm\:tw-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .sm\:tw-my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .sm\:tw-mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .sm\:tw-my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .sm\:tw-mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .sm\:tw-my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .sm\:tw-mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .sm\:tw-my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .sm\:tw-mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .sm\:tw-my-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .sm\:tw-mx-30 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }

  .sm\:tw-my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .sm\:tw-mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .sm\:tw-my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .sm\:tw-mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .sm\:tw-my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .sm\:tw-mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .sm\:tw-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .sm\:tw-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .sm\:tw-my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .sm\:tw-mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .sm\:tw-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .sm\:tw-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .sm\:tw-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:tw-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:tw-my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .sm\:tw-mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .sm\:tw-my-0\.5 {
    margin-top: .125rem !important;
    margin-bottom: .125rem !important;
  }

  .sm\:tw-mx-0\.5 {
    margin-left: .125rem !important;
    margin-right: .125rem !important;
  }

  .sm\:tw-my-1\.5 {
    margin-top: .375rem !important;
    margin-bottom: .375rem !important;
  }

  .sm\:tw-mx-1\.5 {
    margin-left: .375rem !important;
    margin-right: .375rem !important;
  }

  .sm\:tw-my-2\.5 {
    margin-top: .625rem !important;
    margin-bottom: .625rem !important;
  }

  .sm\:tw-mx-2\.5 {
    margin-left: .625rem !important;
    margin-right: .625rem !important;
  }

  .sm\:tw-my-3\.5 {
    margin-top: .875rem !important;
    margin-bottom: .875rem !important;
  }

  .sm\:tw-mx-3\.5 {
    margin-left: .875rem !important;
    margin-right: .875rem !important;
  }

  .sm\:tw-my-1\.25em {
    margin-top: 1.25em !important;
    margin-bottom: 1.25em !important;
  }

  .sm\:tw-mx-1\.25em {
    margin-left: 1.25em !important;
    margin-right: 1.25em !important;
  }

  .sm\:tw-my-1\.5em {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }

  .sm\:tw-mx-1\.5em {
    margin-left: 1.5em !important;
    margin-right: 1.5em !important;
  }

  .sm\:tw-my-4em {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
  }

  .sm\:tw-mx-4em {
    margin-left: 4em !important;
    margin-right: 4em !important;
  }

  .sm\:tw--my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .sm\:tw--mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .sm\:tw--my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .sm\:tw--mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .sm\:tw--my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .sm\:tw--mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .sm\:tw--my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .sm\:tw--mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .sm\:tw--my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .sm\:tw--mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .sm\:tw--my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .sm\:tw--mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .sm\:tw--my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .sm\:tw--mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .sm\:tw--my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .sm\:tw--mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .sm\:tw--my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .sm\:tw--mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .sm\:tw--my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .sm\:tw--mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .sm\:tw--my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .sm\:tw--mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .sm\:tw--my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .sm\:tw--mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .sm\:tw--my-30 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }

  .sm\:tw--mx-30 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important;
  }

  .sm\:tw--my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .sm\:tw--mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .sm\:tw--my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .sm\:tw--mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .sm\:tw--my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .sm\:tw--mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .sm\:tw--my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .sm\:tw--mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .sm\:tw--my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .sm\:tw--mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .sm\:tw--my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .sm\:tw--mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .sm\:tw--my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .sm\:tw--mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .sm\:tw--my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .sm\:tw--mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .sm\:tw--my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .sm\:tw--mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .sm\:tw--my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .sm\:tw--mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .sm\:tw--my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .sm\:tw--mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .sm\:tw--my-1\.25em {
    margin-top: -1.25em !important;
    margin-bottom: -1.25em !important;
  }

  .sm\:tw--mx-1\.25em {
    margin-left: -1.25em !important;
    margin-right: -1.25em !important;
  }

  .sm\:tw--my-1\.5em {
    margin-top: -1.5em !important;
    margin-bottom: -1.5em !important;
  }

  .sm\:tw--mx-1\.5em {
    margin-left: -1.5em !important;
    margin-right: -1.5em !important;
  }

  .sm\:tw--my-4em {
    margin-top: -4em !important;
    margin-bottom: -4em !important;
  }

  .sm\:tw--mx-4em {
    margin-left: -4em !important;
    margin-right: -4em !important;
  }

  .sm\:tw-mt-0 {
    margin-top: 0 !important;
  }

  .sm\:tw-mr-0 {
    margin-right: 0 !important;
  }

  .sm\:tw-mb-0 {
    margin-bottom: 0 !important;
  }

  .sm\:tw-ml-0 {
    margin-left: 0 !important;
  }

  .sm\:tw-mt-1 {
    margin-top: 0.25rem !important;
  }

  .sm\:tw-mr-1 {
    margin-right: 0.25rem !important;
  }

  .sm\:tw-mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .sm\:tw-ml-1 {
    margin-left: 0.25rem !important;
  }

  .sm\:tw-mt-2 {
    margin-top: 0.5rem !important;
  }

  .sm\:tw-mr-2 {
    margin-right: 0.5rem !important;
  }

  .sm\:tw-mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .sm\:tw-ml-2 {
    margin-left: 0.5rem !important;
  }

  .sm\:tw-mt-3 {
    margin-top: 0.75rem !important;
  }

  .sm\:tw-mr-3 {
    margin-right: 0.75rem !important;
  }

  .sm\:tw-mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .sm\:tw-ml-3 {
    margin-left: 0.75rem !important;
  }

  .sm\:tw-mt-4 {
    margin-top: 1rem !important;
  }

  .sm\:tw-mr-4 {
    margin-right: 1rem !important;
  }

  .sm\:tw-mb-4 {
    margin-bottom: 1rem !important;
  }

  .sm\:tw-ml-4 {
    margin-left: 1rem !important;
  }

  .sm\:tw-mt-5 {
    margin-top: 1.25rem !important;
  }

  .sm\:tw-mr-5 {
    margin-right: 1.25rem !important;
  }

  .sm\:tw-mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .sm\:tw-ml-5 {
    margin-left: 1.25rem !important;
  }

  .sm\:tw-mt-6 {
    margin-top: 1.5rem !important;
  }

  .sm\:tw-mr-6 {
    margin-right: 1.5rem !important;
  }

  .sm\:tw-mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .sm\:tw-ml-6 {
    margin-left: 1.5rem !important;
  }

  .sm\:tw-mt-8 {
    margin-top: 2rem !important;
  }

  .sm\:tw-mr-8 {
    margin-right: 2rem !important;
  }

  .sm\:tw-mb-8 {
    margin-bottom: 2rem !important;
  }

  .sm\:tw-ml-8 {
    margin-left: 2rem !important;
  }

  .sm\:tw-mt-10 {
    margin-top: 2.5rem !important;
  }

  .sm\:tw-mr-10 {
    margin-right: 2.5rem !important;
  }

  .sm\:tw-mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .sm\:tw-ml-10 {
    margin-left: 2.5rem !important;
  }

  .sm\:tw-mt-12 {
    margin-top: 3rem !important;
  }

  .sm\:tw-mr-12 {
    margin-right: 3rem !important;
  }

  .sm\:tw-mb-12 {
    margin-bottom: 3rem !important;
  }

  .sm\:tw-ml-12 {
    margin-left: 3rem !important;
  }

  .sm\:tw-mt-16 {
    margin-top: 4rem !important;
  }

  .sm\:tw-mr-16 {
    margin-right: 4rem !important;
  }

  .sm\:tw-mb-16 {
    margin-bottom: 4rem !important;
  }

  .sm\:tw-ml-16 {
    margin-left: 4rem !important;
  }

  .sm\:tw-mt-20 {
    margin-top: 5rem !important;
  }

  .sm\:tw-mr-20 {
    margin-right: 5rem !important;
  }

  .sm\:tw-mb-20 {
    margin-bottom: 5rem !important;
  }

  .sm\:tw-ml-20 {
    margin-left: 5rem !important;
  }

  .sm\:tw-mt-24 {
    margin-top: 6rem !important;
  }

  .sm\:tw-mr-24 {
    margin-right: 6rem !important;
  }

  .sm\:tw-mb-24 {
    margin-bottom: 6rem !important;
  }

  .sm\:tw-ml-24 {
    margin-left: 6rem !important;
  }

  .sm\:tw-mt-30 {
    margin-top: 7.5rem !important;
  }

  .sm\:tw-mr-30 {
    margin-right: 7.5rem !important;
  }

  .sm\:tw-mb-30 {
    margin-bottom: 7.5rem !important;
  }

  .sm\:tw-ml-30 {
    margin-left: 7.5rem !important;
  }

  .sm\:tw-mt-32 {
    margin-top: 8rem !important;
  }

  .sm\:tw-mr-32 {
    margin-right: 8rem !important;
  }

  .sm\:tw-mb-32 {
    margin-bottom: 8rem !important;
  }

  .sm\:tw-ml-32 {
    margin-left: 8rem !important;
  }

  .sm\:tw-mt-36 {
    margin-top: 9rem !important;
  }

  .sm\:tw-mr-36 {
    margin-right: 9rem !important;
  }

  .sm\:tw-mb-36 {
    margin-bottom: 9rem !important;
  }

  .sm\:tw-ml-36 {
    margin-left: 9rem !important;
  }

  .sm\:tw-mt-40 {
    margin-top: 10rem !important;
  }

  .sm\:tw-mr-40 {
    margin-right: 10rem !important;
  }

  .sm\:tw-mb-40 {
    margin-bottom: 10rem !important;
  }

  .sm\:tw-ml-40 {
    margin-left: 10rem !important;
  }

  .sm\:tw-mt-48 {
    margin-top: 12rem !important;
  }

  .sm\:tw-mr-48 {
    margin-right: 12rem !important;
  }

  .sm\:tw-mb-48 {
    margin-bottom: 12rem !important;
  }

  .sm\:tw-ml-48 {
    margin-left: 12rem !important;
  }

  .sm\:tw-mt-56 {
    margin-top: 14rem !important;
  }

  .sm\:tw-mr-56 {
    margin-right: 14rem !important;
  }

  .sm\:tw-mb-56 {
    margin-bottom: 14rem !important;
  }

  .sm\:tw-ml-56 {
    margin-left: 14rem !important;
  }

  .sm\:tw-mt-64 {
    margin-top: 16rem !important;
  }

  .sm\:tw-mr-64 {
    margin-right: 16rem !important;
  }

  .sm\:tw-mb-64 {
    margin-bottom: 16rem !important;
  }

  .sm\:tw-ml-64 {
    margin-left: 16rem !important;
  }

  .sm\:tw-mt-auto {
    margin-top: auto !important;
  }

  .sm\:tw-mr-auto {
    margin-right: auto !important;
  }

  .sm\:tw-mb-auto {
    margin-bottom: auto !important;
  }

  .sm\:tw-ml-auto {
    margin-left: auto !important;
  }

  .sm\:tw-mt-px {
    margin-top: 1px !important;
  }

  .sm\:tw-mr-px {
    margin-right: 1px !important;
  }

  .sm\:tw-mb-px {
    margin-bottom: 1px !important;
  }

  .sm\:tw-ml-px {
    margin-left: 1px !important;
  }

  .sm\:tw-mt-0\.5 {
    margin-top: .125rem !important;
  }

  .sm\:tw-mr-0\.5 {
    margin-right: .125rem !important;
  }

  .sm\:tw-mb-0\.5 {
    margin-bottom: .125rem !important;
  }

  .sm\:tw-ml-0\.5 {
    margin-left: .125rem !important;
  }

  .sm\:tw-mt-1\.5 {
    margin-top: .375rem !important;
  }

  .sm\:tw-mr-1\.5 {
    margin-right: .375rem !important;
  }

  .sm\:tw-mb-1\.5 {
    margin-bottom: .375rem !important;
  }

  .sm\:tw-ml-1\.5 {
    margin-left: .375rem !important;
  }

  .sm\:tw-mt-2\.5 {
    margin-top: .625rem !important;
  }

  .sm\:tw-mr-2\.5 {
    margin-right: .625rem !important;
  }

  .sm\:tw-mb-2\.5 {
    margin-bottom: .625rem !important;
  }

  .sm\:tw-ml-2\.5 {
    margin-left: .625rem !important;
  }

  .sm\:tw-mt-3\.5 {
    margin-top: .875rem !important;
  }

  .sm\:tw-mr-3\.5 {
    margin-right: .875rem !important;
  }

  .sm\:tw-mb-3\.5 {
    margin-bottom: .875rem !important;
  }

  .sm\:tw-ml-3\.5 {
    margin-left: .875rem !important;
  }

  .sm\:tw-mt-1\.25em {
    margin-top: 1.25em !important;
  }

  .sm\:tw-mr-1\.25em {
    margin-right: 1.25em !important;
  }

  .sm\:tw-mb-1\.25em {
    margin-bottom: 1.25em !important;
  }

  .sm\:tw-ml-1\.25em {
    margin-left: 1.25em !important;
  }

  .sm\:tw-mt-1\.5em {
    margin-top: 1.5em !important;
  }

  .sm\:tw-mr-1\.5em {
    margin-right: 1.5em !important;
  }

  .sm\:tw-mb-1\.5em {
    margin-bottom: 1.5em !important;
  }

  .sm\:tw-ml-1\.5em {
    margin-left: 1.5em !important;
  }

  .sm\:tw-mt-4em {
    margin-top: 4em !important;
  }

  .sm\:tw-mr-4em {
    margin-right: 4em !important;
  }

  .sm\:tw-mb-4em {
    margin-bottom: 4em !important;
  }

  .sm\:tw-ml-4em {
    margin-left: 4em !important;
  }

  .sm\:tw--mt-1 {
    margin-top: -0.25rem !important;
  }

  .sm\:tw--mr-1 {
    margin-right: -0.25rem !important;
  }

  .sm\:tw--mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .sm\:tw--ml-1 {
    margin-left: -0.25rem !important;
  }

  .sm\:tw--mt-2 {
    margin-top: -0.5rem !important;
  }

  .sm\:tw--mr-2 {
    margin-right: -0.5rem !important;
  }

  .sm\:tw--mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .sm\:tw--ml-2 {
    margin-left: -0.5rem !important;
  }

  .sm\:tw--mt-3 {
    margin-top: -0.75rem !important;
  }

  .sm\:tw--mr-3 {
    margin-right: -0.75rem !important;
  }

  .sm\:tw--mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .sm\:tw--ml-3 {
    margin-left: -0.75rem !important;
  }

  .sm\:tw--mt-4 {
    margin-top: -1rem !important;
  }

  .sm\:tw--mr-4 {
    margin-right: -1rem !important;
  }

  .sm\:tw--mb-4 {
    margin-bottom: -1rem !important;
  }

  .sm\:tw--ml-4 {
    margin-left: -1rem !important;
  }

  .sm\:tw--mt-5 {
    margin-top: -1.25rem !important;
  }

  .sm\:tw--mr-5 {
    margin-right: -1.25rem !important;
  }

  .sm\:tw--mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .sm\:tw--ml-5 {
    margin-left: -1.25rem !important;
  }

  .sm\:tw--mt-6 {
    margin-top: -1.5rem !important;
  }

  .sm\:tw--mr-6 {
    margin-right: -1.5rem !important;
  }

  .sm\:tw--mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .sm\:tw--ml-6 {
    margin-left: -1.5rem !important;
  }

  .sm\:tw--mt-8 {
    margin-top: -2rem !important;
  }

  .sm\:tw--mr-8 {
    margin-right: -2rem !important;
  }

  .sm\:tw--mb-8 {
    margin-bottom: -2rem !important;
  }

  .sm\:tw--ml-8 {
    margin-left: -2rem !important;
  }

  .sm\:tw--mt-10 {
    margin-top: -2.5rem !important;
  }

  .sm\:tw--mr-10 {
    margin-right: -2.5rem !important;
  }

  .sm\:tw--mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .sm\:tw--ml-10 {
    margin-left: -2.5rem !important;
  }

  .sm\:tw--mt-12 {
    margin-top: -3rem !important;
  }

  .sm\:tw--mr-12 {
    margin-right: -3rem !important;
  }

  .sm\:tw--mb-12 {
    margin-bottom: -3rem !important;
  }

  .sm\:tw--ml-12 {
    margin-left: -3rem !important;
  }

  .sm\:tw--mt-16 {
    margin-top: -4rem !important;
  }

  .sm\:tw--mr-16 {
    margin-right: -4rem !important;
  }

  .sm\:tw--mb-16 {
    margin-bottom: -4rem !important;
  }

  .sm\:tw--ml-16 {
    margin-left: -4rem !important;
  }

  .sm\:tw--mt-20 {
    margin-top: -5rem !important;
  }

  .sm\:tw--mr-20 {
    margin-right: -5rem !important;
  }

  .sm\:tw--mb-20 {
    margin-bottom: -5rem !important;
  }

  .sm\:tw--ml-20 {
    margin-left: -5rem !important;
  }

  .sm\:tw--mt-24 {
    margin-top: -6rem !important;
  }

  .sm\:tw--mr-24 {
    margin-right: -6rem !important;
  }

  .sm\:tw--mb-24 {
    margin-bottom: -6rem !important;
  }

  .sm\:tw--ml-24 {
    margin-left: -6rem !important;
  }

  .sm\:tw--mt-30 {
    margin-top: -7.5rem !important;
  }

  .sm\:tw--mr-30 {
    margin-right: -7.5rem !important;
  }

  .sm\:tw--mb-30 {
    margin-bottom: -7.5rem !important;
  }

  .sm\:tw--ml-30 {
    margin-left: -7.5rem !important;
  }

  .sm\:tw--mt-32 {
    margin-top: -8rem !important;
  }

  .sm\:tw--mr-32 {
    margin-right: -8rem !important;
  }

  .sm\:tw--mb-32 {
    margin-bottom: -8rem !important;
  }

  .sm\:tw--ml-32 {
    margin-left: -8rem !important;
  }

  .sm\:tw--mt-36 {
    margin-top: -9rem !important;
  }

  .sm\:tw--mr-36 {
    margin-right: -9rem !important;
  }

  .sm\:tw--mb-36 {
    margin-bottom: -9rem !important;
  }

  .sm\:tw--ml-36 {
    margin-left: -9rem !important;
  }

  .sm\:tw--mt-40 {
    margin-top: -10rem !important;
  }

  .sm\:tw--mr-40 {
    margin-right: -10rem !important;
  }

  .sm\:tw--mb-40 {
    margin-bottom: -10rem !important;
  }

  .sm\:tw--ml-40 {
    margin-left: -10rem !important;
  }

  .sm\:tw--mt-48 {
    margin-top: -12rem !important;
  }

  .sm\:tw--mr-48 {
    margin-right: -12rem !important;
  }

  .sm\:tw--mb-48 {
    margin-bottom: -12rem !important;
  }

  .sm\:tw--ml-48 {
    margin-left: -12rem !important;
  }

  .sm\:tw--mt-56 {
    margin-top: -14rem !important;
  }

  .sm\:tw--mr-56 {
    margin-right: -14rem !important;
  }

  .sm\:tw--mb-56 {
    margin-bottom: -14rem !important;
  }

  .sm\:tw--ml-56 {
    margin-left: -14rem !important;
  }

  .sm\:tw--mt-64 {
    margin-top: -16rem !important;
  }

  .sm\:tw--mr-64 {
    margin-right: -16rem !important;
  }

  .sm\:tw--mb-64 {
    margin-bottom: -16rem !important;
  }

  .sm\:tw--ml-64 {
    margin-left: -16rem !important;
  }

  .sm\:tw--mt-px {
    margin-top: -1px !important;
  }

  .sm\:tw--mr-px {
    margin-right: -1px !important;
  }

  .sm\:tw--mb-px {
    margin-bottom: -1px !important;
  }

  .sm\:tw--ml-px {
    margin-left: -1px !important;
  }

  .sm\:tw--mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .sm\:tw--mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .sm\:tw--mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .sm\:tw--ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .sm\:tw--mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .sm\:tw--mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .sm\:tw--mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .sm\:tw--ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .sm\:tw--mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .sm\:tw--mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .sm\:tw--mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .sm\:tw--ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .sm\:tw--mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .sm\:tw--mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .sm\:tw--mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .sm\:tw--ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .sm\:tw--mt-1\.25em {
    margin-top: -1.25em !important;
  }

  .sm\:tw--mr-1\.25em {
    margin-right: -1.25em !important;
  }

  .sm\:tw--mb-1\.25em {
    margin-bottom: -1.25em !important;
  }

  .sm\:tw--ml-1\.25em {
    margin-left: -1.25em !important;
  }

  .sm\:tw--mt-1\.5em {
    margin-top: -1.5em !important;
  }

  .sm\:tw--mr-1\.5em {
    margin-right: -1.5em !important;
  }

  .sm\:tw--mb-1\.5em {
    margin-bottom: -1.5em !important;
  }

  .sm\:tw--ml-1\.5em {
    margin-left: -1.5em !important;
  }

  .sm\:tw--mt-4em {
    margin-top: -4em !important;
  }

  .sm\:tw--mr-4em {
    margin-right: -4em !important;
  }

  .sm\:tw--mb-4em {
    margin-bottom: -4em !important;
  }

  .sm\:tw--ml-4em {
    margin-left: -4em !important;
  }

  .sm\:last\:tw-m-0:last-child {
    margin: 0 !important;
  }

  .sm\:last\:tw-m-1:last-child {
    margin: 0.25rem !important;
  }

  .sm\:last\:tw-m-2:last-child {
    margin: 0.5rem !important;
  }

  .sm\:last\:tw-m-3:last-child {
    margin: 0.75rem !important;
  }

  .sm\:last\:tw-m-4:last-child {
    margin: 1rem !important;
  }

  .sm\:last\:tw-m-5:last-child {
    margin: 1.25rem !important;
  }

  .sm\:last\:tw-m-6:last-child {
    margin: 1.5rem !important;
  }

  .sm\:last\:tw-m-8:last-child {
    margin: 2rem !important;
  }

  .sm\:last\:tw-m-10:last-child {
    margin: 2.5rem !important;
  }

  .sm\:last\:tw-m-12:last-child {
    margin: 3rem !important;
  }

  .sm\:last\:tw-m-16:last-child {
    margin: 4rem !important;
  }

  .sm\:last\:tw-m-20:last-child {
    margin: 5rem !important;
  }

  .sm\:last\:tw-m-24:last-child {
    margin: 6rem !important;
  }

  .sm\:last\:tw-m-30:last-child {
    margin: 7.5rem !important;
  }

  .sm\:last\:tw-m-32:last-child {
    margin: 8rem !important;
  }

  .sm\:last\:tw-m-36:last-child {
    margin: 9rem !important;
  }

  .sm\:last\:tw-m-40:last-child {
    margin: 10rem !important;
  }

  .sm\:last\:tw-m-48:last-child {
    margin: 12rem !important;
  }

  .sm\:last\:tw-m-56:last-child {
    margin: 14rem !important;
  }

  .sm\:last\:tw-m-64:last-child {
    margin: 16rem !important;
  }

  .sm\:last\:tw-m-auto:last-child {
    margin: auto !important;
  }

  .sm\:last\:tw-m-px:last-child {
    margin: 1px !important;
  }

  .sm\:last\:tw-m-0\.5:last-child {
    margin: .125rem !important;
  }

  .sm\:last\:tw-m-1\.5:last-child {
    margin: .375rem !important;
  }

  .sm\:last\:tw-m-2\.5:last-child {
    margin: .625rem !important;
  }

  .sm\:last\:tw-m-3\.5:last-child {
    margin: .875rem !important;
  }

  .sm\:last\:tw-m-1\.25em:last-child {
    margin: 1.25em !important;
  }

  .sm\:last\:tw-m-1\.5em:last-child {
    margin: 1.5em !important;
  }

  .sm\:last\:tw-m-4em:last-child {
    margin: 4em !important;
  }

  .sm\:last\:tw--m-1:last-child {
    margin: -0.25rem !important;
  }

  .sm\:last\:tw--m-2:last-child {
    margin: -0.5rem !important;
  }

  .sm\:last\:tw--m-3:last-child {
    margin: -0.75rem !important;
  }

  .sm\:last\:tw--m-4:last-child {
    margin: -1rem !important;
  }

  .sm\:last\:tw--m-5:last-child {
    margin: -1.25rem !important;
  }

  .sm\:last\:tw--m-6:last-child {
    margin: -1.5rem !important;
  }

  .sm\:last\:tw--m-8:last-child {
    margin: -2rem !important;
  }

  .sm\:last\:tw--m-10:last-child {
    margin: -2.5rem !important;
  }

  .sm\:last\:tw--m-12:last-child {
    margin: -3rem !important;
  }

  .sm\:last\:tw--m-16:last-child {
    margin: -4rem !important;
  }

  .sm\:last\:tw--m-20:last-child {
    margin: -5rem !important;
  }

  .sm\:last\:tw--m-24:last-child {
    margin: -6rem !important;
  }

  .sm\:last\:tw--m-30:last-child {
    margin: -7.5rem !important;
  }

  .sm\:last\:tw--m-32:last-child {
    margin: -8rem !important;
  }

  .sm\:last\:tw--m-36:last-child {
    margin: -9rem !important;
  }

  .sm\:last\:tw--m-40:last-child {
    margin: -10rem !important;
  }

  .sm\:last\:tw--m-48:last-child {
    margin: -12rem !important;
  }

  .sm\:last\:tw--m-56:last-child {
    margin: -14rem !important;
  }

  .sm\:last\:tw--m-64:last-child {
    margin: -16rem !important;
  }

  .sm\:last\:tw--m-px:last-child {
    margin: -1px !important;
  }

  .sm\:last\:tw--m-0\.5:last-child {
    margin: -0.125rem !important;
  }

  .sm\:last\:tw--m-1\.5:last-child {
    margin: -0.375rem !important;
  }

  .sm\:last\:tw--m-2\.5:last-child {
    margin: -0.625rem !important;
  }

  .sm\:last\:tw--m-3\.5:last-child {
    margin: -0.875rem !important;
  }

  .sm\:last\:tw--m-1\.25em:last-child {
    margin: -1.25em !important;
  }

  .sm\:last\:tw--m-1\.5em:last-child {
    margin: -1.5em !important;
  }

  .sm\:last\:tw--m-4em:last-child {
    margin: -4em !important;
  }

  .sm\:last\:tw-my-0:last-child {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .sm\:last\:tw-mx-0:last-child {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sm\:last\:tw-my-1:last-child {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .sm\:last\:tw-mx-1:last-child {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .sm\:last\:tw-my-2:last-child {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .sm\:last\:tw-mx-2:last-child {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .sm\:last\:tw-my-3:last-child {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .sm\:last\:tw-mx-3:last-child {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .sm\:last\:tw-my-4:last-child {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .sm\:last\:tw-mx-4:last-child {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .sm\:last\:tw-my-5:last-child {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .sm\:last\:tw-mx-5:last-child {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .sm\:last\:tw-my-6:last-child {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sm\:last\:tw-mx-6:last-child {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sm\:last\:tw-my-8:last-child {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .sm\:last\:tw-mx-8:last-child {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .sm\:last\:tw-my-10:last-child {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .sm\:last\:tw-mx-10:last-child {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .sm\:last\:tw-my-12:last-child {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .sm\:last\:tw-mx-12:last-child {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .sm\:last\:tw-my-16:last-child {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .sm\:last\:tw-mx-16:last-child {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .sm\:last\:tw-my-20:last-child {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .sm\:last\:tw-mx-20:last-child {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .sm\:last\:tw-my-24:last-child {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .sm\:last\:tw-mx-24:last-child {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .sm\:last\:tw-my-30:last-child {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .sm\:last\:tw-mx-30:last-child {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }

  .sm\:last\:tw-my-32:last-child {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .sm\:last\:tw-mx-32:last-child {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .sm\:last\:tw-my-36:last-child {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .sm\:last\:tw-mx-36:last-child {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .sm\:last\:tw-my-40:last-child {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .sm\:last\:tw-mx-40:last-child {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .sm\:last\:tw-my-48:last-child {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .sm\:last\:tw-mx-48:last-child {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .sm\:last\:tw-my-56:last-child {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .sm\:last\:tw-mx-56:last-child {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .sm\:last\:tw-my-64:last-child {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .sm\:last\:tw-mx-64:last-child {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .sm\:last\:tw-my-auto:last-child {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:last\:tw-mx-auto:last-child {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:last\:tw-my-px:last-child {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .sm\:last\:tw-mx-px:last-child {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .sm\:last\:tw-my-0\.5:last-child {
    margin-top: .125rem !important;
    margin-bottom: .125rem !important;
  }

  .sm\:last\:tw-mx-0\.5:last-child {
    margin-left: .125rem !important;
    margin-right: .125rem !important;
  }

  .sm\:last\:tw-my-1\.5:last-child {
    margin-top: .375rem !important;
    margin-bottom: .375rem !important;
  }

  .sm\:last\:tw-mx-1\.5:last-child {
    margin-left: .375rem !important;
    margin-right: .375rem !important;
  }

  .sm\:last\:tw-my-2\.5:last-child {
    margin-top: .625rem !important;
    margin-bottom: .625rem !important;
  }

  .sm\:last\:tw-mx-2\.5:last-child {
    margin-left: .625rem !important;
    margin-right: .625rem !important;
  }

  .sm\:last\:tw-my-3\.5:last-child {
    margin-top: .875rem !important;
    margin-bottom: .875rem !important;
  }

  .sm\:last\:tw-mx-3\.5:last-child {
    margin-left: .875rem !important;
    margin-right: .875rem !important;
  }

  .sm\:last\:tw-my-1\.25em:last-child {
    margin-top: 1.25em !important;
    margin-bottom: 1.25em !important;
  }

  .sm\:last\:tw-mx-1\.25em:last-child {
    margin-left: 1.25em !important;
    margin-right: 1.25em !important;
  }

  .sm\:last\:tw-my-1\.5em:last-child {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }

  .sm\:last\:tw-mx-1\.5em:last-child {
    margin-left: 1.5em !important;
    margin-right: 1.5em !important;
  }

  .sm\:last\:tw-my-4em:last-child {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
  }

  .sm\:last\:tw-mx-4em:last-child {
    margin-left: 4em !important;
    margin-right: 4em !important;
  }

  .sm\:last\:tw--my-1:last-child {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .sm\:last\:tw--mx-1:last-child {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .sm\:last\:tw--my-2:last-child {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .sm\:last\:tw--mx-2:last-child {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .sm\:last\:tw--my-3:last-child {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .sm\:last\:tw--mx-3:last-child {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .sm\:last\:tw--my-4:last-child {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .sm\:last\:tw--mx-4:last-child {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .sm\:last\:tw--my-5:last-child {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .sm\:last\:tw--mx-5:last-child {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .sm\:last\:tw--my-6:last-child {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .sm\:last\:tw--mx-6:last-child {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .sm\:last\:tw--my-8:last-child {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .sm\:last\:tw--mx-8:last-child {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .sm\:last\:tw--my-10:last-child {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .sm\:last\:tw--mx-10:last-child {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .sm\:last\:tw--my-12:last-child {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .sm\:last\:tw--mx-12:last-child {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .sm\:last\:tw--my-16:last-child {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .sm\:last\:tw--mx-16:last-child {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .sm\:last\:tw--my-20:last-child {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .sm\:last\:tw--mx-20:last-child {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .sm\:last\:tw--my-24:last-child {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .sm\:last\:tw--mx-24:last-child {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .sm\:last\:tw--my-30:last-child {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }

  .sm\:last\:tw--mx-30:last-child {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important;
  }

  .sm\:last\:tw--my-32:last-child {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .sm\:last\:tw--mx-32:last-child {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .sm\:last\:tw--my-36:last-child {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .sm\:last\:tw--mx-36:last-child {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .sm\:last\:tw--my-40:last-child {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .sm\:last\:tw--mx-40:last-child {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .sm\:last\:tw--my-48:last-child {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .sm\:last\:tw--mx-48:last-child {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .sm\:last\:tw--my-56:last-child {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .sm\:last\:tw--mx-56:last-child {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .sm\:last\:tw--my-64:last-child {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .sm\:last\:tw--mx-64:last-child {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .sm\:last\:tw--my-px:last-child {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .sm\:last\:tw--mx-px:last-child {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .sm\:last\:tw--my-0\.5:last-child {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .sm\:last\:tw--mx-0\.5:last-child {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .sm\:last\:tw--my-1\.5:last-child {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .sm\:last\:tw--mx-1\.5:last-child {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .sm\:last\:tw--my-2\.5:last-child {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .sm\:last\:tw--mx-2\.5:last-child {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .sm\:last\:tw--my-3\.5:last-child {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .sm\:last\:tw--mx-3\.5:last-child {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .sm\:last\:tw--my-1\.25em:last-child {
    margin-top: -1.25em !important;
    margin-bottom: -1.25em !important;
  }

  .sm\:last\:tw--mx-1\.25em:last-child {
    margin-left: -1.25em !important;
    margin-right: -1.25em !important;
  }

  .sm\:last\:tw--my-1\.5em:last-child {
    margin-top: -1.5em !important;
    margin-bottom: -1.5em !important;
  }

  .sm\:last\:tw--mx-1\.5em:last-child {
    margin-left: -1.5em !important;
    margin-right: -1.5em !important;
  }

  .sm\:last\:tw--my-4em:last-child {
    margin-top: -4em !important;
    margin-bottom: -4em !important;
  }

  .sm\:last\:tw--mx-4em:last-child {
    margin-left: -4em !important;
    margin-right: -4em !important;
  }

  .sm\:last\:tw-mt-0:last-child {
    margin-top: 0 !important;
  }

  .sm\:last\:tw-mr-0:last-child {
    margin-right: 0 !important;
  }

  .sm\:last\:tw-mb-0:last-child {
    margin-bottom: 0 !important;
  }

  .sm\:last\:tw-ml-0:last-child {
    margin-left: 0 !important;
  }

  .sm\:last\:tw-mt-1:last-child {
    margin-top: 0.25rem !important;
  }

  .sm\:last\:tw-mr-1:last-child {
    margin-right: 0.25rem !important;
  }

  .sm\:last\:tw-mb-1:last-child {
    margin-bottom: 0.25rem !important;
  }

  .sm\:last\:tw-ml-1:last-child {
    margin-left: 0.25rem !important;
  }

  .sm\:last\:tw-mt-2:last-child {
    margin-top: 0.5rem !important;
  }

  .sm\:last\:tw-mr-2:last-child {
    margin-right: 0.5rem !important;
  }

  .sm\:last\:tw-mb-2:last-child {
    margin-bottom: 0.5rem !important;
  }

  .sm\:last\:tw-ml-2:last-child {
    margin-left: 0.5rem !important;
  }

  .sm\:last\:tw-mt-3:last-child {
    margin-top: 0.75rem !important;
  }

  .sm\:last\:tw-mr-3:last-child {
    margin-right: 0.75rem !important;
  }

  .sm\:last\:tw-mb-3:last-child {
    margin-bottom: 0.75rem !important;
  }

  .sm\:last\:tw-ml-3:last-child {
    margin-left: 0.75rem !important;
  }

  .sm\:last\:tw-mt-4:last-child {
    margin-top: 1rem !important;
  }

  .sm\:last\:tw-mr-4:last-child {
    margin-right: 1rem !important;
  }

  .sm\:last\:tw-mb-4:last-child {
    margin-bottom: 1rem !important;
  }

  .sm\:last\:tw-ml-4:last-child {
    margin-left: 1rem !important;
  }

  .sm\:last\:tw-mt-5:last-child {
    margin-top: 1.25rem !important;
  }

  .sm\:last\:tw-mr-5:last-child {
    margin-right: 1.25rem !important;
  }

  .sm\:last\:tw-mb-5:last-child {
    margin-bottom: 1.25rem !important;
  }

  .sm\:last\:tw-ml-5:last-child {
    margin-left: 1.25rem !important;
  }

  .sm\:last\:tw-mt-6:last-child {
    margin-top: 1.5rem !important;
  }

  .sm\:last\:tw-mr-6:last-child {
    margin-right: 1.5rem !important;
  }

  .sm\:last\:tw-mb-6:last-child {
    margin-bottom: 1.5rem !important;
  }

  .sm\:last\:tw-ml-6:last-child {
    margin-left: 1.5rem !important;
  }

  .sm\:last\:tw-mt-8:last-child {
    margin-top: 2rem !important;
  }

  .sm\:last\:tw-mr-8:last-child {
    margin-right: 2rem !important;
  }

  .sm\:last\:tw-mb-8:last-child {
    margin-bottom: 2rem !important;
  }

  .sm\:last\:tw-ml-8:last-child {
    margin-left: 2rem !important;
  }

  .sm\:last\:tw-mt-10:last-child {
    margin-top: 2.5rem !important;
  }

  .sm\:last\:tw-mr-10:last-child {
    margin-right: 2.5rem !important;
  }

  .sm\:last\:tw-mb-10:last-child {
    margin-bottom: 2.5rem !important;
  }

  .sm\:last\:tw-ml-10:last-child {
    margin-left: 2.5rem !important;
  }

  .sm\:last\:tw-mt-12:last-child {
    margin-top: 3rem !important;
  }

  .sm\:last\:tw-mr-12:last-child {
    margin-right: 3rem !important;
  }

  .sm\:last\:tw-mb-12:last-child {
    margin-bottom: 3rem !important;
  }

  .sm\:last\:tw-ml-12:last-child {
    margin-left: 3rem !important;
  }

  .sm\:last\:tw-mt-16:last-child {
    margin-top: 4rem !important;
  }

  .sm\:last\:tw-mr-16:last-child {
    margin-right: 4rem !important;
  }

  .sm\:last\:tw-mb-16:last-child {
    margin-bottom: 4rem !important;
  }

  .sm\:last\:tw-ml-16:last-child {
    margin-left: 4rem !important;
  }

  .sm\:last\:tw-mt-20:last-child {
    margin-top: 5rem !important;
  }

  .sm\:last\:tw-mr-20:last-child {
    margin-right: 5rem !important;
  }

  .sm\:last\:tw-mb-20:last-child {
    margin-bottom: 5rem !important;
  }

  .sm\:last\:tw-ml-20:last-child {
    margin-left: 5rem !important;
  }

  .sm\:last\:tw-mt-24:last-child {
    margin-top: 6rem !important;
  }

  .sm\:last\:tw-mr-24:last-child {
    margin-right: 6rem !important;
  }

  .sm\:last\:tw-mb-24:last-child {
    margin-bottom: 6rem !important;
  }

  .sm\:last\:tw-ml-24:last-child {
    margin-left: 6rem !important;
  }

  .sm\:last\:tw-mt-30:last-child {
    margin-top: 7.5rem !important;
  }

  .sm\:last\:tw-mr-30:last-child {
    margin-right: 7.5rem !important;
  }

  .sm\:last\:tw-mb-30:last-child {
    margin-bottom: 7.5rem !important;
  }

  .sm\:last\:tw-ml-30:last-child {
    margin-left: 7.5rem !important;
  }

  .sm\:last\:tw-mt-32:last-child {
    margin-top: 8rem !important;
  }

  .sm\:last\:tw-mr-32:last-child {
    margin-right: 8rem !important;
  }

  .sm\:last\:tw-mb-32:last-child {
    margin-bottom: 8rem !important;
  }

  .sm\:last\:tw-ml-32:last-child {
    margin-left: 8rem !important;
  }

  .sm\:last\:tw-mt-36:last-child {
    margin-top: 9rem !important;
  }

  .sm\:last\:tw-mr-36:last-child {
    margin-right: 9rem !important;
  }

  .sm\:last\:tw-mb-36:last-child {
    margin-bottom: 9rem !important;
  }

  .sm\:last\:tw-ml-36:last-child {
    margin-left: 9rem !important;
  }

  .sm\:last\:tw-mt-40:last-child {
    margin-top: 10rem !important;
  }

  .sm\:last\:tw-mr-40:last-child {
    margin-right: 10rem !important;
  }

  .sm\:last\:tw-mb-40:last-child {
    margin-bottom: 10rem !important;
  }

  .sm\:last\:tw-ml-40:last-child {
    margin-left: 10rem !important;
  }

  .sm\:last\:tw-mt-48:last-child {
    margin-top: 12rem !important;
  }

  .sm\:last\:tw-mr-48:last-child {
    margin-right: 12rem !important;
  }

  .sm\:last\:tw-mb-48:last-child {
    margin-bottom: 12rem !important;
  }

  .sm\:last\:tw-ml-48:last-child {
    margin-left: 12rem !important;
  }

  .sm\:last\:tw-mt-56:last-child {
    margin-top: 14rem !important;
  }

  .sm\:last\:tw-mr-56:last-child {
    margin-right: 14rem !important;
  }

  .sm\:last\:tw-mb-56:last-child {
    margin-bottom: 14rem !important;
  }

  .sm\:last\:tw-ml-56:last-child {
    margin-left: 14rem !important;
  }

  .sm\:last\:tw-mt-64:last-child {
    margin-top: 16rem !important;
  }

  .sm\:last\:tw-mr-64:last-child {
    margin-right: 16rem !important;
  }

  .sm\:last\:tw-mb-64:last-child {
    margin-bottom: 16rem !important;
  }

  .sm\:last\:tw-ml-64:last-child {
    margin-left: 16rem !important;
  }

  .sm\:last\:tw-mt-auto:last-child {
    margin-top: auto !important;
  }

  .sm\:last\:tw-mr-auto:last-child {
    margin-right: auto !important;
  }

  .sm\:last\:tw-mb-auto:last-child {
    margin-bottom: auto !important;
  }

  .sm\:last\:tw-ml-auto:last-child {
    margin-left: auto !important;
  }

  .sm\:last\:tw-mt-px:last-child {
    margin-top: 1px !important;
  }

  .sm\:last\:tw-mr-px:last-child {
    margin-right: 1px !important;
  }

  .sm\:last\:tw-mb-px:last-child {
    margin-bottom: 1px !important;
  }

  .sm\:last\:tw-ml-px:last-child {
    margin-left: 1px !important;
  }

  .sm\:last\:tw-mt-0\.5:last-child {
    margin-top: .125rem !important;
  }

  .sm\:last\:tw-mr-0\.5:last-child {
    margin-right: .125rem !important;
  }

  .sm\:last\:tw-mb-0\.5:last-child {
    margin-bottom: .125rem !important;
  }

  .sm\:last\:tw-ml-0\.5:last-child {
    margin-left: .125rem !important;
  }

  .sm\:last\:tw-mt-1\.5:last-child {
    margin-top: .375rem !important;
  }

  .sm\:last\:tw-mr-1\.5:last-child {
    margin-right: .375rem !important;
  }

  .sm\:last\:tw-mb-1\.5:last-child {
    margin-bottom: .375rem !important;
  }

  .sm\:last\:tw-ml-1\.5:last-child {
    margin-left: .375rem !important;
  }

  .sm\:last\:tw-mt-2\.5:last-child {
    margin-top: .625rem !important;
  }

  .sm\:last\:tw-mr-2\.5:last-child {
    margin-right: .625rem !important;
  }

  .sm\:last\:tw-mb-2\.5:last-child {
    margin-bottom: .625rem !important;
  }

  .sm\:last\:tw-ml-2\.5:last-child {
    margin-left: .625rem !important;
  }

  .sm\:last\:tw-mt-3\.5:last-child {
    margin-top: .875rem !important;
  }

  .sm\:last\:tw-mr-3\.5:last-child {
    margin-right: .875rem !important;
  }

  .sm\:last\:tw-mb-3\.5:last-child {
    margin-bottom: .875rem !important;
  }

  .sm\:last\:tw-ml-3\.5:last-child {
    margin-left: .875rem !important;
  }

  .sm\:last\:tw-mt-1\.25em:last-child {
    margin-top: 1.25em !important;
  }

  .sm\:last\:tw-mr-1\.25em:last-child {
    margin-right: 1.25em !important;
  }

  .sm\:last\:tw-mb-1\.25em:last-child {
    margin-bottom: 1.25em !important;
  }

  .sm\:last\:tw-ml-1\.25em:last-child {
    margin-left: 1.25em !important;
  }

  .sm\:last\:tw-mt-1\.5em:last-child {
    margin-top: 1.5em !important;
  }

  .sm\:last\:tw-mr-1\.5em:last-child {
    margin-right: 1.5em !important;
  }

  .sm\:last\:tw-mb-1\.5em:last-child {
    margin-bottom: 1.5em !important;
  }

  .sm\:last\:tw-ml-1\.5em:last-child {
    margin-left: 1.5em !important;
  }

  .sm\:last\:tw-mt-4em:last-child {
    margin-top: 4em !important;
  }

  .sm\:last\:tw-mr-4em:last-child {
    margin-right: 4em !important;
  }

  .sm\:last\:tw-mb-4em:last-child {
    margin-bottom: 4em !important;
  }

  .sm\:last\:tw-ml-4em:last-child {
    margin-left: 4em !important;
  }

  .sm\:last\:tw--mt-1:last-child {
    margin-top: -0.25rem !important;
  }

  .sm\:last\:tw--mr-1:last-child {
    margin-right: -0.25rem !important;
  }

  .sm\:last\:tw--mb-1:last-child {
    margin-bottom: -0.25rem !important;
  }

  .sm\:last\:tw--ml-1:last-child {
    margin-left: -0.25rem !important;
  }

  .sm\:last\:tw--mt-2:last-child {
    margin-top: -0.5rem !important;
  }

  .sm\:last\:tw--mr-2:last-child {
    margin-right: -0.5rem !important;
  }

  .sm\:last\:tw--mb-2:last-child {
    margin-bottom: -0.5rem !important;
  }

  .sm\:last\:tw--ml-2:last-child {
    margin-left: -0.5rem !important;
  }

  .sm\:last\:tw--mt-3:last-child {
    margin-top: -0.75rem !important;
  }

  .sm\:last\:tw--mr-3:last-child {
    margin-right: -0.75rem !important;
  }

  .sm\:last\:tw--mb-3:last-child {
    margin-bottom: -0.75rem !important;
  }

  .sm\:last\:tw--ml-3:last-child {
    margin-left: -0.75rem !important;
  }

  .sm\:last\:tw--mt-4:last-child {
    margin-top: -1rem !important;
  }

  .sm\:last\:tw--mr-4:last-child {
    margin-right: -1rem !important;
  }

  .sm\:last\:tw--mb-4:last-child {
    margin-bottom: -1rem !important;
  }

  .sm\:last\:tw--ml-4:last-child {
    margin-left: -1rem !important;
  }

  .sm\:last\:tw--mt-5:last-child {
    margin-top: -1.25rem !important;
  }

  .sm\:last\:tw--mr-5:last-child {
    margin-right: -1.25rem !important;
  }

  .sm\:last\:tw--mb-5:last-child {
    margin-bottom: -1.25rem !important;
  }

  .sm\:last\:tw--ml-5:last-child {
    margin-left: -1.25rem !important;
  }

  .sm\:last\:tw--mt-6:last-child {
    margin-top: -1.5rem !important;
  }

  .sm\:last\:tw--mr-6:last-child {
    margin-right: -1.5rem !important;
  }

  .sm\:last\:tw--mb-6:last-child {
    margin-bottom: -1.5rem !important;
  }

  .sm\:last\:tw--ml-6:last-child {
    margin-left: -1.5rem !important;
  }

  .sm\:last\:tw--mt-8:last-child {
    margin-top: -2rem !important;
  }

  .sm\:last\:tw--mr-8:last-child {
    margin-right: -2rem !important;
  }

  .sm\:last\:tw--mb-8:last-child {
    margin-bottom: -2rem !important;
  }

  .sm\:last\:tw--ml-8:last-child {
    margin-left: -2rem !important;
  }

  .sm\:last\:tw--mt-10:last-child {
    margin-top: -2.5rem !important;
  }

  .sm\:last\:tw--mr-10:last-child {
    margin-right: -2.5rem !important;
  }

  .sm\:last\:tw--mb-10:last-child {
    margin-bottom: -2.5rem !important;
  }

  .sm\:last\:tw--ml-10:last-child {
    margin-left: -2.5rem !important;
  }

  .sm\:last\:tw--mt-12:last-child {
    margin-top: -3rem !important;
  }

  .sm\:last\:tw--mr-12:last-child {
    margin-right: -3rem !important;
  }

  .sm\:last\:tw--mb-12:last-child {
    margin-bottom: -3rem !important;
  }

  .sm\:last\:tw--ml-12:last-child {
    margin-left: -3rem !important;
  }

  .sm\:last\:tw--mt-16:last-child {
    margin-top: -4rem !important;
  }

  .sm\:last\:tw--mr-16:last-child {
    margin-right: -4rem !important;
  }

  .sm\:last\:tw--mb-16:last-child {
    margin-bottom: -4rem !important;
  }

  .sm\:last\:tw--ml-16:last-child {
    margin-left: -4rem !important;
  }

  .sm\:last\:tw--mt-20:last-child {
    margin-top: -5rem !important;
  }

  .sm\:last\:tw--mr-20:last-child {
    margin-right: -5rem !important;
  }

  .sm\:last\:tw--mb-20:last-child {
    margin-bottom: -5rem !important;
  }

  .sm\:last\:tw--ml-20:last-child {
    margin-left: -5rem !important;
  }

  .sm\:last\:tw--mt-24:last-child {
    margin-top: -6rem !important;
  }

  .sm\:last\:tw--mr-24:last-child {
    margin-right: -6rem !important;
  }

  .sm\:last\:tw--mb-24:last-child {
    margin-bottom: -6rem !important;
  }

  .sm\:last\:tw--ml-24:last-child {
    margin-left: -6rem !important;
  }

  .sm\:last\:tw--mt-30:last-child {
    margin-top: -7.5rem !important;
  }

  .sm\:last\:tw--mr-30:last-child {
    margin-right: -7.5rem !important;
  }

  .sm\:last\:tw--mb-30:last-child {
    margin-bottom: -7.5rem !important;
  }

  .sm\:last\:tw--ml-30:last-child {
    margin-left: -7.5rem !important;
  }

  .sm\:last\:tw--mt-32:last-child {
    margin-top: -8rem !important;
  }

  .sm\:last\:tw--mr-32:last-child {
    margin-right: -8rem !important;
  }

  .sm\:last\:tw--mb-32:last-child {
    margin-bottom: -8rem !important;
  }

  .sm\:last\:tw--ml-32:last-child {
    margin-left: -8rem !important;
  }

  .sm\:last\:tw--mt-36:last-child {
    margin-top: -9rem !important;
  }

  .sm\:last\:tw--mr-36:last-child {
    margin-right: -9rem !important;
  }

  .sm\:last\:tw--mb-36:last-child {
    margin-bottom: -9rem !important;
  }

  .sm\:last\:tw--ml-36:last-child {
    margin-left: -9rem !important;
  }

  .sm\:last\:tw--mt-40:last-child {
    margin-top: -10rem !important;
  }

  .sm\:last\:tw--mr-40:last-child {
    margin-right: -10rem !important;
  }

  .sm\:last\:tw--mb-40:last-child {
    margin-bottom: -10rem !important;
  }

  .sm\:last\:tw--ml-40:last-child {
    margin-left: -10rem !important;
  }

  .sm\:last\:tw--mt-48:last-child {
    margin-top: -12rem !important;
  }

  .sm\:last\:tw--mr-48:last-child {
    margin-right: -12rem !important;
  }

  .sm\:last\:tw--mb-48:last-child {
    margin-bottom: -12rem !important;
  }

  .sm\:last\:tw--ml-48:last-child {
    margin-left: -12rem !important;
  }

  .sm\:last\:tw--mt-56:last-child {
    margin-top: -14rem !important;
  }

  .sm\:last\:tw--mr-56:last-child {
    margin-right: -14rem !important;
  }

  .sm\:last\:tw--mb-56:last-child {
    margin-bottom: -14rem !important;
  }

  .sm\:last\:tw--ml-56:last-child {
    margin-left: -14rem !important;
  }

  .sm\:last\:tw--mt-64:last-child {
    margin-top: -16rem !important;
  }

  .sm\:last\:tw--mr-64:last-child {
    margin-right: -16rem !important;
  }

  .sm\:last\:tw--mb-64:last-child {
    margin-bottom: -16rem !important;
  }

  .sm\:last\:tw--ml-64:last-child {
    margin-left: -16rem !important;
  }

  .sm\:last\:tw--mt-px:last-child {
    margin-top: -1px !important;
  }

  .sm\:last\:tw--mr-px:last-child {
    margin-right: -1px !important;
  }

  .sm\:last\:tw--mb-px:last-child {
    margin-bottom: -1px !important;
  }

  .sm\:last\:tw--ml-px:last-child {
    margin-left: -1px !important;
  }

  .sm\:last\:tw--mt-0\.5:last-child {
    margin-top: -0.125rem !important;
  }

  .sm\:last\:tw--mr-0\.5:last-child {
    margin-right: -0.125rem !important;
  }

  .sm\:last\:tw--mb-0\.5:last-child {
    margin-bottom: -0.125rem !important;
  }

  .sm\:last\:tw--ml-0\.5:last-child {
    margin-left: -0.125rem !important;
  }

  .sm\:last\:tw--mt-1\.5:last-child {
    margin-top: -0.375rem !important;
  }

  .sm\:last\:tw--mr-1\.5:last-child {
    margin-right: -0.375rem !important;
  }

  .sm\:last\:tw--mb-1\.5:last-child {
    margin-bottom: -0.375rem !important;
  }

  .sm\:last\:tw--ml-1\.5:last-child {
    margin-left: -0.375rem !important;
  }

  .sm\:last\:tw--mt-2\.5:last-child {
    margin-top: -0.625rem !important;
  }

  .sm\:last\:tw--mr-2\.5:last-child {
    margin-right: -0.625rem !important;
  }

  .sm\:last\:tw--mb-2\.5:last-child {
    margin-bottom: -0.625rem !important;
  }

  .sm\:last\:tw--ml-2\.5:last-child {
    margin-left: -0.625rem !important;
  }

  .sm\:last\:tw--mt-3\.5:last-child {
    margin-top: -0.875rem !important;
  }

  .sm\:last\:tw--mr-3\.5:last-child {
    margin-right: -0.875rem !important;
  }

  .sm\:last\:tw--mb-3\.5:last-child {
    margin-bottom: -0.875rem !important;
  }

  .sm\:last\:tw--ml-3\.5:last-child {
    margin-left: -0.875rem !important;
  }

  .sm\:last\:tw--mt-1\.25em:last-child {
    margin-top: -1.25em !important;
  }

  .sm\:last\:tw--mr-1\.25em:last-child {
    margin-right: -1.25em !important;
  }

  .sm\:last\:tw--mb-1\.25em:last-child {
    margin-bottom: -1.25em !important;
  }

  .sm\:last\:tw--ml-1\.25em:last-child {
    margin-left: -1.25em !important;
  }

  .sm\:last\:tw--mt-1\.5em:last-child {
    margin-top: -1.5em !important;
  }

  .sm\:last\:tw--mr-1\.5em:last-child {
    margin-right: -1.5em !important;
  }

  .sm\:last\:tw--mb-1\.5em:last-child {
    margin-bottom: -1.5em !important;
  }

  .sm\:last\:tw--ml-1\.5em:last-child {
    margin-left: -1.5em !important;
  }

  .sm\:last\:tw--mt-4em:last-child {
    margin-top: -4em !important;
  }

  .sm\:last\:tw--mr-4em:last-child {
    margin-right: -4em !important;
  }

  .sm\:last\:tw--mb-4em:last-child {
    margin-bottom: -4em !important;
  }

  .sm\:last\:tw--ml-4em:last-child {
    margin-left: -4em !important;
  }

  .sm\:tw-max-h-full {
    max-height: 100% !important;
  }

  .sm\:tw-max-h-screen {
    max-height: 100vh !important;
  }

  .sm\:tw-max-w-none {
    max-width: none !important;
  }

  .sm\:tw-max-w-xs {
    max-width: 20rem !important;
  }

  .sm\:tw-max-w-sm {
    max-width: 24rem !important;
  }

  .sm\:tw-max-w-md {
    max-width: 28rem !important;
  }

  .sm\:tw-max-w-lg {
    max-width: 32rem !important;
  }

  .sm\:tw-max-w-xl {
    max-width: 36rem !important;
  }

  .sm\:tw-max-w-2xl {
    max-width: 42rem !important;
  }

  .sm\:tw-max-w-3xl {
    max-width: 48rem !important;
  }

  .sm\:tw-max-w-4xl {
    max-width: 56rem !important;
  }

  .sm\:tw-max-w-5xl {
    max-width: 64rem !important;
  }

  .sm\:tw-max-w-6xl {
    max-width: 72rem !important;
  }

  .sm\:tw-max-w-full {
    max-width: 100% !important;
  }

  .sm\:tw-max-w-screen-sm {
    max-width: 640px !important;
  }

  .sm\:tw-max-w-screen-md {
    max-width: 768px !important;
  }

  .sm\:tw-max-w-screen-lg {
    max-width: 1024px !important;
  }

  .sm\:tw-max-w-screen-xl {
    max-width: 1280px !important;
  }

  .sm\:tw-min-h-0 {
    min-height: 0 !important;
  }

  .sm\:tw-min-h-full {
    min-height: 100% !important;
  }

  .sm\:tw-min-h-screen {
    min-height: 100vh !important;
  }

  .sm\:tw-min-w-0 {
    min-width: 0 !important;
  }

  .sm\:tw-min-w-56 {
    min-width: 14rem !important;
  }

  .sm\:tw-min-w-full {
    min-width: 100% !important;
  }

  .sm\:tw-object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .sm\:tw-object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .sm\:tw-object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .sm\:tw-object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .sm\:tw-object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .sm\:tw-object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .sm\:tw-object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .sm\:tw-object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .sm\:tw-object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .sm\:tw-object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .sm\:tw-object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .sm\:tw-object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .sm\:tw-object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .sm\:tw-object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .sm\:tw-opacity-0 {
    opacity: 0 !important;
  }

  .sm\:tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .sm\:tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .sm\:tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .sm\:tw-opacity-100 {
    opacity: 1 !important;
  }

  .sm\:hover\:tw-opacity-0:hover {
    opacity: 0 !important;
  }

  .sm\:hover\:tw-opacity-25:hover {
    opacity: 0.25 !important;
  }

  .sm\:hover\:tw-opacity-50:hover {
    opacity: 0.5 !important;
  }

  .sm\:hover\:tw-opacity-75:hover {
    opacity: 0.75 !important;
  }

  .sm\:hover\:tw-opacity-100:hover {
    opacity: 1 !important;
  }

  .sm\:focus\:tw-opacity-0:focus {
    opacity: 0 !important;
  }

  .sm\:focus\:tw-opacity-25:focus {
    opacity: 0.25 !important;
  }

  .sm\:focus\:tw-opacity-50:focus {
    opacity: 0.5 !important;
  }

  .sm\:focus\:tw-opacity-75:focus {
    opacity: 0.75 !important;
  }

  .sm\:focus\:tw-opacity-100:focus {
    opacity: 1 !important;
  }

  .sm\:tw-outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:tw-outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:tw-outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:tw-outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:tw-outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:tw-outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:tw-overflow-auto {
    overflow: auto !important;
  }

  .sm\:tw-overflow-hidden {
    overflow: hidden !important;
  }

  .sm\:tw-overflow-visible {
    overflow: visible !important;
  }

  .sm\:tw-overflow-scroll {
    overflow: scroll !important;
  }

  .sm\:tw-overflow-x-auto {
    overflow-x: auto !important;
  }

  .sm\:tw-overflow-y-auto {
    overflow-y: auto !important;
  }

  .sm\:tw-overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .sm\:tw-overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .sm\:tw-overflow-x-visible {
    overflow-x: visible !important;
  }

  .sm\:tw-overflow-y-visible {
    overflow-y: visible !important;
  }

  .sm\:tw-overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .sm\:tw-overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .sm\:tw-scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .sm\:tw-scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .sm\:tw-overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .sm\:tw-overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .sm\:tw-overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .sm\:tw-overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .sm\:tw-overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .sm\:tw-overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .sm\:tw-overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .sm\:tw-overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .sm\:tw-overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .sm\:tw-p-0 {
    padding: 0 !important;
  }

  .sm\:tw-p-1 {
    padding: 0.25rem !important;
  }

  .sm\:tw-p-2 {
    padding: 0.5rem !important;
  }

  .sm\:tw-p-3 {
    padding: 0.75rem !important;
  }

  .sm\:tw-p-4 {
    padding: 1rem !important;
  }

  .sm\:tw-p-5 {
    padding: 1.25rem !important;
  }

  .sm\:tw-p-6 {
    padding: 1.5rem !important;
  }

  .sm\:tw-p-8 {
    padding: 2rem !important;
  }

  .sm\:tw-p-10 {
    padding: 2.5rem !important;
  }

  .sm\:tw-p-12 {
    padding: 3rem !important;
  }

  .sm\:tw-p-16 {
    padding: 4rem !important;
  }

  .sm\:tw-p-20 {
    padding: 5rem !important;
  }

  .sm\:tw-p-24 {
    padding: 6rem !important;
  }

  .sm\:tw-p-30 {
    padding: 7.5rem !important;
  }

  .sm\:tw-p-32 {
    padding: 8rem !important;
  }

  .sm\:tw-p-36 {
    padding: 9rem !important;
  }

  .sm\:tw-p-40 {
    padding: 10rem !important;
  }

  .sm\:tw-p-48 {
    padding: 12rem !important;
  }

  .sm\:tw-p-56 {
    padding: 14rem !important;
  }

  .sm\:tw-p-64 {
    padding: 16rem !important;
  }

  .sm\:tw-p-px {
    padding: 1px !important;
  }

  .sm\:tw-p-0\.5 {
    padding: .125rem !important;
  }

  .sm\:tw-p-1\.5 {
    padding: .375rem !important;
  }

  .sm\:tw-p-2\.5 {
    padding: .625rem !important;
  }

  .sm\:tw-p-3\.5 {
    padding: .875rem !important;
  }

  .sm\:tw-p-1\.25em {
    padding: 1.25em !important;
  }

  .sm\:tw-p-1\.5em {
    padding: 1.5em !important;
  }

  .sm\:tw-p-4em {
    padding: 4em !important;
  }

  .sm\:tw-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .sm\:tw-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sm\:tw-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .sm\:tw-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .sm\:tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .sm\:tw-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .sm\:tw-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .sm\:tw-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .sm\:tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .sm\:tw-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:tw-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .sm\:tw-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .sm\:tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sm\:tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .sm\:tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\:tw-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .sm\:tw-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sm\:tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .sm\:tw-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .sm\:tw-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .sm\:tw-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .sm\:tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .sm\:tw-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .sm\:tw-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm\:tw-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .sm\:tw-py-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .sm\:tw-px-30 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  .sm\:tw-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .sm\:tw-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .sm\:tw-py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .sm\:tw-px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .sm\:tw-py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .sm\:tw-px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .sm\:tw-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .sm\:tw-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .sm\:tw-py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .sm\:tw-px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .sm\:tw-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .sm\:tw-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .sm\:tw-py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm\:tw-px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .sm\:tw-py-0\.5 {
    padding-top: .125rem !important;
    padding-bottom: .125rem !important;
  }

  .sm\:tw-px-0\.5 {
    padding-left: .125rem !important;
    padding-right: .125rem !important;
  }

  .sm\:tw-py-1\.5 {
    padding-top: .375rem !important;
    padding-bottom: .375rem !important;
  }

  .sm\:tw-px-1\.5 {
    padding-left: .375rem !important;
    padding-right: .375rem !important;
  }

  .sm\:tw-py-2\.5 {
    padding-top: .625rem !important;
    padding-bottom: .625rem !important;
  }

  .sm\:tw-px-2\.5 {
    padding-left: .625rem !important;
    padding-right: .625rem !important;
  }

  .sm\:tw-py-3\.5 {
    padding-top: .875rem !important;
    padding-bottom: .875rem !important;
  }

  .sm\:tw-px-3\.5 {
    padding-left: .875rem !important;
    padding-right: .875rem !important;
  }

  .sm\:tw-py-1\.25em {
    padding-top: 1.25em !important;
    padding-bottom: 1.25em !important;
  }

  .sm\:tw-px-1\.25em {
    padding-left: 1.25em !important;
    padding-right: 1.25em !important;
  }

  .sm\:tw-py-1\.5em {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }

  .sm\:tw-px-1\.5em {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
  }

  .sm\:tw-py-4em {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }

  .sm\:tw-px-4em {
    padding-left: 4em !important;
    padding-right: 4em !important;
  }

  .sm\:tw-pt-0 {
    padding-top: 0 !important;
  }

  .sm\:tw-pr-0 {
    padding-right: 0 !important;
  }

  .sm\:tw-pb-0 {
    padding-bottom: 0 !important;
  }

  .sm\:tw-pl-0 {
    padding-left: 0 !important;
  }

  .sm\:tw-pt-1 {
    padding-top: 0.25rem !important;
  }

  .sm\:tw-pr-1 {
    padding-right: 0.25rem !important;
  }

  .sm\:tw-pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .sm\:tw-pl-1 {
    padding-left: 0.25rem !important;
  }

  .sm\:tw-pt-2 {
    padding-top: 0.5rem !important;
  }

  .sm\:tw-pr-2 {
    padding-right: 0.5rem !important;
  }

  .sm\:tw-pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .sm\:tw-pl-2 {
    padding-left: 0.5rem !important;
  }

  .sm\:tw-pt-3 {
    padding-top: 0.75rem !important;
  }

  .sm\:tw-pr-3 {
    padding-right: 0.75rem !important;
  }

  .sm\:tw-pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .sm\:tw-pl-3 {
    padding-left: 0.75rem !important;
  }

  .sm\:tw-pt-4 {
    padding-top: 1rem !important;
  }

  .sm\:tw-pr-4 {
    padding-right: 1rem !important;
  }

  .sm\:tw-pb-4 {
    padding-bottom: 1rem !important;
  }

  .sm\:tw-pl-4 {
    padding-left: 1rem !important;
  }

  .sm\:tw-pt-5 {
    padding-top: 1.25rem !important;
  }

  .sm\:tw-pr-5 {
    padding-right: 1.25rem !important;
  }

  .sm\:tw-pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .sm\:tw-pl-5 {
    padding-left: 1.25rem !important;
  }

  .sm\:tw-pt-6 {
    padding-top: 1.5rem !important;
  }

  .sm\:tw-pr-6 {
    padding-right: 1.5rem !important;
  }

  .sm\:tw-pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .sm\:tw-pl-6 {
    padding-left: 1.5rem !important;
  }

  .sm\:tw-pt-8 {
    padding-top: 2rem !important;
  }

  .sm\:tw-pr-8 {
    padding-right: 2rem !important;
  }

  .sm\:tw-pb-8 {
    padding-bottom: 2rem !important;
  }

  .sm\:tw-pl-8 {
    padding-left: 2rem !important;
  }

  .sm\:tw-pt-10 {
    padding-top: 2.5rem !important;
  }

  .sm\:tw-pr-10 {
    padding-right: 2.5rem !important;
  }

  .sm\:tw-pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .sm\:tw-pl-10 {
    padding-left: 2.5rem !important;
  }

  .sm\:tw-pt-12 {
    padding-top: 3rem !important;
  }

  .sm\:tw-pr-12 {
    padding-right: 3rem !important;
  }

  .sm\:tw-pb-12 {
    padding-bottom: 3rem !important;
  }

  .sm\:tw-pl-12 {
    padding-left: 3rem !important;
  }

  .sm\:tw-pt-16 {
    padding-top: 4rem !important;
  }

  .sm\:tw-pr-16 {
    padding-right: 4rem !important;
  }

  .sm\:tw-pb-16 {
    padding-bottom: 4rem !important;
  }

  .sm\:tw-pl-16 {
    padding-left: 4rem !important;
  }

  .sm\:tw-pt-20 {
    padding-top: 5rem !important;
  }

  .sm\:tw-pr-20 {
    padding-right: 5rem !important;
  }

  .sm\:tw-pb-20 {
    padding-bottom: 5rem !important;
  }

  .sm\:tw-pl-20 {
    padding-left: 5rem !important;
  }

  .sm\:tw-pt-24 {
    padding-top: 6rem !important;
  }

  .sm\:tw-pr-24 {
    padding-right: 6rem !important;
  }

  .sm\:tw-pb-24 {
    padding-bottom: 6rem !important;
  }

  .sm\:tw-pl-24 {
    padding-left: 6rem !important;
  }

  .sm\:tw-pt-30 {
    padding-top: 7.5rem !important;
  }

  .sm\:tw-pr-30 {
    padding-right: 7.5rem !important;
  }

  .sm\:tw-pb-30 {
    padding-bottom: 7.5rem !important;
  }

  .sm\:tw-pl-30 {
    padding-left: 7.5rem !important;
  }

  .sm\:tw-pt-32 {
    padding-top: 8rem !important;
  }

  .sm\:tw-pr-32 {
    padding-right: 8rem !important;
  }

  .sm\:tw-pb-32 {
    padding-bottom: 8rem !important;
  }

  .sm\:tw-pl-32 {
    padding-left: 8rem !important;
  }

  .sm\:tw-pt-36 {
    padding-top: 9rem !important;
  }

  .sm\:tw-pr-36 {
    padding-right: 9rem !important;
  }

  .sm\:tw-pb-36 {
    padding-bottom: 9rem !important;
  }

  .sm\:tw-pl-36 {
    padding-left: 9rem !important;
  }

  .sm\:tw-pt-40 {
    padding-top: 10rem !important;
  }

  .sm\:tw-pr-40 {
    padding-right: 10rem !important;
  }

  .sm\:tw-pb-40 {
    padding-bottom: 10rem !important;
  }

  .sm\:tw-pl-40 {
    padding-left: 10rem !important;
  }

  .sm\:tw-pt-48 {
    padding-top: 12rem !important;
  }

  .sm\:tw-pr-48 {
    padding-right: 12rem !important;
  }

  .sm\:tw-pb-48 {
    padding-bottom: 12rem !important;
  }

  .sm\:tw-pl-48 {
    padding-left: 12rem !important;
  }

  .sm\:tw-pt-56 {
    padding-top: 14rem !important;
  }

  .sm\:tw-pr-56 {
    padding-right: 14rem !important;
  }

  .sm\:tw-pb-56 {
    padding-bottom: 14rem !important;
  }

  .sm\:tw-pl-56 {
    padding-left: 14rem !important;
  }

  .sm\:tw-pt-64 {
    padding-top: 16rem !important;
  }

  .sm\:tw-pr-64 {
    padding-right: 16rem !important;
  }

  .sm\:tw-pb-64 {
    padding-bottom: 16rem !important;
  }

  .sm\:tw-pl-64 {
    padding-left: 16rem !important;
  }

  .sm\:tw-pt-px {
    padding-top: 1px !important;
  }

  .sm\:tw-pr-px {
    padding-right: 1px !important;
  }

  .sm\:tw-pb-px {
    padding-bottom: 1px !important;
  }

  .sm\:tw-pl-px {
    padding-left: 1px !important;
  }

  .sm\:tw-pt-0\.5 {
    padding-top: .125rem !important;
  }

  .sm\:tw-pr-0\.5 {
    padding-right: .125rem !important;
  }

  .sm\:tw-pb-0\.5 {
    padding-bottom: .125rem !important;
  }

  .sm\:tw-pl-0\.5 {
    padding-left: .125rem !important;
  }

  .sm\:tw-pt-1\.5 {
    padding-top: .375rem !important;
  }

  .sm\:tw-pr-1\.5 {
    padding-right: .375rem !important;
  }

  .sm\:tw-pb-1\.5 {
    padding-bottom: .375rem !important;
  }

  .sm\:tw-pl-1\.5 {
    padding-left: .375rem !important;
  }

  .sm\:tw-pt-2\.5 {
    padding-top: .625rem !important;
  }

  .sm\:tw-pr-2\.5 {
    padding-right: .625rem !important;
  }

  .sm\:tw-pb-2\.5 {
    padding-bottom: .625rem !important;
  }

  .sm\:tw-pl-2\.5 {
    padding-left: .625rem !important;
  }

  .sm\:tw-pt-3\.5 {
    padding-top: .875rem !important;
  }

  .sm\:tw-pr-3\.5 {
    padding-right: .875rem !important;
  }

  .sm\:tw-pb-3\.5 {
    padding-bottom: .875rem !important;
  }

  .sm\:tw-pl-3\.5 {
    padding-left: .875rem !important;
  }

  .sm\:tw-pt-1\.25em {
    padding-top: 1.25em !important;
  }

  .sm\:tw-pr-1\.25em {
    padding-right: 1.25em !important;
  }

  .sm\:tw-pb-1\.25em {
    padding-bottom: 1.25em !important;
  }

  .sm\:tw-pl-1\.25em {
    padding-left: 1.25em !important;
  }

  .sm\:tw-pt-1\.5em {
    padding-top: 1.5em !important;
  }

  .sm\:tw-pr-1\.5em {
    padding-right: 1.5em !important;
  }

  .sm\:tw-pb-1\.5em {
    padding-bottom: 1.5em !important;
  }

  .sm\:tw-pl-1\.5em {
    padding-left: 1.5em !important;
  }

  .sm\:tw-pt-4em {
    padding-top: 4em !important;
  }

  .sm\:tw-pr-4em {
    padding-right: 4em !important;
  }

  .sm\:tw-pb-4em {
    padding-bottom: 4em !important;
  }

  .sm\:tw-pl-4em {
    padding-left: 4em !important;
  }

  .sm\:tw-placeholder-transparent::-webkit-input-placeholder {
    color: transparent !important;
  }

  .sm\:tw-placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .sm\:tw-placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .sm\:tw-placeholder-transparent::-ms-input-placeholder {
    color: transparent !important;
  }

  .sm\:tw-placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .sm\:tw-placeholder-current::-webkit-input-placeholder {
    color: currentColor !important;
  }

  .sm\:tw-placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .sm\:tw-placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .sm\:tw-placeholder-current::-ms-input-placeholder {
    color: currentColor !important;
  }

  .sm\:tw-placeholder-current::placeholder {
    color: currentColor !important;
  }

  .sm\:tw-placeholder-black::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-black::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-white::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-white::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-app-main::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-app-main::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-app-main:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-app-main::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-app-main::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-app-sub-blue::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-app-sub-blue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-app-sub-blue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-app-sub-blue::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-app-sub-blue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-app-yellow::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-app-yellow::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-app-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-app-yellow::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-app-yellow::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-theme-primary::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-theme-primary::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-theme-primary:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-theme-primary::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-theme-primary::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-theme-info::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-theme-info::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-theme-info:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-theme-info::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-theme-info::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-slate-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-zinc-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-neutral-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-stone-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-sky-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent !important;
  }

  .sm\:focus\:tw-placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .sm\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .sm\:focus\:tw-placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent !important;
  }

  .sm\:focus\:tw-placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .sm\:focus\:tw-placeholder-current:focus::-webkit-input-placeholder {
    color: currentColor !important;
  }

  .sm\:focus\:tw-placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .sm\:focus\:tw-placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .sm\:focus\:tw-placeholder-current:focus::-ms-input-placeholder {
    color: currentColor !important;
  }

  .sm\:focus\:tw-placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .sm\:focus\:tw-placeholder-black:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-black:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-white:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-white:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-app-main:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-app-main:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-app-main:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-app-main:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-app-main:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-app-sub-blue:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-app-sub-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-app-sub-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-app-sub-blue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-app-sub-blue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-app-yellow:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-app-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-app-yellow:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-app-yellow:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-app-yellow:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-theme-primary:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-theme-primary:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-theme-primary:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-theme-primary:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-theme-primary:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-theme-info:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-theme-info:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-theme-info:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-theme-info:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-theme-info:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-slate-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-zinc-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-neutral-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-stone-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-sky-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-opacity-0::-webkit-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm\:tw-placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm\:tw-placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm\:tw-placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm\:tw-placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm\:tw-placeholder-opacity-25::-webkit-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:tw-placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:tw-placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:tw-placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:tw-placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:tw-placeholder-opacity-50::-webkit-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:tw-placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:tw-placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:tw-placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:tw-placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:tw-placeholder-opacity-75::-webkit-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:tw-placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:tw-placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:tw-placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:tw-placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:tw-placeholder-opacity-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm\:tw-placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm\:tw-placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm\:tw-placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm\:tw-placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-0:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-25:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-75:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm\:tw-pointer-events-none {
    pointer-events: none !important;
  }

  .sm\:tw-pointer-events-auto {
    pointer-events: auto !important;
  }

  .sm\:tw-static {
    position: static !important;
  }

  .sm\:tw-fixed {
    position: fixed !important;
  }

  .sm\:tw-absolute {
    position: absolute !important;
  }

  .sm\:tw-relative {
    position: relative !important;
  }

  .sm\:tw-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .sm\:tw-inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .sm\:tw-inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .sm\:tw-inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  .sm\:tw-inset-x-0 {
    right: 0 !important;
    left: 0 !important;
  }

  .sm\:tw-inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .sm\:tw-inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .sm\:tw-top-0 {
    top: 0 !important;
  }

  .sm\:tw-right-0 {
    right: 0 !important;
  }

  .sm\:tw-bottom-0 {
    bottom: 0 !important;
  }

  .sm\:tw-left-0 {
    left: 0 !important;
  }

  .sm\:tw-top-auto {
    top: auto !important;
  }

  .sm\:tw-right-auto {
    right: auto !important;
  }

  .sm\:tw-bottom-auto {
    bottom: auto !important;
  }

  .sm\:tw-left-auto {
    left: auto !important;
  }

  .sm\:tw-resize-none {
    resize: none !important;
  }

  .sm\:tw-resize-y {
    resize: vertical !important;
  }

  .sm\:tw-resize-x {
    resize: horizontal !important;
  }

  .sm\:tw-resize {
    resize: both !important;
  }

  .sm\:tw-shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:tw-shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:tw-shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:tw-shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:tw-shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:tw-shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:tw-shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:tw-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:tw-shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:tw-shadow-none {
    box-shadow: none !important;
  }

  .sm\:hover\:tw-shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:hover\:tw-shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:hover\:tw-shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:tw-shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:tw-shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:hover\:tw-shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:hover\:tw-shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:hover\:tw-shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:tw-shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:hover\:tw-shadow-none:hover {
    box-shadow: none !important;
  }

  .sm\:focus\:tw-shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:focus\:tw-shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:focus\:tw-shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:focus\:tw-shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:focus\:tw-shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:focus\:tw-shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:focus\:tw-shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:focus\:tw-shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:focus\:tw-shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:focus\:tw-shadow-none:focus {
    box-shadow: none !important;
  }

  .sm\:tw-fill-current {
    fill: currentColor !important;
  }

  .sm\:tw-stroke-current {
    stroke: currentColor !important;
  }

  .sm\:tw-stroke-0 {
    stroke-width: 0 !important;
  }

  .sm\:tw-stroke-1 {
    stroke-width: 1 !important;
  }

  .sm\:tw-stroke-2 {
    stroke-width: 2 !important;
  }

  .sm\:tw-table-auto {
    table-layout: auto !important;
  }

  .sm\:tw-table-fixed {
    table-layout: fixed !important;
  }

  .sm\:tw-text-left {
    text-align: left !important;
  }

  .sm\:tw-text-center {
    text-align: center !important;
  }

  .sm\:tw-text-right {
    text-align: right !important;
  }

  .sm\:tw-text-justify {
    text-align: justify !important;
  }

  .sm\:tw-text-transparent {
    color: transparent !important;
  }

  .sm\:tw-text-current {
    color: currentColor !important;
  }

  .sm\:tw-text-black {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .sm\:tw-text-white {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm\:tw-text-gray-50 {
    --text-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--text-opacity)) !important;
  }

  .sm\:tw-text-gray-100 {
    --text-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .sm\:tw-text-gray-200 {
    --text-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--text-opacity)) !important;
  }

  .sm\:tw-text-gray-300 {
    --text-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--text-opacity)) !important;
  }

  .sm\:tw-text-gray-400 {
    --text-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .sm\:tw-text-gray-500 {
    --text-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--text-opacity)) !important;
  }

  .sm\:tw-text-gray-600 {
    --text-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .sm\:tw-text-gray-700 {
    --text-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--text-opacity)) !important;
  }

  .sm\:tw-text-gray-800 {
    --text-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--text-opacity)) !important;
  }

  .sm\:tw-text-gray-900 {
    --text-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--text-opacity)) !important;
  }

  .sm\:tw-text-red-50 {
    --text-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--text-opacity)) !important;
  }

  .sm\:tw-text-red-100 {
    --text-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--text-opacity)) !important;
  }

  .sm\:tw-text-red-200 {
    --text-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--text-opacity)) !important;
  }

  .sm\:tw-text-red-300 {
    --text-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--text-opacity)) !important;
  }

  .sm\:tw-text-red-400 {
    --text-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .sm\:tw-text-red-500 {
    --text-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .sm\:tw-text-red-600 {
    --text-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .sm\:tw-text-red-700 {
    --text-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .sm\:tw-text-red-800 {
    --text-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .sm\:tw-text-red-900 {
    --text-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--text-opacity)) !important;
  }

  .sm\:tw-text-orange-50 {
    --text-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--text-opacity)) !important;
  }

  .sm\:tw-text-orange-100 {
    --text-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--text-opacity)) !important;
  }

  .sm\:tw-text-orange-200 {
    --text-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--text-opacity)) !important;
  }

  .sm\:tw-text-orange-300 {
    --text-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--text-opacity)) !important;
  }

  .sm\:tw-text-orange-400 {
    --text-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--text-opacity)) !important;
  }

  .sm\:tw-text-orange-500 {
    --text-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--text-opacity)) !important;
  }

  .sm\:tw-text-orange-600 {
    --text-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--text-opacity)) !important;
  }

  .sm\:tw-text-orange-700 {
    --text-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--text-opacity)) !important;
  }

  .sm\:tw-text-orange-800 {
    --text-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--text-opacity)) !important;
  }

  .sm\:tw-text-orange-900 {
    --text-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--text-opacity)) !important;
  }

  .sm\:tw-text-yellow-50 {
    --text-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--text-opacity)) !important;
  }

  .sm\:tw-text-yellow-100 {
    --text-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--text-opacity)) !important;
  }

  .sm\:tw-text-yellow-200 {
    --text-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--text-opacity)) !important;
  }

  .sm\:tw-text-yellow-300 {
    --text-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .sm\:tw-text-yellow-400 {
    --text-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--text-opacity)) !important;
  }

  .sm\:tw-text-yellow-500 {
    --text-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--text-opacity)) !important;
  }

  .sm\:tw-text-yellow-600 {
    --text-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--text-opacity)) !important;
  }

  .sm\:tw-text-yellow-700 {
    --text-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--text-opacity)) !important;
  }

  .sm\:tw-text-yellow-800 {
    --text-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--text-opacity)) !important;
  }

  .sm\:tw-text-yellow-900 {
    --text-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--text-opacity)) !important;
  }

  .sm\:tw-text-green-50 {
    --text-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--text-opacity)) !important;
  }

  .sm\:tw-text-green-100 {
    --text-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--text-opacity)) !important;
  }

  .sm\:tw-text-green-200 {
    --text-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--text-opacity)) !important;
  }

  .sm\:tw-text-green-300 {
    --text-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--text-opacity)) !important;
  }

  .sm\:tw-text-green-400 {
    --text-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .sm\:tw-text-green-500 {
    --text-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--text-opacity)) !important;
  }

  .sm\:tw-text-green-600 {
    --text-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .sm\:tw-text-green-700 {
    --text-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .sm\:tw-text-green-800 {
    --text-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--text-opacity)) !important;
  }

  .sm\:tw-text-green-900 {
    --text-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--text-opacity)) !important;
  }

  .sm\:tw-text-teal-50 {
    --text-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--text-opacity)) !important;
  }

  .sm\:tw-text-teal-100 {
    --text-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--text-opacity)) !important;
  }

  .sm\:tw-text-teal-200 {
    --text-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--text-opacity)) !important;
  }

  .sm\:tw-text-teal-300 {
    --text-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--text-opacity)) !important;
  }

  .sm\:tw-text-teal-400 {
    --text-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--text-opacity)) !important;
  }

  .sm\:tw-text-teal-500 {
    --text-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--text-opacity)) !important;
  }

  .sm\:tw-text-teal-600 {
    --text-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--text-opacity)) !important;
  }

  .sm\:tw-text-teal-700 {
    --text-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--text-opacity)) !important;
  }

  .sm\:tw-text-teal-800 {
    --text-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--text-opacity)) !important;
  }

  .sm\:tw-text-teal-900 {
    --text-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--text-opacity)) !important;
  }

  .sm\:tw-text-blue-50 {
    --text-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--text-opacity)) !important;
  }

  .sm\:tw-text-blue-100 {
    --text-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--text-opacity)) !important;
  }

  .sm\:tw-text-blue-200 {
    --text-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--text-opacity)) !important;
  }

  .sm\:tw-text-blue-300 {
    --text-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--text-opacity)) !important;
  }

  .sm\:tw-text-blue-400 {
    --text-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .sm\:tw-text-blue-500 {
    --text-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .sm\:tw-text-blue-600 {
    --text-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--text-opacity)) !important;
  }

  .sm\:tw-text-blue-700 {
    --text-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .sm\:tw-text-blue-800 {
    --text-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .sm\:tw-text-blue-900 {
    --text-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--text-opacity)) !important;
  }

  .sm\:tw-text-indigo-50 {
    --text-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--text-opacity)) !important;
  }

  .sm\:tw-text-indigo-100 {
    --text-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--text-opacity)) !important;
  }

  .sm\:tw-text-indigo-200 {
    --text-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--text-opacity)) !important;
  }

  .sm\:tw-text-indigo-300 {
    --text-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--text-opacity)) !important;
  }

  .sm\:tw-text-indigo-400 {
    --text-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--text-opacity)) !important;
  }

  .sm\:tw-text-indigo-500 {
    --text-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--text-opacity)) !important;
  }

  .sm\:tw-text-indigo-600 {
    --text-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--text-opacity)) !important;
  }

  .sm\:tw-text-indigo-700 {
    --text-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--text-opacity)) !important;
  }

  .sm\:tw-text-indigo-800 {
    --text-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--text-opacity)) !important;
  }

  .sm\:tw-text-indigo-900 {
    --text-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--text-opacity)) !important;
  }

  .sm\:tw-text-purple-50 {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .sm\:tw-text-purple-100 {
    --text-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--text-opacity)) !important;
  }

  .sm\:tw-text-purple-200 {
    --text-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--text-opacity)) !important;
  }

  .sm\:tw-text-purple-300 {
    --text-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--text-opacity)) !important;
  }

  .sm\:tw-text-purple-400 {
    --text-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--text-opacity)) !important;
  }

  .sm\:tw-text-purple-500 {
    --text-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--text-opacity)) !important;
  }

  .sm\:tw-text-purple-600 {
    --text-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--text-opacity)) !important;
  }

  .sm\:tw-text-purple-700 {
    --text-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--text-opacity)) !important;
  }

  .sm\:tw-text-purple-800 {
    --text-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--text-opacity)) !important;
  }

  .sm\:tw-text-purple-900 {
    --text-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--text-opacity)) !important;
  }

  .sm\:tw-text-pink-50 {
    --text-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--text-opacity)) !important;
  }

  .sm\:tw-text-pink-100 {
    --text-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--text-opacity)) !important;
  }

  .sm\:tw-text-pink-200 {
    --text-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--text-opacity)) !important;
  }

  .sm\:tw-text-pink-300 {
    --text-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--text-opacity)) !important;
  }

  .sm\:tw-text-pink-400 {
    --text-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--text-opacity)) !important;
  }

  .sm\:tw-text-pink-500 {
    --text-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--text-opacity)) !important;
  }

  .sm\:tw-text-pink-600 {
    --text-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--text-opacity)) !important;
  }

  .sm\:tw-text-pink-700 {
    --text-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--text-opacity)) !important;
  }

  .sm\:tw-text-pink-800 {
    --text-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--text-opacity)) !important;
  }

  .sm\:tw-text-pink-900 {
    --text-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--text-opacity)) !important;
  }

  .sm\:tw-text-app-main {
    --text-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--text-opacity)) !important;
  }

  .sm\:tw-text-app-sub-blue {
    --text-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--text-opacity)) !important;
  }

  .sm\:tw-text-app-yellow {
    --text-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--text-opacity)) !important;
  }

  .sm\:tw-text-theme-primary {
    --text-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--text-opacity)) !important;
  }

  .sm\:tw-text-theme-info {
    --text-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--text-opacity)) !important;
  }

  .sm\:tw-text-slate-50 {
    --text-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--text-opacity)) !important;
  }

  .sm\:tw-text-slate-100 {
    --text-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--text-opacity)) !important;
  }

  .sm\:tw-text-slate-200 {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .sm\:tw-text-slate-300 {
    --text-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--text-opacity)) !important;
  }

  .sm\:tw-text-slate-400 {
    --text-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--text-opacity)) !important;
  }

  .sm\:tw-text-slate-500 {
    --text-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--text-opacity)) !important;
  }

  .sm\:tw-text-slate-600 {
    --text-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--text-opacity)) !important;
  }

  .sm\:tw-text-slate-700 {
    --text-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--text-opacity)) !important;
  }

  .sm\:tw-text-slate-800 {
    --text-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--text-opacity)) !important;
  }

  .sm\:tw-text-slate-900 {
    --text-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--text-opacity)) !important;
  }

  .sm\:tw-text-zinc-50 {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .sm\:tw-text-zinc-100 {
    --text-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--text-opacity)) !important;
  }

  .sm\:tw-text-zinc-200 {
    --text-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--text-opacity)) !important;
  }

  .sm\:tw-text-zinc-300 {
    --text-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--text-opacity)) !important;
  }

  .sm\:tw-text-zinc-400 {
    --text-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--text-opacity)) !important;
  }

  .sm\:tw-text-zinc-500 {
    --text-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--text-opacity)) !important;
  }

  .sm\:tw-text-zinc-600 {
    --text-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--text-opacity)) !important;
  }

  .sm\:tw-text-zinc-700 {
    --text-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--text-opacity)) !important;
  }

  .sm\:tw-text-zinc-800 {
    --text-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--text-opacity)) !important;
  }

  .sm\:tw-text-zinc-900 {
    --text-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--text-opacity)) !important;
  }

  .sm\:tw-text-neutral-50 {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .sm\:tw-text-neutral-100 {
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .sm\:tw-text-neutral-200 {
    --text-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--text-opacity)) !important;
  }

  .sm\:tw-text-neutral-300 {
    --text-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--text-opacity)) !important;
  }

  .sm\:tw-text-neutral-400 {
    --text-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--text-opacity)) !important;
  }

  .sm\:tw-text-neutral-500 {
    --text-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--text-opacity)) !important;
  }

  .sm\:tw-text-neutral-600 {
    --text-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--text-opacity)) !important;
  }

  .sm\:tw-text-neutral-700 {
    --text-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--text-opacity)) !important;
  }

  .sm\:tw-text-neutral-800 {
    --text-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--text-opacity)) !important;
  }

  .sm\:tw-text-neutral-900 {
    --text-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--text-opacity)) !important;
  }

  .sm\:tw-text-stone-50 {
    --text-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--text-opacity)) !important;
  }

  .sm\:tw-text-stone-100 {
    --text-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--text-opacity)) !important;
  }

  .sm\:tw-text-stone-200 {
    --text-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--text-opacity)) !important;
  }

  .sm\:tw-text-stone-300 {
    --text-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--text-opacity)) !important;
  }

  .sm\:tw-text-stone-400 {
    --text-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--text-opacity)) !important;
  }

  .sm\:tw-text-stone-500 {
    --text-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--text-opacity)) !important;
  }

  .sm\:tw-text-stone-600 {
    --text-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--text-opacity)) !important;
  }

  .sm\:tw-text-stone-700 {
    --text-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--text-opacity)) !important;
  }

  .sm\:tw-text-stone-800 {
    --text-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--text-opacity)) !important;
  }

  .sm\:tw-text-stone-900 {
    --text-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--text-opacity)) !important;
  }

  .sm\:tw-text-amber-50 {
    --text-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--text-opacity)) !important;
  }

  .sm\:tw-text-amber-100 {
    --text-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--text-opacity)) !important;
  }

  .sm\:tw-text-amber-200 {
    --text-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--text-opacity)) !important;
  }

  .sm\:tw-text-amber-300 {
    --text-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--text-opacity)) !important;
  }

  .sm\:tw-text-amber-400 {
    --text-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--text-opacity)) !important;
  }

  .sm\:tw-text-amber-500 {
    --text-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--text-opacity)) !important;
  }

  .sm\:tw-text-amber-600 {
    --text-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--text-opacity)) !important;
  }

  .sm\:tw-text-amber-700 {
    --text-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--text-opacity)) !important;
  }

  .sm\:tw-text-amber-800 {
    --text-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--text-opacity)) !important;
  }

  .sm\:tw-text-amber-900 {
    --text-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--text-opacity)) !important;
  }

  .sm\:tw-text-lime-50 {
    --text-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--text-opacity)) !important;
  }

  .sm\:tw-text-lime-100 {
    --text-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--text-opacity)) !important;
  }

  .sm\:tw-text-lime-200 {
    --text-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--text-opacity)) !important;
  }

  .sm\:tw-text-lime-300 {
    --text-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--text-opacity)) !important;
  }

  .sm\:tw-text-lime-400 {
    --text-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--text-opacity)) !important;
  }

  .sm\:tw-text-lime-500 {
    --text-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--text-opacity)) !important;
  }

  .sm\:tw-text-lime-600 {
    --text-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--text-opacity)) !important;
  }

  .sm\:tw-text-lime-700 {
    --text-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--text-opacity)) !important;
  }

  .sm\:tw-text-lime-800 {
    --text-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--text-opacity)) !important;
  }

  .sm\:tw-text-lime-900 {
    --text-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--text-opacity)) !important;
  }

  .sm\:tw-text-emerald-50 {
    --text-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--text-opacity)) !important;
  }

  .sm\:tw-text-emerald-100 {
    --text-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--text-opacity)) !important;
  }

  .sm\:tw-text-emerald-200 {
    --text-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--text-opacity)) !important;
  }

  .sm\:tw-text-emerald-300 {
    --text-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--text-opacity)) !important;
  }

  .sm\:tw-text-emerald-400 {
    --text-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--text-opacity)) !important;
  }

  .sm\:tw-text-emerald-500 {
    --text-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--text-opacity)) !important;
  }

  .sm\:tw-text-emerald-600 {
    --text-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--text-opacity)) !important;
  }

  .sm\:tw-text-emerald-700 {
    --text-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--text-opacity)) !important;
  }

  .sm\:tw-text-emerald-800 {
    --text-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--text-opacity)) !important;
  }

  .sm\:tw-text-emerald-900 {
    --text-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--text-opacity)) !important;
  }

  .sm\:tw-text-cyan-50 {
    --text-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--text-opacity)) !important;
  }

  .sm\:tw-text-cyan-100 {
    --text-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--text-opacity)) !important;
  }

  .sm\:tw-text-cyan-200 {
    --text-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--text-opacity)) !important;
  }

  .sm\:tw-text-cyan-300 {
    --text-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--text-opacity)) !important;
  }

  .sm\:tw-text-cyan-400 {
    --text-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--text-opacity)) !important;
  }

  .sm\:tw-text-cyan-500 {
    --text-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--text-opacity)) !important;
  }

  .sm\:tw-text-cyan-600 {
    --text-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--text-opacity)) !important;
  }

  .sm\:tw-text-cyan-700 {
    --text-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--text-opacity)) !important;
  }

  .sm\:tw-text-cyan-800 {
    --text-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--text-opacity)) !important;
  }

  .sm\:tw-text-cyan-900 {
    --text-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--text-opacity)) !important;
  }

  .sm\:tw-text-sky-50 {
    --text-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--text-opacity)) !important;
  }

  .sm\:tw-text-sky-100 {
    --text-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--text-opacity)) !important;
  }

  .sm\:tw-text-sky-200 {
    --text-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--text-opacity)) !important;
  }

  .sm\:tw-text-sky-300 {
    --text-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--text-opacity)) !important;
  }

  .sm\:tw-text-sky-400 {
    --text-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--text-opacity)) !important;
  }

  .sm\:tw-text-sky-500 {
    --text-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--text-opacity)) !important;
  }

  .sm\:tw-text-sky-600 {
    --text-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--text-opacity)) !important;
  }

  .sm\:tw-text-sky-700 {
    --text-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--text-opacity)) !important;
  }

  .sm\:tw-text-sky-800 {
    --text-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--text-opacity)) !important;
  }

  .sm\:tw-text-sky-900 {
    --text-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--text-opacity)) !important;
  }

  .sm\:tw-text-violet-50 {
    --text-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--text-opacity)) !important;
  }

  .sm\:tw-text-violet-100 {
    --text-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--text-opacity)) !important;
  }

  .sm\:tw-text-violet-200 {
    --text-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--text-opacity)) !important;
  }

  .sm\:tw-text-violet-300 {
    --text-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--text-opacity)) !important;
  }

  .sm\:tw-text-violet-400 {
    --text-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--text-opacity)) !important;
  }

  .sm\:tw-text-violet-500 {
    --text-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--text-opacity)) !important;
  }

  .sm\:tw-text-violet-600 {
    --text-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--text-opacity)) !important;
  }

  .sm\:tw-text-violet-700 {
    --text-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--text-opacity)) !important;
  }

  .sm\:tw-text-violet-800 {
    --text-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--text-opacity)) !important;
  }

  .sm\:tw-text-violet-900 {
    --text-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--text-opacity)) !important;
  }

  .sm\:tw-text-fuchsia-50 {
    --text-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--text-opacity)) !important;
  }

  .sm\:tw-text-fuchsia-100 {
    --text-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--text-opacity)) !important;
  }

  .sm\:tw-text-fuchsia-200 {
    --text-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--text-opacity)) !important;
  }

  .sm\:tw-text-fuchsia-300 {
    --text-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--text-opacity)) !important;
  }

  .sm\:tw-text-fuchsia-400 {
    --text-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--text-opacity)) !important;
  }

  .sm\:tw-text-fuchsia-500 {
    --text-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--text-opacity)) !important;
  }

  .sm\:tw-text-fuchsia-600 {
    --text-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--text-opacity)) !important;
  }

  .sm\:tw-text-fuchsia-700 {
    --text-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--text-opacity)) !important;
  }

  .sm\:tw-text-fuchsia-800 {
    --text-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--text-opacity)) !important;
  }

  .sm\:tw-text-fuchsia-900 {
    --text-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--text-opacity)) !important;
  }

  .sm\:tw-text-rose-50 {
    --text-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--text-opacity)) !important;
  }

  .sm\:tw-text-rose-100 {
    --text-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--text-opacity)) !important;
  }

  .sm\:tw-text-rose-200 {
    --text-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--text-opacity)) !important;
  }

  .sm\:tw-text-rose-300 {
    --text-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--text-opacity)) !important;
  }

  .sm\:tw-text-rose-400 {
    --text-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--text-opacity)) !important;
  }

  .sm\:tw-text-rose-500 {
    --text-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--text-opacity)) !important;
  }

  .sm\:tw-text-rose-600 {
    --text-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--text-opacity)) !important;
  }

  .sm\:tw-text-rose-700 {
    --text-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--text-opacity)) !important;
  }

  .sm\:tw-text-rose-800 {
    --text-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--text-opacity)) !important;
  }

  .sm\:tw-text-rose-900 {
    --text-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-transparent:hover {
    color: transparent !important;
  }

  .sm\:hover\:tw-text-current:hover {
    color: currentColor !important;
  }

  .sm\:hover\:tw-text-black:hover {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-white:hover {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-50:hover {
    --text-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-100:hover {
    --text-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-200:hover {
    --text-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-300:hover {
    --text-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-400:hover {
    --text-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-500:hover {
    --text-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-600:hover {
    --text-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-700:hover {
    --text-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-800:hover {
    --text-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-900:hover {
    --text-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-50:hover {
    --text-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-100:hover {
    --text-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-200:hover {
    --text-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-300:hover {
    --text-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-400:hover {
    --text-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-500:hover {
    --text-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-600:hover {
    --text-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-700:hover {
    --text-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-800:hover {
    --text-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-900:hover {
    --text-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-50:hover {
    --text-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-100:hover {
    --text-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-200:hover {
    --text-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-300:hover {
    --text-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-400:hover {
    --text-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-500:hover {
    --text-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-600:hover {
    --text-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-700:hover {
    --text-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-800:hover {
    --text-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-900:hover {
    --text-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-50:hover {
    --text-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-100:hover {
    --text-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-200:hover {
    --text-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-300:hover {
    --text-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-400:hover {
    --text-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-500:hover {
    --text-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-600:hover {
    --text-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-700:hover {
    --text-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-800:hover {
    --text-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-900:hover {
    --text-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-50:hover {
    --text-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-100:hover {
    --text-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-200:hover {
    --text-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-300:hover {
    --text-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-400:hover {
    --text-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-500:hover {
    --text-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-600:hover {
    --text-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-700:hover {
    --text-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-800:hover {
    --text-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-900:hover {
    --text-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-50:hover {
    --text-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-100:hover {
    --text-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-200:hover {
    --text-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-300:hover {
    --text-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-400:hover {
    --text-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-500:hover {
    --text-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-600:hover {
    --text-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-700:hover {
    --text-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-800:hover {
    --text-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-900:hover {
    --text-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-50:hover {
    --text-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-100:hover {
    --text-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-200:hover {
    --text-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-300:hover {
    --text-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-400:hover {
    --text-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-500:hover {
    --text-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-600:hover {
    --text-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-700:hover {
    --text-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-800:hover {
    --text-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-900:hover {
    --text-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-50:hover {
    --text-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-100:hover {
    --text-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-200:hover {
    --text-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-300:hover {
    --text-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-400:hover {
    --text-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-500:hover {
    --text-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-600:hover {
    --text-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-700:hover {
    --text-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-800:hover {
    --text-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-900:hover {
    --text-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-50:hover {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-100:hover {
    --text-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-200:hover {
    --text-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-300:hover {
    --text-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-400:hover {
    --text-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-500:hover {
    --text-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-600:hover {
    --text-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-700:hover {
    --text-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-800:hover {
    --text-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-900:hover {
    --text-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-50:hover {
    --text-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-100:hover {
    --text-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-200:hover {
    --text-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-300:hover {
    --text-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-400:hover {
    --text-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-500:hover {
    --text-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-600:hover {
    --text-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-700:hover {
    --text-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-800:hover {
    --text-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-900:hover {
    --text-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-app-main:hover {
    --text-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-app-sub-blue:hover {
    --text-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-app-yellow:hover {
    --text-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-theme-primary:hover {
    --text-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-theme-info:hover {
    --text-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-slate-50:hover {
    --text-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-slate-100:hover {
    --text-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-slate-200:hover {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-slate-300:hover {
    --text-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-slate-400:hover {
    --text-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-slate-500:hover {
    --text-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-slate-600:hover {
    --text-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-slate-700:hover {
    --text-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-slate-800:hover {
    --text-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-slate-900:hover {
    --text-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-zinc-50:hover {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-zinc-100:hover {
    --text-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-zinc-200:hover {
    --text-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-zinc-300:hover {
    --text-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-zinc-400:hover {
    --text-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-zinc-500:hover {
    --text-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-zinc-600:hover {
    --text-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-zinc-700:hover {
    --text-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-zinc-800:hover {
    --text-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-zinc-900:hover {
    --text-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-neutral-50:hover {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-neutral-100:hover {
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-neutral-200:hover {
    --text-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-neutral-300:hover {
    --text-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-neutral-400:hover {
    --text-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-neutral-500:hover {
    --text-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-neutral-600:hover {
    --text-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-neutral-700:hover {
    --text-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-neutral-800:hover {
    --text-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-neutral-900:hover {
    --text-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-stone-50:hover {
    --text-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-stone-100:hover {
    --text-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-stone-200:hover {
    --text-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-stone-300:hover {
    --text-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-stone-400:hover {
    --text-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-stone-500:hover {
    --text-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-stone-600:hover {
    --text-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-stone-700:hover {
    --text-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-stone-800:hover {
    --text-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-stone-900:hover {
    --text-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-amber-50:hover {
    --text-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-amber-100:hover {
    --text-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-amber-200:hover {
    --text-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-amber-300:hover {
    --text-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-amber-400:hover {
    --text-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-amber-500:hover {
    --text-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-amber-600:hover {
    --text-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-amber-700:hover {
    --text-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-amber-800:hover {
    --text-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-amber-900:hover {
    --text-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lime-50:hover {
    --text-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lime-100:hover {
    --text-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lime-200:hover {
    --text-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lime-300:hover {
    --text-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lime-400:hover {
    --text-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lime-500:hover {
    --text-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lime-600:hover {
    --text-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lime-700:hover {
    --text-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lime-800:hover {
    --text-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lime-900:hover {
    --text-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-emerald-50:hover {
    --text-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-emerald-100:hover {
    --text-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-emerald-200:hover {
    --text-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-emerald-300:hover {
    --text-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-emerald-400:hover {
    --text-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-emerald-500:hover {
    --text-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-emerald-600:hover {
    --text-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-emerald-700:hover {
    --text-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-emerald-800:hover {
    --text-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-emerald-900:hover {
    --text-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cyan-50:hover {
    --text-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cyan-100:hover {
    --text-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cyan-200:hover {
    --text-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cyan-300:hover {
    --text-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cyan-400:hover {
    --text-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cyan-500:hover {
    --text-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cyan-600:hover {
    --text-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cyan-700:hover {
    --text-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cyan-800:hover {
    --text-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cyan-900:hover {
    --text-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-sky-50:hover {
    --text-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-sky-100:hover {
    --text-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-sky-200:hover {
    --text-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-sky-300:hover {
    --text-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-sky-400:hover {
    --text-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-sky-500:hover {
    --text-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-sky-600:hover {
    --text-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-sky-700:hover {
    --text-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-sky-800:hover {
    --text-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-sky-900:hover {
    --text-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-violet-50:hover {
    --text-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-violet-100:hover {
    --text-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-violet-200:hover {
    --text-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-violet-300:hover {
    --text-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-violet-400:hover {
    --text-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-violet-500:hover {
    --text-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-violet-600:hover {
    --text-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-violet-700:hover {
    --text-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-violet-800:hover {
    --text-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-violet-900:hover {
    --text-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-fuchsia-50:hover {
    --text-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-fuchsia-100:hover {
    --text-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-fuchsia-200:hover {
    --text-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-fuchsia-300:hover {
    --text-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-fuchsia-400:hover {
    --text-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-fuchsia-500:hover {
    --text-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-fuchsia-600:hover {
    --text-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-fuchsia-700:hover {
    --text-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-fuchsia-800:hover {
    --text-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-fuchsia-900:hover {
    --text-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-rose-50:hover {
    --text-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-rose-100:hover {
    --text-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-rose-200:hover {
    --text-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-rose-300:hover {
    --text-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-rose-400:hover {
    --text-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-rose-500:hover {
    --text-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-rose-600:hover {
    --text-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-rose-700:hover {
    --text-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-rose-800:hover {
    --text-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--text-opacity)) !important;
  }

  .sm\:hover\:tw-text-rose-900:hover {
    --text-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-transparent:focus {
    color: transparent !important;
  }

  .sm\:focus\:tw-text-current:focus {
    color: currentColor !important;
  }

  .sm\:focus\:tw-text-black:focus {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-white:focus {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-50:focus {
    --text-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-100:focus {
    --text-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-200:focus {
    --text-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-300:focus {
    --text-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-400:focus {
    --text-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-500:focus {
    --text-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-600:focus {
    --text-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-700:focus {
    --text-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-800:focus {
    --text-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-900:focus {
    --text-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-50:focus {
    --text-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-100:focus {
    --text-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-200:focus {
    --text-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-300:focus {
    --text-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-400:focus {
    --text-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-500:focus {
    --text-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-600:focus {
    --text-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-700:focus {
    --text-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-800:focus {
    --text-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-900:focus {
    --text-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-50:focus {
    --text-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-100:focus {
    --text-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-200:focus {
    --text-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-300:focus {
    --text-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-400:focus {
    --text-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-500:focus {
    --text-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-600:focus {
    --text-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-700:focus {
    --text-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-800:focus {
    --text-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-900:focus {
    --text-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-50:focus {
    --text-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-100:focus {
    --text-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-200:focus {
    --text-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-300:focus {
    --text-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-400:focus {
    --text-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-500:focus {
    --text-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-600:focus {
    --text-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-700:focus {
    --text-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-800:focus {
    --text-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-900:focus {
    --text-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-50:focus {
    --text-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-100:focus {
    --text-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-200:focus {
    --text-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-300:focus {
    --text-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-400:focus {
    --text-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-500:focus {
    --text-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-600:focus {
    --text-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-700:focus {
    --text-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-800:focus {
    --text-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-900:focus {
    --text-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-50:focus {
    --text-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-100:focus {
    --text-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-200:focus {
    --text-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-300:focus {
    --text-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-400:focus {
    --text-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-500:focus {
    --text-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-600:focus {
    --text-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-700:focus {
    --text-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-800:focus {
    --text-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-900:focus {
    --text-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-50:focus {
    --text-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-100:focus {
    --text-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-200:focus {
    --text-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-300:focus {
    --text-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-400:focus {
    --text-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-500:focus {
    --text-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-600:focus {
    --text-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-700:focus {
    --text-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-800:focus {
    --text-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-900:focus {
    --text-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-50:focus {
    --text-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-100:focus {
    --text-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-200:focus {
    --text-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-300:focus {
    --text-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-400:focus {
    --text-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-500:focus {
    --text-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-600:focus {
    --text-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-700:focus {
    --text-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-800:focus {
    --text-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-900:focus {
    --text-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-50:focus {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-100:focus {
    --text-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-200:focus {
    --text-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-300:focus {
    --text-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-400:focus {
    --text-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-500:focus {
    --text-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-600:focus {
    --text-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-700:focus {
    --text-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-800:focus {
    --text-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-900:focus {
    --text-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-50:focus {
    --text-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-100:focus {
    --text-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-200:focus {
    --text-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-300:focus {
    --text-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-400:focus {
    --text-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-500:focus {
    --text-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-600:focus {
    --text-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-700:focus {
    --text-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-800:focus {
    --text-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-900:focus {
    --text-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-app-main:focus {
    --text-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-app-sub-blue:focus {
    --text-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-app-yellow:focus {
    --text-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-theme-primary:focus {
    --text-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-theme-info:focus {
    --text-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-slate-50:focus {
    --text-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-slate-100:focus {
    --text-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-slate-200:focus {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-slate-300:focus {
    --text-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-slate-400:focus {
    --text-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-slate-500:focus {
    --text-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-slate-600:focus {
    --text-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-slate-700:focus {
    --text-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-slate-800:focus {
    --text-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-slate-900:focus {
    --text-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-zinc-50:focus {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-zinc-100:focus {
    --text-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-zinc-200:focus {
    --text-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-zinc-300:focus {
    --text-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-zinc-400:focus {
    --text-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-zinc-500:focus {
    --text-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-zinc-600:focus {
    --text-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-zinc-700:focus {
    --text-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-zinc-800:focus {
    --text-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-zinc-900:focus {
    --text-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-neutral-50:focus {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-neutral-100:focus {
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-neutral-200:focus {
    --text-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-neutral-300:focus {
    --text-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-neutral-400:focus {
    --text-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-neutral-500:focus {
    --text-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-neutral-600:focus {
    --text-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-neutral-700:focus {
    --text-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-neutral-800:focus {
    --text-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-neutral-900:focus {
    --text-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-stone-50:focus {
    --text-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-stone-100:focus {
    --text-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-stone-200:focus {
    --text-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-stone-300:focus {
    --text-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-stone-400:focus {
    --text-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-stone-500:focus {
    --text-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-stone-600:focus {
    --text-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-stone-700:focus {
    --text-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-stone-800:focus {
    --text-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-stone-900:focus {
    --text-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-amber-50:focus {
    --text-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-amber-100:focus {
    --text-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-amber-200:focus {
    --text-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-amber-300:focus {
    --text-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-amber-400:focus {
    --text-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-amber-500:focus {
    --text-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-amber-600:focus {
    --text-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-amber-700:focus {
    --text-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-amber-800:focus {
    --text-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-amber-900:focus {
    --text-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lime-50:focus {
    --text-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lime-100:focus {
    --text-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lime-200:focus {
    --text-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lime-300:focus {
    --text-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lime-400:focus {
    --text-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lime-500:focus {
    --text-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lime-600:focus {
    --text-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lime-700:focus {
    --text-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lime-800:focus {
    --text-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lime-900:focus {
    --text-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-emerald-50:focus {
    --text-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-emerald-100:focus {
    --text-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-emerald-200:focus {
    --text-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-emerald-300:focus {
    --text-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-emerald-400:focus {
    --text-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-emerald-500:focus {
    --text-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-emerald-600:focus {
    --text-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-emerald-700:focus {
    --text-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-emerald-800:focus {
    --text-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-emerald-900:focus {
    --text-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cyan-50:focus {
    --text-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cyan-100:focus {
    --text-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cyan-200:focus {
    --text-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cyan-300:focus {
    --text-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cyan-400:focus {
    --text-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cyan-500:focus {
    --text-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cyan-600:focus {
    --text-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cyan-700:focus {
    --text-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cyan-800:focus {
    --text-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cyan-900:focus {
    --text-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-sky-50:focus {
    --text-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-sky-100:focus {
    --text-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-sky-200:focus {
    --text-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-sky-300:focus {
    --text-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-sky-400:focus {
    --text-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-sky-500:focus {
    --text-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-sky-600:focus {
    --text-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-sky-700:focus {
    --text-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-sky-800:focus {
    --text-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-sky-900:focus {
    --text-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-violet-50:focus {
    --text-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-violet-100:focus {
    --text-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-violet-200:focus {
    --text-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-violet-300:focus {
    --text-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-violet-400:focus {
    --text-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-violet-500:focus {
    --text-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-violet-600:focus {
    --text-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-violet-700:focus {
    --text-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-violet-800:focus {
    --text-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-violet-900:focus {
    --text-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-fuchsia-50:focus {
    --text-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-fuchsia-100:focus {
    --text-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-fuchsia-200:focus {
    --text-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-fuchsia-300:focus {
    --text-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-fuchsia-400:focus {
    --text-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-fuchsia-500:focus {
    --text-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-fuchsia-600:focus {
    --text-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-fuchsia-700:focus {
    --text-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-fuchsia-800:focus {
    --text-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-fuchsia-900:focus {
    --text-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-rose-50:focus {
    --text-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-rose-100:focus {
    --text-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-rose-200:focus {
    --text-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-rose-300:focus {
    --text-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-rose-400:focus {
    --text-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-rose-500:focus {
    --text-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-rose-600:focus {
    --text-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-rose-700:focus {
    --text-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-rose-800:focus {
    --text-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--text-opacity)) !important;
  }

  .sm\:focus\:tw-text-rose-900:focus {
    --text-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-transparent:disabled {
    color: transparent !important;
  }

  .sm\:disabled\:tw-text-current:disabled {
    color: currentColor !important;
  }

  .sm\:disabled\:tw-text-black:disabled {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-white:disabled {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-gray-50:disabled {
    --text-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-gray-100:disabled {
    --text-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-gray-200:disabled {
    --text-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-gray-300:disabled {
    --text-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-gray-400:disabled {
    --text-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-gray-500:disabled {
    --text-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-gray-600:disabled {
    --text-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-gray-700:disabled {
    --text-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-gray-800:disabled {
    --text-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-gray-900:disabled {
    --text-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-red-50:disabled {
    --text-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-red-100:disabled {
    --text-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-red-200:disabled {
    --text-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-red-300:disabled {
    --text-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-red-400:disabled {
    --text-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-red-500:disabled {
    --text-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-red-600:disabled {
    --text-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-red-700:disabled {
    --text-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-red-800:disabled {
    --text-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-red-900:disabled {
    --text-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-orange-50:disabled {
    --text-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-orange-100:disabled {
    --text-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-orange-200:disabled {
    --text-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-orange-300:disabled {
    --text-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-orange-400:disabled {
    --text-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-orange-500:disabled {
    --text-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-orange-600:disabled {
    --text-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-orange-700:disabled {
    --text-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-orange-800:disabled {
    --text-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-orange-900:disabled {
    --text-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-yellow-50:disabled {
    --text-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-yellow-100:disabled {
    --text-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-yellow-200:disabled {
    --text-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-yellow-300:disabled {
    --text-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-yellow-400:disabled {
    --text-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-yellow-500:disabled {
    --text-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-yellow-600:disabled {
    --text-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-yellow-700:disabled {
    --text-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-yellow-800:disabled {
    --text-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-yellow-900:disabled {
    --text-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-green-50:disabled {
    --text-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-green-100:disabled {
    --text-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-green-200:disabled {
    --text-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-green-300:disabled {
    --text-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-green-400:disabled {
    --text-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-green-500:disabled {
    --text-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-green-600:disabled {
    --text-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-green-700:disabled {
    --text-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-green-800:disabled {
    --text-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-green-900:disabled {
    --text-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-teal-50:disabled {
    --text-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-teal-100:disabled {
    --text-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-teal-200:disabled {
    --text-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-teal-300:disabled {
    --text-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-teal-400:disabled {
    --text-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-teal-500:disabled {
    --text-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-teal-600:disabled {
    --text-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-teal-700:disabled {
    --text-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-teal-800:disabled {
    --text-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-teal-900:disabled {
    --text-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-blue-50:disabled {
    --text-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-blue-100:disabled {
    --text-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-blue-200:disabled {
    --text-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-blue-300:disabled {
    --text-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-blue-400:disabled {
    --text-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-blue-500:disabled {
    --text-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-blue-600:disabled {
    --text-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-blue-700:disabled {
    --text-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-blue-800:disabled {
    --text-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-blue-900:disabled {
    --text-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-indigo-50:disabled {
    --text-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-indigo-100:disabled {
    --text-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-indigo-200:disabled {
    --text-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-indigo-300:disabled {
    --text-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-indigo-400:disabled {
    --text-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-indigo-500:disabled {
    --text-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-indigo-600:disabled {
    --text-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-indigo-700:disabled {
    --text-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-indigo-800:disabled {
    --text-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-indigo-900:disabled {
    --text-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-purple-50:disabled {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-purple-100:disabled {
    --text-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-purple-200:disabled {
    --text-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-purple-300:disabled {
    --text-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-purple-400:disabled {
    --text-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-purple-500:disabled {
    --text-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-purple-600:disabled {
    --text-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-purple-700:disabled {
    --text-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-purple-800:disabled {
    --text-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-purple-900:disabled {
    --text-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-pink-50:disabled {
    --text-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-pink-100:disabled {
    --text-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-pink-200:disabled {
    --text-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-pink-300:disabled {
    --text-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-pink-400:disabled {
    --text-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-pink-500:disabled {
    --text-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-pink-600:disabled {
    --text-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-pink-700:disabled {
    --text-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-pink-800:disabled {
    --text-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-pink-900:disabled {
    --text-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-app-main:disabled {
    --text-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-app-sub-blue:disabled {
    --text-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-app-yellow:disabled {
    --text-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-theme-primary:disabled {
    --text-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-theme-info:disabled {
    --text-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-slate-50:disabled {
    --text-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-slate-100:disabled {
    --text-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-slate-200:disabled {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-slate-300:disabled {
    --text-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-slate-400:disabled {
    --text-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-slate-500:disabled {
    --text-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-slate-600:disabled {
    --text-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-slate-700:disabled {
    --text-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-slate-800:disabled {
    --text-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-slate-900:disabled {
    --text-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-zinc-50:disabled {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-zinc-100:disabled {
    --text-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-zinc-200:disabled {
    --text-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-zinc-300:disabled {
    --text-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-zinc-400:disabled {
    --text-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-zinc-500:disabled {
    --text-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-zinc-600:disabled {
    --text-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-zinc-700:disabled {
    --text-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-zinc-800:disabled {
    --text-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-zinc-900:disabled {
    --text-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-neutral-50:disabled {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-neutral-100:disabled {
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-neutral-200:disabled {
    --text-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-neutral-300:disabled {
    --text-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-neutral-400:disabled {
    --text-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-neutral-500:disabled {
    --text-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-neutral-600:disabled {
    --text-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-neutral-700:disabled {
    --text-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-neutral-800:disabled {
    --text-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-neutral-900:disabled {
    --text-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-stone-50:disabled {
    --text-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-stone-100:disabled {
    --text-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-stone-200:disabled {
    --text-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-stone-300:disabled {
    --text-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-stone-400:disabled {
    --text-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-stone-500:disabled {
    --text-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-stone-600:disabled {
    --text-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-stone-700:disabled {
    --text-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-stone-800:disabled {
    --text-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-stone-900:disabled {
    --text-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-amber-50:disabled {
    --text-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-amber-100:disabled {
    --text-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-amber-200:disabled {
    --text-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-amber-300:disabled {
    --text-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-amber-400:disabled {
    --text-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-amber-500:disabled {
    --text-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-amber-600:disabled {
    --text-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-amber-700:disabled {
    --text-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-amber-800:disabled {
    --text-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-amber-900:disabled {
    --text-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-lime-50:disabled {
    --text-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-lime-100:disabled {
    --text-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-lime-200:disabled {
    --text-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-lime-300:disabled {
    --text-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-lime-400:disabled {
    --text-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-lime-500:disabled {
    --text-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-lime-600:disabled {
    --text-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-lime-700:disabled {
    --text-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-lime-800:disabled {
    --text-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-lime-900:disabled {
    --text-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-emerald-50:disabled {
    --text-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-emerald-100:disabled {
    --text-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-emerald-200:disabled {
    --text-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-emerald-300:disabled {
    --text-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-emerald-400:disabled {
    --text-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-emerald-500:disabled {
    --text-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-emerald-600:disabled {
    --text-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-emerald-700:disabled {
    --text-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-emerald-800:disabled {
    --text-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-emerald-900:disabled {
    --text-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-cyan-50:disabled {
    --text-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-cyan-100:disabled {
    --text-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-cyan-200:disabled {
    --text-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-cyan-300:disabled {
    --text-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-cyan-400:disabled {
    --text-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-cyan-500:disabled {
    --text-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-cyan-600:disabled {
    --text-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-cyan-700:disabled {
    --text-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-cyan-800:disabled {
    --text-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-cyan-900:disabled {
    --text-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-sky-50:disabled {
    --text-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-sky-100:disabled {
    --text-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-sky-200:disabled {
    --text-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-sky-300:disabled {
    --text-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-sky-400:disabled {
    --text-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-sky-500:disabled {
    --text-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-sky-600:disabled {
    --text-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-sky-700:disabled {
    --text-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-sky-800:disabled {
    --text-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-sky-900:disabled {
    --text-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-violet-50:disabled {
    --text-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-violet-100:disabled {
    --text-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-violet-200:disabled {
    --text-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-violet-300:disabled {
    --text-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-violet-400:disabled {
    --text-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-violet-500:disabled {
    --text-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-violet-600:disabled {
    --text-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-violet-700:disabled {
    --text-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-violet-800:disabled {
    --text-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-violet-900:disabled {
    --text-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-fuchsia-50:disabled {
    --text-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-fuchsia-100:disabled {
    --text-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-fuchsia-200:disabled {
    --text-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-fuchsia-300:disabled {
    --text-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-fuchsia-400:disabled {
    --text-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-fuchsia-500:disabled {
    --text-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-fuchsia-600:disabled {
    --text-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-fuchsia-700:disabled {
    --text-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-fuchsia-800:disabled {
    --text-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-fuchsia-900:disabled {
    --text-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-rose-50:disabled {
    --text-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-rose-100:disabled {
    --text-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-rose-200:disabled {
    --text-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-rose-300:disabled {
    --text-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-rose-400:disabled {
    --text-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-rose-500:disabled {
    --text-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-rose-600:disabled {
    --text-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-rose-700:disabled {
    --text-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-rose-800:disabled {
    --text-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--text-opacity)) !important;
  }

  .sm\:disabled\:tw-text-rose-900:disabled {
    --text-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--text-opacity)) !important;
  }

  .sm\:tw-text-opacity-0 {
    --text-opacity: 0 !important;
  }

  .sm\:tw-text-opacity-25 {
    --text-opacity: 0.25 !important;
  }

  .sm\:tw-text-opacity-50 {
    --text-opacity: 0.5 !important;
  }

  .sm\:tw-text-opacity-75 {
    --text-opacity: 0.75 !important;
  }

  .sm\:tw-text-opacity-100 {
    --text-opacity: 1 !important;
  }

  .sm\:hover\:tw-text-opacity-0:hover {
    --text-opacity: 0 !important;
  }

  .sm\:hover\:tw-text-opacity-25:hover {
    --text-opacity: 0.25 !important;
  }

  .sm\:hover\:tw-text-opacity-50:hover {
    --text-opacity: 0.5 !important;
  }

  .sm\:hover\:tw-text-opacity-75:hover {
    --text-opacity: 0.75 !important;
  }

  .sm\:hover\:tw-text-opacity-100:hover {
    --text-opacity: 1 !important;
  }

  .sm\:focus\:tw-text-opacity-0:focus {
    --text-opacity: 0 !important;
  }

  .sm\:focus\:tw-text-opacity-25:focus {
    --text-opacity: 0.25 !important;
  }

  .sm\:focus\:tw-text-opacity-50:focus {
    --text-opacity: 0.5 !important;
  }

  .sm\:focus\:tw-text-opacity-75:focus {
    --text-opacity: 0.75 !important;
  }

  .sm\:focus\:tw-text-opacity-100:focus {
    --text-opacity: 1 !important;
  }

  .sm\:tw-italic {
    font-style: italic !important;
  }

  .sm\:tw-not-italic {
    font-style: normal !important;
  }

  .sm\:tw-uppercase {
    text-transform: uppercase !important;
  }

  .sm\:tw-lowercase {
    text-transform: lowercase !important;
  }

  .sm\:tw-capitalize {
    text-transform: capitalize !important;
  }

  .sm\:tw-normal-case {
    text-transform: none !important;
  }

  .sm\:tw-underline {
    text-decoration: underline !important;
  }

  .sm\:tw-line-through {
    text-decoration: line-through !important;
  }

  .sm\:tw-no-underline {
    text-decoration: none !important;
  }

  .sm\:hover\:tw-underline:hover {
    text-decoration: underline !important;
  }

  .sm\:hover\:tw-line-through:hover {
    text-decoration: line-through !important;
  }

  .sm\:hover\:tw-no-underline:hover {
    text-decoration: none !important;
  }

  .sm\:focus\:tw-underline:focus {
    text-decoration: underline !important;
  }

  .sm\:focus\:tw-line-through:focus {
    text-decoration: line-through !important;
  }

  .sm\:focus\:tw-no-underline:focus {
    text-decoration: none !important;
  }

  .sm\:tw-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:tw-ordinal, .sm\:tw-slashed-zero, .sm\:tw-lining-nums, .sm\:tw-oldstyle-nums, .sm\:tw-proportional-nums, .sm\:tw-tabular-nums, .sm\:tw-diagonal-fractions, .sm\:tw-stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .sm\:tw-normal-nums {
    font-variant-numeric: normal !important;
  }

  .sm\:tw-ordinal {
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .sm\:tw-slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .sm\:tw-lining-nums {
    --font-variant-numeric-figure: lining-nums !important;
  }

  .sm\:tw-oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .sm\:tw-proportional-nums {
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .sm\:tw-tabular-nums {
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .sm\:tw-diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .sm\:tw-stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .sm\:tw-tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .sm\:tw-tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .sm\:tw-tracking-normal {
    letter-spacing: 0 !important;
  }

  .sm\:tw-tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .sm\:tw-tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .sm\:tw-tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .sm\:tw-select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .sm\:tw-select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .sm\:tw-select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .sm\:tw-select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .sm\:tw-align-baseline {
    vertical-align: baseline !important;
  }

  .sm\:tw-align-top {
    vertical-align: top !important;
  }

  .sm\:tw-align-middle {
    vertical-align: middle !important;
  }

  .sm\:tw-align-bottom {
    vertical-align: bottom !important;
  }

  .sm\:tw-align-text-top {
    vertical-align: text-top !important;
  }

  .sm\:tw-align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .sm\:tw-visible {
    visibility: visible !important;
  }

  .sm\:tw-invisible {
    visibility: hidden !important;
  }

  .sm\:tw-whitespace-normal {
    white-space: normal !important;
  }

  .sm\:tw-whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .sm\:tw-whitespace-pre {
    white-space: pre !important;
  }

  .sm\:tw-whitespace-pre-line {
    white-space: pre-line !important;
  }

  .sm\:tw-whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .sm\:tw-break-normal {
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .sm\:tw-break-words {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .sm\:tw-break-all {
    word-break: break-all !important;
  }

  .sm\:tw-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm\:tw-w-0 {
    width: 0 !important;
  }

  .sm\:tw-w-1 {
    width: 0.25rem !important;
  }

  .sm\:tw-w-2 {
    width: 0.5rem !important;
  }

  .sm\:tw-w-3 {
    width: 0.75rem !important;
  }

  .sm\:tw-w-4 {
    width: 1rem !important;
  }

  .sm\:tw-w-5 {
    width: 1.25rem !important;
  }

  .sm\:tw-w-6 {
    width: 1.5rem !important;
  }

  .sm\:tw-w-8 {
    width: 2rem !important;
  }

  .sm\:tw-w-10 {
    width: 2.5rem !important;
  }

  .sm\:tw-w-12 {
    width: 3rem !important;
  }

  .sm\:tw-w-16 {
    width: 4rem !important;
  }

  .sm\:tw-w-20 {
    width: 5rem !important;
  }

  .sm\:tw-w-24 {
    width: 6rem !important;
  }

  .sm\:tw-w-30 {
    width: 7.5rem !important;
  }

  .sm\:tw-w-32 {
    width: 8rem !important;
  }

  .sm\:tw-w-36 {
    width: 9rem !important;
  }

  .sm\:tw-w-40 {
    width: 10rem !important;
  }

  .sm\:tw-w-48 {
    width: 12rem !important;
  }

  .sm\:tw-w-56 {
    width: 14rem !important;
  }

  .sm\:tw-w-64 {
    width: 16rem !important;
  }

  .sm\:tw-w-auto {
    width: auto !important;
  }

  .sm\:tw-w-px {
    width: 1px !important;
  }

  .sm\:tw-w-0\.5 {
    width: .125rem !important;
  }

  .sm\:tw-w-1\.5 {
    width: .375rem !important;
  }

  .sm\:tw-w-2\.5 {
    width: .625rem !important;
  }

  .sm\:tw-w-3\.5 {
    width: .875rem !important;
  }

  .sm\:tw-w-1\.25em {
    width: 1.25em !important;
  }

  .sm\:tw-w-1\.5em {
    width: 1.5em !important;
  }

  .sm\:tw-w-4em {
    width: 4em !important;
  }

  .sm\:tw-w-1\/2 {
    width: 50% !important;
  }

  .sm\:tw-w-1\/3 {
    width: 33.333333% !important;
  }

  .sm\:tw-w-2\/3 {
    width: 66.666667% !important;
  }

  .sm\:tw-w-1\/4 {
    width: 25% !important;
  }

  .sm\:tw-w-2\/4 {
    width: 50% !important;
  }

  .sm\:tw-w-3\/4 {
    width: 75% !important;
  }

  .sm\:tw-w-1\/5 {
    width: 20% !important;
  }

  .sm\:tw-w-2\/5 {
    width: 40% !important;
  }

  .sm\:tw-w-3\/5 {
    width: 60% !important;
  }

  .sm\:tw-w-4\/5 {
    width: 80% !important;
  }

  .sm\:tw-w-1\/6 {
    width: 16.666667% !important;
  }

  .sm\:tw-w-2\/6 {
    width: 33.333333% !important;
  }

  .sm\:tw-w-3\/6 {
    width: 50% !important;
  }

  .sm\:tw-w-4\/6 {
    width: 66.666667% !important;
  }

  .sm\:tw-w-5\/6 {
    width: 83.333333% !important;
  }

  .sm\:tw-w-1\/12 {
    width: 8.333333% !important;
  }

  .sm\:tw-w-2\/12 {
    width: 16.666667% !important;
  }

  .sm\:tw-w-3\/12 {
    width: 25% !important;
  }

  .sm\:tw-w-4\/12 {
    width: 33.333333% !important;
  }

  .sm\:tw-w-5\/12 {
    width: 41.666667% !important;
  }

  .sm\:tw-w-6\/12 {
    width: 50% !important;
  }

  .sm\:tw-w-7\/12 {
    width: 58.333333% !important;
  }

  .sm\:tw-w-8\/12 {
    width: 66.666667% !important;
  }

  .sm\:tw-w-9\/12 {
    width: 75% !important;
  }

  .sm\:tw-w-10\/12 {
    width: 83.333333% !important;
  }

  .sm\:tw-w-11\/12 {
    width: 91.666667% !important;
  }

  .sm\:tw-w-full {
    width: 100% !important;
  }

  .sm\:tw-w-screen {
    width: 100vw !important;
  }

  .sm\:tw-w-el-input-10em {
    width: calc(10em + 32px) !important;
  }

  .sm\:tw-z-0 {
    z-index: 0 !important;
  }

  .sm\:tw-z-10 {
    z-index: 10 !important;
  }

  .sm\:tw-z-20 {
    z-index: 20 !important;
  }

  .sm\:tw-z-30 {
    z-index: 30 !important;
  }

  .sm\:tw-z-40 {
    z-index: 40 !important;
  }

  .sm\:tw-z-50 {
    z-index: 50 !important;
  }

  .sm\:tw-z-500 {
    z-index: 500 !important;
  }

  .sm\:tw-z-auto {
    z-index: auto !important;
  }

  .sm\:tw-gap-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .sm\:tw-gap-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .sm\:tw-gap-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .sm\:tw-gap-3 {
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .sm\:tw-gap-4 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .sm\:tw-gap-5 {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .sm\:tw-gap-6 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .sm\:tw-gap-8 {
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .sm\:tw-gap-10 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .sm\:tw-gap-12 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .sm\:tw-gap-16 {
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .sm\:tw-gap-20 {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .sm\:tw-gap-24 {
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .sm\:tw-gap-30 {
    grid-gap: 7.5rem !important;
    gap: 7.5rem !important;
  }

  .sm\:tw-gap-32 {
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .sm\:tw-gap-36 {
    grid-gap: 9rem !important;
    gap: 9rem !important;
  }

  .sm\:tw-gap-40 {
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .sm\:tw-gap-48 {
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .sm\:tw-gap-56 {
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .sm\:tw-gap-64 {
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .sm\:tw-gap-px {
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .sm\:tw-gap-0\.5 {
    grid-gap: .125rem !important;
    gap: .125rem !important;
  }

  .sm\:tw-gap-1\.5 {
    grid-gap: .375rem !important;
    gap: .375rem !important;
  }

  .sm\:tw-gap-2\.5 {
    grid-gap: .625rem !important;
    gap: .625rem !important;
  }

  .sm\:tw-gap-3\.5 {
    grid-gap: .875rem !important;
    gap: .875rem !important;
  }

  .sm\:tw-gap-1\.25em {
    grid-gap: 1.25em !important;
    gap: 1.25em !important;
  }

  .sm\:tw-gap-1\.5em {
    grid-gap: 1.5em !important;
    gap: 1.5em !important;
  }

  .sm\:tw-gap-4em {
    grid-gap: 4em !important;
    gap: 4em !important;
  }

  .sm\:tw-gap-x-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .sm\:tw-gap-x-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .sm\:tw-gap-x-2 {
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .sm\:tw-gap-x-3 {
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .sm\:tw-gap-x-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .sm\:tw-gap-x-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .sm\:tw-gap-x-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .sm\:tw-gap-x-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .sm\:tw-gap-x-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .sm\:tw-gap-x-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .sm\:tw-gap-x-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .sm\:tw-gap-x-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .sm\:tw-gap-x-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .sm\:tw-gap-x-30 {
    grid-column-gap: 7.5rem !important;
    -moz-column-gap: 7.5rem !important;
         column-gap: 7.5rem !important;
  }

  .sm\:tw-gap-x-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .sm\:tw-gap-x-36 {
    grid-column-gap: 9rem !important;
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .sm\:tw-gap-x-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .sm\:tw-gap-x-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .sm\:tw-gap-x-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .sm\:tw-gap-x-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .sm\:tw-gap-x-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .sm\:tw-gap-x-0\.5 {
    grid-column-gap: .125rem !important;
    -moz-column-gap: .125rem !important;
         column-gap: .125rem !important;
  }

  .sm\:tw-gap-x-1\.5 {
    grid-column-gap: .375rem !important;
    -moz-column-gap: .375rem !important;
         column-gap: .375rem !important;
  }

  .sm\:tw-gap-x-2\.5 {
    grid-column-gap: .625rem !important;
    -moz-column-gap: .625rem !important;
         column-gap: .625rem !important;
  }

  .sm\:tw-gap-x-3\.5 {
    grid-column-gap: .875rem !important;
    -moz-column-gap: .875rem !important;
         column-gap: .875rem !important;
  }

  .sm\:tw-gap-x-1\.25em {
    grid-column-gap: 1.25em !important;
    -moz-column-gap: 1.25em !important;
         column-gap: 1.25em !important;
  }

  .sm\:tw-gap-x-1\.5em {
    grid-column-gap: 1.5em !important;
    -moz-column-gap: 1.5em !important;
         column-gap: 1.5em !important;
  }

  .sm\:tw-gap-x-4em {
    grid-column-gap: 4em !important;
    -moz-column-gap: 4em !important;
         column-gap: 4em !important;
  }

  .sm\:tw-gap-y-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .sm\:tw-gap-y-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .sm\:tw-gap-y-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .sm\:tw-gap-y-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .sm\:tw-gap-y-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .sm\:tw-gap-y-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .sm\:tw-gap-y-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .sm\:tw-gap-y-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .sm\:tw-gap-y-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .sm\:tw-gap-y-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .sm\:tw-gap-y-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .sm\:tw-gap-y-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .sm\:tw-gap-y-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .sm\:tw-gap-y-30 {
    grid-row-gap: 7.5rem !important;
    row-gap: 7.5rem !important;
  }

  .sm\:tw-gap-y-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .sm\:tw-gap-y-36 {
    grid-row-gap: 9rem !important;
    row-gap: 9rem !important;
  }

  .sm\:tw-gap-y-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .sm\:tw-gap-y-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .sm\:tw-gap-y-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .sm\:tw-gap-y-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .sm\:tw-gap-y-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .sm\:tw-gap-y-0\.5 {
    grid-row-gap: .125rem !important;
    row-gap: .125rem !important;
  }

  .sm\:tw-gap-y-1\.5 {
    grid-row-gap: .375rem !important;
    row-gap: .375rem !important;
  }

  .sm\:tw-gap-y-2\.5 {
    grid-row-gap: .625rem !important;
    row-gap: .625rem !important;
  }

  .sm\:tw-gap-y-3\.5 {
    grid-row-gap: .875rem !important;
    row-gap: .875rem !important;
  }

  .sm\:tw-gap-y-1\.25em {
    grid-row-gap: 1.25em !important;
    row-gap: 1.25em !important;
  }

  .sm\:tw-gap-y-1\.5em {
    grid-row-gap: 1.5em !important;
    row-gap: 1.5em !important;
  }

  .sm\:tw-gap-y-4em {
    grid-row-gap: 4em !important;
    row-gap: 4em !important;
  }

  .sm\:tw-grid-flow-row {
    grid-auto-flow: row !important;
  }

  .sm\:tw-grid-flow-col {
    grid-auto-flow: column !important;
  }

  .sm\:tw-grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .sm\:tw-grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .sm\:tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-none {
    grid-template-columns: none !important;
  }

  .sm\:tw-grid-cols-1fr-auto-1fr {
    grid-template-columns: 1fr auto 1fr !important;
  }

  .sm\:tw-auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .sm\:tw-auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .sm\:tw-auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .sm\:tw-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .sm\:tw-col-auto {
    grid-column: auto !important;
  }

  .sm\:tw-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .sm\:tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .sm\:tw-col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .sm\:tw-col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .sm\:tw-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .sm\:tw-col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .sm\:tw-col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .sm\:tw-col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .sm\:tw-col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .sm\:tw-col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .sm\:tw-col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .sm\:tw-col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .sm\:tw-col-span-full {
    grid-column: 1 / -1 !important;
  }

  .sm\:tw-col-start-1 {
    grid-column-start: 1 !important;
  }

  .sm\:tw-col-start-2 {
    grid-column-start: 2 !important;
  }

  .sm\:tw-col-start-3 {
    grid-column-start: 3 !important;
  }

  .sm\:tw-col-start-4 {
    grid-column-start: 4 !important;
  }

  .sm\:tw-col-start-5 {
    grid-column-start: 5 !important;
  }

  .sm\:tw-col-start-6 {
    grid-column-start: 6 !important;
  }

  .sm\:tw-col-start-7 {
    grid-column-start: 7 !important;
  }

  .sm\:tw-col-start-8 {
    grid-column-start: 8 !important;
  }

  .sm\:tw-col-start-9 {
    grid-column-start: 9 !important;
  }

  .sm\:tw-col-start-10 {
    grid-column-start: 10 !important;
  }

  .sm\:tw-col-start-11 {
    grid-column-start: 11 !important;
  }

  .sm\:tw-col-start-12 {
    grid-column-start: 12 !important;
  }

  .sm\:tw-col-start-13 {
    grid-column-start: 13 !important;
  }

  .sm\:tw-col-start-auto {
    grid-column-start: auto !important;
  }

  .sm\:tw-col-end-1 {
    grid-column-end: 1 !important;
  }

  .sm\:tw-col-end-2 {
    grid-column-end: 2 !important;
  }

  .sm\:tw-col-end-3 {
    grid-column-end: 3 !important;
  }

  .sm\:tw-col-end-4 {
    grid-column-end: 4 !important;
  }

  .sm\:tw-col-end-5 {
    grid-column-end: 5 !important;
  }

  .sm\:tw-col-end-6 {
    grid-column-end: 6 !important;
  }

  .sm\:tw-col-end-7 {
    grid-column-end: 7 !important;
  }

  .sm\:tw-col-end-8 {
    grid-column-end: 8 !important;
  }

  .sm\:tw-col-end-9 {
    grid-column-end: 9 !important;
  }

  .sm\:tw-col-end-10 {
    grid-column-end: 10 !important;
  }

  .sm\:tw-col-end-11 {
    grid-column-end: 11 !important;
  }

  .sm\:tw-col-end-12 {
    grid-column-end: 12 !important;
  }

  .sm\:tw-col-end-13 {
    grid-column-end: 13 !important;
  }

  .sm\:tw-col-end-auto {
    grid-column-end: auto !important;
  }

  .sm\:tw-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-rows-none {
    grid-template-rows: none !important;
  }

  .sm\:tw-auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .sm\:tw-auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .sm\:tw-auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .sm\:tw-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .sm\:tw-row-auto {
    grid-row: auto !important;
  }

  .sm\:tw-row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .sm\:tw-row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .sm\:tw-row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .sm\:tw-row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .sm\:tw-row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .sm\:tw-row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .sm\:tw-row-span-full {
    grid-row: 1 / -1 !important;
  }

  .sm\:tw-row-start-1 {
    grid-row-start: 1 !important;
  }

  .sm\:tw-row-start-2 {
    grid-row-start: 2 !important;
  }

  .sm\:tw-row-start-3 {
    grid-row-start: 3 !important;
  }

  .sm\:tw-row-start-4 {
    grid-row-start: 4 !important;
  }

  .sm\:tw-row-start-5 {
    grid-row-start: 5 !important;
  }

  .sm\:tw-row-start-6 {
    grid-row-start: 6 !important;
  }

  .sm\:tw-row-start-7 {
    grid-row-start: 7 !important;
  }

  .sm\:tw-row-start-auto {
    grid-row-start: auto !important;
  }

  .sm\:tw-row-end-1 {
    grid-row-end: 1 !important;
  }

  .sm\:tw-row-end-2 {
    grid-row-end: 2 !important;
  }

  .sm\:tw-row-end-3 {
    grid-row-end: 3 !important;
  }

  .sm\:tw-row-end-4 {
    grid-row-end: 4 !important;
  }

  .sm\:tw-row-end-5 {
    grid-row-end: 5 !important;
  }

  .sm\:tw-row-end-6 {
    grid-row-end: 6 !important;
  }

  .sm\:tw-row-end-7 {
    grid-row-end: 7 !important;
  }

  .sm\:tw-row-end-auto {
    grid-row-end: auto !important;
  }

  .sm\:tw-transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .sm\:tw-transform-none {
    transform: none !important;
  }

  .sm\:tw-origin-center {
    transform-origin: center !important;
  }

  .sm\:tw-origin-top {
    transform-origin: top !important;
  }

  .sm\:tw-origin-top-right {
    transform-origin: top right !important;
  }

  .sm\:tw-origin-right {
    transform-origin: right !important;
  }

  .sm\:tw-origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .sm\:tw-origin-bottom {
    transform-origin: bottom !important;
  }

  .sm\:tw-origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .sm\:tw-origin-left {
    transform-origin: left !important;
  }

  .sm\:tw-origin-top-left {
    transform-origin: top left !important;
  }

  .sm\:tw-scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .sm\:tw-scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .sm\:tw-scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .sm\:tw-scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .sm\:tw-scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .sm\:tw-scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .sm\:tw-scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .sm\:tw-scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .sm\:tw-scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .sm\:tw-scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .sm\:tw-scale-x-0 {
    --transform-scale-x: 0 !important;
  }

  .sm\:tw-scale-x-50 {
    --transform-scale-x: .5 !important;
  }

  .sm\:tw-scale-x-75 {
    --transform-scale-x: .75 !important;
  }

  .sm\:tw-scale-x-90 {
    --transform-scale-x: .9 !important;
  }

  .sm\:tw-scale-x-95 {
    --transform-scale-x: .95 !important;
  }

  .sm\:tw-scale-x-100 {
    --transform-scale-x: 1 !important;
  }

  .sm\:tw-scale-x-105 {
    --transform-scale-x: 1.05 !important;
  }

  .sm\:tw-scale-x-110 {
    --transform-scale-x: 1.1 !important;
  }

  .sm\:tw-scale-x-125 {
    --transform-scale-x: 1.25 !important;
  }

  .sm\:tw-scale-x-150 {
    --transform-scale-x: 1.5 !important;
  }

  .sm\:tw-scale-y-0 {
    --transform-scale-y: 0 !important;
  }

  .sm\:tw-scale-y-50 {
    --transform-scale-y: .5 !important;
  }

  .sm\:tw-scale-y-75 {
    --transform-scale-y: .75 !important;
  }

  .sm\:tw-scale-y-90 {
    --transform-scale-y: .9 !important;
  }

  .sm\:tw-scale-y-95 {
    --transform-scale-y: .95 !important;
  }

  .sm\:tw-scale-y-100 {
    --transform-scale-y: 1 !important;
  }

  .sm\:tw-scale-y-105 {
    --transform-scale-y: 1.05 !important;
  }

  .sm\:tw-scale-y-110 {
    --transform-scale-y: 1.1 !important;
  }

  .sm\:tw-scale-y-125 {
    --transform-scale-y: 1.25 !important;
  }

  .sm\:tw-scale-y-150 {
    --transform-scale-y: 1.5 !important;
  }

  .sm\:hover\:tw-scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .sm\:hover\:tw-scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .sm\:hover\:tw-scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .sm\:hover\:tw-scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .sm\:hover\:tw-scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .sm\:hover\:tw-scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .sm\:hover\:tw-scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .sm\:hover\:tw-scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .sm\:hover\:tw-scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .sm\:hover\:tw-scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .sm\:hover\:tw-scale-x-0:hover {
    --transform-scale-x: 0 !important;
  }

  .sm\:hover\:tw-scale-x-50:hover {
    --transform-scale-x: .5 !important;
  }

  .sm\:hover\:tw-scale-x-75:hover {
    --transform-scale-x: .75 !important;
  }

  .sm\:hover\:tw-scale-x-90:hover {
    --transform-scale-x: .9 !important;
  }

  .sm\:hover\:tw-scale-x-95:hover {
    --transform-scale-x: .95 !important;
  }

  .sm\:hover\:tw-scale-x-100:hover {
    --transform-scale-x: 1 !important;
  }

  .sm\:hover\:tw-scale-x-105:hover {
    --transform-scale-x: 1.05 !important;
  }

  .sm\:hover\:tw-scale-x-110:hover {
    --transform-scale-x: 1.1 !important;
  }

  .sm\:hover\:tw-scale-x-125:hover {
    --transform-scale-x: 1.25 !important;
  }

  .sm\:hover\:tw-scale-x-150:hover {
    --transform-scale-x: 1.5 !important;
  }

  .sm\:hover\:tw-scale-y-0:hover {
    --transform-scale-y: 0 !important;
  }

  .sm\:hover\:tw-scale-y-50:hover {
    --transform-scale-y: .5 !important;
  }

  .sm\:hover\:tw-scale-y-75:hover {
    --transform-scale-y: .75 !important;
  }

  .sm\:hover\:tw-scale-y-90:hover {
    --transform-scale-y: .9 !important;
  }

  .sm\:hover\:tw-scale-y-95:hover {
    --transform-scale-y: .95 !important;
  }

  .sm\:hover\:tw-scale-y-100:hover {
    --transform-scale-y: 1 !important;
  }

  .sm\:hover\:tw-scale-y-105:hover {
    --transform-scale-y: 1.05 !important;
  }

  .sm\:hover\:tw-scale-y-110:hover {
    --transform-scale-y: 1.1 !important;
  }

  .sm\:hover\:tw-scale-y-125:hover {
    --transform-scale-y: 1.25 !important;
  }

  .sm\:hover\:tw-scale-y-150:hover {
    --transform-scale-y: 1.5 !important;
  }

  .sm\:focus\:tw-scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .sm\:focus\:tw-scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .sm\:focus\:tw-scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .sm\:focus\:tw-scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .sm\:focus\:tw-scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .sm\:focus\:tw-scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .sm\:focus\:tw-scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .sm\:focus\:tw-scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .sm\:focus\:tw-scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .sm\:focus\:tw-scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .sm\:focus\:tw-scale-x-0:focus {
    --transform-scale-x: 0 !important;
  }

  .sm\:focus\:tw-scale-x-50:focus {
    --transform-scale-x: .5 !important;
  }

  .sm\:focus\:tw-scale-x-75:focus {
    --transform-scale-x: .75 !important;
  }

  .sm\:focus\:tw-scale-x-90:focus {
    --transform-scale-x: .9 !important;
  }

  .sm\:focus\:tw-scale-x-95:focus {
    --transform-scale-x: .95 !important;
  }

  .sm\:focus\:tw-scale-x-100:focus {
    --transform-scale-x: 1 !important;
  }

  .sm\:focus\:tw-scale-x-105:focus {
    --transform-scale-x: 1.05 !important;
  }

  .sm\:focus\:tw-scale-x-110:focus {
    --transform-scale-x: 1.1 !important;
  }

  .sm\:focus\:tw-scale-x-125:focus {
    --transform-scale-x: 1.25 !important;
  }

  .sm\:focus\:tw-scale-x-150:focus {
    --transform-scale-x: 1.5 !important;
  }

  .sm\:focus\:tw-scale-y-0:focus {
    --transform-scale-y: 0 !important;
  }

  .sm\:focus\:tw-scale-y-50:focus {
    --transform-scale-y: .5 !important;
  }

  .sm\:focus\:tw-scale-y-75:focus {
    --transform-scale-y: .75 !important;
  }

  .sm\:focus\:tw-scale-y-90:focus {
    --transform-scale-y: .9 !important;
  }

  .sm\:focus\:tw-scale-y-95:focus {
    --transform-scale-y: .95 !important;
  }

  .sm\:focus\:tw-scale-y-100:focus {
    --transform-scale-y: 1 !important;
  }

  .sm\:focus\:tw-scale-y-105:focus {
    --transform-scale-y: 1.05 !important;
  }

  .sm\:focus\:tw-scale-y-110:focus {
    --transform-scale-y: 1.1 !important;
  }

  .sm\:focus\:tw-scale-y-125:focus {
    --transform-scale-y: 1.25 !important;
  }

  .sm\:focus\:tw-scale-y-150:focus {
    --transform-scale-y: 1.5 !important;
  }

  .sm\:tw-rotate-0 {
    --transform-rotate: 0 !important;
  }

  .sm\:tw-rotate-1 {
    --transform-rotate: 1deg !important;
  }

  .sm\:tw-rotate-2 {
    --transform-rotate: 2deg !important;
  }

  .sm\:tw-rotate-3 {
    --transform-rotate: 3deg !important;
  }

  .sm\:tw-rotate-6 {
    --transform-rotate: 6deg !important;
  }

  .sm\:tw-rotate-12 {
    --transform-rotate: 12deg !important;
  }

  .sm\:tw-rotate-45 {
    --transform-rotate: 45deg !important;
  }

  .sm\:tw-rotate-90 {
    --transform-rotate: 90deg !important;
  }

  .sm\:tw-rotate-180 {
    --transform-rotate: 180deg !important;
  }

  .sm\:tw--rotate-180 {
    --transform-rotate: -180deg !important;
  }

  .sm\:tw--rotate-90 {
    --transform-rotate: -90deg !important;
  }

  .sm\:tw--rotate-45 {
    --transform-rotate: -45deg !important;
  }

  .sm\:tw--rotate-12 {
    --transform-rotate: -12deg !important;
  }

  .sm\:tw--rotate-6 {
    --transform-rotate: -6deg !important;
  }

  .sm\:tw--rotate-3 {
    --transform-rotate: -3deg !important;
  }

  .sm\:tw--rotate-2 {
    --transform-rotate: -2deg !important;
  }

  .sm\:tw--rotate-1 {
    --transform-rotate: -1deg !important;
  }

  .sm\:hover\:tw-rotate-0:hover {
    --transform-rotate: 0 !important;
  }

  .sm\:hover\:tw-rotate-1:hover {
    --transform-rotate: 1deg !important;
  }

  .sm\:hover\:tw-rotate-2:hover {
    --transform-rotate: 2deg !important;
  }

  .sm\:hover\:tw-rotate-3:hover {
    --transform-rotate: 3deg !important;
  }

  .sm\:hover\:tw-rotate-6:hover {
    --transform-rotate: 6deg !important;
  }

  .sm\:hover\:tw-rotate-12:hover {
    --transform-rotate: 12deg !important;
  }

  .sm\:hover\:tw-rotate-45:hover {
    --transform-rotate: 45deg !important;
  }

  .sm\:hover\:tw-rotate-90:hover {
    --transform-rotate: 90deg !important;
  }

  .sm\:hover\:tw-rotate-180:hover {
    --transform-rotate: 180deg !important;
  }

  .sm\:hover\:tw--rotate-180:hover {
    --transform-rotate: -180deg !important;
  }

  .sm\:hover\:tw--rotate-90:hover {
    --transform-rotate: -90deg !important;
  }

  .sm\:hover\:tw--rotate-45:hover {
    --transform-rotate: -45deg !important;
  }

  .sm\:hover\:tw--rotate-12:hover {
    --transform-rotate: -12deg !important;
  }

  .sm\:hover\:tw--rotate-6:hover {
    --transform-rotate: -6deg !important;
  }

  .sm\:hover\:tw--rotate-3:hover {
    --transform-rotate: -3deg !important;
  }

  .sm\:hover\:tw--rotate-2:hover {
    --transform-rotate: -2deg !important;
  }

  .sm\:hover\:tw--rotate-1:hover {
    --transform-rotate: -1deg !important;
  }

  .sm\:focus\:tw-rotate-0:focus {
    --transform-rotate: 0 !important;
  }

  .sm\:focus\:tw-rotate-1:focus {
    --transform-rotate: 1deg !important;
  }

  .sm\:focus\:tw-rotate-2:focus {
    --transform-rotate: 2deg !important;
  }

  .sm\:focus\:tw-rotate-3:focus {
    --transform-rotate: 3deg !important;
  }

  .sm\:focus\:tw-rotate-6:focus {
    --transform-rotate: 6deg !important;
  }

  .sm\:focus\:tw-rotate-12:focus {
    --transform-rotate: 12deg !important;
  }

  .sm\:focus\:tw-rotate-45:focus {
    --transform-rotate: 45deg !important;
  }

  .sm\:focus\:tw-rotate-90:focus {
    --transform-rotate: 90deg !important;
  }

  .sm\:focus\:tw-rotate-180:focus {
    --transform-rotate: 180deg !important;
  }

  .sm\:focus\:tw--rotate-180:focus {
    --transform-rotate: -180deg !important;
  }

  .sm\:focus\:tw--rotate-90:focus {
    --transform-rotate: -90deg !important;
  }

  .sm\:focus\:tw--rotate-45:focus {
    --transform-rotate: -45deg !important;
  }

  .sm\:focus\:tw--rotate-12:focus {
    --transform-rotate: -12deg !important;
  }

  .sm\:focus\:tw--rotate-6:focus {
    --transform-rotate: -6deg !important;
  }

  .sm\:focus\:tw--rotate-3:focus {
    --transform-rotate: -3deg !important;
  }

  .sm\:focus\:tw--rotate-2:focus {
    --transform-rotate: -2deg !important;
  }

  .sm\:focus\:tw--rotate-1:focus {
    --transform-rotate: -1deg !important;
  }

  .sm\:tw-translate-x-0 {
    --transform-translate-x: 0 !important;
  }

  .sm\:tw-translate-x-1 {
    --transform-translate-x: 0.25rem !important;
  }

  .sm\:tw-translate-x-2 {
    --transform-translate-x: 0.5rem !important;
  }

  .sm\:tw-translate-x-3 {
    --transform-translate-x: 0.75rem !important;
  }

  .sm\:tw-translate-x-4 {
    --transform-translate-x: 1rem !important;
  }

  .sm\:tw-translate-x-5 {
    --transform-translate-x: 1.25rem !important;
  }

  .sm\:tw-translate-x-6 {
    --transform-translate-x: 1.5rem !important;
  }

  .sm\:tw-translate-x-8 {
    --transform-translate-x: 2rem !important;
  }

  .sm\:tw-translate-x-10 {
    --transform-translate-x: 2.5rem !important;
  }

  .sm\:tw-translate-x-12 {
    --transform-translate-x: 3rem !important;
  }

  .sm\:tw-translate-x-16 {
    --transform-translate-x: 4rem !important;
  }

  .sm\:tw-translate-x-20 {
    --transform-translate-x: 5rem !important;
  }

  .sm\:tw-translate-x-24 {
    --transform-translate-x: 6rem !important;
  }

  .sm\:tw-translate-x-30 {
    --transform-translate-x: 7.5rem !important;
  }

  .sm\:tw-translate-x-32 {
    --transform-translate-x: 8rem !important;
  }

  .sm\:tw-translate-x-36 {
    --transform-translate-x: 9rem !important;
  }

  .sm\:tw-translate-x-40 {
    --transform-translate-x: 10rem !important;
  }

  .sm\:tw-translate-x-48 {
    --transform-translate-x: 12rem !important;
  }

  .sm\:tw-translate-x-56 {
    --transform-translate-x: 14rem !important;
  }

  .sm\:tw-translate-x-64 {
    --transform-translate-x: 16rem !important;
  }

  .sm\:tw-translate-x-px {
    --transform-translate-x: 1px !important;
  }

  .sm\:tw-translate-x-0\.5 {
    --transform-translate-x: .125rem !important;
  }

  .sm\:tw-translate-x-1\.5 {
    --transform-translate-x: .375rem !important;
  }

  .sm\:tw-translate-x-2\.5 {
    --transform-translate-x: .625rem !important;
  }

  .sm\:tw-translate-x-3\.5 {
    --transform-translate-x: .875rem !important;
  }

  .sm\:tw-translate-x-1\.25em {
    --transform-translate-x: 1.25em !important;
  }

  .sm\:tw-translate-x-1\.5em {
    --transform-translate-x: 1.5em !important;
  }

  .sm\:tw-translate-x-4em {
    --transform-translate-x: 4em !important;
  }

  .sm\:tw--translate-x-1 {
    --transform-translate-x: -0.25rem !important;
  }

  .sm\:tw--translate-x-2 {
    --transform-translate-x: -0.5rem !important;
  }

  .sm\:tw--translate-x-3 {
    --transform-translate-x: -0.75rem !important;
  }

  .sm\:tw--translate-x-4 {
    --transform-translate-x: -1rem !important;
  }

  .sm\:tw--translate-x-5 {
    --transform-translate-x: -1.25rem !important;
  }

  .sm\:tw--translate-x-6 {
    --transform-translate-x: -1.5rem !important;
  }

  .sm\:tw--translate-x-8 {
    --transform-translate-x: -2rem !important;
  }

  .sm\:tw--translate-x-10 {
    --transform-translate-x: -2.5rem !important;
  }

  .sm\:tw--translate-x-12 {
    --transform-translate-x: -3rem !important;
  }

  .sm\:tw--translate-x-16 {
    --transform-translate-x: -4rem !important;
  }

  .sm\:tw--translate-x-20 {
    --transform-translate-x: -5rem !important;
  }

  .sm\:tw--translate-x-24 {
    --transform-translate-x: -6rem !important;
  }

  .sm\:tw--translate-x-30 {
    --transform-translate-x: -7.5rem !important;
  }

  .sm\:tw--translate-x-32 {
    --transform-translate-x: -8rem !important;
  }

  .sm\:tw--translate-x-36 {
    --transform-translate-x: -9rem !important;
  }

  .sm\:tw--translate-x-40 {
    --transform-translate-x: -10rem !important;
  }

  .sm\:tw--translate-x-48 {
    --transform-translate-x: -12rem !important;
  }

  .sm\:tw--translate-x-56 {
    --transform-translate-x: -14rem !important;
  }

  .sm\:tw--translate-x-64 {
    --transform-translate-x: -16rem !important;
  }

  .sm\:tw--translate-x-px {
    --transform-translate-x: -1px !important;
  }

  .sm\:tw--translate-x-0\.5 {
    --transform-translate-x: -0.125rem !important;
  }

  .sm\:tw--translate-x-1\.5 {
    --transform-translate-x: -0.375rem !important;
  }

  .sm\:tw--translate-x-2\.5 {
    --transform-translate-x: -0.625rem !important;
  }

  .sm\:tw--translate-x-3\.5 {
    --transform-translate-x: -0.875rem !important;
  }

  .sm\:tw--translate-x-1\.25em {
    --transform-translate-x: -1.25em !important;
  }

  .sm\:tw--translate-x-1\.5em {
    --transform-translate-x: -1.5em !important;
  }

  .sm\:tw--translate-x-4em {
    --transform-translate-x: -4em !important;
  }

  .sm\:tw--translate-x-full {
    --transform-translate-x: -100% !important;
  }

  .sm\:tw--translate-x-1\/2 {
    --transform-translate-x: -50% !important;
  }

  .sm\:tw-translate-x-1\/2 {
    --transform-translate-x: 50% !important;
  }

  .sm\:tw-translate-x-full {
    --transform-translate-x: 100% !important;
  }

  .sm\:tw-translate-y-0 {
    --transform-translate-y: 0 !important;
  }

  .sm\:tw-translate-y-1 {
    --transform-translate-y: 0.25rem !important;
  }

  .sm\:tw-translate-y-2 {
    --transform-translate-y: 0.5rem !important;
  }

  .sm\:tw-translate-y-3 {
    --transform-translate-y: 0.75rem !important;
  }

  .sm\:tw-translate-y-4 {
    --transform-translate-y: 1rem !important;
  }

  .sm\:tw-translate-y-5 {
    --transform-translate-y: 1.25rem !important;
  }

  .sm\:tw-translate-y-6 {
    --transform-translate-y: 1.5rem !important;
  }

  .sm\:tw-translate-y-8 {
    --transform-translate-y: 2rem !important;
  }

  .sm\:tw-translate-y-10 {
    --transform-translate-y: 2.5rem !important;
  }

  .sm\:tw-translate-y-12 {
    --transform-translate-y: 3rem !important;
  }

  .sm\:tw-translate-y-16 {
    --transform-translate-y: 4rem !important;
  }

  .sm\:tw-translate-y-20 {
    --transform-translate-y: 5rem !important;
  }

  .sm\:tw-translate-y-24 {
    --transform-translate-y: 6rem !important;
  }

  .sm\:tw-translate-y-30 {
    --transform-translate-y: 7.5rem !important;
  }

  .sm\:tw-translate-y-32 {
    --transform-translate-y: 8rem !important;
  }

  .sm\:tw-translate-y-36 {
    --transform-translate-y: 9rem !important;
  }

  .sm\:tw-translate-y-40 {
    --transform-translate-y: 10rem !important;
  }

  .sm\:tw-translate-y-48 {
    --transform-translate-y: 12rem !important;
  }

  .sm\:tw-translate-y-56 {
    --transform-translate-y: 14rem !important;
  }

  .sm\:tw-translate-y-64 {
    --transform-translate-y: 16rem !important;
  }

  .sm\:tw-translate-y-px {
    --transform-translate-y: 1px !important;
  }

  .sm\:tw-translate-y-0\.5 {
    --transform-translate-y: .125rem !important;
  }

  .sm\:tw-translate-y-1\.5 {
    --transform-translate-y: .375rem !important;
  }

  .sm\:tw-translate-y-2\.5 {
    --transform-translate-y: .625rem !important;
  }

  .sm\:tw-translate-y-3\.5 {
    --transform-translate-y: .875rem !important;
  }

  .sm\:tw-translate-y-1\.25em {
    --transform-translate-y: 1.25em !important;
  }

  .sm\:tw-translate-y-1\.5em {
    --transform-translate-y: 1.5em !important;
  }

  .sm\:tw-translate-y-4em {
    --transform-translate-y: 4em !important;
  }

  .sm\:tw--translate-y-1 {
    --transform-translate-y: -0.25rem !important;
  }

  .sm\:tw--translate-y-2 {
    --transform-translate-y: -0.5rem !important;
  }

  .sm\:tw--translate-y-3 {
    --transform-translate-y: -0.75rem !important;
  }

  .sm\:tw--translate-y-4 {
    --transform-translate-y: -1rem !important;
  }

  .sm\:tw--translate-y-5 {
    --transform-translate-y: -1.25rem !important;
  }

  .sm\:tw--translate-y-6 {
    --transform-translate-y: -1.5rem !important;
  }

  .sm\:tw--translate-y-8 {
    --transform-translate-y: -2rem !important;
  }

  .sm\:tw--translate-y-10 {
    --transform-translate-y: -2.5rem !important;
  }

  .sm\:tw--translate-y-12 {
    --transform-translate-y: -3rem !important;
  }

  .sm\:tw--translate-y-16 {
    --transform-translate-y: -4rem !important;
  }

  .sm\:tw--translate-y-20 {
    --transform-translate-y: -5rem !important;
  }

  .sm\:tw--translate-y-24 {
    --transform-translate-y: -6rem !important;
  }

  .sm\:tw--translate-y-30 {
    --transform-translate-y: -7.5rem !important;
  }

  .sm\:tw--translate-y-32 {
    --transform-translate-y: -8rem !important;
  }

  .sm\:tw--translate-y-36 {
    --transform-translate-y: -9rem !important;
  }

  .sm\:tw--translate-y-40 {
    --transform-translate-y: -10rem !important;
  }

  .sm\:tw--translate-y-48 {
    --transform-translate-y: -12rem !important;
  }

  .sm\:tw--translate-y-56 {
    --transform-translate-y: -14rem !important;
  }

  .sm\:tw--translate-y-64 {
    --transform-translate-y: -16rem !important;
  }

  .sm\:tw--translate-y-px {
    --transform-translate-y: -1px !important;
  }

  .sm\:tw--translate-y-0\.5 {
    --transform-translate-y: -0.125rem !important;
  }

  .sm\:tw--translate-y-1\.5 {
    --transform-translate-y: -0.375rem !important;
  }

  .sm\:tw--translate-y-2\.5 {
    --transform-translate-y: -0.625rem !important;
  }

  .sm\:tw--translate-y-3\.5 {
    --transform-translate-y: -0.875rem !important;
  }

  .sm\:tw--translate-y-1\.25em {
    --transform-translate-y: -1.25em !important;
  }

  .sm\:tw--translate-y-1\.5em {
    --transform-translate-y: -1.5em !important;
  }

  .sm\:tw--translate-y-4em {
    --transform-translate-y: -4em !important;
  }

  .sm\:tw--translate-y-full {
    --transform-translate-y: -100% !important;
  }

  .sm\:tw--translate-y-1\/2 {
    --transform-translate-y: -50% !important;
  }

  .sm\:tw-translate-y-1\/2 {
    --transform-translate-y: 50% !important;
  }

  .sm\:tw-translate-y-full {
    --transform-translate-y: 100% !important;
  }

  .sm\:hover\:tw-translate-x-0:hover {
    --transform-translate-x: 0 !important;
  }

  .sm\:hover\:tw-translate-x-1:hover {
    --transform-translate-x: 0.25rem !important;
  }

  .sm\:hover\:tw-translate-x-2:hover {
    --transform-translate-x: 0.5rem !important;
  }

  .sm\:hover\:tw-translate-x-3:hover {
    --transform-translate-x: 0.75rem !important;
  }

  .sm\:hover\:tw-translate-x-4:hover {
    --transform-translate-x: 1rem !important;
  }

  .sm\:hover\:tw-translate-x-5:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .sm\:hover\:tw-translate-x-6:hover {
    --transform-translate-x: 1.5rem !important;
  }

  .sm\:hover\:tw-translate-x-8:hover {
    --transform-translate-x: 2rem !important;
  }

  .sm\:hover\:tw-translate-x-10:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .sm\:hover\:tw-translate-x-12:hover {
    --transform-translate-x: 3rem !important;
  }

  .sm\:hover\:tw-translate-x-16:hover {
    --transform-translate-x: 4rem !important;
  }

  .sm\:hover\:tw-translate-x-20:hover {
    --transform-translate-x: 5rem !important;
  }

  .sm\:hover\:tw-translate-x-24:hover {
    --transform-translate-x: 6rem !important;
  }

  .sm\:hover\:tw-translate-x-30:hover {
    --transform-translate-x: 7.5rem !important;
  }

  .sm\:hover\:tw-translate-x-32:hover {
    --transform-translate-x: 8rem !important;
  }

  .sm\:hover\:tw-translate-x-36:hover {
    --transform-translate-x: 9rem !important;
  }

  .sm\:hover\:tw-translate-x-40:hover {
    --transform-translate-x: 10rem !important;
  }

  .sm\:hover\:tw-translate-x-48:hover {
    --transform-translate-x: 12rem !important;
  }

  .sm\:hover\:tw-translate-x-56:hover {
    --transform-translate-x: 14rem !important;
  }

  .sm\:hover\:tw-translate-x-64:hover {
    --transform-translate-x: 16rem !important;
  }

  .sm\:hover\:tw-translate-x-px:hover {
    --transform-translate-x: 1px !important;
  }

  .sm\:hover\:tw-translate-x-0\.5:hover {
    --transform-translate-x: .125rem !important;
  }

  .sm\:hover\:tw-translate-x-1\.5:hover {
    --transform-translate-x: .375rem !important;
  }

  .sm\:hover\:tw-translate-x-2\.5:hover {
    --transform-translate-x: .625rem !important;
  }

  .sm\:hover\:tw-translate-x-3\.5:hover {
    --transform-translate-x: .875rem !important;
  }

  .sm\:hover\:tw-translate-x-1\.25em:hover {
    --transform-translate-x: 1.25em !important;
  }

  .sm\:hover\:tw-translate-x-1\.5em:hover {
    --transform-translate-x: 1.5em !important;
  }

  .sm\:hover\:tw-translate-x-4em:hover {
    --transform-translate-x: 4em !important;
  }

  .sm\:hover\:tw--translate-x-1:hover {
    --transform-translate-x: -0.25rem !important;
  }

  .sm\:hover\:tw--translate-x-2:hover {
    --transform-translate-x: -0.5rem !important;
  }

  .sm\:hover\:tw--translate-x-3:hover {
    --transform-translate-x: -0.75rem !important;
  }

  .sm\:hover\:tw--translate-x-4:hover {
    --transform-translate-x: -1rem !important;
  }

  .sm\:hover\:tw--translate-x-5:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .sm\:hover\:tw--translate-x-6:hover {
    --transform-translate-x: -1.5rem !important;
  }

  .sm\:hover\:tw--translate-x-8:hover {
    --transform-translate-x: -2rem !important;
  }

  .sm\:hover\:tw--translate-x-10:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .sm\:hover\:tw--translate-x-12:hover {
    --transform-translate-x: -3rem !important;
  }

  .sm\:hover\:tw--translate-x-16:hover {
    --transform-translate-x: -4rem !important;
  }

  .sm\:hover\:tw--translate-x-20:hover {
    --transform-translate-x: -5rem !important;
  }

  .sm\:hover\:tw--translate-x-24:hover {
    --transform-translate-x: -6rem !important;
  }

  .sm\:hover\:tw--translate-x-30:hover {
    --transform-translate-x: -7.5rem !important;
  }

  .sm\:hover\:tw--translate-x-32:hover {
    --transform-translate-x: -8rem !important;
  }

  .sm\:hover\:tw--translate-x-36:hover {
    --transform-translate-x: -9rem !important;
  }

  .sm\:hover\:tw--translate-x-40:hover {
    --transform-translate-x: -10rem !important;
  }

  .sm\:hover\:tw--translate-x-48:hover {
    --transform-translate-x: -12rem !important;
  }

  .sm\:hover\:tw--translate-x-56:hover {
    --transform-translate-x: -14rem !important;
  }

  .sm\:hover\:tw--translate-x-64:hover {
    --transform-translate-x: -16rem !important;
  }

  .sm\:hover\:tw--translate-x-px:hover {
    --transform-translate-x: -1px !important;
  }

  .sm\:hover\:tw--translate-x-0\.5:hover {
    --transform-translate-x: -0.125rem !important;
  }

  .sm\:hover\:tw--translate-x-1\.5:hover {
    --transform-translate-x: -0.375rem !important;
  }

  .sm\:hover\:tw--translate-x-2\.5:hover {
    --transform-translate-x: -0.625rem !important;
  }

  .sm\:hover\:tw--translate-x-3\.5:hover {
    --transform-translate-x: -0.875rem !important;
  }

  .sm\:hover\:tw--translate-x-1\.25em:hover {
    --transform-translate-x: -1.25em !important;
  }

  .sm\:hover\:tw--translate-x-1\.5em:hover {
    --transform-translate-x: -1.5em !important;
  }

  .sm\:hover\:tw--translate-x-4em:hover {
    --transform-translate-x: -4em !important;
  }

  .sm\:hover\:tw--translate-x-full:hover {
    --transform-translate-x: -100% !important;
  }

  .sm\:hover\:tw--translate-x-1\/2:hover {
    --transform-translate-x: -50% !important;
  }

  .sm\:hover\:tw-translate-x-1\/2:hover {
    --transform-translate-x: 50% !important;
  }

  .sm\:hover\:tw-translate-x-full:hover {
    --transform-translate-x: 100% !important;
  }

  .sm\:hover\:tw-translate-y-0:hover {
    --transform-translate-y: 0 !important;
  }

  .sm\:hover\:tw-translate-y-1:hover {
    --transform-translate-y: 0.25rem !important;
  }

  .sm\:hover\:tw-translate-y-2:hover {
    --transform-translate-y: 0.5rem !important;
  }

  .sm\:hover\:tw-translate-y-3:hover {
    --transform-translate-y: 0.75rem !important;
  }

  .sm\:hover\:tw-translate-y-4:hover {
    --transform-translate-y: 1rem !important;
  }

  .sm\:hover\:tw-translate-y-5:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .sm\:hover\:tw-translate-y-6:hover {
    --transform-translate-y: 1.5rem !important;
  }

  .sm\:hover\:tw-translate-y-8:hover {
    --transform-translate-y: 2rem !important;
  }

  .sm\:hover\:tw-translate-y-10:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .sm\:hover\:tw-translate-y-12:hover {
    --transform-translate-y: 3rem !important;
  }

  .sm\:hover\:tw-translate-y-16:hover {
    --transform-translate-y: 4rem !important;
  }

  .sm\:hover\:tw-translate-y-20:hover {
    --transform-translate-y: 5rem !important;
  }

  .sm\:hover\:tw-translate-y-24:hover {
    --transform-translate-y: 6rem !important;
  }

  .sm\:hover\:tw-translate-y-30:hover {
    --transform-translate-y: 7.5rem !important;
  }

  .sm\:hover\:tw-translate-y-32:hover {
    --transform-translate-y: 8rem !important;
  }

  .sm\:hover\:tw-translate-y-36:hover {
    --transform-translate-y: 9rem !important;
  }

  .sm\:hover\:tw-translate-y-40:hover {
    --transform-translate-y: 10rem !important;
  }

  .sm\:hover\:tw-translate-y-48:hover {
    --transform-translate-y: 12rem !important;
  }

  .sm\:hover\:tw-translate-y-56:hover {
    --transform-translate-y: 14rem !important;
  }

  .sm\:hover\:tw-translate-y-64:hover {
    --transform-translate-y: 16rem !important;
  }

  .sm\:hover\:tw-translate-y-px:hover {
    --transform-translate-y: 1px !important;
  }

  .sm\:hover\:tw-translate-y-0\.5:hover {
    --transform-translate-y: .125rem !important;
  }

  .sm\:hover\:tw-translate-y-1\.5:hover {
    --transform-translate-y: .375rem !important;
  }

  .sm\:hover\:tw-translate-y-2\.5:hover {
    --transform-translate-y: .625rem !important;
  }

  .sm\:hover\:tw-translate-y-3\.5:hover {
    --transform-translate-y: .875rem !important;
  }

  .sm\:hover\:tw-translate-y-1\.25em:hover {
    --transform-translate-y: 1.25em !important;
  }

  .sm\:hover\:tw-translate-y-1\.5em:hover {
    --transform-translate-y: 1.5em !important;
  }

  .sm\:hover\:tw-translate-y-4em:hover {
    --transform-translate-y: 4em !important;
  }

  .sm\:hover\:tw--translate-y-1:hover {
    --transform-translate-y: -0.25rem !important;
  }

  .sm\:hover\:tw--translate-y-2:hover {
    --transform-translate-y: -0.5rem !important;
  }

  .sm\:hover\:tw--translate-y-3:hover {
    --transform-translate-y: -0.75rem !important;
  }

  .sm\:hover\:tw--translate-y-4:hover {
    --transform-translate-y: -1rem !important;
  }

  .sm\:hover\:tw--translate-y-5:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .sm\:hover\:tw--translate-y-6:hover {
    --transform-translate-y: -1.5rem !important;
  }

  .sm\:hover\:tw--translate-y-8:hover {
    --transform-translate-y: -2rem !important;
  }

  .sm\:hover\:tw--translate-y-10:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .sm\:hover\:tw--translate-y-12:hover {
    --transform-translate-y: -3rem !important;
  }

  .sm\:hover\:tw--translate-y-16:hover {
    --transform-translate-y: -4rem !important;
  }

  .sm\:hover\:tw--translate-y-20:hover {
    --transform-translate-y: -5rem !important;
  }

  .sm\:hover\:tw--translate-y-24:hover {
    --transform-translate-y: -6rem !important;
  }

  .sm\:hover\:tw--translate-y-30:hover {
    --transform-translate-y: -7.5rem !important;
  }

  .sm\:hover\:tw--translate-y-32:hover {
    --transform-translate-y: -8rem !important;
  }

  .sm\:hover\:tw--translate-y-36:hover {
    --transform-translate-y: -9rem !important;
  }

  .sm\:hover\:tw--translate-y-40:hover {
    --transform-translate-y: -10rem !important;
  }

  .sm\:hover\:tw--translate-y-48:hover {
    --transform-translate-y: -12rem !important;
  }

  .sm\:hover\:tw--translate-y-56:hover {
    --transform-translate-y: -14rem !important;
  }

  .sm\:hover\:tw--translate-y-64:hover {
    --transform-translate-y: -16rem !important;
  }

  .sm\:hover\:tw--translate-y-px:hover {
    --transform-translate-y: -1px !important;
  }

  .sm\:hover\:tw--translate-y-0\.5:hover {
    --transform-translate-y: -0.125rem !important;
  }

  .sm\:hover\:tw--translate-y-1\.5:hover {
    --transform-translate-y: -0.375rem !important;
  }

  .sm\:hover\:tw--translate-y-2\.5:hover {
    --transform-translate-y: -0.625rem !important;
  }

  .sm\:hover\:tw--translate-y-3\.5:hover {
    --transform-translate-y: -0.875rem !important;
  }

  .sm\:hover\:tw--translate-y-1\.25em:hover {
    --transform-translate-y: -1.25em !important;
  }

  .sm\:hover\:tw--translate-y-1\.5em:hover {
    --transform-translate-y: -1.5em !important;
  }

  .sm\:hover\:tw--translate-y-4em:hover {
    --transform-translate-y: -4em !important;
  }

  .sm\:hover\:tw--translate-y-full:hover {
    --transform-translate-y: -100% !important;
  }

  .sm\:hover\:tw--translate-y-1\/2:hover {
    --transform-translate-y: -50% !important;
  }

  .sm\:hover\:tw-translate-y-1\/2:hover {
    --transform-translate-y: 50% !important;
  }

  .sm\:hover\:tw-translate-y-full:hover {
    --transform-translate-y: 100% !important;
  }

  .sm\:focus\:tw-translate-x-0:focus {
    --transform-translate-x: 0 !important;
  }

  .sm\:focus\:tw-translate-x-1:focus {
    --transform-translate-x: 0.25rem !important;
  }

  .sm\:focus\:tw-translate-x-2:focus {
    --transform-translate-x: 0.5rem !important;
  }

  .sm\:focus\:tw-translate-x-3:focus {
    --transform-translate-x: 0.75rem !important;
  }

  .sm\:focus\:tw-translate-x-4:focus {
    --transform-translate-x: 1rem !important;
  }

  .sm\:focus\:tw-translate-x-5:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .sm\:focus\:tw-translate-x-6:focus {
    --transform-translate-x: 1.5rem !important;
  }

  .sm\:focus\:tw-translate-x-8:focus {
    --transform-translate-x: 2rem !important;
  }

  .sm\:focus\:tw-translate-x-10:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .sm\:focus\:tw-translate-x-12:focus {
    --transform-translate-x: 3rem !important;
  }

  .sm\:focus\:tw-translate-x-16:focus {
    --transform-translate-x: 4rem !important;
  }

  .sm\:focus\:tw-translate-x-20:focus {
    --transform-translate-x: 5rem !important;
  }

  .sm\:focus\:tw-translate-x-24:focus {
    --transform-translate-x: 6rem !important;
  }

  .sm\:focus\:tw-translate-x-30:focus {
    --transform-translate-x: 7.5rem !important;
  }

  .sm\:focus\:tw-translate-x-32:focus {
    --transform-translate-x: 8rem !important;
  }

  .sm\:focus\:tw-translate-x-36:focus {
    --transform-translate-x: 9rem !important;
  }

  .sm\:focus\:tw-translate-x-40:focus {
    --transform-translate-x: 10rem !important;
  }

  .sm\:focus\:tw-translate-x-48:focus {
    --transform-translate-x: 12rem !important;
  }

  .sm\:focus\:tw-translate-x-56:focus {
    --transform-translate-x: 14rem !important;
  }

  .sm\:focus\:tw-translate-x-64:focus {
    --transform-translate-x: 16rem !important;
  }

  .sm\:focus\:tw-translate-x-px:focus {
    --transform-translate-x: 1px !important;
  }

  .sm\:focus\:tw-translate-x-0\.5:focus {
    --transform-translate-x: .125rem !important;
  }

  .sm\:focus\:tw-translate-x-1\.5:focus {
    --transform-translate-x: .375rem !important;
  }

  .sm\:focus\:tw-translate-x-2\.5:focus {
    --transform-translate-x: .625rem !important;
  }

  .sm\:focus\:tw-translate-x-3\.5:focus {
    --transform-translate-x: .875rem !important;
  }

  .sm\:focus\:tw-translate-x-1\.25em:focus {
    --transform-translate-x: 1.25em !important;
  }

  .sm\:focus\:tw-translate-x-1\.5em:focus {
    --transform-translate-x: 1.5em !important;
  }

  .sm\:focus\:tw-translate-x-4em:focus {
    --transform-translate-x: 4em !important;
  }

  .sm\:focus\:tw--translate-x-1:focus {
    --transform-translate-x: -0.25rem !important;
  }

  .sm\:focus\:tw--translate-x-2:focus {
    --transform-translate-x: -0.5rem !important;
  }

  .sm\:focus\:tw--translate-x-3:focus {
    --transform-translate-x: -0.75rem !important;
  }

  .sm\:focus\:tw--translate-x-4:focus {
    --transform-translate-x: -1rem !important;
  }

  .sm\:focus\:tw--translate-x-5:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .sm\:focus\:tw--translate-x-6:focus {
    --transform-translate-x: -1.5rem !important;
  }

  .sm\:focus\:tw--translate-x-8:focus {
    --transform-translate-x: -2rem !important;
  }

  .sm\:focus\:tw--translate-x-10:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .sm\:focus\:tw--translate-x-12:focus {
    --transform-translate-x: -3rem !important;
  }

  .sm\:focus\:tw--translate-x-16:focus {
    --transform-translate-x: -4rem !important;
  }

  .sm\:focus\:tw--translate-x-20:focus {
    --transform-translate-x: -5rem !important;
  }

  .sm\:focus\:tw--translate-x-24:focus {
    --transform-translate-x: -6rem !important;
  }

  .sm\:focus\:tw--translate-x-30:focus {
    --transform-translate-x: -7.5rem !important;
  }

  .sm\:focus\:tw--translate-x-32:focus {
    --transform-translate-x: -8rem !important;
  }

  .sm\:focus\:tw--translate-x-36:focus {
    --transform-translate-x: -9rem !important;
  }

  .sm\:focus\:tw--translate-x-40:focus {
    --transform-translate-x: -10rem !important;
  }

  .sm\:focus\:tw--translate-x-48:focus {
    --transform-translate-x: -12rem !important;
  }

  .sm\:focus\:tw--translate-x-56:focus {
    --transform-translate-x: -14rem !important;
  }

  .sm\:focus\:tw--translate-x-64:focus {
    --transform-translate-x: -16rem !important;
  }

  .sm\:focus\:tw--translate-x-px:focus {
    --transform-translate-x: -1px !important;
  }

  .sm\:focus\:tw--translate-x-0\.5:focus {
    --transform-translate-x: -0.125rem !important;
  }

  .sm\:focus\:tw--translate-x-1\.5:focus {
    --transform-translate-x: -0.375rem !important;
  }

  .sm\:focus\:tw--translate-x-2\.5:focus {
    --transform-translate-x: -0.625rem !important;
  }

  .sm\:focus\:tw--translate-x-3\.5:focus {
    --transform-translate-x: -0.875rem !important;
  }

  .sm\:focus\:tw--translate-x-1\.25em:focus {
    --transform-translate-x: -1.25em !important;
  }

  .sm\:focus\:tw--translate-x-1\.5em:focus {
    --transform-translate-x: -1.5em !important;
  }

  .sm\:focus\:tw--translate-x-4em:focus {
    --transform-translate-x: -4em !important;
  }

  .sm\:focus\:tw--translate-x-full:focus {
    --transform-translate-x: -100% !important;
  }

  .sm\:focus\:tw--translate-x-1\/2:focus {
    --transform-translate-x: -50% !important;
  }

  .sm\:focus\:tw-translate-x-1\/2:focus {
    --transform-translate-x: 50% !important;
  }

  .sm\:focus\:tw-translate-x-full:focus {
    --transform-translate-x: 100% !important;
  }

  .sm\:focus\:tw-translate-y-0:focus {
    --transform-translate-y: 0 !important;
  }

  .sm\:focus\:tw-translate-y-1:focus {
    --transform-translate-y: 0.25rem !important;
  }

  .sm\:focus\:tw-translate-y-2:focus {
    --transform-translate-y: 0.5rem !important;
  }

  .sm\:focus\:tw-translate-y-3:focus {
    --transform-translate-y: 0.75rem !important;
  }

  .sm\:focus\:tw-translate-y-4:focus {
    --transform-translate-y: 1rem !important;
  }

  .sm\:focus\:tw-translate-y-5:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .sm\:focus\:tw-translate-y-6:focus {
    --transform-translate-y: 1.5rem !important;
  }

  .sm\:focus\:tw-translate-y-8:focus {
    --transform-translate-y: 2rem !important;
  }

  .sm\:focus\:tw-translate-y-10:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .sm\:focus\:tw-translate-y-12:focus {
    --transform-translate-y: 3rem !important;
  }

  .sm\:focus\:tw-translate-y-16:focus {
    --transform-translate-y: 4rem !important;
  }

  .sm\:focus\:tw-translate-y-20:focus {
    --transform-translate-y: 5rem !important;
  }

  .sm\:focus\:tw-translate-y-24:focus {
    --transform-translate-y: 6rem !important;
  }

  .sm\:focus\:tw-translate-y-30:focus {
    --transform-translate-y: 7.5rem !important;
  }

  .sm\:focus\:tw-translate-y-32:focus {
    --transform-translate-y: 8rem !important;
  }

  .sm\:focus\:tw-translate-y-36:focus {
    --transform-translate-y: 9rem !important;
  }

  .sm\:focus\:tw-translate-y-40:focus {
    --transform-translate-y: 10rem !important;
  }

  .sm\:focus\:tw-translate-y-48:focus {
    --transform-translate-y: 12rem !important;
  }

  .sm\:focus\:tw-translate-y-56:focus {
    --transform-translate-y: 14rem !important;
  }

  .sm\:focus\:tw-translate-y-64:focus {
    --transform-translate-y: 16rem !important;
  }

  .sm\:focus\:tw-translate-y-px:focus {
    --transform-translate-y: 1px !important;
  }

  .sm\:focus\:tw-translate-y-0\.5:focus {
    --transform-translate-y: .125rem !important;
  }

  .sm\:focus\:tw-translate-y-1\.5:focus {
    --transform-translate-y: .375rem !important;
  }

  .sm\:focus\:tw-translate-y-2\.5:focus {
    --transform-translate-y: .625rem !important;
  }

  .sm\:focus\:tw-translate-y-3\.5:focus {
    --transform-translate-y: .875rem !important;
  }

  .sm\:focus\:tw-translate-y-1\.25em:focus {
    --transform-translate-y: 1.25em !important;
  }

  .sm\:focus\:tw-translate-y-1\.5em:focus {
    --transform-translate-y: 1.5em !important;
  }

  .sm\:focus\:tw-translate-y-4em:focus {
    --transform-translate-y: 4em !important;
  }

  .sm\:focus\:tw--translate-y-1:focus {
    --transform-translate-y: -0.25rem !important;
  }

  .sm\:focus\:tw--translate-y-2:focus {
    --transform-translate-y: -0.5rem !important;
  }

  .sm\:focus\:tw--translate-y-3:focus {
    --transform-translate-y: -0.75rem !important;
  }

  .sm\:focus\:tw--translate-y-4:focus {
    --transform-translate-y: -1rem !important;
  }

  .sm\:focus\:tw--translate-y-5:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .sm\:focus\:tw--translate-y-6:focus {
    --transform-translate-y: -1.5rem !important;
  }

  .sm\:focus\:tw--translate-y-8:focus {
    --transform-translate-y: -2rem !important;
  }

  .sm\:focus\:tw--translate-y-10:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .sm\:focus\:tw--translate-y-12:focus {
    --transform-translate-y: -3rem !important;
  }

  .sm\:focus\:tw--translate-y-16:focus {
    --transform-translate-y: -4rem !important;
  }

  .sm\:focus\:tw--translate-y-20:focus {
    --transform-translate-y: -5rem !important;
  }

  .sm\:focus\:tw--translate-y-24:focus {
    --transform-translate-y: -6rem !important;
  }

  .sm\:focus\:tw--translate-y-30:focus {
    --transform-translate-y: -7.5rem !important;
  }

  .sm\:focus\:tw--translate-y-32:focus {
    --transform-translate-y: -8rem !important;
  }

  .sm\:focus\:tw--translate-y-36:focus {
    --transform-translate-y: -9rem !important;
  }

  .sm\:focus\:tw--translate-y-40:focus {
    --transform-translate-y: -10rem !important;
  }

  .sm\:focus\:tw--translate-y-48:focus {
    --transform-translate-y: -12rem !important;
  }

  .sm\:focus\:tw--translate-y-56:focus {
    --transform-translate-y: -14rem !important;
  }

  .sm\:focus\:tw--translate-y-64:focus {
    --transform-translate-y: -16rem !important;
  }

  .sm\:focus\:tw--translate-y-px:focus {
    --transform-translate-y: -1px !important;
  }

  .sm\:focus\:tw--translate-y-0\.5:focus {
    --transform-translate-y: -0.125rem !important;
  }

  .sm\:focus\:tw--translate-y-1\.5:focus {
    --transform-translate-y: -0.375rem !important;
  }

  .sm\:focus\:tw--translate-y-2\.5:focus {
    --transform-translate-y: -0.625rem !important;
  }

  .sm\:focus\:tw--translate-y-3\.5:focus {
    --transform-translate-y: -0.875rem !important;
  }

  .sm\:focus\:tw--translate-y-1\.25em:focus {
    --transform-translate-y: -1.25em !important;
  }

  .sm\:focus\:tw--translate-y-1\.5em:focus {
    --transform-translate-y: -1.5em !important;
  }

  .sm\:focus\:tw--translate-y-4em:focus {
    --transform-translate-y: -4em !important;
  }

  .sm\:focus\:tw--translate-y-full:focus {
    --transform-translate-y: -100% !important;
  }

  .sm\:focus\:tw--translate-y-1\/2:focus {
    --transform-translate-y: -50% !important;
  }

  .sm\:focus\:tw-translate-y-1\/2:focus {
    --transform-translate-y: 50% !important;
  }

  .sm\:focus\:tw-translate-y-full:focus {
    --transform-translate-y: 100% !important;
  }

  .sm\:tw-skew-x-0 {
    --transform-skew-x: 0 !important;
  }

  .sm\:tw-skew-x-1 {
    --transform-skew-x: 1deg !important;
  }

  .sm\:tw-skew-x-2 {
    --transform-skew-x: 2deg !important;
  }

  .sm\:tw-skew-x-3 {
    --transform-skew-x: 3deg !important;
  }

  .sm\:tw-skew-x-6 {
    --transform-skew-x: 6deg !important;
  }

  .sm\:tw-skew-x-12 {
    --transform-skew-x: 12deg !important;
  }

  .sm\:tw--skew-x-12 {
    --transform-skew-x: -12deg !important;
  }

  .sm\:tw--skew-x-6 {
    --transform-skew-x: -6deg !important;
  }

  .sm\:tw--skew-x-3 {
    --transform-skew-x: -3deg !important;
  }

  .sm\:tw--skew-x-2 {
    --transform-skew-x: -2deg !important;
  }

  .sm\:tw--skew-x-1 {
    --transform-skew-x: -1deg !important;
  }

  .sm\:tw-skew-y-0 {
    --transform-skew-y: 0 !important;
  }

  .sm\:tw-skew-y-1 {
    --transform-skew-y: 1deg !important;
  }

  .sm\:tw-skew-y-2 {
    --transform-skew-y: 2deg !important;
  }

  .sm\:tw-skew-y-3 {
    --transform-skew-y: 3deg !important;
  }

  .sm\:tw-skew-y-6 {
    --transform-skew-y: 6deg !important;
  }

  .sm\:tw-skew-y-12 {
    --transform-skew-y: 12deg !important;
  }

  .sm\:tw--skew-y-12 {
    --transform-skew-y: -12deg !important;
  }

  .sm\:tw--skew-y-6 {
    --transform-skew-y: -6deg !important;
  }

  .sm\:tw--skew-y-3 {
    --transform-skew-y: -3deg !important;
  }

  .sm\:tw--skew-y-2 {
    --transform-skew-y: -2deg !important;
  }

  .sm\:tw--skew-y-1 {
    --transform-skew-y: -1deg !important;
  }

  .sm\:hover\:tw-skew-x-0:hover {
    --transform-skew-x: 0 !important;
  }

  .sm\:hover\:tw-skew-x-1:hover {
    --transform-skew-x: 1deg !important;
  }

  .sm\:hover\:tw-skew-x-2:hover {
    --transform-skew-x: 2deg !important;
  }

  .sm\:hover\:tw-skew-x-3:hover {
    --transform-skew-x: 3deg !important;
  }

  .sm\:hover\:tw-skew-x-6:hover {
    --transform-skew-x: 6deg !important;
  }

  .sm\:hover\:tw-skew-x-12:hover {
    --transform-skew-x: 12deg !important;
  }

  .sm\:hover\:tw--skew-x-12:hover {
    --transform-skew-x: -12deg !important;
  }

  .sm\:hover\:tw--skew-x-6:hover {
    --transform-skew-x: -6deg !important;
  }

  .sm\:hover\:tw--skew-x-3:hover {
    --transform-skew-x: -3deg !important;
  }

  .sm\:hover\:tw--skew-x-2:hover {
    --transform-skew-x: -2deg !important;
  }

  .sm\:hover\:tw--skew-x-1:hover {
    --transform-skew-x: -1deg !important;
  }

  .sm\:hover\:tw-skew-y-0:hover {
    --transform-skew-y: 0 !important;
  }

  .sm\:hover\:tw-skew-y-1:hover {
    --transform-skew-y: 1deg !important;
  }

  .sm\:hover\:tw-skew-y-2:hover {
    --transform-skew-y: 2deg !important;
  }

  .sm\:hover\:tw-skew-y-3:hover {
    --transform-skew-y: 3deg !important;
  }

  .sm\:hover\:tw-skew-y-6:hover {
    --transform-skew-y: 6deg !important;
  }

  .sm\:hover\:tw-skew-y-12:hover {
    --transform-skew-y: 12deg !important;
  }

  .sm\:hover\:tw--skew-y-12:hover {
    --transform-skew-y: -12deg !important;
  }

  .sm\:hover\:tw--skew-y-6:hover {
    --transform-skew-y: -6deg !important;
  }

  .sm\:hover\:tw--skew-y-3:hover {
    --transform-skew-y: -3deg !important;
  }

  .sm\:hover\:tw--skew-y-2:hover {
    --transform-skew-y: -2deg !important;
  }

  .sm\:hover\:tw--skew-y-1:hover {
    --transform-skew-y: -1deg !important;
  }

  .sm\:focus\:tw-skew-x-0:focus {
    --transform-skew-x: 0 !important;
  }

  .sm\:focus\:tw-skew-x-1:focus {
    --transform-skew-x: 1deg !important;
  }

  .sm\:focus\:tw-skew-x-2:focus {
    --transform-skew-x: 2deg !important;
  }

  .sm\:focus\:tw-skew-x-3:focus {
    --transform-skew-x: 3deg !important;
  }

  .sm\:focus\:tw-skew-x-6:focus {
    --transform-skew-x: 6deg !important;
  }

  .sm\:focus\:tw-skew-x-12:focus {
    --transform-skew-x: 12deg !important;
  }

  .sm\:focus\:tw--skew-x-12:focus {
    --transform-skew-x: -12deg !important;
  }

  .sm\:focus\:tw--skew-x-6:focus {
    --transform-skew-x: -6deg !important;
  }

  .sm\:focus\:tw--skew-x-3:focus {
    --transform-skew-x: -3deg !important;
  }

  .sm\:focus\:tw--skew-x-2:focus {
    --transform-skew-x: -2deg !important;
  }

  .sm\:focus\:tw--skew-x-1:focus {
    --transform-skew-x: -1deg !important;
  }

  .sm\:focus\:tw-skew-y-0:focus {
    --transform-skew-y: 0 !important;
  }

  .sm\:focus\:tw-skew-y-1:focus {
    --transform-skew-y: 1deg !important;
  }

  .sm\:focus\:tw-skew-y-2:focus {
    --transform-skew-y: 2deg !important;
  }

  .sm\:focus\:tw-skew-y-3:focus {
    --transform-skew-y: 3deg !important;
  }

  .sm\:focus\:tw-skew-y-6:focus {
    --transform-skew-y: 6deg !important;
  }

  .sm\:focus\:tw-skew-y-12:focus {
    --transform-skew-y: 12deg !important;
  }

  .sm\:focus\:tw--skew-y-12:focus {
    --transform-skew-y: -12deg !important;
  }

  .sm\:focus\:tw--skew-y-6:focus {
    --transform-skew-y: -6deg !important;
  }

  .sm\:focus\:tw--skew-y-3:focus {
    --transform-skew-y: -3deg !important;
  }

  .sm\:focus\:tw--skew-y-2:focus {
    --transform-skew-y: -2deg !important;
  }

  .sm\:focus\:tw--skew-y-1:focus {
    --transform-skew-y: -1deg !important;
  }

  .sm\:tw-transition-none {
    transition-property: none !important;
  }

  .sm\:tw-transition-all {
    transition-property: all !important;
  }

  .sm\:tw-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .sm\:tw-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .sm\:tw-transition-opacity {
    transition-property: opacity !important;
  }

  .sm\:tw-transition-shadow {
    transition-property: box-shadow !important;
  }

  .sm\:tw-transition-transform {
    transition-property: transform !important;
  }

  .sm\:tw-ease-linear {
    transition-timing-function: linear !important;
  }

  .sm\:tw-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .sm\:tw-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .sm\:tw-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .sm\:tw-duration-75 {
    transition-duration: 75ms !important;
  }

  .sm\:tw-duration-100 {
    transition-duration: 100ms !important;
  }

  .sm\:tw-duration-150 {
    transition-duration: 150ms !important;
  }

  .sm\:tw-duration-200 {
    transition-duration: 200ms !important;
  }

  .sm\:tw-duration-300 {
    transition-duration: 300ms !important;
  }

  .sm\:tw-duration-500 {
    transition-duration: 500ms !important;
  }

  .sm\:tw-duration-700 {
    transition-duration: 700ms !important;
  }

  .sm\:tw-duration-1000 {
    transition-duration: 1000ms !important;
  }

  .sm\:tw-delay-75 {
    transition-delay: 75ms !important;
  }

  .sm\:tw-delay-100 {
    transition-delay: 100ms !important;
  }

  .sm\:tw-delay-150 {
    transition-delay: 150ms !important;
  }

  .sm\:tw-delay-200 {
    transition-delay: 200ms !important;
  }

  .sm\:tw-delay-300 {
    transition-delay: 300ms !important;
  }

  .sm\:tw-delay-500 {
    transition-delay: 500ms !important;
  }

  .sm\:tw-delay-700 {
    transition-delay: 700ms !important;
  }

  .sm\:tw-delay-1000 {
    transition-delay: 1000ms !important;
  }

  .sm\:tw-animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .sm\:tw-animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .sm\:tw-animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .sm\:tw-animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .sm\:tw-animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }
}

@media (min-width: 768px) {
  .md\:tw-container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .md\:tw-container {
      max-width: 640px;
    }
  }

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

  @media (min-width: 1024px) {
    .md\:tw-container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:tw-container {
      max-width: 1280px;
    }
  }

  .md\:tw-space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.5rem * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-0\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(.125rem * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-0\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-1\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(.375rem * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-1\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-2\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(.625rem * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-2\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-3\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(.875rem * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-3\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-1\.25em > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25em * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25em * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-1\.25em > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25em * var(--space-x-reverse)) !important;
    margin-left: calc(1.25em * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-1\.5em > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5em * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5em * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-1\.5em > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5em * var(--space-x-reverse)) !important;
    margin-left: calc(1.5em * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-4em > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4em * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4em * var(--space-y-reverse)) !important;
  }

  .md\:tw-space-x-4em > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4em * var(--space-x-reverse)) !important;
    margin-left: calc(4em * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.5rem * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-0\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-0\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-1\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-1\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-2\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-2\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-3\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-3\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-1\.25em > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25em * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25em * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-1\.25em > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25em * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25em * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-1\.5em > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5em * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5em * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-1\.5em > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5em * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5em * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw--space-y-4em > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4em * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4em * var(--space-y-reverse)) !important;
  }

  .md\:tw--space-x-4em > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4em * var(--space-x-reverse)) !important;
    margin-left: calc(-4em * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:tw-space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1 !important;
  }

  .md\:tw-space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1 !important;
  }

  .md\:tw-divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .md\:tw-divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:tw-divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .md\:tw-divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:tw-divide-y-3 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(3px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(3px * var(--divide-y-reverse)) !important;
  }

  .md\:tw-divide-x-3 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(3px * var(--divide-x-reverse)) !important;
    border-left-width: calc(3px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:tw-divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .md\:tw-divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:tw-divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .md\:tw-divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:tw-divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .md\:tw-divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:tw-divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1 !important;
  }

  .md\:tw-divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1 !important;
  }

  .md\:tw-divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent !important;
  }

  .md\:tw-divide-current > :not(template) ~ :not(template) {
    border-color: currentColor !important;
  }

  .md\:tw-divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-gray-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f9fafb !important;
    border-color: rgba(249, 250, 251, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f3f4f6 !important;
    border-color: rgba(243, 244, 246, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e5e7eb !important;
    border-color: rgba(229, 231, 235, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d1d5db !important;
    border-color: rgba(209, 213, 219, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9ca3af !important;
    border-color: rgba(156, 163, 175, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6b7280 !important;
    border-color: rgba(107, 114, 128, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4b5563 !important;
    border-color: rgba(75, 85, 99, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #374151 !important;
    border-color: rgba(55, 65, 81, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1f2937 !important;
    border-color: rgba(31, 41, 55, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #111827 !important;
    border-color: rgba(17, 24, 39, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-red-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fef2f2 !important;
    border-color: rgba(254, 242, 242, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-red-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fee2e2 !important;
    border-color: rgba(254, 226, 226, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-red-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fecaca !important;
    border-color: rgba(254, 202, 202, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-red-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fca5a5 !important;
    border-color: rgba(252, 165, 165, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-red-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f87171 !important;
    border-color: rgba(248, 113, 113, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-red-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ef4444 !important;
    border-color: rgba(239, 68, 68, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-red-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #dc2626 !important;
    border-color: rgba(220, 38, 38, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-red-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b91c1c !important;
    border-color: rgba(185, 28, 28, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-red-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #991b1b !important;
    border-color: rgba(153, 27, 27, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-red-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7f1d1d !important;
    border-color: rgba(127, 29, 29, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-orange-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff7ed !important;
    border-color: rgba(255, 247, 237, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ffedd5 !important;
    border-color: rgba(255, 237, 213, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fed7aa !important;
    border-color: rgba(254, 215, 170, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fdba74 !important;
    border-color: rgba(253, 186, 116, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fb923c !important;
    border-color: rgba(251, 146, 60, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f97316 !important;
    border-color: rgba(249, 115, 22, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ea580c !important;
    border-color: rgba(234, 88, 12, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c2410c !important;
    border-color: rgba(194, 65, 12, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9a3412 !important;
    border-color: rgba(154, 52, 18, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7c2d12 !important;
    border-color: rgba(124, 45, 18, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fefce8 !important;
    border-color: rgba(254, 252, 232, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fef9c3 !important;
    border-color: rgba(254, 249, 195, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fef08a !important;
    border-color: rgba(254, 240, 138, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fde047 !important;
    border-color: rgba(253, 224, 71, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #facc15 !important;
    border-color: rgba(250, 204, 21, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #eab308 !important;
    border-color: rgba(234, 179, 8, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ca8a04 !important;
    border-color: rgba(202, 138, 4, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a16207 !important;
    border-color: rgba(161, 98, 7, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #854d0e !important;
    border-color: rgba(133, 77, 14, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #713f12 !important;
    border-color: rgba(113, 63, 18, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-green-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0fdf4 !important;
    border-color: rgba(240, 253, 244, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #dcfce7 !important;
    border-color: rgba(220, 252, 231, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #bbf7d0 !important;
    border-color: rgba(187, 247, 208, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #86efac !important;
    border-color: rgba(134, 239, 172, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4ade80 !important;
    border-color: rgba(74, 222, 128, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #22c55e !important;
    border-color: rgba(34, 197, 94, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #16a34a !important;
    border-color: rgba(22, 163, 74, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #15803d !important;
    border-color: rgba(21, 128, 61, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #166534 !important;
    border-color: rgba(22, 101, 52, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #14532d !important;
    border-color: rgba(20, 83, 45, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-teal-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0fdfa !important;
    border-color: rgba(240, 253, 250, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ccfbf1 !important;
    border-color: rgba(204, 251, 241, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #99f6e4 !important;
    border-color: rgba(153, 246, 228, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #5eead4 !important;
    border-color: rgba(94, 234, 212, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2dd4bf !important;
    border-color: rgba(45, 212, 191, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #14b8a6 !important;
    border-color: rgba(20, 184, 166, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0d9488 !important;
    border-color: rgba(13, 148, 136, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0f766e !important;
    border-color: rgba(15, 118, 110, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #115e59 !important;
    border-color: rgba(17, 94, 89, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #134e4a !important;
    border-color: rgba(19, 78, 74, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-blue-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #eff6ff !important;
    border-color: rgba(239, 246, 255, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #dbeafe !important;
    border-color: rgba(219, 234, 254, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #bfdbfe !important;
    border-color: rgba(191, 219, 254, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #93c5fd !important;
    border-color: rgba(147, 197, 253, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #60a5fa !important;
    border-color: rgba(96, 165, 250, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2563eb !important;
    border-color: rgba(37, 99, 235, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1d4ed8 !important;
    border-color: rgba(29, 78, 216, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1e40af !important;
    border-color: rgba(30, 64, 175, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1e3a8a !important;
    border-color: rgba(30, 58, 138, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #eef2ff !important;
    border-color: rgba(238, 242, 255, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e0e7ff !important;
    border-color: rgba(224, 231, 255, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c7d2fe !important;
    border-color: rgba(199, 210, 254, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a5b4fc !important;
    border-color: rgba(165, 180, 252, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #818cf8 !important;
    border-color: rgba(129, 140, 248, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6366f1 !important;
    border-color: rgba(99, 102, 241, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4f46e5 !important;
    border-color: rgba(79, 70, 229, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4338ca !important;
    border-color: rgba(67, 56, 202, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3730a3 !important;
    border-color: rgba(55, 48, 163, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #312e81 !important;
    border-color: rgba(49, 46, 129, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-purple-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f3e8ff !important;
    border-color: rgba(243, 232, 255, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e9d5ff !important;
    border-color: rgba(233, 213, 255, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d8b4fe !important;
    border-color: rgba(216, 180, 254, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c084fc !important;
    border-color: rgba(192, 132, 252, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a855f7 !important;
    border-color: rgba(168, 85, 247, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9333ea !important;
    border-color: rgba(147, 51, 234, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7e22ce !important;
    border-color: rgba(126, 34, 206, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6b21a8 !important;
    border-color: rgba(107, 33, 168, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #581c87 !important;
    border-color: rgba(88, 28, 135, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-pink-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fdf2f8 !important;
    border-color: rgba(253, 242, 248, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fce7f3 !important;
    border-color: rgba(252, 231, 243, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fbcfe8 !important;
    border-color: rgba(251, 207, 232, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f9a8d4 !important;
    border-color: rgba(249, 168, 212, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f472b6 !important;
    border-color: rgba(244, 114, 182, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ec4899 !important;
    border-color: rgba(236, 72, 153, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #db2777 !important;
    border-color: rgba(219, 39, 119, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #be185d !important;
    border-color: rgba(190, 24, 93, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9d174d !important;
    border-color: rgba(157, 23, 77, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #831843 !important;
    border-color: rgba(131, 24, 67, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-app-main > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F18D11 !important;
    border-color: rgba(241, 141, 17, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-app-sub-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1E548F !important;
    border-color: rgba(30, 84, 143, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-app-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #FFF5D1 !important;
    border-color: rgba(255, 245, 209, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-theme-primary > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f3980f !important;
    border-color: rgba(243, 152, 15, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-theme-info > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1b925a !important;
    border-color: rgba(27, 146, 90, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-slate-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-slate-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241, 245, 249, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-slate-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-slate-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #cbd5e1 !important;
    border-color: rgba(203, 213, 225, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-slate-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #94a3b8 !important;
    border-color: rgba(148, 163, 184, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-slate-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #64748b !important;
    border-color: rgba(100, 116, 139, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-slate-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #475569 !important;
    border-color: rgba(71, 85, 105, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-slate-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #334155 !important;
    border-color: rgba(51, 65, 85, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-slate-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1e293b !important;
    border-color: rgba(30, 41, 59, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-slate-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0f172a !important;
    border-color: rgba(15, 23, 42, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-zinc-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-zinc-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f4f4f5 !important;
    border-color: rgba(244, 244, 245, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-zinc-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e4e4e7 !important;
    border-color: rgba(228, 228, 231, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-zinc-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d4d4d8 !important;
    border-color: rgba(212, 212, 216, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-zinc-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a1a1aa !important;
    border-color: rgba(161, 161, 170, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-zinc-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #71717a !important;
    border-color: rgba(113, 113, 122, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-zinc-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #52525b !important;
    border-color: rgba(82, 82, 91, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-zinc-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3f3f46 !important;
    border-color: rgba(63, 63, 70, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-zinc-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #27272a !important;
    border-color: rgba(39, 39, 42, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-zinc-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #18181b !important;
    border-color: rgba(24, 24, 27, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-neutral-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-neutral-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-neutral-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e5e5e5 !important;
    border-color: rgba(229, 229, 229, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-neutral-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d4d4d4 !important;
    border-color: rgba(212, 212, 212, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-neutral-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a3a3a3 !important;
    border-color: rgba(163, 163, 163, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-neutral-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #737373 !important;
    border-color: rgba(115, 115, 115, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-neutral-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #525252 !important;
    border-color: rgba(82, 82, 82, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-neutral-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #404040 !important;
    border-color: rgba(64, 64, 64, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-neutral-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #262626 !important;
    border-color: rgba(38, 38, 38, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-neutral-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #171717 !important;
    border-color: rgba(23, 23, 23, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-stone-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fafaf9 !important;
    border-color: rgba(250, 250, 249, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-stone-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f5f5f4 !important;
    border-color: rgba(245, 245, 244, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-stone-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e7e5e4 !important;
    border-color: rgba(231, 229, 228, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-stone-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d6d3d1 !important;
    border-color: rgba(214, 211, 209, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-stone-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a8a29e !important;
    border-color: rgba(168, 162, 158, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-stone-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #78716c !important;
    border-color: rgba(120, 113, 108, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-stone-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #57534e !important;
    border-color: rgba(87, 83, 78, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-stone-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #44403c !important;
    border-color: rgba(68, 64, 60, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-stone-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #292524 !important;
    border-color: rgba(41, 37, 36, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-stone-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1c1917 !important;
    border-color: rgba(28, 25, 23, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-amber-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fffbeb !important;
    border-color: rgba(255, 251, 235, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-amber-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fef3c7 !important;
    border-color: rgba(254, 243, 199, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-amber-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fde68a !important;
    border-color: rgba(253, 230, 138, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-amber-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fcd34d !important;
    border-color: rgba(252, 211, 77, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-amber-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fbbf24 !important;
    border-color: rgba(251, 191, 36, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-amber-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f59e0b !important;
    border-color: rgba(245, 158, 11, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-amber-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d97706 !important;
    border-color: rgba(217, 119, 6, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-amber-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b45309 !important;
    border-color: rgba(180, 83, 9, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-amber-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #92400e !important;
    border-color: rgba(146, 64, 14, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-amber-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #78350f !important;
    border-color: rgba(120, 53, 15, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-lime-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f7fee7 !important;
    border-color: rgba(247, 254, 231, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-lime-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ecfccb !important;
    border-color: rgba(236, 252, 203, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-lime-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d9f99d !important;
    border-color: rgba(217, 249, 157, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-lime-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #bef264 !important;
    border-color: rgba(190, 242, 100, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-lime-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a3e635 !important;
    border-color: rgba(163, 230, 53, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-lime-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #84cc16 !important;
    border-color: rgba(132, 204, 22, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-lime-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #65a30d !important;
    border-color: rgba(101, 163, 13, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-lime-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4d7c0f !important;
    border-color: rgba(77, 124, 15, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-lime-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3f6212 !important;
    border-color: rgba(63, 98, 18, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-lime-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #365314 !important;
    border-color: rgba(54, 83, 20, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-emerald-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ecfdf5 !important;
    border-color: rgba(236, 253, 245, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-emerald-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d1fae5 !important;
    border-color: rgba(209, 250, 229, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-emerald-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a7f3d0 !important;
    border-color: rgba(167, 243, 208, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-emerald-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6ee7b7 !important;
    border-color: rgba(110, 231, 183, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-emerald-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #34d399 !important;
    border-color: rgba(52, 211, 153, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-emerald-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #10b981 !important;
    border-color: rgba(16, 185, 129, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-emerald-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #059669 !important;
    border-color: rgba(5, 150, 105, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-emerald-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #047857 !important;
    border-color: rgba(4, 120, 87, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-emerald-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #065f46 !important;
    border-color: rgba(6, 95, 70, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-emerald-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #064e3b !important;
    border-color: rgba(6, 78, 59, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-cyan-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ecfeff !important;
    border-color: rgba(236, 254, 255, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-cyan-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #cffafe !important;
    border-color: rgba(207, 250, 254, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-cyan-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a5f3fc !important;
    border-color: rgba(165, 243, 252, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-cyan-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #67e8f9 !important;
    border-color: rgba(103, 232, 249, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-cyan-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #22d3ee !important;
    border-color: rgba(34, 211, 238, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-cyan-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-cyan-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0891b2 !important;
    border-color: rgba(8, 145, 178, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-cyan-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0e7490 !important;
    border-color: rgba(14, 116, 144, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-cyan-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #155e75 !important;
    border-color: rgba(21, 94, 117, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-cyan-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #164e63 !important;
    border-color: rgba(22, 78, 99, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-sky-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0f9ff !important;
    border-color: rgba(240, 249, 255, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-sky-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e0f2fe !important;
    border-color: rgba(224, 242, 254, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-sky-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #bae6fd !important;
    border-color: rgba(186, 230, 253, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-sky-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7dd3fc !important;
    border-color: rgba(125, 211, 252, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-sky-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #38bdf8 !important;
    border-color: rgba(56, 189, 248, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-sky-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0ea5e9 !important;
    border-color: rgba(14, 165, 233, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-sky-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0284c7 !important;
    border-color: rgba(2, 132, 199, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-sky-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0369a1 !important;
    border-color: rgba(3, 105, 161, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-sky-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #075985 !important;
    border-color: rgba(7, 89, 133, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-sky-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0c4a6e !important;
    border-color: rgba(12, 74, 110, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-violet-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f5f3ff !important;
    border-color: rgba(245, 243, 255, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-violet-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ede9fe !important;
    border-color: rgba(237, 233, 254, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-violet-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ddd6fe !important;
    border-color: rgba(221, 214, 254, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-violet-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c4b5fd !important;
    border-color: rgba(196, 181, 253, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-violet-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a78bfa !important;
    border-color: rgba(167, 139, 250, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-violet-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #8b5cf6 !important;
    border-color: rgba(139, 92, 246, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-violet-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7c3aed !important;
    border-color: rgba(124, 58, 237, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-violet-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6d28d9 !important;
    border-color: rgba(109, 40, 217, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-violet-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #5b21b6 !important;
    border-color: rgba(91, 33, 182, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-violet-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-fuchsia-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fdf4ff !important;
    border-color: rgba(253, 244, 255, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-fuchsia-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fae8ff !important;
    border-color: rgba(250, 232, 255, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-fuchsia-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f5d0fe !important;
    border-color: rgba(245, 208, 254, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-fuchsia-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0abfc !important;
    border-color: rgba(240, 171, 252, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-fuchsia-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e879f9 !important;
    border-color: rgba(232, 121, 249, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-fuchsia-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d946ef !important;
    border-color: rgba(217, 70, 239, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-fuchsia-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c026d3 !important;
    border-color: rgba(192, 38, 211, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-fuchsia-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a21caf !important;
    border-color: rgba(162, 28, 175, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-fuchsia-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #86198f !important;
    border-color: rgba(134, 25, 143, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-fuchsia-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #701a75 !important;
    border-color: rgba(112, 26, 117, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-rose-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff1f2 !important;
    border-color: rgba(255, 241, 242, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-rose-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ffe4e6 !important;
    border-color: rgba(255, 228, 230, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-rose-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fecdd3 !important;
    border-color: rgba(254, 205, 211, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-rose-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fda4af !important;
    border-color: rgba(253, 164, 175, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-rose-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fb7185 !important;
    border-color: rgba(251, 113, 133, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-rose-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f43f5e !important;
    border-color: rgba(244, 63, 94, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-rose-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e11d48 !important;
    border-color: rgba(225, 29, 72, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-rose-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #be123c !important;
    border-color: rgba(190, 18, 60, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-rose-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9f1239 !important;
    border-color: rgba(159, 18, 57, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-rose-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #881337 !important;
    border-color: rgba(136, 19, 55, var(--divide-opacity)) !important;
  }

  .md\:tw-divide-solid > :not(template) ~ :not(template) {
    border-style: solid !important;
  }

  .md\:tw-divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed !important;
  }

  .md\:tw-divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted !important;
  }

  .md\:tw-divide-double > :not(template) ~ :not(template) {
    border-style: double !important;
  }

  .md\:tw-divide-none > :not(template) ~ :not(template) {
    border-style: none !important;
  }

  .md\:tw-divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0 !important;
  }

  .md\:tw-divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25 !important;
  }

  .md\:tw-divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5 !important;
  }

  .md\:tw-divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75 !important;
  }

  .md\:tw-divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  .md\:tw-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:tw-not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:focus\:tw-sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:focus\:tw-not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:tw-appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .md\:tw-bg-fixed {
    background-attachment: fixed !important;
  }

  .md\:tw-bg-local {
    background-attachment: local !important;
  }

  .md\:tw-bg-scroll {
    background-attachment: scroll !important;
  }

  .md\:tw-bg-clip-border {
    background-clip: border-box !important;
  }

  .md\:tw-bg-clip-padding {
    background-clip: padding-box !important;
  }

  .md\:tw-bg-clip-content {
    background-clip: content-box !important;
  }

  .md\:tw-bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .md\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .md\:tw-bg-current {
    background-color: currentColor !important;
  }

  .md\:tw-bg-black {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-white {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-gray-50 {
    --bg-opacity: 1 !important;
    background-color: #f9fafb !important;
    background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-gray-100 {
    --bg-opacity: 1 !important;
    background-color: #f3f4f6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-gray-200 {
    --bg-opacity: 1 !important;
    background-color: #e5e7eb !important;
    background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-gray-300 {
    --bg-opacity: 1 !important;
    background-color: #d1d5db !important;
    background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-gray-400 {
    --bg-opacity: 1 !important;
    background-color: #9ca3af !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-gray-500 {
    --bg-opacity: 1 !important;
    background-color: #6b7280 !important;
    background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-gray-600 {
    --bg-opacity: 1 !important;
    background-color: #4b5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-gray-700 {
    --bg-opacity: 1 !important;
    background-color: #374151 !important;
    background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-gray-800 {
    --bg-opacity: 1 !important;
    background-color: #1f2937 !important;
    background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-gray-900 {
    --bg-opacity: 1 !important;
    background-color: #111827 !important;
    background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-red-50 {
    --bg-opacity: 1 !important;
    background-color: #fef2f2 !important;
    background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-red-100 {
    --bg-opacity: 1 !important;
    background-color: #fee2e2 !important;
    background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-red-200 {
    --bg-opacity: 1 !important;
    background-color: #fecaca !important;
    background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-red-300 {
    --bg-opacity: 1 !important;
    background-color: #fca5a5 !important;
    background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-red-400 {
    --bg-opacity: 1 !important;
    background-color: #f87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-red-500 {
    --bg-opacity: 1 !important;
    background-color: #ef4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-red-600 {
    --bg-opacity: 1 !important;
    background-color: #dc2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-red-700 {
    --bg-opacity: 1 !important;
    background-color: #b91c1c !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-red-800 {
    --bg-opacity: 1 !important;
    background-color: #991b1b !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-red-900 {
    --bg-opacity: 1 !important;
    background-color: #7f1d1d !important;
    background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-orange-50 {
    --bg-opacity: 1 !important;
    background-color: #fff7ed !important;
    background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-orange-100 {
    --bg-opacity: 1 !important;
    background-color: #ffedd5 !important;
    background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-orange-200 {
    --bg-opacity: 1 !important;
    background-color: #fed7aa !important;
    background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-orange-300 {
    --bg-opacity: 1 !important;
    background-color: #fdba74 !important;
    background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-orange-400 {
    --bg-opacity: 1 !important;
    background-color: #fb923c !important;
    background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-orange-500 {
    --bg-opacity: 1 !important;
    background-color: #f97316 !important;
    background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-orange-600 {
    --bg-opacity: 1 !important;
    background-color: #ea580c !important;
    background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-orange-700 {
    --bg-opacity: 1 !important;
    background-color: #c2410c !important;
    background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-orange-800 {
    --bg-opacity: 1 !important;
    background-color: #9a3412 !important;
    background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-orange-900 {
    --bg-opacity: 1 !important;
    background-color: #7c2d12 !important;
    background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-50 {
    --bg-opacity: 1 !important;
    background-color: #fefce8 !important;
    background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-100 {
    --bg-opacity: 1 !important;
    background-color: #fef9c3 !important;
    background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-200 {
    --bg-opacity: 1 !important;
    background-color: #fef08a !important;
    background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-300 {
    --bg-opacity: 1 !important;
    background-color: #fde047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-400 {
    --bg-opacity: 1 !important;
    background-color: #facc15 !important;
    background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-500 {
    --bg-opacity: 1 !important;
    background-color: #eab308 !important;
    background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-600 {
    --bg-opacity: 1 !important;
    background-color: #ca8a04 !important;
    background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-700 {
    --bg-opacity: 1 !important;
    background-color: #a16207 !important;
    background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-800 {
    --bg-opacity: 1 !important;
    background-color: #854d0e !important;
    background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-900 {
    --bg-opacity: 1 !important;
    background-color: #713f12 !important;
    background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-green-50 {
    --bg-opacity: 1 !important;
    background-color: #f0fdf4 !important;
    background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-green-100 {
    --bg-opacity: 1 !important;
    background-color: #dcfce7 !important;
    background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-green-200 {
    --bg-opacity: 1 !important;
    background-color: #bbf7d0 !important;
    background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-green-300 {
    --bg-opacity: 1 !important;
    background-color: #86efac !important;
    background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-green-400 {
    --bg-opacity: 1 !important;
    background-color: #4ade80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-green-500 {
    --bg-opacity: 1 !important;
    background-color: #22c55e !important;
    background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-green-600 {
    --bg-opacity: 1 !important;
    background-color: #16a34a !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-green-700 {
    --bg-opacity: 1 !important;
    background-color: #15803d !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-green-800 {
    --bg-opacity: 1 !important;
    background-color: #166534 !important;
    background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-green-900 {
    --bg-opacity: 1 !important;
    background-color: #14532d !important;
    background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-teal-50 {
    --bg-opacity: 1 !important;
    background-color: #f0fdfa !important;
    background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-teal-100 {
    --bg-opacity: 1 !important;
    background-color: #ccfbf1 !important;
    background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-teal-200 {
    --bg-opacity: 1 !important;
    background-color: #99f6e4 !important;
    background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-teal-300 {
    --bg-opacity: 1 !important;
    background-color: #5eead4 !important;
    background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-teal-400 {
    --bg-opacity: 1 !important;
    background-color: #2dd4bf !important;
    background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-teal-500 {
    --bg-opacity: 1 !important;
    background-color: #14b8a6 !important;
    background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-teal-600 {
    --bg-opacity: 1 !important;
    background-color: #0d9488 !important;
    background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-teal-700 {
    --bg-opacity: 1 !important;
    background-color: #0f766e !important;
    background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-teal-800 {
    --bg-opacity: 1 !important;
    background-color: #115e59 !important;
    background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-teal-900 {
    --bg-opacity: 1 !important;
    background-color: #134e4a !important;
    background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-blue-50 {
    --bg-opacity: 1 !important;
    background-color: #eff6ff !important;
    background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-blue-100 {
    --bg-opacity: 1 !important;
    background-color: #dbeafe !important;
    background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-blue-200 {
    --bg-opacity: 1 !important;
    background-color: #bfdbfe !important;
    background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-blue-300 {
    --bg-opacity: 1 !important;
    background-color: #93c5fd !important;
    background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-blue-400 {
    --bg-opacity: 1 !important;
    background-color: #60a5fa !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-blue-500 {
    --bg-opacity: 1 !important;
    background-color: #3b82f6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-blue-600 {
    --bg-opacity: 1 !important;
    background-color: #2563eb !important;
    background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-blue-700 {
    --bg-opacity: 1 !important;
    background-color: #1d4ed8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-blue-800 {
    --bg-opacity: 1 !important;
    background-color: #1e40af !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-blue-900 {
    --bg-opacity: 1 !important;
    background-color: #1e3a8a !important;
    background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-50 {
    --bg-opacity: 1 !important;
    background-color: #eef2ff !important;
    background-color: rgba(238, 242, 255, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-100 {
    --bg-opacity: 1 !important;
    background-color: #e0e7ff !important;
    background-color: rgba(224, 231, 255, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-200 {
    --bg-opacity: 1 !important;
    background-color: #c7d2fe !important;
    background-color: rgba(199, 210, 254, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-300 {
    --bg-opacity: 1 !important;
    background-color: #a5b4fc !important;
    background-color: rgba(165, 180, 252, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-400 {
    --bg-opacity: 1 !important;
    background-color: #818cf8 !important;
    background-color: rgba(129, 140, 248, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-500 {
    --bg-opacity: 1 !important;
    background-color: #6366f1 !important;
    background-color: rgba(99, 102, 241, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-600 {
    --bg-opacity: 1 !important;
    background-color: #4f46e5 !important;
    background-color: rgba(79, 70, 229, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-700 {
    --bg-opacity: 1 !important;
    background-color: #4338ca !important;
    background-color: rgba(67, 56, 202, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-800 {
    --bg-opacity: 1 !important;
    background-color: #3730a3 !important;
    background-color: rgba(55, 48, 163, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-900 {
    --bg-opacity: 1 !important;
    background-color: #312e81 !important;
    background-color: rgba(49, 46, 129, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-purple-50 {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-purple-100 {
    --bg-opacity: 1 !important;
    background-color: #f3e8ff !important;
    background-color: rgba(243, 232, 255, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-purple-200 {
    --bg-opacity: 1 !important;
    background-color: #e9d5ff !important;
    background-color: rgba(233, 213, 255, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-purple-300 {
    --bg-opacity: 1 !important;
    background-color: #d8b4fe !important;
    background-color: rgba(216, 180, 254, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-purple-400 {
    --bg-opacity: 1 !important;
    background-color: #c084fc !important;
    background-color: rgba(192, 132, 252, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-purple-500 {
    --bg-opacity: 1 !important;
    background-color: #a855f7 !important;
    background-color: rgba(168, 85, 247, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-purple-600 {
    --bg-opacity: 1 !important;
    background-color: #9333ea !important;
    background-color: rgba(147, 51, 234, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-purple-700 {
    --bg-opacity: 1 !important;
    background-color: #7e22ce !important;
    background-color: rgba(126, 34, 206, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-purple-800 {
    --bg-opacity: 1 !important;
    background-color: #6b21a8 !important;
    background-color: rgba(107, 33, 168, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-purple-900 {
    --bg-opacity: 1 !important;
    background-color: #581c87 !important;
    background-color: rgba(88, 28, 135, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-pink-50 {
    --bg-opacity: 1 !important;
    background-color: #fdf2f8 !important;
    background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-pink-100 {
    --bg-opacity: 1 !important;
    background-color: #fce7f3 !important;
    background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-pink-200 {
    --bg-opacity: 1 !important;
    background-color: #fbcfe8 !important;
    background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-pink-300 {
    --bg-opacity: 1 !important;
    background-color: #f9a8d4 !important;
    background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-pink-400 {
    --bg-opacity: 1 !important;
    background-color: #f472b6 !important;
    background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-pink-500 {
    --bg-opacity: 1 !important;
    background-color: #ec4899 !important;
    background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-pink-600 {
    --bg-opacity: 1 !important;
    background-color: #db2777 !important;
    background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-pink-700 {
    --bg-opacity: 1 !important;
    background-color: #be185d !important;
    background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-pink-800 {
    --bg-opacity: 1 !important;
    background-color: #9d174d !important;
    background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-pink-900 {
    --bg-opacity: 1 !important;
    background-color: #831843 !important;
    background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-app-main {
    --bg-opacity: 1 !important;
    background-color: #F18D11 !important;
    background-color: rgba(241, 141, 17, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-app-sub-blue {
    --bg-opacity: 1 !important;
    background-color: #1E548F !important;
    background-color: rgba(30, 84, 143, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-app-yellow {
    --bg-opacity: 1 !important;
    background-color: #FFF5D1 !important;
    background-color: rgba(255, 245, 209, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-theme-primary {
    --bg-opacity: 1 !important;
    background-color: #f3980f !important;
    background-color: rgba(243, 152, 15, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-theme-info {
    --bg-opacity: 1 !important;
    background-color: #1b925a !important;
    background-color: rgba(27, 146, 90, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-slate-50 {
    --bg-opacity: 1 !important;
    background-color: #f8fafc !important;
    background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-slate-100 {
    --bg-opacity: 1 !important;
    background-color: #f1f5f9 !important;
    background-color: rgba(241, 245, 249, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-slate-200 {
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-slate-300 {
    --bg-opacity: 1 !important;
    background-color: #cbd5e1 !important;
    background-color: rgba(203, 213, 225, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-slate-400 {
    --bg-opacity: 1 !important;
    background-color: #94a3b8 !important;
    background-color: rgba(148, 163, 184, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-slate-500 {
    --bg-opacity: 1 !important;
    background-color: #64748b !important;
    background-color: rgba(100, 116, 139, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-slate-600 {
    --bg-opacity: 1 !important;
    background-color: #475569 !important;
    background-color: rgba(71, 85, 105, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-slate-700 {
    --bg-opacity: 1 !important;
    background-color: #334155 !important;
    background-color: rgba(51, 65, 85, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-slate-800 {
    --bg-opacity: 1 !important;
    background-color: #1e293b !important;
    background-color: rgba(30, 41, 59, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-slate-900 {
    --bg-opacity: 1 !important;
    background-color: #0f172a !important;
    background-color: rgba(15, 23, 42, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-zinc-50 {
    --bg-opacity: 1 !important;
    background-color: #fafafa !important;
    background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-zinc-100 {
    --bg-opacity: 1 !important;
    background-color: #f4f4f5 !important;
    background-color: rgba(244, 244, 245, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-zinc-200 {
    --bg-opacity: 1 !important;
    background-color: #e4e4e7 !important;
    background-color: rgba(228, 228, 231, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-zinc-300 {
    --bg-opacity: 1 !important;
    background-color: #d4d4d8 !important;
    background-color: rgba(212, 212, 216, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-zinc-400 {
    --bg-opacity: 1 !important;
    background-color: #a1a1aa !important;
    background-color: rgba(161, 161, 170, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-zinc-500 {
    --bg-opacity: 1 !important;
    background-color: #71717a !important;
    background-color: rgba(113, 113, 122, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-zinc-600 {
    --bg-opacity: 1 !important;
    background-color: #52525b !important;
    background-color: rgba(82, 82, 91, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-zinc-700 {
    --bg-opacity: 1 !important;
    background-color: #3f3f46 !important;
    background-color: rgba(63, 63, 70, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-zinc-800 {
    --bg-opacity: 1 !important;
    background-color: #27272a !important;
    background-color: rgba(39, 39, 42, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-zinc-900 {
    --bg-opacity: 1 !important;
    background-color: #18181b !important;
    background-color: rgba(24, 24, 27, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-neutral-50 {
    --bg-opacity: 1 !important;
    background-color: #fafafa !important;
    background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-neutral-100 {
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-neutral-200 {
    --bg-opacity: 1 !important;
    background-color: #e5e5e5 !important;
    background-color: rgba(229, 229, 229, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-neutral-300 {
    --bg-opacity: 1 !important;
    background-color: #d4d4d4 !important;
    background-color: rgba(212, 212, 212, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-neutral-400 {
    --bg-opacity: 1 !important;
    background-color: #a3a3a3 !important;
    background-color: rgba(163, 163, 163, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-neutral-500 {
    --bg-opacity: 1 !important;
    background-color: #737373 !important;
    background-color: rgba(115, 115, 115, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-neutral-600 {
    --bg-opacity: 1 !important;
    background-color: #525252 !important;
    background-color: rgba(82, 82, 82, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-neutral-700 {
    --bg-opacity: 1 !important;
    background-color: #404040 !important;
    background-color: rgba(64, 64, 64, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-neutral-800 {
    --bg-opacity: 1 !important;
    background-color: #262626 !important;
    background-color: rgba(38, 38, 38, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-neutral-900 {
    --bg-opacity: 1 !important;
    background-color: #171717 !important;
    background-color: rgba(23, 23, 23, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-stone-50 {
    --bg-opacity: 1 !important;
    background-color: #fafaf9 !important;
    background-color: rgba(250, 250, 249, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-stone-100 {
    --bg-opacity: 1 !important;
    background-color: #f5f5f4 !important;
    background-color: rgba(245, 245, 244, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-stone-200 {
    --bg-opacity: 1 !important;
    background-color: #e7e5e4 !important;
    background-color: rgba(231, 229, 228, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-stone-300 {
    --bg-opacity: 1 !important;
    background-color: #d6d3d1 !important;
    background-color: rgba(214, 211, 209, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-stone-400 {
    --bg-opacity: 1 !important;
    background-color: #a8a29e !important;
    background-color: rgba(168, 162, 158, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-stone-500 {
    --bg-opacity: 1 !important;
    background-color: #78716c !important;
    background-color: rgba(120, 113, 108, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-stone-600 {
    --bg-opacity: 1 !important;
    background-color: #57534e !important;
    background-color: rgba(87, 83, 78, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-stone-700 {
    --bg-opacity: 1 !important;
    background-color: #44403c !important;
    background-color: rgba(68, 64, 60, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-stone-800 {
    --bg-opacity: 1 !important;
    background-color: #292524 !important;
    background-color: rgba(41, 37, 36, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-stone-900 {
    --bg-opacity: 1 !important;
    background-color: #1c1917 !important;
    background-color: rgba(28, 25, 23, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-amber-50 {
    --bg-opacity: 1 !important;
    background-color: #fffbeb !important;
    background-color: rgba(255, 251, 235, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-amber-100 {
    --bg-opacity: 1 !important;
    background-color: #fef3c7 !important;
    background-color: rgba(254, 243, 199, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-amber-200 {
    --bg-opacity: 1 !important;
    background-color: #fde68a !important;
    background-color: rgba(253, 230, 138, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-amber-300 {
    --bg-opacity: 1 !important;
    background-color: #fcd34d !important;
    background-color: rgba(252, 211, 77, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-amber-400 {
    --bg-opacity: 1 !important;
    background-color: #fbbf24 !important;
    background-color: rgba(251, 191, 36, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-amber-500 {
    --bg-opacity: 1 !important;
    background-color: #f59e0b !important;
    background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-amber-600 {
    --bg-opacity: 1 !important;
    background-color: #d97706 !important;
    background-color: rgba(217, 119, 6, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-amber-700 {
    --bg-opacity: 1 !important;
    background-color: #b45309 !important;
    background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-amber-800 {
    --bg-opacity: 1 !important;
    background-color: #92400e !important;
    background-color: rgba(146, 64, 14, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-amber-900 {
    --bg-opacity: 1 !important;
    background-color: #78350f !important;
    background-color: rgba(120, 53, 15, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-lime-50 {
    --bg-opacity: 1 !important;
    background-color: #f7fee7 !important;
    background-color: rgba(247, 254, 231, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-lime-100 {
    --bg-opacity: 1 !important;
    background-color: #ecfccb !important;
    background-color: rgba(236, 252, 203, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-lime-200 {
    --bg-opacity: 1 !important;
    background-color: #d9f99d !important;
    background-color: rgba(217, 249, 157, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-lime-300 {
    --bg-opacity: 1 !important;
    background-color: #bef264 !important;
    background-color: rgba(190, 242, 100, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-lime-400 {
    --bg-opacity: 1 !important;
    background-color: #a3e635 !important;
    background-color: rgba(163, 230, 53, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-lime-500 {
    --bg-opacity: 1 !important;
    background-color: #84cc16 !important;
    background-color: rgba(132, 204, 22, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-lime-600 {
    --bg-opacity: 1 !important;
    background-color: #65a30d !important;
    background-color: rgba(101, 163, 13, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-lime-700 {
    --bg-opacity: 1 !important;
    background-color: #4d7c0f !important;
    background-color: rgba(77, 124, 15, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-lime-800 {
    --bg-opacity: 1 !important;
    background-color: #3f6212 !important;
    background-color: rgba(63, 98, 18, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-lime-900 {
    --bg-opacity: 1 !important;
    background-color: #365314 !important;
    background-color: rgba(54, 83, 20, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-emerald-50 {
    --bg-opacity: 1 !important;
    background-color: #ecfdf5 !important;
    background-color: rgba(236, 253, 245, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-emerald-100 {
    --bg-opacity: 1 !important;
    background-color: #d1fae5 !important;
    background-color: rgba(209, 250, 229, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-emerald-200 {
    --bg-opacity: 1 !important;
    background-color: #a7f3d0 !important;
    background-color: rgba(167, 243, 208, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-emerald-300 {
    --bg-opacity: 1 !important;
    background-color: #6ee7b7 !important;
    background-color: rgba(110, 231, 183, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-emerald-400 {
    --bg-opacity: 1 !important;
    background-color: #34d399 !important;
    background-color: rgba(52, 211, 153, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-emerald-500 {
    --bg-opacity: 1 !important;
    background-color: #10b981 !important;
    background-color: rgba(16, 185, 129, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-emerald-600 {
    --bg-opacity: 1 !important;
    background-color: #059669 !important;
    background-color: rgba(5, 150, 105, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-emerald-700 {
    --bg-opacity: 1 !important;
    background-color: #047857 !important;
    background-color: rgba(4, 120, 87, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-emerald-800 {
    --bg-opacity: 1 !important;
    background-color: #065f46 !important;
    background-color: rgba(6, 95, 70, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-emerald-900 {
    --bg-opacity: 1 !important;
    background-color: #064e3b !important;
    background-color: rgba(6, 78, 59, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-cyan-50 {
    --bg-opacity: 1 !important;
    background-color: #ecfeff !important;
    background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-cyan-100 {
    --bg-opacity: 1 !important;
    background-color: #cffafe !important;
    background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-cyan-200 {
    --bg-opacity: 1 !important;
    background-color: #a5f3fc !important;
    background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-cyan-300 {
    --bg-opacity: 1 !important;
    background-color: #67e8f9 !important;
    background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-cyan-400 {
    --bg-opacity: 1 !important;
    background-color: #22d3ee !important;
    background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-cyan-500 {
    --bg-opacity: 1 !important;
    background-color: #06b6d4 !important;
    background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-cyan-600 {
    --bg-opacity: 1 !important;
    background-color: #0891b2 !important;
    background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-cyan-700 {
    --bg-opacity: 1 !important;
    background-color: #0e7490 !important;
    background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-cyan-800 {
    --bg-opacity: 1 !important;
    background-color: #155e75 !important;
    background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-cyan-900 {
    --bg-opacity: 1 !important;
    background-color: #164e63 !important;
    background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-sky-50 {
    --bg-opacity: 1 !important;
    background-color: #f0f9ff !important;
    background-color: rgba(240, 249, 255, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-sky-100 {
    --bg-opacity: 1 !important;
    background-color: #e0f2fe !important;
    background-color: rgba(224, 242, 254, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-sky-200 {
    --bg-opacity: 1 !important;
    background-color: #bae6fd !important;
    background-color: rgba(186, 230, 253, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-sky-300 {
    --bg-opacity: 1 !important;
    background-color: #7dd3fc !important;
    background-color: rgba(125, 211, 252, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-sky-400 {
    --bg-opacity: 1 !important;
    background-color: #38bdf8 !important;
    background-color: rgba(56, 189, 248, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-sky-500 {
    --bg-opacity: 1 !important;
    background-color: #0ea5e9 !important;
    background-color: rgba(14, 165, 233, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-sky-600 {
    --bg-opacity: 1 !important;
    background-color: #0284c7 !important;
    background-color: rgba(2, 132, 199, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-sky-700 {
    --bg-opacity: 1 !important;
    background-color: #0369a1 !important;
    background-color: rgba(3, 105, 161, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-sky-800 {
    --bg-opacity: 1 !important;
    background-color: #075985 !important;
    background-color: rgba(7, 89, 133, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-sky-900 {
    --bg-opacity: 1 !important;
    background-color: #0c4a6e !important;
    background-color: rgba(12, 74, 110, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-violet-50 {
    --bg-opacity: 1 !important;
    background-color: #f5f3ff !important;
    background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-violet-100 {
    --bg-opacity: 1 !important;
    background-color: #ede9fe !important;
    background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-violet-200 {
    --bg-opacity: 1 !important;
    background-color: #ddd6fe !important;
    background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-violet-300 {
    --bg-opacity: 1 !important;
    background-color: #c4b5fd !important;
    background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-violet-400 {
    --bg-opacity: 1 !important;
    background-color: #a78bfa !important;
    background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-violet-500 {
    --bg-opacity: 1 !important;
    background-color: #8b5cf6 !important;
    background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-violet-600 {
    --bg-opacity: 1 !important;
    background-color: #7c3aed !important;
    background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-violet-700 {
    --bg-opacity: 1 !important;
    background-color: #6d28d9 !important;
    background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-violet-800 {
    --bg-opacity: 1 !important;
    background-color: #5b21b6 !important;
    background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-violet-900 {
    --bg-opacity: 1 !important;
    background-color: #4c1d95 !important;
    background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-fuchsia-50 {
    --bg-opacity: 1 !important;
    background-color: #fdf4ff !important;
    background-color: rgba(253, 244, 255, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-fuchsia-100 {
    --bg-opacity: 1 !important;
    background-color: #fae8ff !important;
    background-color: rgba(250, 232, 255, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-fuchsia-200 {
    --bg-opacity: 1 !important;
    background-color: #f5d0fe !important;
    background-color: rgba(245, 208, 254, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-fuchsia-300 {
    --bg-opacity: 1 !important;
    background-color: #f0abfc !important;
    background-color: rgba(240, 171, 252, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-fuchsia-400 {
    --bg-opacity: 1 !important;
    background-color: #e879f9 !important;
    background-color: rgba(232, 121, 249, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-fuchsia-500 {
    --bg-opacity: 1 !important;
    background-color: #d946ef !important;
    background-color: rgba(217, 70, 239, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-fuchsia-600 {
    --bg-opacity: 1 !important;
    background-color: #c026d3 !important;
    background-color: rgba(192, 38, 211, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-fuchsia-700 {
    --bg-opacity: 1 !important;
    background-color: #a21caf !important;
    background-color: rgba(162, 28, 175, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-fuchsia-800 {
    --bg-opacity: 1 !important;
    background-color: #86198f !important;
    background-color: rgba(134, 25, 143, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-fuchsia-900 {
    --bg-opacity: 1 !important;
    background-color: #701a75 !important;
    background-color: rgba(112, 26, 117, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-rose-50 {
    --bg-opacity: 1 !important;
    background-color: #fff1f2 !important;
    background-color: rgba(255, 241, 242, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-rose-100 {
    --bg-opacity: 1 !important;
    background-color: #ffe4e6 !important;
    background-color: rgba(255, 228, 230, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-rose-200 {
    --bg-opacity: 1 !important;
    background-color: #fecdd3 !important;
    background-color: rgba(254, 205, 211, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-rose-300 {
    --bg-opacity: 1 !important;
    background-color: #fda4af !important;
    background-color: rgba(253, 164, 175, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-rose-400 {
    --bg-opacity: 1 !important;
    background-color: #fb7185 !important;
    background-color: rgba(251, 113, 133, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-rose-500 {
    --bg-opacity: 1 !important;
    background-color: #f43f5e !important;
    background-color: rgba(244, 63, 94, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-rose-600 {
    --bg-opacity: 1 !important;
    background-color: #e11d48 !important;
    background-color: rgba(225, 29, 72, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-rose-700 {
    --bg-opacity: 1 !important;
    background-color: #be123c !important;
    background-color: rgba(190, 18, 60, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-rose-800 {
    --bg-opacity: 1 !important;
    background-color: #9f1239 !important;
    background-color: rgba(159, 18, 57, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-rose-900 {
    --bg-opacity: 1 !important;
    background-color: #881337 !important;
    background-color: rgba(136, 19, 55, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-transparent:hover {
    background-color: transparent !important;
  }

  .md\:hover\:tw-bg-current:hover {
    background-color: currentColor !important;
  }

  .md\:hover\:tw-bg-black:hover {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-white:hover {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-50:hover {
    --bg-opacity: 1 !important;
    background-color: #f9fafb !important;
    background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f3f4f6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e5e7eb !important;
    background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d1d5db !important;
    background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-400:hover {
    --bg-opacity: 1 !important;
    background-color: #9ca3af !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-500:hover {
    --bg-opacity: 1 !important;
    background-color: #6b7280 !important;
    background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-600:hover {
    --bg-opacity: 1 !important;
    background-color: #4b5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-700:hover {
    --bg-opacity: 1 !important;
    background-color: #374151 !important;
    background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-800:hover {
    --bg-opacity: 1 !important;
    background-color: #1f2937 !important;
    background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-900:hover {
    --bg-opacity: 1 !important;
    background-color: #111827 !important;
    background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fef2f2 !important;
    background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fee2e2 !important;
    background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fecaca !important;
    background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fca5a5 !important;
    background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-400:hover {
    --bg-opacity: 1 !important;
    background-color: #f87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-500:hover {
    --bg-opacity: 1 !important;
    background-color: #ef4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-600:hover {
    --bg-opacity: 1 !important;
    background-color: #dc2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-700:hover {
    --bg-opacity: 1 !important;
    background-color: #b91c1c !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-800:hover {
    --bg-opacity: 1 !important;
    background-color: #991b1b !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-900:hover {
    --bg-opacity: 1 !important;
    background-color: #7f1d1d !important;
    background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fff7ed !important;
    background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ffedd5 !important;
    background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fed7aa !important;
    background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fdba74 !important;
    background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-400:hover {
    --bg-opacity: 1 !important;
    background-color: #fb923c !important;
    background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-500:hover {
    --bg-opacity: 1 !important;
    background-color: #f97316 !important;
    background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-600:hover {
    --bg-opacity: 1 !important;
    background-color: #ea580c !important;
    background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-700:hover {
    --bg-opacity: 1 !important;
    background-color: #c2410c !important;
    background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-800:hover {
    --bg-opacity: 1 !important;
    background-color: #9a3412 !important;
    background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-900:hover {
    --bg-opacity: 1 !important;
    background-color: #7c2d12 !important;
    background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fefce8 !important;
    background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fef9c3 !important;
    background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fef08a !important;
    background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fde047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-400:hover {
    --bg-opacity: 1 !important;
    background-color: #facc15 !important;
    background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-500:hover {
    --bg-opacity: 1 !important;
    background-color: #eab308 !important;
    background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-600:hover {
    --bg-opacity: 1 !important;
    background-color: #ca8a04 !important;
    background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-700:hover {
    --bg-opacity: 1 !important;
    background-color: #a16207 !important;
    background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-800:hover {
    --bg-opacity: 1 !important;
    background-color: #854d0e !important;
    background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-900:hover {
    --bg-opacity: 1 !important;
    background-color: #713f12 !important;
    background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-50:hover {
    --bg-opacity: 1 !important;
    background-color: #f0fdf4 !important;
    background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-100:hover {
    --bg-opacity: 1 !important;
    background-color: #dcfce7 !important;
    background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-200:hover {
    --bg-opacity: 1 !important;
    background-color: #bbf7d0 !important;
    background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-300:hover {
    --bg-opacity: 1 !important;
    background-color: #86efac !important;
    background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-400:hover {
    --bg-opacity: 1 !important;
    background-color: #4ade80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-500:hover {
    --bg-opacity: 1 !important;
    background-color: #22c55e !important;
    background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-600:hover {
    --bg-opacity: 1 !important;
    background-color: #16a34a !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-700:hover {
    --bg-opacity: 1 !important;
    background-color: #15803d !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-800:hover {
    --bg-opacity: 1 !important;
    background-color: #166534 !important;
    background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-900:hover {
    --bg-opacity: 1 !important;
    background-color: #14532d !important;
    background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-50:hover {
    --bg-opacity: 1 !important;
    background-color: #f0fdfa !important;
    background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ccfbf1 !important;
    background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-200:hover {
    --bg-opacity: 1 !important;
    background-color: #99f6e4 !important;
    background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-300:hover {
    --bg-opacity: 1 !important;
    background-color: #5eead4 !important;
    background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-400:hover {
    --bg-opacity: 1 !important;
    background-color: #2dd4bf !important;
    background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-500:hover {
    --bg-opacity: 1 !important;
    background-color: #14b8a6 !important;
    background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-600:hover {
    --bg-opacity: 1 !important;
    background-color: #0d9488 !important;
    background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-700:hover {
    --bg-opacity: 1 !important;
    background-color: #0f766e !important;
    background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-800:hover {
    --bg-opacity: 1 !important;
    background-color: #115e59 !important;
    background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-900:hover {
    --bg-opacity: 1 !important;
    background-color: #134e4a !important;
    background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-50:hover {
    --bg-opacity: 1 !important;
    background-color: #eff6ff !important;
    background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-100:hover {
    --bg-opacity: 1 !important;
    background-color: #dbeafe !important;
    background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-200:hover {
    --bg-opacity: 1 !important;
    background-color: #bfdbfe !important;
    background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-300:hover {
    --bg-opacity: 1 !important;
    background-color: #93c5fd !important;
    background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-400:hover {
    --bg-opacity: 1 !important;
    background-color: #60a5fa !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-500:hover {
    --bg-opacity: 1 !important;
    background-color: #3b82f6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-600:hover {
    --bg-opacity: 1 !important;
    background-color: #2563eb !important;
    background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-700:hover {
    --bg-opacity: 1 !important;
    background-color: #1d4ed8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-800:hover {
    --bg-opacity: 1 !important;
    background-color: #1e40af !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-900:hover {
    --bg-opacity: 1 !important;
    background-color: #1e3a8a !important;
    background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-50:hover {
    --bg-opacity: 1 !important;
    background-color: #eef2ff !important;
    background-color: rgba(238, 242, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-100:hover {
    --bg-opacity: 1 !important;
    background-color: #e0e7ff !important;
    background-color: rgba(224, 231, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-200:hover {
    --bg-opacity: 1 !important;
    background-color: #c7d2fe !important;
    background-color: rgba(199, 210, 254, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-300:hover {
    --bg-opacity: 1 !important;
    background-color: #a5b4fc !important;
    background-color: rgba(165, 180, 252, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-400:hover {
    --bg-opacity: 1 !important;
    background-color: #818cf8 !important;
    background-color: rgba(129, 140, 248, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-500:hover {
    --bg-opacity: 1 !important;
    background-color: #6366f1 !important;
    background-color: rgba(99, 102, 241, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-600:hover {
    --bg-opacity: 1 !important;
    background-color: #4f46e5 !important;
    background-color: rgba(79, 70, 229, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-700:hover {
    --bg-opacity: 1 !important;
    background-color: #4338ca !important;
    background-color: rgba(67, 56, 202, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-800:hover {
    --bg-opacity: 1 !important;
    background-color: #3730a3 !important;
    background-color: rgba(55, 48, 163, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-900:hover {
    --bg-opacity: 1 !important;
    background-color: #312e81 !important;
    background-color: rgba(49, 46, 129, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-50:hover {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f3e8ff !important;
    background-color: rgba(243, 232, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e9d5ff !important;
    background-color: rgba(233, 213, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d8b4fe !important;
    background-color: rgba(216, 180, 254, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-400:hover {
    --bg-opacity: 1 !important;
    background-color: #c084fc !important;
    background-color: rgba(192, 132, 252, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-500:hover {
    --bg-opacity: 1 !important;
    background-color: #a855f7 !important;
    background-color: rgba(168, 85, 247, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-600:hover {
    --bg-opacity: 1 !important;
    background-color: #9333ea !important;
    background-color: rgba(147, 51, 234, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-700:hover {
    --bg-opacity: 1 !important;
    background-color: #7e22ce !important;
    background-color: rgba(126, 34, 206, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-800:hover {
    --bg-opacity: 1 !important;
    background-color: #6b21a8 !important;
    background-color: rgba(107, 33, 168, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-900:hover {
    --bg-opacity: 1 !important;
    background-color: #581c87 !important;
    background-color: rgba(88, 28, 135, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fdf2f8 !important;
    background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fce7f3 !important;
    background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fbcfe8 !important;
    background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-300:hover {
    --bg-opacity: 1 !important;
    background-color: #f9a8d4 !important;
    background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-400:hover {
    --bg-opacity: 1 !important;
    background-color: #f472b6 !important;
    background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-500:hover {
    --bg-opacity: 1 !important;
    background-color: #ec4899 !important;
    background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-600:hover {
    --bg-opacity: 1 !important;
    background-color: #db2777 !important;
    background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-700:hover {
    --bg-opacity: 1 !important;
    background-color: #be185d !important;
    background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-800:hover {
    --bg-opacity: 1 !important;
    background-color: #9d174d !important;
    background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-900:hover {
    --bg-opacity: 1 !important;
    background-color: #831843 !important;
    background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-app-main:hover {
    --bg-opacity: 1 !important;
    background-color: #F18D11 !important;
    background-color: rgba(241, 141, 17, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-app-sub-blue:hover {
    --bg-opacity: 1 !important;
    background-color: #1E548F !important;
    background-color: rgba(30, 84, 143, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-app-yellow:hover {
    --bg-opacity: 1 !important;
    background-color: #FFF5D1 !important;
    background-color: rgba(255, 245, 209, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-theme-primary:hover {
    --bg-opacity: 1 !important;
    background-color: #f3980f !important;
    background-color: rgba(243, 152, 15, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-theme-info:hover {
    --bg-opacity: 1 !important;
    background-color: #1b925a !important;
    background-color: rgba(27, 146, 90, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-slate-50:hover {
    --bg-opacity: 1 !important;
    background-color: #f8fafc !important;
    background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-slate-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f1f5f9 !important;
    background-color: rgba(241, 245, 249, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-slate-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-slate-300:hover {
    --bg-opacity: 1 !important;
    background-color: #cbd5e1 !important;
    background-color: rgba(203, 213, 225, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-slate-400:hover {
    --bg-opacity: 1 !important;
    background-color: #94a3b8 !important;
    background-color: rgba(148, 163, 184, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-slate-500:hover {
    --bg-opacity: 1 !important;
    background-color: #64748b !important;
    background-color: rgba(100, 116, 139, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-slate-600:hover {
    --bg-opacity: 1 !important;
    background-color: #475569 !important;
    background-color: rgba(71, 85, 105, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-slate-700:hover {
    --bg-opacity: 1 !important;
    background-color: #334155 !important;
    background-color: rgba(51, 65, 85, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-slate-800:hover {
    --bg-opacity: 1 !important;
    background-color: #1e293b !important;
    background-color: rgba(30, 41, 59, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-slate-900:hover {
    --bg-opacity: 1 !important;
    background-color: #0f172a !important;
    background-color: rgba(15, 23, 42, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-zinc-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fafafa !important;
    background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-zinc-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f4f4f5 !important;
    background-color: rgba(244, 244, 245, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-zinc-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e4e4e7 !important;
    background-color: rgba(228, 228, 231, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-zinc-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d4d4d8 !important;
    background-color: rgba(212, 212, 216, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-zinc-400:hover {
    --bg-opacity: 1 !important;
    background-color: #a1a1aa !important;
    background-color: rgba(161, 161, 170, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-zinc-500:hover {
    --bg-opacity: 1 !important;
    background-color: #71717a !important;
    background-color: rgba(113, 113, 122, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-zinc-600:hover {
    --bg-opacity: 1 !important;
    background-color: #52525b !important;
    background-color: rgba(82, 82, 91, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-zinc-700:hover {
    --bg-opacity: 1 !important;
    background-color: #3f3f46 !important;
    background-color: rgba(63, 63, 70, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-zinc-800:hover {
    --bg-opacity: 1 !important;
    background-color: #27272a !important;
    background-color: rgba(39, 39, 42, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-zinc-900:hover {
    --bg-opacity: 1 !important;
    background-color: #18181b !important;
    background-color: rgba(24, 24, 27, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-neutral-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fafafa !important;
    background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-neutral-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-neutral-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e5e5e5 !important;
    background-color: rgba(229, 229, 229, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-neutral-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d4d4d4 !important;
    background-color: rgba(212, 212, 212, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-neutral-400:hover {
    --bg-opacity: 1 !important;
    background-color: #a3a3a3 !important;
    background-color: rgba(163, 163, 163, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-neutral-500:hover {
    --bg-opacity: 1 !important;
    background-color: #737373 !important;
    background-color: rgba(115, 115, 115, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-neutral-600:hover {
    --bg-opacity: 1 !important;
    background-color: #525252 !important;
    background-color: rgba(82, 82, 82, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-neutral-700:hover {
    --bg-opacity: 1 !important;
    background-color: #404040 !important;
    background-color: rgba(64, 64, 64, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-neutral-800:hover {
    --bg-opacity: 1 !important;
    background-color: #262626 !important;
    background-color: rgba(38, 38, 38, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-neutral-900:hover {
    --bg-opacity: 1 !important;
    background-color: #171717 !important;
    background-color: rgba(23, 23, 23, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-stone-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fafaf9 !important;
    background-color: rgba(250, 250, 249, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-stone-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f5f5f4 !important;
    background-color: rgba(245, 245, 244, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-stone-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e7e5e4 !important;
    background-color: rgba(231, 229, 228, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-stone-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d6d3d1 !important;
    background-color: rgba(214, 211, 209, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-stone-400:hover {
    --bg-opacity: 1 !important;
    background-color: #a8a29e !important;
    background-color: rgba(168, 162, 158, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-stone-500:hover {
    --bg-opacity: 1 !important;
    background-color: #78716c !important;
    background-color: rgba(120, 113, 108, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-stone-600:hover {
    --bg-opacity: 1 !important;
    background-color: #57534e !important;
    background-color: rgba(87, 83, 78, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-stone-700:hover {
    --bg-opacity: 1 !important;
    background-color: #44403c !important;
    background-color: rgba(68, 64, 60, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-stone-800:hover {
    --bg-opacity: 1 !important;
    background-color: #292524 !important;
    background-color: rgba(41, 37, 36, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-stone-900:hover {
    --bg-opacity: 1 !important;
    background-color: #1c1917 !important;
    background-color: rgba(28, 25, 23, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-amber-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fffbeb !important;
    background-color: rgba(255, 251, 235, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-amber-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fef3c7 !important;
    background-color: rgba(254, 243, 199, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-amber-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fde68a !important;
    background-color: rgba(253, 230, 138, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-amber-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fcd34d !important;
    background-color: rgba(252, 211, 77, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-amber-400:hover {
    --bg-opacity: 1 !important;
    background-color: #fbbf24 !important;
    background-color: rgba(251, 191, 36, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-amber-500:hover {
    --bg-opacity: 1 !important;
    background-color: #f59e0b !important;
    background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-amber-600:hover {
    --bg-opacity: 1 !important;
    background-color: #d97706 !important;
    background-color: rgba(217, 119, 6, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-amber-700:hover {
    --bg-opacity: 1 !important;
    background-color: #b45309 !important;
    background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-amber-800:hover {
    --bg-opacity: 1 !important;
    background-color: #92400e !important;
    background-color: rgba(146, 64, 14, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-amber-900:hover {
    --bg-opacity: 1 !important;
    background-color: #78350f !important;
    background-color: rgba(120, 53, 15, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lime-50:hover {
    --bg-opacity: 1 !important;
    background-color: #f7fee7 !important;
    background-color: rgba(247, 254, 231, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lime-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ecfccb !important;
    background-color: rgba(236, 252, 203, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lime-200:hover {
    --bg-opacity: 1 !important;
    background-color: #d9f99d !important;
    background-color: rgba(217, 249, 157, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lime-300:hover {
    --bg-opacity: 1 !important;
    background-color: #bef264 !important;
    background-color: rgba(190, 242, 100, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lime-400:hover {
    --bg-opacity: 1 !important;
    background-color: #a3e635 !important;
    background-color: rgba(163, 230, 53, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lime-500:hover {
    --bg-opacity: 1 !important;
    background-color: #84cc16 !important;
    background-color: rgba(132, 204, 22, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lime-600:hover {
    --bg-opacity: 1 !important;
    background-color: #65a30d !important;
    background-color: rgba(101, 163, 13, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lime-700:hover {
    --bg-opacity: 1 !important;
    background-color: #4d7c0f !important;
    background-color: rgba(77, 124, 15, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lime-800:hover {
    --bg-opacity: 1 !important;
    background-color: #3f6212 !important;
    background-color: rgba(63, 98, 18, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lime-900:hover {
    --bg-opacity: 1 !important;
    background-color: #365314 !important;
    background-color: rgba(54, 83, 20, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-emerald-50:hover {
    --bg-opacity: 1 !important;
    background-color: #ecfdf5 !important;
    background-color: rgba(236, 253, 245, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-emerald-100:hover {
    --bg-opacity: 1 !important;
    background-color: #d1fae5 !important;
    background-color: rgba(209, 250, 229, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-emerald-200:hover {
    --bg-opacity: 1 !important;
    background-color: #a7f3d0 !important;
    background-color: rgba(167, 243, 208, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-emerald-300:hover {
    --bg-opacity: 1 !important;
    background-color: #6ee7b7 !important;
    background-color: rgba(110, 231, 183, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-emerald-400:hover {
    --bg-opacity: 1 !important;
    background-color: #34d399 !important;
    background-color: rgba(52, 211, 153, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-emerald-500:hover {
    --bg-opacity: 1 !important;
    background-color: #10b981 !important;
    background-color: rgba(16, 185, 129, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-emerald-600:hover {
    --bg-opacity: 1 !important;
    background-color: #059669 !important;
    background-color: rgba(5, 150, 105, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-emerald-700:hover {
    --bg-opacity: 1 !important;
    background-color: #047857 !important;
    background-color: rgba(4, 120, 87, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-emerald-800:hover {
    --bg-opacity: 1 !important;
    background-color: #065f46 !important;
    background-color: rgba(6, 95, 70, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-emerald-900:hover {
    --bg-opacity: 1 !important;
    background-color: #064e3b !important;
    background-color: rgba(6, 78, 59, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-cyan-50:hover {
    --bg-opacity: 1 !important;
    background-color: #ecfeff !important;
    background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-cyan-100:hover {
    --bg-opacity: 1 !important;
    background-color: #cffafe !important;
    background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-cyan-200:hover {
    --bg-opacity: 1 !important;
    background-color: #a5f3fc !important;
    background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-cyan-300:hover {
    --bg-opacity: 1 !important;
    background-color: #67e8f9 !important;
    background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-cyan-400:hover {
    --bg-opacity: 1 !important;
    background-color: #22d3ee !important;
    background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-cyan-500:hover {
    --bg-opacity: 1 !important;
    background-color: #06b6d4 !important;
    background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-cyan-600:hover {
    --bg-opacity: 1 !important;
    background-color: #0891b2 !important;
    background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-cyan-700:hover {
    --bg-opacity: 1 !important;
    background-color: #0e7490 !important;
    background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-cyan-800:hover {
    --bg-opacity: 1 !important;
    background-color: #155e75 !important;
    background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-cyan-900:hover {
    --bg-opacity: 1 !important;
    background-color: #164e63 !important;
    background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-sky-50:hover {
    --bg-opacity: 1 !important;
    background-color: #f0f9ff !important;
    background-color: rgba(240, 249, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-sky-100:hover {
    --bg-opacity: 1 !important;
    background-color: #e0f2fe !important;
    background-color: rgba(224, 242, 254, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-sky-200:hover {
    --bg-opacity: 1 !important;
    background-color: #bae6fd !important;
    background-color: rgba(186, 230, 253, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-sky-300:hover {
    --bg-opacity: 1 !important;
    background-color: #7dd3fc !important;
    background-color: rgba(125, 211, 252, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-sky-400:hover {
    --bg-opacity: 1 !important;
    background-color: #38bdf8 !important;
    background-color: rgba(56, 189, 248, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-sky-500:hover {
    --bg-opacity: 1 !important;
    background-color: #0ea5e9 !important;
    background-color: rgba(14, 165, 233, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-sky-600:hover {
    --bg-opacity: 1 !important;
    background-color: #0284c7 !important;
    background-color: rgba(2, 132, 199, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-sky-700:hover {
    --bg-opacity: 1 !important;
    background-color: #0369a1 !important;
    background-color: rgba(3, 105, 161, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-sky-800:hover {
    --bg-opacity: 1 !important;
    background-color: #075985 !important;
    background-color: rgba(7, 89, 133, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-sky-900:hover {
    --bg-opacity: 1 !important;
    background-color: #0c4a6e !important;
    background-color: rgba(12, 74, 110, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-violet-50:hover {
    --bg-opacity: 1 !important;
    background-color: #f5f3ff !important;
    background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-violet-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ede9fe !important;
    background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-violet-200:hover {
    --bg-opacity: 1 !important;
    background-color: #ddd6fe !important;
    background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-violet-300:hover {
    --bg-opacity: 1 !important;
    background-color: #c4b5fd !important;
    background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-violet-400:hover {
    --bg-opacity: 1 !important;
    background-color: #a78bfa !important;
    background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-violet-500:hover {
    --bg-opacity: 1 !important;
    background-color: #8b5cf6 !important;
    background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-violet-600:hover {
    --bg-opacity: 1 !important;
    background-color: #7c3aed !important;
    background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-violet-700:hover {
    --bg-opacity: 1 !important;
    background-color: #6d28d9 !important;
    background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-violet-800:hover {
    --bg-opacity: 1 !important;
    background-color: #5b21b6 !important;
    background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-violet-900:hover {
    --bg-opacity: 1 !important;
    background-color: #4c1d95 !important;
    background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-fuchsia-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fdf4ff !important;
    background-color: rgba(253, 244, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-fuchsia-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fae8ff !important;
    background-color: rgba(250, 232, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-fuchsia-200:hover {
    --bg-opacity: 1 !important;
    background-color: #f5d0fe !important;
    background-color: rgba(245, 208, 254, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-fuchsia-300:hover {
    --bg-opacity: 1 !important;
    background-color: #f0abfc !important;
    background-color: rgba(240, 171, 252, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-fuchsia-400:hover {
    --bg-opacity: 1 !important;
    background-color: #e879f9 !important;
    background-color: rgba(232, 121, 249, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-fuchsia-500:hover {
    --bg-opacity: 1 !important;
    background-color: #d946ef !important;
    background-color: rgba(217, 70, 239, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-fuchsia-600:hover {
    --bg-opacity: 1 !important;
    background-color: #c026d3 !important;
    background-color: rgba(192, 38, 211, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-fuchsia-700:hover {
    --bg-opacity: 1 !important;
    background-color: #a21caf !important;
    background-color: rgba(162, 28, 175, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-fuchsia-800:hover {
    --bg-opacity: 1 !important;
    background-color: #86198f !important;
    background-color: rgba(134, 25, 143, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-fuchsia-900:hover {
    --bg-opacity: 1 !important;
    background-color: #701a75 !important;
    background-color: rgba(112, 26, 117, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-rose-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fff1f2 !important;
    background-color: rgba(255, 241, 242, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-rose-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ffe4e6 !important;
    background-color: rgba(255, 228, 230, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-rose-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fecdd3 !important;
    background-color: rgba(254, 205, 211, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-rose-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fda4af !important;
    background-color: rgba(253, 164, 175, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-rose-400:hover {
    --bg-opacity: 1 !important;
    background-color: #fb7185 !important;
    background-color: rgba(251, 113, 133, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-rose-500:hover {
    --bg-opacity: 1 !important;
    background-color: #f43f5e !important;
    background-color: rgba(244, 63, 94, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-rose-600:hover {
    --bg-opacity: 1 !important;
    background-color: #e11d48 !important;
    background-color: rgba(225, 29, 72, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-rose-700:hover {
    --bg-opacity: 1 !important;
    background-color: #be123c !important;
    background-color: rgba(190, 18, 60, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-rose-800:hover {
    --bg-opacity: 1 !important;
    background-color: #9f1239 !important;
    background-color: rgba(159, 18, 57, var(--bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-rose-900:hover {
    --bg-opacity: 1 !important;
    background-color: #881337 !important;
    background-color: rgba(136, 19, 55, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-transparent:focus {
    background-color: transparent !important;
  }

  .md\:focus\:tw-bg-current:focus {
    background-color: currentColor !important;
  }

  .md\:focus\:tw-bg-black:focus {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-white:focus {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-50:focus {
    --bg-opacity: 1 !important;
    background-color: #f9fafb !important;
    background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f3f4f6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-200:focus {
    --bg-opacity: 1 !important;
    background-color: #e5e7eb !important;
    background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-300:focus {
    --bg-opacity: 1 !important;
    background-color: #d1d5db !important;
    background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-400:focus {
    --bg-opacity: 1 !important;
    background-color: #9ca3af !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-500:focus {
    --bg-opacity: 1 !important;
    background-color: #6b7280 !important;
    background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-600:focus {
    --bg-opacity: 1 !important;
    background-color: #4b5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-700:focus {
    --bg-opacity: 1 !important;
    background-color: #374151 !important;
    background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-800:focus {
    --bg-opacity: 1 !important;
    background-color: #1f2937 !important;
    background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-900:focus {
    --bg-opacity: 1 !important;
    background-color: #111827 !important;
    background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fef2f2 !important;
    background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fee2e2 !important;
    background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fecaca !important;
    background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-300:focus {
    --bg-opacity: 1 !important;
    background-color: #fca5a5 !important;
    background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-400:focus {
    --bg-opacity: 1 !important;
    background-color: #f87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-500:focus {
    --bg-opacity: 1 !important;
    background-color: #ef4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-600:focus {
    --bg-opacity: 1 !important;
    background-color: #dc2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-700:focus {
    --bg-opacity: 1 !important;
    background-color: #b91c1c !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-800:focus {
    --bg-opacity: 1 !important;
    background-color: #991b1b !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-900:focus {
    --bg-opacity: 1 !important;
    background-color: #7f1d1d !important;
    background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fff7ed !important;
    background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-100:focus {
    --bg-opacity: 1 !important;
    background-color: #ffedd5 !important;
    background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fed7aa !important;
    background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-300:focus {
    --bg-opacity: 1 !important;
    background-color: #fdba74 !important;
    background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-400:focus {
    --bg-opacity: 1 !important;
    background-color: #fb923c !important;
    background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-500:focus {
    --bg-opacity: 1 !important;
    background-color: #f97316 !important;
    background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-600:focus {
    --bg-opacity: 1 !important;
    background-color: #ea580c !important;
    background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-700:focus {
    --bg-opacity: 1 !important;
    background-color: #c2410c !important;
    background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-800:focus {
    --bg-opacity: 1 !important;
    background-color: #9a3412 !important;
    background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-900:focus {
    --bg-opacity: 1 !important;
    background-color: #7c2d12 !important;
    background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fefce8 !important;
    background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fef9c3 !important;
    background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fef08a !important;
    background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-300:focus {
    --bg-opacity: 1 !important;
    background-color: #fde047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-400:focus {
    --bg-opacity: 1 !important;
    background-color: #facc15 !important;
    background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-500:focus {
    --bg-opacity: 1 !important;
    background-color: #eab308 !important;
    background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-600:focus {
    --bg-opacity: 1 !important;
    background-color: #ca8a04 !important;
    background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-700:focus {
    --bg-opacity: 1 !important;
    background-color: #a16207 !important;
    background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-800:focus {
    --bg-opacity: 1 !important;
    background-color: #854d0e !important;
    background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-900:focus {
    --bg-opacity: 1 !important;
    background-color: #713f12 !important;
    background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-50:focus {
    --bg-opacity: 1 !important;
    background-color: #f0fdf4 !important;
    background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-100:focus {
    --bg-opacity: 1 !important;
    background-color: #dcfce7 !important;
    background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-200:focus {
    --bg-opacity: 1 !important;
    background-color: #bbf7d0 !important;
    background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-300:focus {
    --bg-opacity: 1 !important;
    background-color: #86efac !important;
    background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-400:focus {
    --bg-opacity: 1 !important;
    background-color: #4ade80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-500:focus {
    --bg-opacity: 1 !important;
    background-color: #22c55e !important;
    background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-600:focus {
    --bg-opacity: 1 !important;
    background-color: #16a34a !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-700:focus {
    --bg-opacity: 1 !important;
    background-color: #15803d !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-800:focus {
    --bg-opacity: 1 !important;
    background-color: #166534 !important;
    background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-900:focus {
    --bg-opacity: 1 !important;
    background-color: #14532d !important;
    background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-50:focus {
    --bg-opacity: 1 !important;
    background-color: #f0fdfa !important;
    background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-100:focus {
    --bg-opacity: 1 !important;
    background-color: #ccfbf1 !important;
    background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-200:focus {
    --bg-opacity: 1 !important;
    background-color: #99f6e4 !important;
    background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-300:focus {
    --bg-opacity: 1 !important;
    background-color: #5eead4 !important;
    background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-400:focus {
    --bg-opacity: 1 !important;
    background-color: #2dd4bf !important;
    background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-500:focus {
    --bg-opacity: 1 !important;
    background-color: #14b8a6 !important;
    background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-600:focus {
    --bg-opacity: 1 !important;
    background-color: #0d9488 !important;
    background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-700:focus {
    --bg-opacity: 1 !important;
    background-color: #0f766e !important;
    background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-800:focus {
    --bg-opacity: 1 !important;
    background-color: #115e59 !important;
    background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-900:focus {
    --bg-opacity: 1 !important;
    background-color: #134e4a !important;
    background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-50:focus {
    --bg-opacity: 1 !important;
    background-color: #eff6ff !important;
    background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-100:focus {
    --bg-opacity: 1 !important;
    background-color: #dbeafe !important;
    background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-200:focus {
    --bg-opacity: 1 !important;
    background-color: #bfdbfe !important;
    background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-300:focus {
    --bg-opacity: 1 !important;
    background-color: #93c5fd !important;
    background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-400:focus {
    --bg-opacity: 1 !important;
    background-color: #60a5fa !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-500:focus {
    --bg-opacity: 1 !important;
    background-color: #3b82f6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-600:focus {
    --bg-opacity: 1 !important;
    background-color: #2563eb !important;
    background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-700:focus {
    --bg-opacity: 1 !important;
    background-color: #1d4ed8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-800:focus {
    --bg-opacity: 1 !important;
    background-color: #1e40af !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-900:focus {
    --bg-opacity: 1 !important;
    background-color: #1e3a8a !important;
    background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-50:focus {
    --bg-opacity: 1 !important;
    background-color: #eef2ff !important;
    background-color: rgba(238, 242, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-100:focus {
    --bg-opacity: 1 !important;
    background-color: #e0e7ff !important;
    background-color: rgba(224, 231, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-200:focus {
    --bg-opacity: 1 !important;
    background-color: #c7d2fe !important;
    background-color: rgba(199, 210, 254, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-300:focus {
    --bg-opacity: 1 !important;
    background-color: #a5b4fc !important;
    background-color: rgba(165, 180, 252, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-400:focus {
    --bg-opacity: 1 !important;
    background-color: #818cf8 !important;
    background-color: rgba(129, 140, 248, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-500:focus {
    --bg-opacity: 1 !important;
    background-color: #6366f1 !important;
    background-color: rgba(99, 102, 241, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-600:focus {
    --bg-opacity: 1 !important;
    background-color: #4f46e5 !important;
    background-color: rgba(79, 70, 229, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-700:focus {
    --bg-opacity: 1 !important;
    background-color: #4338ca !important;
    background-color: rgba(67, 56, 202, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-800:focus {
    --bg-opacity: 1 !important;
    background-color: #3730a3 !important;
    background-color: rgba(55, 48, 163, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-900:focus {
    --bg-opacity: 1 !important;
    background-color: #312e81 !important;
    background-color: rgba(49, 46, 129, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-50:focus {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f3e8ff !important;
    background-color: rgba(243, 232, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-200:focus {
    --bg-opacity: 1 !important;
    background-color: #e9d5ff !important;
    background-color: rgba(233, 213, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-300:focus {
    --bg-opacity: 1 !important;
    background-color: #d8b4fe !important;
    background-color: rgba(216, 180, 254, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-400:focus {
    --bg-opacity: 1 !important;
    background-color: #c084fc !important;
    background-color: rgba(192, 132, 252, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-500:focus {
    --bg-opacity: 1 !important;
    background-color: #a855f7 !important;
    background-color: rgba(168, 85, 247, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-600:focus {
    --bg-opacity: 1 !important;
    background-color: #9333ea !important;
    background-color: rgba(147, 51, 234, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-700:focus {
    --bg-opacity: 1 !important;
    background-color: #7e22ce !important;
    background-color: rgba(126, 34, 206, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-800:focus {
    --bg-opacity: 1 !important;
    background-color: #6b21a8 !important;
    background-color: rgba(107, 33, 168, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-900:focus {
    --bg-opacity: 1 !important;
    background-color: #581c87 !important;
    background-color: rgba(88, 28, 135, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fdf2f8 !important;
    background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fce7f3 !important;
    background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fbcfe8 !important;
    background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-300:focus {
    --bg-opacity: 1 !important;
    background-color: #f9a8d4 !important;
    background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-400:focus {
    --bg-opacity: 1 !important;
    background-color: #f472b6 !important;
    background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-500:focus {
    --bg-opacity: 1 !important;
    background-color: #ec4899 !important;
    background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-600:focus {
    --bg-opacity: 1 !important;
    background-color: #db2777 !important;
    background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-700:focus {
    --bg-opacity: 1 !important;
    background-color: #be185d !important;
    background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-800:focus {
    --bg-opacity: 1 !important;
    background-color: #9d174d !important;
    background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-900:focus {
    --bg-opacity: 1 !important;
    background-color: #831843 !important;
    background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-app-main:focus {
    --bg-opacity: 1 !important;
    background-color: #F18D11 !important;
    background-color: rgba(241, 141, 17, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-app-sub-blue:focus {
    --bg-opacity: 1 !important;
    background-color: #1E548F !important;
    background-color: rgba(30, 84, 143, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-app-yellow:focus {
    --bg-opacity: 1 !important;
    background-color: #FFF5D1 !important;
    background-color: rgba(255, 245, 209, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-theme-primary:focus {
    --bg-opacity: 1 !important;
    background-color: #f3980f !important;
    background-color: rgba(243, 152, 15, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-theme-info:focus {
    --bg-opacity: 1 !important;
    background-color: #1b925a !important;
    background-color: rgba(27, 146, 90, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-slate-50:focus {
    --bg-opacity: 1 !important;
    background-color: #f8fafc !important;
    background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-slate-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f1f5f9 !important;
    background-color: rgba(241, 245, 249, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-slate-200:focus {
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-slate-300:focus {
    --bg-opacity: 1 !important;
    background-color: #cbd5e1 !important;
    background-color: rgba(203, 213, 225, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-slate-400:focus {
    --bg-opacity: 1 !important;
    background-color: #94a3b8 !important;
    background-color: rgba(148, 163, 184, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-slate-500:focus {
    --bg-opacity: 1 !important;
    background-color: #64748b !important;
    background-color: rgba(100, 116, 139, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-slate-600:focus {
    --bg-opacity: 1 !important;
    background-color: #475569 !important;
    background-color: rgba(71, 85, 105, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-slate-700:focus {
    --bg-opacity: 1 !important;
    background-color: #334155 !important;
    background-color: rgba(51, 65, 85, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-slate-800:focus {
    --bg-opacity: 1 !important;
    background-color: #1e293b !important;
    background-color: rgba(30, 41, 59, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-slate-900:focus {
    --bg-opacity: 1 !important;
    background-color: #0f172a !important;
    background-color: rgba(15, 23, 42, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-zinc-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fafafa !important;
    background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-zinc-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f4f4f5 !important;
    background-color: rgba(244, 244, 245, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-zinc-200:focus {
    --bg-opacity: 1 !important;
    background-color: #e4e4e7 !important;
    background-color: rgba(228, 228, 231, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-zinc-300:focus {
    --bg-opacity: 1 !important;
    background-color: #d4d4d8 !important;
    background-color: rgba(212, 212, 216, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-zinc-400:focus {
    --bg-opacity: 1 !important;
    background-color: #a1a1aa !important;
    background-color: rgba(161, 161, 170, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-zinc-500:focus {
    --bg-opacity: 1 !important;
    background-color: #71717a !important;
    background-color: rgba(113, 113, 122, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-zinc-600:focus {
    --bg-opacity: 1 !important;
    background-color: #52525b !important;
    background-color: rgba(82, 82, 91, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-zinc-700:focus {
    --bg-opacity: 1 !important;
    background-color: #3f3f46 !important;
    background-color: rgba(63, 63, 70, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-zinc-800:focus {
    --bg-opacity: 1 !important;
    background-color: #27272a !important;
    background-color: rgba(39, 39, 42, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-zinc-900:focus {
    --bg-opacity: 1 !important;
    background-color: #18181b !important;
    background-color: rgba(24, 24, 27, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-neutral-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fafafa !important;
    background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-neutral-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-neutral-200:focus {
    --bg-opacity: 1 !important;
    background-color: #e5e5e5 !important;
    background-color: rgba(229, 229, 229, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-neutral-300:focus {
    --bg-opacity: 1 !important;
    background-color: #d4d4d4 !important;
    background-color: rgba(212, 212, 212, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-neutral-400:focus {
    --bg-opacity: 1 !important;
    background-color: #a3a3a3 !important;
    background-color: rgba(163, 163, 163, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-neutral-500:focus {
    --bg-opacity: 1 !important;
    background-color: #737373 !important;
    background-color: rgba(115, 115, 115, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-neutral-600:focus {
    --bg-opacity: 1 !important;
    background-color: #525252 !important;
    background-color: rgba(82, 82, 82, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-neutral-700:focus {
    --bg-opacity: 1 !important;
    background-color: #404040 !important;
    background-color: rgba(64, 64, 64, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-neutral-800:focus {
    --bg-opacity: 1 !important;
    background-color: #262626 !important;
    background-color: rgba(38, 38, 38, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-neutral-900:focus {
    --bg-opacity: 1 !important;
    background-color: #171717 !important;
    background-color: rgba(23, 23, 23, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-stone-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fafaf9 !important;
    background-color: rgba(250, 250, 249, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-stone-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f5f5f4 !important;
    background-color: rgba(245, 245, 244, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-stone-200:focus {
    --bg-opacity: 1 !important;
    background-color: #e7e5e4 !important;
    background-color: rgba(231, 229, 228, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-stone-300:focus {
    --bg-opacity: 1 !important;
    background-color: #d6d3d1 !important;
    background-color: rgba(214, 211, 209, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-stone-400:focus {
    --bg-opacity: 1 !important;
    background-color: #a8a29e !important;
    background-color: rgba(168, 162, 158, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-stone-500:focus {
    --bg-opacity: 1 !important;
    background-color: #78716c !important;
    background-color: rgba(120, 113, 108, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-stone-600:focus {
    --bg-opacity: 1 !important;
    background-color: #57534e !important;
    background-color: rgba(87, 83, 78, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-stone-700:focus {
    --bg-opacity: 1 !important;
    background-color: #44403c !important;
    background-color: rgba(68, 64, 60, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-stone-800:focus {
    --bg-opacity: 1 !important;
    background-color: #292524 !important;
    background-color: rgba(41, 37, 36, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-stone-900:focus {
    --bg-opacity: 1 !important;
    background-color: #1c1917 !important;
    background-color: rgba(28, 25, 23, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-amber-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fffbeb !important;
    background-color: rgba(255, 251, 235, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-amber-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fef3c7 !important;
    background-color: rgba(254, 243, 199, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-amber-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fde68a !important;
    background-color: rgba(253, 230, 138, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-amber-300:focus {
    --bg-opacity: 1 !important;
    background-color: #fcd34d !important;
    background-color: rgba(252, 211, 77, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-amber-400:focus {
    --bg-opacity: 1 !important;
    background-color: #fbbf24 !important;
    background-color: rgba(251, 191, 36, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-amber-500:focus {
    --bg-opacity: 1 !important;
    background-color: #f59e0b !important;
    background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-amber-600:focus {
    --bg-opacity: 1 !important;
    background-color: #d97706 !important;
    background-color: rgba(217, 119, 6, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-amber-700:focus {
    --bg-opacity: 1 !important;
    background-color: #b45309 !important;
    background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-amber-800:focus {
    --bg-opacity: 1 !important;
    background-color: #92400e !important;
    background-color: rgba(146, 64, 14, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-amber-900:focus {
    --bg-opacity: 1 !important;
    background-color: #78350f !important;
    background-color: rgba(120, 53, 15, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lime-50:focus {
    --bg-opacity: 1 !important;
    background-color: #f7fee7 !important;
    background-color: rgba(247, 254, 231, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lime-100:focus {
    --bg-opacity: 1 !important;
    background-color: #ecfccb !important;
    background-color: rgba(236, 252, 203, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lime-200:focus {
    --bg-opacity: 1 !important;
    background-color: #d9f99d !important;
    background-color: rgba(217, 249, 157, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lime-300:focus {
    --bg-opacity: 1 !important;
    background-color: #bef264 !important;
    background-color: rgba(190, 242, 100, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lime-400:focus {
    --bg-opacity: 1 !important;
    background-color: #a3e635 !important;
    background-color: rgba(163, 230, 53, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lime-500:focus {
    --bg-opacity: 1 !important;
    background-color: #84cc16 !important;
    background-color: rgba(132, 204, 22, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lime-600:focus {
    --bg-opacity: 1 !important;
    background-color: #65a30d !important;
    background-color: rgba(101, 163, 13, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lime-700:focus {
    --bg-opacity: 1 !important;
    background-color: #4d7c0f !important;
    background-color: rgba(77, 124, 15, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lime-800:focus {
    --bg-opacity: 1 !important;
    background-color: #3f6212 !important;
    background-color: rgba(63, 98, 18, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lime-900:focus {
    --bg-opacity: 1 !important;
    background-color: #365314 !important;
    background-color: rgba(54, 83, 20, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-emerald-50:focus {
    --bg-opacity: 1 !important;
    background-color: #ecfdf5 !important;
    background-color: rgba(236, 253, 245, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-emerald-100:focus {
    --bg-opacity: 1 !important;
    background-color: #d1fae5 !important;
    background-color: rgba(209, 250, 229, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-emerald-200:focus {
    --bg-opacity: 1 !important;
    background-color: #a7f3d0 !important;
    background-color: rgba(167, 243, 208, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-emerald-300:focus {
    --bg-opacity: 1 !important;
    background-color: #6ee7b7 !important;
    background-color: rgba(110, 231, 183, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-emerald-400:focus {
    --bg-opacity: 1 !important;
    background-color: #34d399 !important;
    background-color: rgba(52, 211, 153, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-emerald-500:focus {
    --bg-opacity: 1 !important;
    background-color: #10b981 !important;
    background-color: rgba(16, 185, 129, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-emerald-600:focus {
    --bg-opacity: 1 !important;
    background-color: #059669 !important;
    background-color: rgba(5, 150, 105, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-emerald-700:focus {
    --bg-opacity: 1 !important;
    background-color: #047857 !important;
    background-color: rgba(4, 120, 87, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-emerald-800:focus {
    --bg-opacity: 1 !important;
    background-color: #065f46 !important;
    background-color: rgba(6, 95, 70, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-emerald-900:focus {
    --bg-opacity: 1 !important;
    background-color: #064e3b !important;
    background-color: rgba(6, 78, 59, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-cyan-50:focus {
    --bg-opacity: 1 !important;
    background-color: #ecfeff !important;
    background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-cyan-100:focus {
    --bg-opacity: 1 !important;
    background-color: #cffafe !important;
    background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-cyan-200:focus {
    --bg-opacity: 1 !important;
    background-color: #a5f3fc !important;
    background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-cyan-300:focus {
    --bg-opacity: 1 !important;
    background-color: #67e8f9 !important;
    background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-cyan-400:focus {
    --bg-opacity: 1 !important;
    background-color: #22d3ee !important;
    background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-cyan-500:focus {
    --bg-opacity: 1 !important;
    background-color: #06b6d4 !important;
    background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-cyan-600:focus {
    --bg-opacity: 1 !important;
    background-color: #0891b2 !important;
    background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-cyan-700:focus {
    --bg-opacity: 1 !important;
    background-color: #0e7490 !important;
    background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-cyan-800:focus {
    --bg-opacity: 1 !important;
    background-color: #155e75 !important;
    background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-cyan-900:focus {
    --bg-opacity: 1 !important;
    background-color: #164e63 !important;
    background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-sky-50:focus {
    --bg-opacity: 1 !important;
    background-color: #f0f9ff !important;
    background-color: rgba(240, 249, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-sky-100:focus {
    --bg-opacity: 1 !important;
    background-color: #e0f2fe !important;
    background-color: rgba(224, 242, 254, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-sky-200:focus {
    --bg-opacity: 1 !important;
    background-color: #bae6fd !important;
    background-color: rgba(186, 230, 253, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-sky-300:focus {
    --bg-opacity: 1 !important;
    background-color: #7dd3fc !important;
    background-color: rgba(125, 211, 252, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-sky-400:focus {
    --bg-opacity: 1 !important;
    background-color: #38bdf8 !important;
    background-color: rgba(56, 189, 248, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-sky-500:focus {
    --bg-opacity: 1 !important;
    background-color: #0ea5e9 !important;
    background-color: rgba(14, 165, 233, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-sky-600:focus {
    --bg-opacity: 1 !important;
    background-color: #0284c7 !important;
    background-color: rgba(2, 132, 199, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-sky-700:focus {
    --bg-opacity: 1 !important;
    background-color: #0369a1 !important;
    background-color: rgba(3, 105, 161, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-sky-800:focus {
    --bg-opacity: 1 !important;
    background-color: #075985 !important;
    background-color: rgba(7, 89, 133, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-sky-900:focus {
    --bg-opacity: 1 !important;
    background-color: #0c4a6e !important;
    background-color: rgba(12, 74, 110, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-violet-50:focus {
    --bg-opacity: 1 !important;
    background-color: #f5f3ff !important;
    background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-violet-100:focus {
    --bg-opacity: 1 !important;
    background-color: #ede9fe !important;
    background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-violet-200:focus {
    --bg-opacity: 1 !important;
    background-color: #ddd6fe !important;
    background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-violet-300:focus {
    --bg-opacity: 1 !important;
    background-color: #c4b5fd !important;
    background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-violet-400:focus {
    --bg-opacity: 1 !important;
    background-color: #a78bfa !important;
    background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-violet-500:focus {
    --bg-opacity: 1 !important;
    background-color: #8b5cf6 !important;
    background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-violet-600:focus {
    --bg-opacity: 1 !important;
    background-color: #7c3aed !important;
    background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-violet-700:focus {
    --bg-opacity: 1 !important;
    background-color: #6d28d9 !important;
    background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-violet-800:focus {
    --bg-opacity: 1 !important;
    background-color: #5b21b6 !important;
    background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-violet-900:focus {
    --bg-opacity: 1 !important;
    background-color: #4c1d95 !important;
    background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-fuchsia-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fdf4ff !important;
    background-color: rgba(253, 244, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-fuchsia-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fae8ff !important;
    background-color: rgba(250, 232, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-fuchsia-200:focus {
    --bg-opacity: 1 !important;
    background-color: #f5d0fe !important;
    background-color: rgba(245, 208, 254, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-fuchsia-300:focus {
    --bg-opacity: 1 !important;
    background-color: #f0abfc !important;
    background-color: rgba(240, 171, 252, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-fuchsia-400:focus {
    --bg-opacity: 1 !important;
    background-color: #e879f9 !important;
    background-color: rgba(232, 121, 249, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-fuchsia-500:focus {
    --bg-opacity: 1 !important;
    background-color: #d946ef !important;
    background-color: rgba(217, 70, 239, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-fuchsia-600:focus {
    --bg-opacity: 1 !important;
    background-color: #c026d3 !important;
    background-color: rgba(192, 38, 211, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-fuchsia-700:focus {
    --bg-opacity: 1 !important;
    background-color: #a21caf !important;
    background-color: rgba(162, 28, 175, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-fuchsia-800:focus {
    --bg-opacity: 1 !important;
    background-color: #86198f !important;
    background-color: rgba(134, 25, 143, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-fuchsia-900:focus {
    --bg-opacity: 1 !important;
    background-color: #701a75 !important;
    background-color: rgba(112, 26, 117, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-rose-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fff1f2 !important;
    background-color: rgba(255, 241, 242, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-rose-100:focus {
    --bg-opacity: 1 !important;
    background-color: #ffe4e6 !important;
    background-color: rgba(255, 228, 230, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-rose-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fecdd3 !important;
    background-color: rgba(254, 205, 211, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-rose-300:focus {
    --bg-opacity: 1 !important;
    background-color: #fda4af !important;
    background-color: rgba(253, 164, 175, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-rose-400:focus {
    --bg-opacity: 1 !important;
    background-color: #fb7185 !important;
    background-color: rgba(251, 113, 133, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-rose-500:focus {
    --bg-opacity: 1 !important;
    background-color: #f43f5e !important;
    background-color: rgba(244, 63, 94, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-rose-600:focus {
    --bg-opacity: 1 !important;
    background-color: #e11d48 !important;
    background-color: rgba(225, 29, 72, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-rose-700:focus {
    --bg-opacity: 1 !important;
    background-color: #be123c !important;
    background-color: rgba(190, 18, 60, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-rose-800:focus {
    --bg-opacity: 1 !important;
    background-color: #9f1239 !important;
    background-color: rgba(159, 18, 57, var(--bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-rose-900:focus {
    --bg-opacity: 1 !important;
    background-color: #881337 !important;
    background-color: rgba(136, 19, 55, var(--bg-opacity)) !important;
  }

  .md\:tw-bg-none {
    background-image: none !important;
  }

  .md\:tw-bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .md\:tw-bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .md\:tw-bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .md\:tw-bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .md\:tw-bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .md\:tw-bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .md\:tw-bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .md\:tw-bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .md\:tw-from-transparent {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:tw-from-current {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:tw-from-black {
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:tw-from-white {
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:tw-from-gray-50 {
    --gradient-from-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .md\:tw-from-gray-100 {
    --gradient-from-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .md\:tw-from-gray-200 {
    --gradient-from-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .md\:tw-from-gray-300 {
    --gradient-from-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .md\:tw-from-gray-400 {
    --gradient-from-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .md\:tw-from-gray-500 {
    --gradient-from-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .md\:tw-from-gray-600 {
    --gradient-from-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .md\:tw-from-gray-700 {
    --gradient-from-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .md\:tw-from-gray-800 {
    --gradient-from-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .md\:tw-from-gray-900 {
    --gradient-from-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .md\:tw-from-red-50 {
    --gradient-from-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .md\:tw-from-red-100 {
    --gradient-from-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .md\:tw-from-red-200 {
    --gradient-from-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .md\:tw-from-red-300 {
    --gradient-from-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .md\:tw-from-red-400 {
    --gradient-from-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .md\:tw-from-red-500 {
    --gradient-from-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .md\:tw-from-red-600 {
    --gradient-from-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .md\:tw-from-red-700 {
    --gradient-from-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .md\:tw-from-red-800 {
    --gradient-from-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .md\:tw-from-red-900 {
    --gradient-from-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .md\:tw-from-orange-50 {
    --gradient-from-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .md\:tw-from-orange-100 {
    --gradient-from-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .md\:tw-from-orange-200 {
    --gradient-from-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .md\:tw-from-orange-300 {
    --gradient-from-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .md\:tw-from-orange-400 {
    --gradient-from-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .md\:tw-from-orange-500 {
    --gradient-from-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .md\:tw-from-orange-600 {
    --gradient-from-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .md\:tw-from-orange-700 {
    --gradient-from-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .md\:tw-from-orange-800 {
    --gradient-from-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .md\:tw-from-orange-900 {
    --gradient-from-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .md\:tw-from-yellow-50 {
    --gradient-from-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .md\:tw-from-yellow-100 {
    --gradient-from-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .md\:tw-from-yellow-200 {
    --gradient-from-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .md\:tw-from-yellow-300 {
    --gradient-from-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .md\:tw-from-yellow-400 {
    --gradient-from-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .md\:tw-from-yellow-500 {
    --gradient-from-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .md\:tw-from-yellow-600 {
    --gradient-from-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .md\:tw-from-yellow-700 {
    --gradient-from-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .md\:tw-from-yellow-800 {
    --gradient-from-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .md\:tw-from-yellow-900 {
    --gradient-from-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .md\:tw-from-green-50 {
    --gradient-from-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .md\:tw-from-green-100 {
    --gradient-from-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .md\:tw-from-green-200 {
    --gradient-from-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .md\:tw-from-green-300 {
    --gradient-from-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .md\:tw-from-green-400 {
    --gradient-from-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .md\:tw-from-green-500 {
    --gradient-from-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .md\:tw-from-green-600 {
    --gradient-from-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .md\:tw-from-green-700 {
    --gradient-from-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .md\:tw-from-green-800 {
    --gradient-from-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .md\:tw-from-green-900 {
    --gradient-from-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .md\:tw-from-teal-50 {
    --gradient-from-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .md\:tw-from-teal-100 {
    --gradient-from-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .md\:tw-from-teal-200 {
    --gradient-from-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .md\:tw-from-teal-300 {
    --gradient-from-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .md\:tw-from-teal-400 {
    --gradient-from-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .md\:tw-from-teal-500 {
    --gradient-from-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .md\:tw-from-teal-600 {
    --gradient-from-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .md\:tw-from-teal-700 {
    --gradient-from-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .md\:tw-from-teal-800 {
    --gradient-from-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .md\:tw-from-teal-900 {
    --gradient-from-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .md\:tw-from-blue-50 {
    --gradient-from-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .md\:tw-from-blue-100 {
    --gradient-from-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .md\:tw-from-blue-200 {
    --gradient-from-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .md\:tw-from-blue-300 {
    --gradient-from-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .md\:tw-from-blue-400 {
    --gradient-from-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .md\:tw-from-blue-500 {
    --gradient-from-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .md\:tw-from-blue-600 {
    --gradient-from-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .md\:tw-from-blue-700 {
    --gradient-from-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .md\:tw-from-blue-800 {
    --gradient-from-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .md\:tw-from-blue-900 {
    --gradient-from-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .md\:tw-from-indigo-50 {
    --gradient-from-color: #eef2ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
  }

  .md\:tw-from-indigo-100 {
    --gradient-from-color: #e0e7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
  }

  .md\:tw-from-indigo-200 {
    --gradient-from-color: #c7d2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
  }

  .md\:tw-from-indigo-300 {
    --gradient-from-color: #a5b4fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
  }

  .md\:tw-from-indigo-400 {
    --gradient-from-color: #818cf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
  }

  .md\:tw-from-indigo-500 {
    --gradient-from-color: #6366f1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
  }

  .md\:tw-from-indigo-600 {
    --gradient-from-color: #4f46e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
  }

  .md\:tw-from-indigo-700 {
    --gradient-from-color: #4338ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
  }

  .md\:tw-from-indigo-800 {
    --gradient-from-color: #3730a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
  }

  .md\:tw-from-indigo-900 {
    --gradient-from-color: #312e81 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
  }

  .md\:tw-from-purple-50 {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:tw-from-purple-100 {
    --gradient-from-color: #f3e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
  }

  .md\:tw-from-purple-200 {
    --gradient-from-color: #e9d5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
  }

  .md\:tw-from-purple-300 {
    --gradient-from-color: #d8b4fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
  }

  .md\:tw-from-purple-400 {
    --gradient-from-color: #c084fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
  }

  .md\:tw-from-purple-500 {
    --gradient-from-color: #a855f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
  }

  .md\:tw-from-purple-600 {
    --gradient-from-color: #9333ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
  }

  .md\:tw-from-purple-700 {
    --gradient-from-color: #7e22ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
  }

  .md\:tw-from-purple-800 {
    --gradient-from-color: #6b21a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
  }

  .md\:tw-from-purple-900 {
    --gradient-from-color: #581c87 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
  }

  .md\:tw-from-pink-50 {
    --gradient-from-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .md\:tw-from-pink-100 {
    --gradient-from-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .md\:tw-from-pink-200 {
    --gradient-from-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .md\:tw-from-pink-300 {
    --gradient-from-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .md\:tw-from-pink-400 {
    --gradient-from-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .md\:tw-from-pink-500 {
    --gradient-from-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .md\:tw-from-pink-600 {
    --gradient-from-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .md\:tw-from-pink-700 {
    --gradient-from-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .md\:tw-from-pink-800 {
    --gradient-from-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .md\:tw-from-pink-900 {
    --gradient-from-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .md\:tw-from-app-main {
    --gradient-from-color: #F18D11 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
  }

  .md\:tw-from-app-sub-blue {
    --gradient-from-color: #1E548F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
  }

  .md\:tw-from-app-yellow {
    --gradient-from-color: #FFF5D1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
  }

  .md\:tw-from-theme-primary {
    --gradient-from-color: #f3980f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
  }

  .md\:tw-from-theme-info {
    --gradient-from-color: #1b925a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
  }

  .md\:tw-from-slate-50 {
    --gradient-from-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .md\:tw-from-slate-100 {
    --gradient-from-color: #f1f5f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
  }

  .md\:tw-from-slate-200 {
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .md\:tw-from-slate-300 {
    --gradient-from-color: #cbd5e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
  }

  .md\:tw-from-slate-400 {
    --gradient-from-color: #94a3b8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
  }

  .md\:tw-from-slate-500 {
    --gradient-from-color: #64748b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
  }

  .md\:tw-from-slate-600 {
    --gradient-from-color: #475569 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
  }

  .md\:tw-from-slate-700 {
    --gradient-from-color: #334155 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
  }

  .md\:tw-from-slate-800 {
    --gradient-from-color: #1e293b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
  }

  .md\:tw-from-slate-900 {
    --gradient-from-color: #0f172a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
  }

  .md\:tw-from-zinc-50 {
    --gradient-from-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .md\:tw-from-zinc-100 {
    --gradient-from-color: #f4f4f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
  }

  .md\:tw-from-zinc-200 {
    --gradient-from-color: #e4e4e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
  }

  .md\:tw-from-zinc-300 {
    --gradient-from-color: #d4d4d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
  }

  .md\:tw-from-zinc-400 {
    --gradient-from-color: #a1a1aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
  }

  .md\:tw-from-zinc-500 {
    --gradient-from-color: #71717a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
  }

  .md\:tw-from-zinc-600 {
    --gradient-from-color: #52525b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
  }

  .md\:tw-from-zinc-700 {
    --gradient-from-color: #3f3f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
  }

  .md\:tw-from-zinc-800 {
    --gradient-from-color: #27272a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
  }

  .md\:tw-from-zinc-900 {
    --gradient-from-color: #18181b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
  }

  .md\:tw-from-neutral-50 {
    --gradient-from-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .md\:tw-from-neutral-100 {
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .md\:tw-from-neutral-200 {
    --gradient-from-color: #e5e5e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
  }

  .md\:tw-from-neutral-300 {
    --gradient-from-color: #d4d4d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
  }

  .md\:tw-from-neutral-400 {
    --gradient-from-color: #a3a3a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
  }

  .md\:tw-from-neutral-500 {
    --gradient-from-color: #737373 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
  }

  .md\:tw-from-neutral-600 {
    --gradient-from-color: #525252 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
  }

  .md\:tw-from-neutral-700 {
    --gradient-from-color: #404040 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
  }

  .md\:tw-from-neutral-800 {
    --gradient-from-color: #262626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
  }

  .md\:tw-from-neutral-900 {
    --gradient-from-color: #171717 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
  }

  .md\:tw-from-stone-50 {
    --gradient-from-color: #fafaf9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
  }

  .md\:tw-from-stone-100 {
    --gradient-from-color: #f5f5f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
  }

  .md\:tw-from-stone-200 {
    --gradient-from-color: #e7e5e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
  }

  .md\:tw-from-stone-300 {
    --gradient-from-color: #d6d3d1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
  }

  .md\:tw-from-stone-400 {
    --gradient-from-color: #a8a29e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
  }

  .md\:tw-from-stone-500 {
    --gradient-from-color: #78716c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
  }

  .md\:tw-from-stone-600 {
    --gradient-from-color: #57534e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
  }

  .md\:tw-from-stone-700 {
    --gradient-from-color: #44403c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
  }

  .md\:tw-from-stone-800 {
    --gradient-from-color: #292524 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
  }

  .md\:tw-from-stone-900 {
    --gradient-from-color: #1c1917 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
  }

  .md\:tw-from-amber-50 {
    --gradient-from-color: #fffbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
  }

  .md\:tw-from-amber-100 {
    --gradient-from-color: #fef3c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
  }

  .md\:tw-from-amber-200 {
    --gradient-from-color: #fde68a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
  }

  .md\:tw-from-amber-300 {
    --gradient-from-color: #fcd34d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
  }

  .md\:tw-from-amber-400 {
    --gradient-from-color: #fbbf24 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
  }

  .md\:tw-from-amber-500 {
    --gradient-from-color: #f59e0b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .md\:tw-from-amber-600 {
    --gradient-from-color: #d97706 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
  }

  .md\:tw-from-amber-700 {
    --gradient-from-color: #b45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .md\:tw-from-amber-800 {
    --gradient-from-color: #92400e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
  }

  .md\:tw-from-amber-900 {
    --gradient-from-color: #78350f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
  }

  .md\:tw-from-lime-50 {
    --gradient-from-color: #f7fee7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
  }

  .md\:tw-from-lime-100 {
    --gradient-from-color: #ecfccb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
  }

  .md\:tw-from-lime-200 {
    --gradient-from-color: #d9f99d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
  }

  .md\:tw-from-lime-300 {
    --gradient-from-color: #bef264 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
  }

  .md\:tw-from-lime-400 {
    --gradient-from-color: #a3e635 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
  }

  .md\:tw-from-lime-500 {
    --gradient-from-color: #84cc16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
  }

  .md\:tw-from-lime-600 {
    --gradient-from-color: #65a30d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
  }

  .md\:tw-from-lime-700 {
    --gradient-from-color: #4d7c0f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
  }

  .md\:tw-from-lime-800 {
    --gradient-from-color: #3f6212 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
  }

  .md\:tw-from-lime-900 {
    --gradient-from-color: #365314 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
  }

  .md\:tw-from-emerald-50 {
    --gradient-from-color: #ecfdf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
  }

  .md\:tw-from-emerald-100 {
    --gradient-from-color: #d1fae5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
  }

  .md\:tw-from-emerald-200 {
    --gradient-from-color: #a7f3d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
  }

  .md\:tw-from-emerald-300 {
    --gradient-from-color: #6ee7b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
  }

  .md\:tw-from-emerald-400 {
    --gradient-from-color: #34d399 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
  }

  .md\:tw-from-emerald-500 {
    --gradient-from-color: #10b981 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
  }

  .md\:tw-from-emerald-600 {
    --gradient-from-color: #059669 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
  }

  .md\:tw-from-emerald-700 {
    --gradient-from-color: #047857 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
  }

  .md\:tw-from-emerald-800 {
    --gradient-from-color: #065f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
  }

  .md\:tw-from-emerald-900 {
    --gradient-from-color: #064e3b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
  }

  .md\:tw-from-cyan-50 {
    --gradient-from-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .md\:tw-from-cyan-100 {
    --gradient-from-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .md\:tw-from-cyan-200 {
    --gradient-from-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .md\:tw-from-cyan-300 {
    --gradient-from-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .md\:tw-from-cyan-400 {
    --gradient-from-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .md\:tw-from-cyan-500 {
    --gradient-from-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .md\:tw-from-cyan-600 {
    --gradient-from-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .md\:tw-from-cyan-700 {
    --gradient-from-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .md\:tw-from-cyan-800 {
    --gradient-from-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .md\:tw-from-cyan-900 {
    --gradient-from-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .md\:tw-from-sky-50 {
    --gradient-from-color: #f0f9ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
  }

  .md\:tw-from-sky-100 {
    --gradient-from-color: #e0f2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
  }

  .md\:tw-from-sky-200 {
    --gradient-from-color: #bae6fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
  }

  .md\:tw-from-sky-300 {
    --gradient-from-color: #7dd3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
  }

  .md\:tw-from-sky-400 {
    --gradient-from-color: #38bdf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
  }

  .md\:tw-from-sky-500 {
    --gradient-from-color: #0ea5e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
  }

  .md\:tw-from-sky-600 {
    --gradient-from-color: #0284c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
  }

  .md\:tw-from-sky-700 {
    --gradient-from-color: #0369a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
  }

  .md\:tw-from-sky-800 {
    --gradient-from-color: #075985 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
  }

  .md\:tw-from-sky-900 {
    --gradient-from-color: #0c4a6e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
  }

  .md\:tw-from-violet-50 {
    --gradient-from-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .md\:tw-from-violet-100 {
    --gradient-from-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .md\:tw-from-violet-200 {
    --gradient-from-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .md\:tw-from-violet-300 {
    --gradient-from-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .md\:tw-from-violet-400 {
    --gradient-from-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .md\:tw-from-violet-500 {
    --gradient-from-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .md\:tw-from-violet-600 {
    --gradient-from-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .md\:tw-from-violet-700 {
    --gradient-from-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .md\:tw-from-violet-800 {
    --gradient-from-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .md\:tw-from-violet-900 {
    --gradient-from-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .md\:tw-from-fuchsia-50 {
    --gradient-from-color: #fdf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
  }

  .md\:tw-from-fuchsia-100 {
    --gradient-from-color: #fae8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
  }

  .md\:tw-from-fuchsia-200 {
    --gradient-from-color: #f5d0fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
  }

  .md\:tw-from-fuchsia-300 {
    --gradient-from-color: #f0abfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
  }

  .md\:tw-from-fuchsia-400 {
    --gradient-from-color: #e879f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
  }

  .md\:tw-from-fuchsia-500 {
    --gradient-from-color: #d946ef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
  }

  .md\:tw-from-fuchsia-600 {
    --gradient-from-color: #c026d3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
  }

  .md\:tw-from-fuchsia-700 {
    --gradient-from-color: #a21caf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
  }

  .md\:tw-from-fuchsia-800 {
    --gradient-from-color: #86198f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
  }

  .md\:tw-from-fuchsia-900 {
    --gradient-from-color: #701a75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
  }

  .md\:tw-from-rose-50 {
    --gradient-from-color: #fff1f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
  }

  .md\:tw-from-rose-100 {
    --gradient-from-color: #ffe4e6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
  }

  .md\:tw-from-rose-200 {
    --gradient-from-color: #fecdd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
  }

  .md\:tw-from-rose-300 {
    --gradient-from-color: #fda4af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
  }

  .md\:tw-from-rose-400 {
    --gradient-from-color: #fb7185 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
  }

  .md\:tw-from-rose-500 {
    --gradient-from-color: #f43f5e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
  }

  .md\:tw-from-rose-600 {
    --gradient-from-color: #e11d48 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
  }

  .md\:tw-from-rose-700 {
    --gradient-from-color: #be123c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
  }

  .md\:tw-from-rose-800 {
    --gradient-from-color: #9f1239 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
  }

  .md\:tw-from-rose-900 {
    --gradient-from-color: #881337 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
  }

  .md\:tw-via-transparent {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:tw-via-current {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:tw-via-black {
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:tw-via-white {
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:tw-via-gray-50 {
    --gradient-via-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .md\:tw-via-gray-100 {
    --gradient-via-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .md\:tw-via-gray-200 {
    --gradient-via-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .md\:tw-via-gray-300 {
    --gradient-via-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .md\:tw-via-gray-400 {
    --gradient-via-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .md\:tw-via-gray-500 {
    --gradient-via-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .md\:tw-via-gray-600 {
    --gradient-via-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .md\:tw-via-gray-700 {
    --gradient-via-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .md\:tw-via-gray-800 {
    --gradient-via-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .md\:tw-via-gray-900 {
    --gradient-via-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .md\:tw-via-red-50 {
    --gradient-via-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .md\:tw-via-red-100 {
    --gradient-via-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .md\:tw-via-red-200 {
    --gradient-via-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .md\:tw-via-red-300 {
    --gradient-via-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .md\:tw-via-red-400 {
    --gradient-via-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .md\:tw-via-red-500 {
    --gradient-via-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .md\:tw-via-red-600 {
    --gradient-via-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .md\:tw-via-red-700 {
    --gradient-via-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .md\:tw-via-red-800 {
    --gradient-via-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .md\:tw-via-red-900 {
    --gradient-via-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .md\:tw-via-orange-50 {
    --gradient-via-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .md\:tw-via-orange-100 {
    --gradient-via-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .md\:tw-via-orange-200 {
    --gradient-via-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .md\:tw-via-orange-300 {
    --gradient-via-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .md\:tw-via-orange-400 {
    --gradient-via-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .md\:tw-via-orange-500 {
    --gradient-via-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .md\:tw-via-orange-600 {
    --gradient-via-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .md\:tw-via-orange-700 {
    --gradient-via-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .md\:tw-via-orange-800 {
    --gradient-via-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .md\:tw-via-orange-900 {
    --gradient-via-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .md\:tw-via-yellow-50 {
    --gradient-via-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .md\:tw-via-yellow-100 {
    --gradient-via-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .md\:tw-via-yellow-200 {
    --gradient-via-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .md\:tw-via-yellow-300 {
    --gradient-via-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .md\:tw-via-yellow-400 {
    --gradient-via-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .md\:tw-via-yellow-500 {
    --gradient-via-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .md\:tw-via-yellow-600 {
    --gradient-via-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .md\:tw-via-yellow-700 {
    --gradient-via-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .md\:tw-via-yellow-800 {
    --gradient-via-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .md\:tw-via-yellow-900 {
    --gradient-via-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .md\:tw-via-green-50 {
    --gradient-via-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .md\:tw-via-green-100 {
    --gradient-via-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .md\:tw-via-green-200 {
    --gradient-via-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .md\:tw-via-green-300 {
    --gradient-via-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .md\:tw-via-green-400 {
    --gradient-via-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .md\:tw-via-green-500 {
    --gradient-via-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .md\:tw-via-green-600 {
    --gradient-via-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .md\:tw-via-green-700 {
    --gradient-via-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .md\:tw-via-green-800 {
    --gradient-via-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .md\:tw-via-green-900 {
    --gradient-via-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .md\:tw-via-teal-50 {
    --gradient-via-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .md\:tw-via-teal-100 {
    --gradient-via-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .md\:tw-via-teal-200 {
    --gradient-via-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .md\:tw-via-teal-300 {
    --gradient-via-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .md\:tw-via-teal-400 {
    --gradient-via-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .md\:tw-via-teal-500 {
    --gradient-via-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .md\:tw-via-teal-600 {
    --gradient-via-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .md\:tw-via-teal-700 {
    --gradient-via-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .md\:tw-via-teal-800 {
    --gradient-via-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .md\:tw-via-teal-900 {
    --gradient-via-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .md\:tw-via-blue-50 {
    --gradient-via-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .md\:tw-via-blue-100 {
    --gradient-via-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .md\:tw-via-blue-200 {
    --gradient-via-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .md\:tw-via-blue-300 {
    --gradient-via-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .md\:tw-via-blue-400 {
    --gradient-via-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .md\:tw-via-blue-500 {
    --gradient-via-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .md\:tw-via-blue-600 {
    --gradient-via-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .md\:tw-via-blue-700 {
    --gradient-via-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .md\:tw-via-blue-800 {
    --gradient-via-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .md\:tw-via-blue-900 {
    --gradient-via-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .md\:tw-via-indigo-50 {
    --gradient-via-color: #eef2ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
  }

  .md\:tw-via-indigo-100 {
    --gradient-via-color: #e0e7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
  }

  .md\:tw-via-indigo-200 {
    --gradient-via-color: #c7d2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
  }

  .md\:tw-via-indigo-300 {
    --gradient-via-color: #a5b4fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
  }

  .md\:tw-via-indigo-400 {
    --gradient-via-color: #818cf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
  }

  .md\:tw-via-indigo-500 {
    --gradient-via-color: #6366f1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
  }

  .md\:tw-via-indigo-600 {
    --gradient-via-color: #4f46e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
  }

  .md\:tw-via-indigo-700 {
    --gradient-via-color: #4338ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
  }

  .md\:tw-via-indigo-800 {
    --gradient-via-color: #3730a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
  }

  .md\:tw-via-indigo-900 {
    --gradient-via-color: #312e81 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
  }

  .md\:tw-via-purple-50 {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:tw-via-purple-100 {
    --gradient-via-color: #f3e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
  }

  .md\:tw-via-purple-200 {
    --gradient-via-color: #e9d5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
  }

  .md\:tw-via-purple-300 {
    --gradient-via-color: #d8b4fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
  }

  .md\:tw-via-purple-400 {
    --gradient-via-color: #c084fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
  }

  .md\:tw-via-purple-500 {
    --gradient-via-color: #a855f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
  }

  .md\:tw-via-purple-600 {
    --gradient-via-color: #9333ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
  }

  .md\:tw-via-purple-700 {
    --gradient-via-color: #7e22ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
  }

  .md\:tw-via-purple-800 {
    --gradient-via-color: #6b21a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
  }

  .md\:tw-via-purple-900 {
    --gradient-via-color: #581c87 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
  }

  .md\:tw-via-pink-50 {
    --gradient-via-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .md\:tw-via-pink-100 {
    --gradient-via-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .md\:tw-via-pink-200 {
    --gradient-via-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .md\:tw-via-pink-300 {
    --gradient-via-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .md\:tw-via-pink-400 {
    --gradient-via-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .md\:tw-via-pink-500 {
    --gradient-via-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .md\:tw-via-pink-600 {
    --gradient-via-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .md\:tw-via-pink-700 {
    --gradient-via-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .md\:tw-via-pink-800 {
    --gradient-via-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .md\:tw-via-pink-900 {
    --gradient-via-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .md\:tw-via-app-main {
    --gradient-via-color: #F18D11 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
  }

  .md\:tw-via-app-sub-blue {
    --gradient-via-color: #1E548F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
  }

  .md\:tw-via-app-yellow {
    --gradient-via-color: #FFF5D1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
  }

  .md\:tw-via-theme-primary {
    --gradient-via-color: #f3980f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
  }

  .md\:tw-via-theme-info {
    --gradient-via-color: #1b925a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
  }

  .md\:tw-via-slate-50 {
    --gradient-via-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .md\:tw-via-slate-100 {
    --gradient-via-color: #f1f5f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
  }

  .md\:tw-via-slate-200 {
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .md\:tw-via-slate-300 {
    --gradient-via-color: #cbd5e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
  }

  .md\:tw-via-slate-400 {
    --gradient-via-color: #94a3b8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
  }

  .md\:tw-via-slate-500 {
    --gradient-via-color: #64748b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
  }

  .md\:tw-via-slate-600 {
    --gradient-via-color: #475569 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
  }

  .md\:tw-via-slate-700 {
    --gradient-via-color: #334155 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
  }

  .md\:tw-via-slate-800 {
    --gradient-via-color: #1e293b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
  }

  .md\:tw-via-slate-900 {
    --gradient-via-color: #0f172a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
  }

  .md\:tw-via-zinc-50 {
    --gradient-via-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .md\:tw-via-zinc-100 {
    --gradient-via-color: #f4f4f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
  }

  .md\:tw-via-zinc-200 {
    --gradient-via-color: #e4e4e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
  }

  .md\:tw-via-zinc-300 {
    --gradient-via-color: #d4d4d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
  }

  .md\:tw-via-zinc-400 {
    --gradient-via-color: #a1a1aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
  }

  .md\:tw-via-zinc-500 {
    --gradient-via-color: #71717a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
  }

  .md\:tw-via-zinc-600 {
    --gradient-via-color: #52525b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
  }

  .md\:tw-via-zinc-700 {
    --gradient-via-color: #3f3f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
  }

  .md\:tw-via-zinc-800 {
    --gradient-via-color: #27272a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
  }

  .md\:tw-via-zinc-900 {
    --gradient-via-color: #18181b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
  }

  .md\:tw-via-neutral-50 {
    --gradient-via-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .md\:tw-via-neutral-100 {
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .md\:tw-via-neutral-200 {
    --gradient-via-color: #e5e5e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
  }

  .md\:tw-via-neutral-300 {
    --gradient-via-color: #d4d4d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
  }

  .md\:tw-via-neutral-400 {
    --gradient-via-color: #a3a3a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
  }

  .md\:tw-via-neutral-500 {
    --gradient-via-color: #737373 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
  }

  .md\:tw-via-neutral-600 {
    --gradient-via-color: #525252 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
  }

  .md\:tw-via-neutral-700 {
    --gradient-via-color: #404040 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
  }

  .md\:tw-via-neutral-800 {
    --gradient-via-color: #262626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
  }

  .md\:tw-via-neutral-900 {
    --gradient-via-color: #171717 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
  }

  .md\:tw-via-stone-50 {
    --gradient-via-color: #fafaf9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
  }

  .md\:tw-via-stone-100 {
    --gradient-via-color: #f5f5f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
  }

  .md\:tw-via-stone-200 {
    --gradient-via-color: #e7e5e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
  }

  .md\:tw-via-stone-300 {
    --gradient-via-color: #d6d3d1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
  }

  .md\:tw-via-stone-400 {
    --gradient-via-color: #a8a29e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
  }

  .md\:tw-via-stone-500 {
    --gradient-via-color: #78716c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
  }

  .md\:tw-via-stone-600 {
    --gradient-via-color: #57534e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
  }

  .md\:tw-via-stone-700 {
    --gradient-via-color: #44403c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
  }

  .md\:tw-via-stone-800 {
    --gradient-via-color: #292524 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
  }

  .md\:tw-via-stone-900 {
    --gradient-via-color: #1c1917 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
  }

  .md\:tw-via-amber-50 {
    --gradient-via-color: #fffbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
  }

  .md\:tw-via-amber-100 {
    --gradient-via-color: #fef3c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
  }

  .md\:tw-via-amber-200 {
    --gradient-via-color: #fde68a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
  }

  .md\:tw-via-amber-300 {
    --gradient-via-color: #fcd34d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
  }

  .md\:tw-via-amber-400 {
    --gradient-via-color: #fbbf24 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
  }

  .md\:tw-via-amber-500 {
    --gradient-via-color: #f59e0b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .md\:tw-via-amber-600 {
    --gradient-via-color: #d97706 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
  }

  .md\:tw-via-amber-700 {
    --gradient-via-color: #b45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .md\:tw-via-amber-800 {
    --gradient-via-color: #92400e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
  }

  .md\:tw-via-amber-900 {
    --gradient-via-color: #78350f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
  }

  .md\:tw-via-lime-50 {
    --gradient-via-color: #f7fee7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
  }

  .md\:tw-via-lime-100 {
    --gradient-via-color: #ecfccb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
  }

  .md\:tw-via-lime-200 {
    --gradient-via-color: #d9f99d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
  }

  .md\:tw-via-lime-300 {
    --gradient-via-color: #bef264 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
  }

  .md\:tw-via-lime-400 {
    --gradient-via-color: #a3e635 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
  }

  .md\:tw-via-lime-500 {
    --gradient-via-color: #84cc16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
  }

  .md\:tw-via-lime-600 {
    --gradient-via-color: #65a30d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
  }

  .md\:tw-via-lime-700 {
    --gradient-via-color: #4d7c0f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
  }

  .md\:tw-via-lime-800 {
    --gradient-via-color: #3f6212 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
  }

  .md\:tw-via-lime-900 {
    --gradient-via-color: #365314 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
  }

  .md\:tw-via-emerald-50 {
    --gradient-via-color: #ecfdf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
  }

  .md\:tw-via-emerald-100 {
    --gradient-via-color: #d1fae5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
  }

  .md\:tw-via-emerald-200 {
    --gradient-via-color: #a7f3d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
  }

  .md\:tw-via-emerald-300 {
    --gradient-via-color: #6ee7b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
  }

  .md\:tw-via-emerald-400 {
    --gradient-via-color: #34d399 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
  }

  .md\:tw-via-emerald-500 {
    --gradient-via-color: #10b981 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
  }

  .md\:tw-via-emerald-600 {
    --gradient-via-color: #059669 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
  }

  .md\:tw-via-emerald-700 {
    --gradient-via-color: #047857 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
  }

  .md\:tw-via-emerald-800 {
    --gradient-via-color: #065f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
  }

  .md\:tw-via-emerald-900 {
    --gradient-via-color: #064e3b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
  }

  .md\:tw-via-cyan-50 {
    --gradient-via-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .md\:tw-via-cyan-100 {
    --gradient-via-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .md\:tw-via-cyan-200 {
    --gradient-via-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .md\:tw-via-cyan-300 {
    --gradient-via-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .md\:tw-via-cyan-400 {
    --gradient-via-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .md\:tw-via-cyan-500 {
    --gradient-via-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .md\:tw-via-cyan-600 {
    --gradient-via-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .md\:tw-via-cyan-700 {
    --gradient-via-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .md\:tw-via-cyan-800 {
    --gradient-via-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .md\:tw-via-cyan-900 {
    --gradient-via-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .md\:tw-via-sky-50 {
    --gradient-via-color: #f0f9ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
  }

  .md\:tw-via-sky-100 {
    --gradient-via-color: #e0f2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
  }

  .md\:tw-via-sky-200 {
    --gradient-via-color: #bae6fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
  }

  .md\:tw-via-sky-300 {
    --gradient-via-color: #7dd3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
  }

  .md\:tw-via-sky-400 {
    --gradient-via-color: #38bdf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
  }

  .md\:tw-via-sky-500 {
    --gradient-via-color: #0ea5e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
  }

  .md\:tw-via-sky-600 {
    --gradient-via-color: #0284c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
  }

  .md\:tw-via-sky-700 {
    --gradient-via-color: #0369a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
  }

  .md\:tw-via-sky-800 {
    --gradient-via-color: #075985 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
  }

  .md\:tw-via-sky-900 {
    --gradient-via-color: #0c4a6e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
  }

  .md\:tw-via-violet-50 {
    --gradient-via-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .md\:tw-via-violet-100 {
    --gradient-via-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .md\:tw-via-violet-200 {
    --gradient-via-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .md\:tw-via-violet-300 {
    --gradient-via-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .md\:tw-via-violet-400 {
    --gradient-via-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .md\:tw-via-violet-500 {
    --gradient-via-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .md\:tw-via-violet-600 {
    --gradient-via-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .md\:tw-via-violet-700 {
    --gradient-via-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .md\:tw-via-violet-800 {
    --gradient-via-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .md\:tw-via-violet-900 {
    --gradient-via-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .md\:tw-via-fuchsia-50 {
    --gradient-via-color: #fdf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
  }

  .md\:tw-via-fuchsia-100 {
    --gradient-via-color: #fae8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
  }

  .md\:tw-via-fuchsia-200 {
    --gradient-via-color: #f5d0fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
  }

  .md\:tw-via-fuchsia-300 {
    --gradient-via-color: #f0abfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
  }

  .md\:tw-via-fuchsia-400 {
    --gradient-via-color: #e879f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
  }

  .md\:tw-via-fuchsia-500 {
    --gradient-via-color: #d946ef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
  }

  .md\:tw-via-fuchsia-600 {
    --gradient-via-color: #c026d3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
  }

  .md\:tw-via-fuchsia-700 {
    --gradient-via-color: #a21caf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
  }

  .md\:tw-via-fuchsia-800 {
    --gradient-via-color: #86198f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
  }

  .md\:tw-via-fuchsia-900 {
    --gradient-via-color: #701a75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
  }

  .md\:tw-via-rose-50 {
    --gradient-via-color: #fff1f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
  }

  .md\:tw-via-rose-100 {
    --gradient-via-color: #ffe4e6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
  }

  .md\:tw-via-rose-200 {
    --gradient-via-color: #fecdd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
  }

  .md\:tw-via-rose-300 {
    --gradient-via-color: #fda4af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
  }

  .md\:tw-via-rose-400 {
    --gradient-via-color: #fb7185 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
  }

  .md\:tw-via-rose-500 {
    --gradient-via-color: #f43f5e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
  }

  .md\:tw-via-rose-600 {
    --gradient-via-color: #e11d48 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
  }

  .md\:tw-via-rose-700 {
    --gradient-via-color: #be123c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
  }

  .md\:tw-via-rose-800 {
    --gradient-via-color: #9f1239 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
  }

  .md\:tw-via-rose-900 {
    --gradient-via-color: #881337 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
  }

  .md\:tw-to-transparent {
    --gradient-to-color: transparent !important;
  }

  .md\:tw-to-current {
    --gradient-to-color: currentColor !important;
  }

  .md\:tw-to-black {
    --gradient-to-color: #000 !important;
  }

  .md\:tw-to-white {
    --gradient-to-color: #fff !important;
  }

  .md\:tw-to-gray-50 {
    --gradient-to-color: #f9fafb !important;
  }

  .md\:tw-to-gray-100 {
    --gradient-to-color: #f3f4f6 !important;
  }

  .md\:tw-to-gray-200 {
    --gradient-to-color: #e5e7eb !important;
  }

  .md\:tw-to-gray-300 {
    --gradient-to-color: #d1d5db !important;
  }

  .md\:tw-to-gray-400 {
    --gradient-to-color: #9ca3af !important;
  }

  .md\:tw-to-gray-500 {
    --gradient-to-color: #6b7280 !important;
  }

  .md\:tw-to-gray-600 {
    --gradient-to-color: #4b5563 !important;
  }

  .md\:tw-to-gray-700 {
    --gradient-to-color: #374151 !important;
  }

  .md\:tw-to-gray-800 {
    --gradient-to-color: #1f2937 !important;
  }

  .md\:tw-to-gray-900 {
    --gradient-to-color: #111827 !important;
  }

  .md\:tw-to-red-50 {
    --gradient-to-color: #fef2f2 !important;
  }

  .md\:tw-to-red-100 {
    --gradient-to-color: #fee2e2 !important;
  }

  .md\:tw-to-red-200 {
    --gradient-to-color: #fecaca !important;
  }

  .md\:tw-to-red-300 {
    --gradient-to-color: #fca5a5 !important;
  }

  .md\:tw-to-red-400 {
    --gradient-to-color: #f87171 !important;
  }

  .md\:tw-to-red-500 {
    --gradient-to-color: #ef4444 !important;
  }

  .md\:tw-to-red-600 {
    --gradient-to-color: #dc2626 !important;
  }

  .md\:tw-to-red-700 {
    --gradient-to-color: #b91c1c !important;
  }

  .md\:tw-to-red-800 {
    --gradient-to-color: #991b1b !important;
  }

  .md\:tw-to-red-900 {
    --gradient-to-color: #7f1d1d !important;
  }

  .md\:tw-to-orange-50 {
    --gradient-to-color: #fff7ed !important;
  }

  .md\:tw-to-orange-100 {
    --gradient-to-color: #ffedd5 !important;
  }

  .md\:tw-to-orange-200 {
    --gradient-to-color: #fed7aa !important;
  }

  .md\:tw-to-orange-300 {
    --gradient-to-color: #fdba74 !important;
  }

  .md\:tw-to-orange-400 {
    --gradient-to-color: #fb923c !important;
  }

  .md\:tw-to-orange-500 {
    --gradient-to-color: #f97316 !important;
  }

  .md\:tw-to-orange-600 {
    --gradient-to-color: #ea580c !important;
  }

  .md\:tw-to-orange-700 {
    --gradient-to-color: #c2410c !important;
  }

  .md\:tw-to-orange-800 {
    --gradient-to-color: #9a3412 !important;
  }

  .md\:tw-to-orange-900 {
    --gradient-to-color: #7c2d12 !important;
  }

  .md\:tw-to-yellow-50 {
    --gradient-to-color: #fefce8 !important;
  }

  .md\:tw-to-yellow-100 {
    --gradient-to-color: #fef9c3 !important;
  }

  .md\:tw-to-yellow-200 {
    --gradient-to-color: #fef08a !important;
  }

  .md\:tw-to-yellow-300 {
    --gradient-to-color: #fde047 !important;
  }

  .md\:tw-to-yellow-400 {
    --gradient-to-color: #facc15 !important;
  }

  .md\:tw-to-yellow-500 {
    --gradient-to-color: #eab308 !important;
  }

  .md\:tw-to-yellow-600 {
    --gradient-to-color: #ca8a04 !important;
  }

  .md\:tw-to-yellow-700 {
    --gradient-to-color: #a16207 !important;
  }

  .md\:tw-to-yellow-800 {
    --gradient-to-color: #854d0e !important;
  }

  .md\:tw-to-yellow-900 {
    --gradient-to-color: #713f12 !important;
  }

  .md\:tw-to-green-50 {
    --gradient-to-color: #f0fdf4 !important;
  }

  .md\:tw-to-green-100 {
    --gradient-to-color: #dcfce7 !important;
  }

  .md\:tw-to-green-200 {
    --gradient-to-color: #bbf7d0 !important;
  }

  .md\:tw-to-green-300 {
    --gradient-to-color: #86efac !important;
  }

  .md\:tw-to-green-400 {
    --gradient-to-color: #4ade80 !important;
  }

  .md\:tw-to-green-500 {
    --gradient-to-color: #22c55e !important;
  }

  .md\:tw-to-green-600 {
    --gradient-to-color: #16a34a !important;
  }

  .md\:tw-to-green-700 {
    --gradient-to-color: #15803d !important;
  }

  .md\:tw-to-green-800 {
    --gradient-to-color: #166534 !important;
  }

  .md\:tw-to-green-900 {
    --gradient-to-color: #14532d !important;
  }

  .md\:tw-to-teal-50 {
    --gradient-to-color: #f0fdfa !important;
  }

  .md\:tw-to-teal-100 {
    --gradient-to-color: #ccfbf1 !important;
  }

  .md\:tw-to-teal-200 {
    --gradient-to-color: #99f6e4 !important;
  }

  .md\:tw-to-teal-300 {
    --gradient-to-color: #5eead4 !important;
  }

  .md\:tw-to-teal-400 {
    --gradient-to-color: #2dd4bf !important;
  }

  .md\:tw-to-teal-500 {
    --gradient-to-color: #14b8a6 !important;
  }

  .md\:tw-to-teal-600 {
    --gradient-to-color: #0d9488 !important;
  }

  .md\:tw-to-teal-700 {
    --gradient-to-color: #0f766e !important;
  }

  .md\:tw-to-teal-800 {
    --gradient-to-color: #115e59 !important;
  }

  .md\:tw-to-teal-900 {
    --gradient-to-color: #134e4a !important;
  }

  .md\:tw-to-blue-50 {
    --gradient-to-color: #eff6ff !important;
  }

  .md\:tw-to-blue-100 {
    --gradient-to-color: #dbeafe !important;
  }

  .md\:tw-to-blue-200 {
    --gradient-to-color: #bfdbfe !important;
  }

  .md\:tw-to-blue-300 {
    --gradient-to-color: #93c5fd !important;
  }

  .md\:tw-to-blue-400 {
    --gradient-to-color: #60a5fa !important;
  }

  .md\:tw-to-blue-500 {
    --gradient-to-color: #3b82f6 !important;
  }

  .md\:tw-to-blue-600 {
    --gradient-to-color: #2563eb !important;
  }

  .md\:tw-to-blue-700 {
    --gradient-to-color: #1d4ed8 !important;
  }

  .md\:tw-to-blue-800 {
    --gradient-to-color: #1e40af !important;
  }

  .md\:tw-to-blue-900 {
    --gradient-to-color: #1e3a8a !important;
  }

  .md\:tw-to-indigo-50 {
    --gradient-to-color: #eef2ff !important;
  }

  .md\:tw-to-indigo-100 {
    --gradient-to-color: #e0e7ff !important;
  }

  .md\:tw-to-indigo-200 {
    --gradient-to-color: #c7d2fe !important;
  }

  .md\:tw-to-indigo-300 {
    --gradient-to-color: #a5b4fc !important;
  }

  .md\:tw-to-indigo-400 {
    --gradient-to-color: #818cf8 !important;
  }

  .md\:tw-to-indigo-500 {
    --gradient-to-color: #6366f1 !important;
  }

  .md\:tw-to-indigo-600 {
    --gradient-to-color: #4f46e5 !important;
  }

  .md\:tw-to-indigo-700 {
    --gradient-to-color: #4338ca !important;
  }

  .md\:tw-to-indigo-800 {
    --gradient-to-color: #3730a3 !important;
  }

  .md\:tw-to-indigo-900 {
    --gradient-to-color: #312e81 !important;
  }

  .md\:tw-to-purple-50 {
    --gradient-to-color: #faf5ff !important;
  }

  .md\:tw-to-purple-100 {
    --gradient-to-color: #f3e8ff !important;
  }

  .md\:tw-to-purple-200 {
    --gradient-to-color: #e9d5ff !important;
  }

  .md\:tw-to-purple-300 {
    --gradient-to-color: #d8b4fe !important;
  }

  .md\:tw-to-purple-400 {
    --gradient-to-color: #c084fc !important;
  }

  .md\:tw-to-purple-500 {
    --gradient-to-color: #a855f7 !important;
  }

  .md\:tw-to-purple-600 {
    --gradient-to-color: #9333ea !important;
  }

  .md\:tw-to-purple-700 {
    --gradient-to-color: #7e22ce !important;
  }

  .md\:tw-to-purple-800 {
    --gradient-to-color: #6b21a8 !important;
  }

  .md\:tw-to-purple-900 {
    --gradient-to-color: #581c87 !important;
  }

  .md\:tw-to-pink-50 {
    --gradient-to-color: #fdf2f8 !important;
  }

  .md\:tw-to-pink-100 {
    --gradient-to-color: #fce7f3 !important;
  }

  .md\:tw-to-pink-200 {
    --gradient-to-color: #fbcfe8 !important;
  }

  .md\:tw-to-pink-300 {
    --gradient-to-color: #f9a8d4 !important;
  }

  .md\:tw-to-pink-400 {
    --gradient-to-color: #f472b6 !important;
  }

  .md\:tw-to-pink-500 {
    --gradient-to-color: #ec4899 !important;
  }

  .md\:tw-to-pink-600 {
    --gradient-to-color: #db2777 !important;
  }

  .md\:tw-to-pink-700 {
    --gradient-to-color: #be185d !important;
  }

  .md\:tw-to-pink-800 {
    --gradient-to-color: #9d174d !important;
  }

  .md\:tw-to-pink-900 {
    --gradient-to-color: #831843 !important;
  }

  .md\:tw-to-app-main {
    --gradient-to-color: #F18D11 !important;
  }

  .md\:tw-to-app-sub-blue {
    --gradient-to-color: #1E548F !important;
  }

  .md\:tw-to-app-yellow {
    --gradient-to-color: #FFF5D1 !important;
  }

  .md\:tw-to-theme-primary {
    --gradient-to-color: #f3980f !important;
  }

  .md\:tw-to-theme-info {
    --gradient-to-color: #1b925a !important;
  }

  .md\:tw-to-slate-50 {
    --gradient-to-color: #f8fafc !important;
  }

  .md\:tw-to-slate-100 {
    --gradient-to-color: #f1f5f9 !important;
  }

  .md\:tw-to-slate-200 {
    --gradient-to-color: #e2e8f0 !important;
  }

  .md\:tw-to-slate-300 {
    --gradient-to-color: #cbd5e1 !important;
  }

  .md\:tw-to-slate-400 {
    --gradient-to-color: #94a3b8 !important;
  }

  .md\:tw-to-slate-500 {
    --gradient-to-color: #64748b !important;
  }

  .md\:tw-to-slate-600 {
    --gradient-to-color: #475569 !important;
  }

  .md\:tw-to-slate-700 {
    --gradient-to-color: #334155 !important;
  }

  .md\:tw-to-slate-800 {
    --gradient-to-color: #1e293b !important;
  }

  .md\:tw-to-slate-900 {
    --gradient-to-color: #0f172a !important;
  }

  .md\:tw-to-zinc-50 {
    --gradient-to-color: #fafafa !important;
  }

  .md\:tw-to-zinc-100 {
    --gradient-to-color: #f4f4f5 !important;
  }

  .md\:tw-to-zinc-200 {
    --gradient-to-color: #e4e4e7 !important;
  }

  .md\:tw-to-zinc-300 {
    --gradient-to-color: #d4d4d8 !important;
  }

  .md\:tw-to-zinc-400 {
    --gradient-to-color: #a1a1aa !important;
  }

  .md\:tw-to-zinc-500 {
    --gradient-to-color: #71717a !important;
  }

  .md\:tw-to-zinc-600 {
    --gradient-to-color: #52525b !important;
  }

  .md\:tw-to-zinc-700 {
    --gradient-to-color: #3f3f46 !important;
  }

  .md\:tw-to-zinc-800 {
    --gradient-to-color: #27272a !important;
  }

  .md\:tw-to-zinc-900 {
    --gradient-to-color: #18181b !important;
  }

  .md\:tw-to-neutral-50 {
    --gradient-to-color: #fafafa !important;
  }

  .md\:tw-to-neutral-100 {
    --gradient-to-color: #f5f5f5 !important;
  }

  .md\:tw-to-neutral-200 {
    --gradient-to-color: #e5e5e5 !important;
  }

  .md\:tw-to-neutral-300 {
    --gradient-to-color: #d4d4d4 !important;
  }

  .md\:tw-to-neutral-400 {
    --gradient-to-color: #a3a3a3 !important;
  }

  .md\:tw-to-neutral-500 {
    --gradient-to-color: #737373 !important;
  }

  .md\:tw-to-neutral-600 {
    --gradient-to-color: #525252 !important;
  }

  .md\:tw-to-neutral-700 {
    --gradient-to-color: #404040 !important;
  }

  .md\:tw-to-neutral-800 {
    --gradient-to-color: #262626 !important;
  }

  .md\:tw-to-neutral-900 {
    --gradient-to-color: #171717 !important;
  }

  .md\:tw-to-stone-50 {
    --gradient-to-color: #fafaf9 !important;
  }

  .md\:tw-to-stone-100 {
    --gradient-to-color: #f5f5f4 !important;
  }

  .md\:tw-to-stone-200 {
    --gradient-to-color: #e7e5e4 !important;
  }

  .md\:tw-to-stone-300 {
    --gradient-to-color: #d6d3d1 !important;
  }

  .md\:tw-to-stone-400 {
    --gradient-to-color: #a8a29e !important;
  }

  .md\:tw-to-stone-500 {
    --gradient-to-color: #78716c !important;
  }

  .md\:tw-to-stone-600 {
    --gradient-to-color: #57534e !important;
  }

  .md\:tw-to-stone-700 {
    --gradient-to-color: #44403c !important;
  }

  .md\:tw-to-stone-800 {
    --gradient-to-color: #292524 !important;
  }

  .md\:tw-to-stone-900 {
    --gradient-to-color: #1c1917 !important;
  }

  .md\:tw-to-amber-50 {
    --gradient-to-color: #fffbeb !important;
  }

  .md\:tw-to-amber-100 {
    --gradient-to-color: #fef3c7 !important;
  }

  .md\:tw-to-amber-200 {
    --gradient-to-color: #fde68a !important;
  }

  .md\:tw-to-amber-300 {
    --gradient-to-color: #fcd34d !important;
  }

  .md\:tw-to-amber-400 {
    --gradient-to-color: #fbbf24 !important;
  }

  .md\:tw-to-amber-500 {
    --gradient-to-color: #f59e0b !important;
  }

  .md\:tw-to-amber-600 {
    --gradient-to-color: #d97706 !important;
  }

  .md\:tw-to-amber-700 {
    --gradient-to-color: #b45309 !important;
  }

  .md\:tw-to-amber-800 {
    --gradient-to-color: #92400e !important;
  }

  .md\:tw-to-amber-900 {
    --gradient-to-color: #78350f !important;
  }

  .md\:tw-to-lime-50 {
    --gradient-to-color: #f7fee7 !important;
  }

  .md\:tw-to-lime-100 {
    --gradient-to-color: #ecfccb !important;
  }

  .md\:tw-to-lime-200 {
    --gradient-to-color: #d9f99d !important;
  }

  .md\:tw-to-lime-300 {
    --gradient-to-color: #bef264 !important;
  }

  .md\:tw-to-lime-400 {
    --gradient-to-color: #a3e635 !important;
  }

  .md\:tw-to-lime-500 {
    --gradient-to-color: #84cc16 !important;
  }

  .md\:tw-to-lime-600 {
    --gradient-to-color: #65a30d !important;
  }

  .md\:tw-to-lime-700 {
    --gradient-to-color: #4d7c0f !important;
  }

  .md\:tw-to-lime-800 {
    --gradient-to-color: #3f6212 !important;
  }

  .md\:tw-to-lime-900 {
    --gradient-to-color: #365314 !important;
  }

  .md\:tw-to-emerald-50 {
    --gradient-to-color: #ecfdf5 !important;
  }

  .md\:tw-to-emerald-100 {
    --gradient-to-color: #d1fae5 !important;
  }

  .md\:tw-to-emerald-200 {
    --gradient-to-color: #a7f3d0 !important;
  }

  .md\:tw-to-emerald-300 {
    --gradient-to-color: #6ee7b7 !important;
  }

  .md\:tw-to-emerald-400 {
    --gradient-to-color: #34d399 !important;
  }

  .md\:tw-to-emerald-500 {
    --gradient-to-color: #10b981 !important;
  }

  .md\:tw-to-emerald-600 {
    --gradient-to-color: #059669 !important;
  }

  .md\:tw-to-emerald-700 {
    --gradient-to-color: #047857 !important;
  }

  .md\:tw-to-emerald-800 {
    --gradient-to-color: #065f46 !important;
  }

  .md\:tw-to-emerald-900 {
    --gradient-to-color: #064e3b !important;
  }

  .md\:tw-to-cyan-50 {
    --gradient-to-color: #ecfeff !important;
  }

  .md\:tw-to-cyan-100 {
    --gradient-to-color: #cffafe !important;
  }

  .md\:tw-to-cyan-200 {
    --gradient-to-color: #a5f3fc !important;
  }

  .md\:tw-to-cyan-300 {
    --gradient-to-color: #67e8f9 !important;
  }

  .md\:tw-to-cyan-400 {
    --gradient-to-color: #22d3ee !important;
  }

  .md\:tw-to-cyan-500 {
    --gradient-to-color: #06b6d4 !important;
  }

  .md\:tw-to-cyan-600 {
    --gradient-to-color: #0891b2 !important;
  }

  .md\:tw-to-cyan-700 {
    --gradient-to-color: #0e7490 !important;
  }

  .md\:tw-to-cyan-800 {
    --gradient-to-color: #155e75 !important;
  }

  .md\:tw-to-cyan-900 {
    --gradient-to-color: #164e63 !important;
  }

  .md\:tw-to-sky-50 {
    --gradient-to-color: #f0f9ff !important;
  }

  .md\:tw-to-sky-100 {
    --gradient-to-color: #e0f2fe !important;
  }

  .md\:tw-to-sky-200 {
    --gradient-to-color: #bae6fd !important;
  }

  .md\:tw-to-sky-300 {
    --gradient-to-color: #7dd3fc !important;
  }

  .md\:tw-to-sky-400 {
    --gradient-to-color: #38bdf8 !important;
  }

  .md\:tw-to-sky-500 {
    --gradient-to-color: #0ea5e9 !important;
  }

  .md\:tw-to-sky-600 {
    --gradient-to-color: #0284c7 !important;
  }

  .md\:tw-to-sky-700 {
    --gradient-to-color: #0369a1 !important;
  }

  .md\:tw-to-sky-800 {
    --gradient-to-color: #075985 !important;
  }

  .md\:tw-to-sky-900 {
    --gradient-to-color: #0c4a6e !important;
  }

  .md\:tw-to-violet-50 {
    --gradient-to-color: #f5f3ff !important;
  }

  .md\:tw-to-violet-100 {
    --gradient-to-color: #ede9fe !important;
  }

  .md\:tw-to-violet-200 {
    --gradient-to-color: #ddd6fe !important;
  }

  .md\:tw-to-violet-300 {
    --gradient-to-color: #c4b5fd !important;
  }

  .md\:tw-to-violet-400 {
    --gradient-to-color: #a78bfa !important;
  }

  .md\:tw-to-violet-500 {
    --gradient-to-color: #8b5cf6 !important;
  }

  .md\:tw-to-violet-600 {
    --gradient-to-color: #7c3aed !important;
  }

  .md\:tw-to-violet-700 {
    --gradient-to-color: #6d28d9 !important;
  }

  .md\:tw-to-violet-800 {
    --gradient-to-color: #5b21b6 !important;
  }

  .md\:tw-to-violet-900 {
    --gradient-to-color: #4c1d95 !important;
  }

  .md\:tw-to-fuchsia-50 {
    --gradient-to-color: #fdf4ff !important;
  }

  .md\:tw-to-fuchsia-100 {
    --gradient-to-color: #fae8ff !important;
  }

  .md\:tw-to-fuchsia-200 {
    --gradient-to-color: #f5d0fe !important;
  }

  .md\:tw-to-fuchsia-300 {
    --gradient-to-color: #f0abfc !important;
  }

  .md\:tw-to-fuchsia-400 {
    --gradient-to-color: #e879f9 !important;
  }

  .md\:tw-to-fuchsia-500 {
    --gradient-to-color: #d946ef !important;
  }

  .md\:tw-to-fuchsia-600 {
    --gradient-to-color: #c026d3 !important;
  }

  .md\:tw-to-fuchsia-700 {
    --gradient-to-color: #a21caf !important;
  }

  .md\:tw-to-fuchsia-800 {
    --gradient-to-color: #86198f !important;
  }

  .md\:tw-to-fuchsia-900 {
    --gradient-to-color: #701a75 !important;
  }

  .md\:tw-to-rose-50 {
    --gradient-to-color: #fff1f2 !important;
  }

  .md\:tw-to-rose-100 {
    --gradient-to-color: #ffe4e6 !important;
  }

  .md\:tw-to-rose-200 {
    --gradient-to-color: #fecdd3 !important;
  }

  .md\:tw-to-rose-300 {
    --gradient-to-color: #fda4af !important;
  }

  .md\:tw-to-rose-400 {
    --gradient-to-color: #fb7185 !important;
  }

  .md\:tw-to-rose-500 {
    --gradient-to-color: #f43f5e !important;
  }

  .md\:tw-to-rose-600 {
    --gradient-to-color: #e11d48 !important;
  }

  .md\:tw-to-rose-700 {
    --gradient-to-color: #be123c !important;
  }

  .md\:tw-to-rose-800 {
    --gradient-to-color: #9f1239 !important;
  }

  .md\:tw-to-rose-900 {
    --gradient-to-color: #881337 !important;
  }

  .md\:hover\:tw-from-transparent:hover {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:tw-from-current:hover {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:tw-from-black:hover {
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:tw-from-white:hover {
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:tw-from-gray-50:hover {
    --gradient-from-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .md\:hover\:tw-from-gray-100:hover {
    --gradient-from-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .md\:hover\:tw-from-gray-200:hover {
    --gradient-from-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .md\:hover\:tw-from-gray-300:hover {
    --gradient-from-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .md\:hover\:tw-from-gray-400:hover {
    --gradient-from-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .md\:hover\:tw-from-gray-500:hover {
    --gradient-from-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .md\:hover\:tw-from-gray-600:hover {
    --gradient-from-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .md\:hover\:tw-from-gray-700:hover {
    --gradient-from-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .md\:hover\:tw-from-gray-800:hover {
    --gradient-from-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .md\:hover\:tw-from-gray-900:hover {
    --gradient-from-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .md\:hover\:tw-from-red-50:hover {
    --gradient-from-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .md\:hover\:tw-from-red-100:hover {
    --gradient-from-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .md\:hover\:tw-from-red-200:hover {
    --gradient-from-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .md\:hover\:tw-from-red-300:hover {
    --gradient-from-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .md\:hover\:tw-from-red-400:hover {
    --gradient-from-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .md\:hover\:tw-from-red-500:hover {
    --gradient-from-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .md\:hover\:tw-from-red-600:hover {
    --gradient-from-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .md\:hover\:tw-from-red-700:hover {
    --gradient-from-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .md\:hover\:tw-from-red-800:hover {
    --gradient-from-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .md\:hover\:tw-from-red-900:hover {
    --gradient-from-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .md\:hover\:tw-from-orange-50:hover {
    --gradient-from-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .md\:hover\:tw-from-orange-100:hover {
    --gradient-from-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .md\:hover\:tw-from-orange-200:hover {
    --gradient-from-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .md\:hover\:tw-from-orange-300:hover {
    --gradient-from-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .md\:hover\:tw-from-orange-400:hover {
    --gradient-from-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .md\:hover\:tw-from-orange-500:hover {
    --gradient-from-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .md\:hover\:tw-from-orange-600:hover {
    --gradient-from-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .md\:hover\:tw-from-orange-700:hover {
    --gradient-from-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .md\:hover\:tw-from-orange-800:hover {
    --gradient-from-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .md\:hover\:tw-from-orange-900:hover {
    --gradient-from-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-50:hover {
    --gradient-from-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-100:hover {
    --gradient-from-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-200:hover {
    --gradient-from-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-300:hover {
    --gradient-from-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-400:hover {
    --gradient-from-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-500:hover {
    --gradient-from-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-600:hover {
    --gradient-from-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-700:hover {
    --gradient-from-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-800:hover {
    --gradient-from-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-900:hover {
    --gradient-from-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .md\:hover\:tw-from-green-50:hover {
    --gradient-from-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .md\:hover\:tw-from-green-100:hover {
    --gradient-from-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .md\:hover\:tw-from-green-200:hover {
    --gradient-from-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .md\:hover\:tw-from-green-300:hover {
    --gradient-from-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .md\:hover\:tw-from-green-400:hover {
    --gradient-from-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .md\:hover\:tw-from-green-500:hover {
    --gradient-from-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .md\:hover\:tw-from-green-600:hover {
    --gradient-from-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .md\:hover\:tw-from-green-700:hover {
    --gradient-from-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .md\:hover\:tw-from-green-800:hover {
    --gradient-from-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .md\:hover\:tw-from-green-900:hover {
    --gradient-from-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .md\:hover\:tw-from-teal-50:hover {
    --gradient-from-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .md\:hover\:tw-from-teal-100:hover {
    --gradient-from-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .md\:hover\:tw-from-teal-200:hover {
    --gradient-from-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .md\:hover\:tw-from-teal-300:hover {
    --gradient-from-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .md\:hover\:tw-from-teal-400:hover {
    --gradient-from-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .md\:hover\:tw-from-teal-500:hover {
    --gradient-from-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .md\:hover\:tw-from-teal-600:hover {
    --gradient-from-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .md\:hover\:tw-from-teal-700:hover {
    --gradient-from-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .md\:hover\:tw-from-teal-800:hover {
    --gradient-from-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .md\:hover\:tw-from-teal-900:hover {
    --gradient-from-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .md\:hover\:tw-from-blue-50:hover {
    --gradient-from-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .md\:hover\:tw-from-blue-100:hover {
    --gradient-from-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .md\:hover\:tw-from-blue-200:hover {
    --gradient-from-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .md\:hover\:tw-from-blue-300:hover {
    --gradient-from-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .md\:hover\:tw-from-blue-400:hover {
    --gradient-from-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .md\:hover\:tw-from-blue-500:hover {
    --gradient-from-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .md\:hover\:tw-from-blue-600:hover {
    --gradient-from-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .md\:hover\:tw-from-blue-700:hover {
    --gradient-from-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .md\:hover\:tw-from-blue-800:hover {
    --gradient-from-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .md\:hover\:tw-from-blue-900:hover {
    --gradient-from-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-50:hover {
    --gradient-from-color: #eef2ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-100:hover {
    --gradient-from-color: #e0e7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-200:hover {
    --gradient-from-color: #c7d2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-300:hover {
    --gradient-from-color: #a5b4fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-400:hover {
    --gradient-from-color: #818cf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-500:hover {
    --gradient-from-color: #6366f1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-600:hover {
    --gradient-from-color: #4f46e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-700:hover {
    --gradient-from-color: #4338ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-800:hover {
    --gradient-from-color: #3730a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-900:hover {
    --gradient-from-color: #312e81 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
  }

  .md\:hover\:tw-from-purple-50:hover {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:hover\:tw-from-purple-100:hover {
    --gradient-from-color: #f3e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
  }

  .md\:hover\:tw-from-purple-200:hover {
    --gradient-from-color: #e9d5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
  }

  .md\:hover\:tw-from-purple-300:hover {
    --gradient-from-color: #d8b4fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
  }

  .md\:hover\:tw-from-purple-400:hover {
    --gradient-from-color: #c084fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
  }

  .md\:hover\:tw-from-purple-500:hover {
    --gradient-from-color: #a855f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
  }

  .md\:hover\:tw-from-purple-600:hover {
    --gradient-from-color: #9333ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
  }

  .md\:hover\:tw-from-purple-700:hover {
    --gradient-from-color: #7e22ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
  }

  .md\:hover\:tw-from-purple-800:hover {
    --gradient-from-color: #6b21a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
  }

  .md\:hover\:tw-from-purple-900:hover {
    --gradient-from-color: #581c87 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
  }

  .md\:hover\:tw-from-pink-50:hover {
    --gradient-from-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .md\:hover\:tw-from-pink-100:hover {
    --gradient-from-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .md\:hover\:tw-from-pink-200:hover {
    --gradient-from-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .md\:hover\:tw-from-pink-300:hover {
    --gradient-from-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .md\:hover\:tw-from-pink-400:hover {
    --gradient-from-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .md\:hover\:tw-from-pink-500:hover {
    --gradient-from-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .md\:hover\:tw-from-pink-600:hover {
    --gradient-from-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .md\:hover\:tw-from-pink-700:hover {
    --gradient-from-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .md\:hover\:tw-from-pink-800:hover {
    --gradient-from-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .md\:hover\:tw-from-pink-900:hover {
    --gradient-from-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .md\:hover\:tw-from-app-main:hover {
    --gradient-from-color: #F18D11 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
  }

  .md\:hover\:tw-from-app-sub-blue:hover {
    --gradient-from-color: #1E548F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
  }

  .md\:hover\:tw-from-app-yellow:hover {
    --gradient-from-color: #FFF5D1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
  }

  .md\:hover\:tw-from-theme-primary:hover {
    --gradient-from-color: #f3980f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
  }

  .md\:hover\:tw-from-theme-info:hover {
    --gradient-from-color: #1b925a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
  }

  .md\:hover\:tw-from-slate-50:hover {
    --gradient-from-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .md\:hover\:tw-from-slate-100:hover {
    --gradient-from-color: #f1f5f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
  }

  .md\:hover\:tw-from-slate-200:hover {
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .md\:hover\:tw-from-slate-300:hover {
    --gradient-from-color: #cbd5e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
  }

  .md\:hover\:tw-from-slate-400:hover {
    --gradient-from-color: #94a3b8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
  }

  .md\:hover\:tw-from-slate-500:hover {
    --gradient-from-color: #64748b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
  }

  .md\:hover\:tw-from-slate-600:hover {
    --gradient-from-color: #475569 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
  }

  .md\:hover\:tw-from-slate-700:hover {
    --gradient-from-color: #334155 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
  }

  .md\:hover\:tw-from-slate-800:hover {
    --gradient-from-color: #1e293b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
  }

  .md\:hover\:tw-from-slate-900:hover {
    --gradient-from-color: #0f172a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
  }

  .md\:hover\:tw-from-zinc-50:hover {
    --gradient-from-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .md\:hover\:tw-from-zinc-100:hover {
    --gradient-from-color: #f4f4f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
  }

  .md\:hover\:tw-from-zinc-200:hover {
    --gradient-from-color: #e4e4e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
  }

  .md\:hover\:tw-from-zinc-300:hover {
    --gradient-from-color: #d4d4d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
  }

  .md\:hover\:tw-from-zinc-400:hover {
    --gradient-from-color: #a1a1aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
  }

  .md\:hover\:tw-from-zinc-500:hover {
    --gradient-from-color: #71717a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
  }

  .md\:hover\:tw-from-zinc-600:hover {
    --gradient-from-color: #52525b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
  }

  .md\:hover\:tw-from-zinc-700:hover {
    --gradient-from-color: #3f3f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
  }

  .md\:hover\:tw-from-zinc-800:hover {
    --gradient-from-color: #27272a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
  }

  .md\:hover\:tw-from-zinc-900:hover {
    --gradient-from-color: #18181b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
  }

  .md\:hover\:tw-from-neutral-50:hover {
    --gradient-from-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .md\:hover\:tw-from-neutral-100:hover {
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .md\:hover\:tw-from-neutral-200:hover {
    --gradient-from-color: #e5e5e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
  }

  .md\:hover\:tw-from-neutral-300:hover {
    --gradient-from-color: #d4d4d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
  }

  .md\:hover\:tw-from-neutral-400:hover {
    --gradient-from-color: #a3a3a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
  }

  .md\:hover\:tw-from-neutral-500:hover {
    --gradient-from-color: #737373 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
  }

  .md\:hover\:tw-from-neutral-600:hover {
    --gradient-from-color: #525252 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
  }

  .md\:hover\:tw-from-neutral-700:hover {
    --gradient-from-color: #404040 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
  }

  .md\:hover\:tw-from-neutral-800:hover {
    --gradient-from-color: #262626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
  }

  .md\:hover\:tw-from-neutral-900:hover {
    --gradient-from-color: #171717 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
  }

  .md\:hover\:tw-from-stone-50:hover {
    --gradient-from-color: #fafaf9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
  }

  .md\:hover\:tw-from-stone-100:hover {
    --gradient-from-color: #f5f5f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
  }

  .md\:hover\:tw-from-stone-200:hover {
    --gradient-from-color: #e7e5e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
  }

  .md\:hover\:tw-from-stone-300:hover {
    --gradient-from-color: #d6d3d1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
  }

  .md\:hover\:tw-from-stone-400:hover {
    --gradient-from-color: #a8a29e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
  }

  .md\:hover\:tw-from-stone-500:hover {
    --gradient-from-color: #78716c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
  }

  .md\:hover\:tw-from-stone-600:hover {
    --gradient-from-color: #57534e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
  }

  .md\:hover\:tw-from-stone-700:hover {
    --gradient-from-color: #44403c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
  }

  .md\:hover\:tw-from-stone-800:hover {
    --gradient-from-color: #292524 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
  }

  .md\:hover\:tw-from-stone-900:hover {
    --gradient-from-color: #1c1917 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
  }

  .md\:hover\:tw-from-amber-50:hover {
    --gradient-from-color: #fffbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
  }

  .md\:hover\:tw-from-amber-100:hover {
    --gradient-from-color: #fef3c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
  }

  .md\:hover\:tw-from-amber-200:hover {
    --gradient-from-color: #fde68a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
  }

  .md\:hover\:tw-from-amber-300:hover {
    --gradient-from-color: #fcd34d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
  }

  .md\:hover\:tw-from-amber-400:hover {
    --gradient-from-color: #fbbf24 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
  }

  .md\:hover\:tw-from-amber-500:hover {
    --gradient-from-color: #f59e0b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .md\:hover\:tw-from-amber-600:hover {
    --gradient-from-color: #d97706 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
  }

  .md\:hover\:tw-from-amber-700:hover {
    --gradient-from-color: #b45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .md\:hover\:tw-from-amber-800:hover {
    --gradient-from-color: #92400e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
  }

  .md\:hover\:tw-from-amber-900:hover {
    --gradient-from-color: #78350f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
  }

  .md\:hover\:tw-from-lime-50:hover {
    --gradient-from-color: #f7fee7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
  }

  .md\:hover\:tw-from-lime-100:hover {
    --gradient-from-color: #ecfccb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
  }

  .md\:hover\:tw-from-lime-200:hover {
    --gradient-from-color: #d9f99d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
  }

  .md\:hover\:tw-from-lime-300:hover {
    --gradient-from-color: #bef264 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
  }

  .md\:hover\:tw-from-lime-400:hover {
    --gradient-from-color: #a3e635 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
  }

  .md\:hover\:tw-from-lime-500:hover {
    --gradient-from-color: #84cc16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
  }

  .md\:hover\:tw-from-lime-600:hover {
    --gradient-from-color: #65a30d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
  }

  .md\:hover\:tw-from-lime-700:hover {
    --gradient-from-color: #4d7c0f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
  }

  .md\:hover\:tw-from-lime-800:hover {
    --gradient-from-color: #3f6212 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
  }

  .md\:hover\:tw-from-lime-900:hover {
    --gradient-from-color: #365314 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
  }

  .md\:hover\:tw-from-emerald-50:hover {
    --gradient-from-color: #ecfdf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
  }

  .md\:hover\:tw-from-emerald-100:hover {
    --gradient-from-color: #d1fae5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
  }

  .md\:hover\:tw-from-emerald-200:hover {
    --gradient-from-color: #a7f3d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
  }

  .md\:hover\:tw-from-emerald-300:hover {
    --gradient-from-color: #6ee7b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
  }

  .md\:hover\:tw-from-emerald-400:hover {
    --gradient-from-color: #34d399 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
  }

  .md\:hover\:tw-from-emerald-500:hover {
    --gradient-from-color: #10b981 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
  }

  .md\:hover\:tw-from-emerald-600:hover {
    --gradient-from-color: #059669 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
  }

  .md\:hover\:tw-from-emerald-700:hover {
    --gradient-from-color: #047857 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
  }

  .md\:hover\:tw-from-emerald-800:hover {
    --gradient-from-color: #065f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
  }

  .md\:hover\:tw-from-emerald-900:hover {
    --gradient-from-color: #064e3b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
  }

  .md\:hover\:tw-from-cyan-50:hover {
    --gradient-from-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .md\:hover\:tw-from-cyan-100:hover {
    --gradient-from-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .md\:hover\:tw-from-cyan-200:hover {
    --gradient-from-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .md\:hover\:tw-from-cyan-300:hover {
    --gradient-from-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .md\:hover\:tw-from-cyan-400:hover {
    --gradient-from-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .md\:hover\:tw-from-cyan-500:hover {
    --gradient-from-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .md\:hover\:tw-from-cyan-600:hover {
    --gradient-from-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .md\:hover\:tw-from-cyan-700:hover {
    --gradient-from-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .md\:hover\:tw-from-cyan-800:hover {
    --gradient-from-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .md\:hover\:tw-from-cyan-900:hover {
    --gradient-from-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .md\:hover\:tw-from-sky-50:hover {
    --gradient-from-color: #f0f9ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
  }

  .md\:hover\:tw-from-sky-100:hover {
    --gradient-from-color: #e0f2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
  }

  .md\:hover\:tw-from-sky-200:hover {
    --gradient-from-color: #bae6fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
  }

  .md\:hover\:tw-from-sky-300:hover {
    --gradient-from-color: #7dd3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
  }

  .md\:hover\:tw-from-sky-400:hover {
    --gradient-from-color: #38bdf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
  }

  .md\:hover\:tw-from-sky-500:hover {
    --gradient-from-color: #0ea5e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
  }

  .md\:hover\:tw-from-sky-600:hover {
    --gradient-from-color: #0284c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
  }

  .md\:hover\:tw-from-sky-700:hover {
    --gradient-from-color: #0369a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
  }

  .md\:hover\:tw-from-sky-800:hover {
    --gradient-from-color: #075985 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
  }

  .md\:hover\:tw-from-sky-900:hover {
    --gradient-from-color: #0c4a6e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
  }

  .md\:hover\:tw-from-violet-50:hover {
    --gradient-from-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .md\:hover\:tw-from-violet-100:hover {
    --gradient-from-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .md\:hover\:tw-from-violet-200:hover {
    --gradient-from-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .md\:hover\:tw-from-violet-300:hover {
    --gradient-from-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .md\:hover\:tw-from-violet-400:hover {
    --gradient-from-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .md\:hover\:tw-from-violet-500:hover {
    --gradient-from-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .md\:hover\:tw-from-violet-600:hover {
    --gradient-from-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .md\:hover\:tw-from-violet-700:hover {
    --gradient-from-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .md\:hover\:tw-from-violet-800:hover {
    --gradient-from-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .md\:hover\:tw-from-violet-900:hover {
    --gradient-from-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .md\:hover\:tw-from-fuchsia-50:hover {
    --gradient-from-color: #fdf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
  }

  .md\:hover\:tw-from-fuchsia-100:hover {
    --gradient-from-color: #fae8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
  }

  .md\:hover\:tw-from-fuchsia-200:hover {
    --gradient-from-color: #f5d0fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
  }

  .md\:hover\:tw-from-fuchsia-300:hover {
    --gradient-from-color: #f0abfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
  }

  .md\:hover\:tw-from-fuchsia-400:hover {
    --gradient-from-color: #e879f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
  }

  .md\:hover\:tw-from-fuchsia-500:hover {
    --gradient-from-color: #d946ef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
  }

  .md\:hover\:tw-from-fuchsia-600:hover {
    --gradient-from-color: #c026d3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
  }

  .md\:hover\:tw-from-fuchsia-700:hover {
    --gradient-from-color: #a21caf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
  }

  .md\:hover\:tw-from-fuchsia-800:hover {
    --gradient-from-color: #86198f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
  }

  .md\:hover\:tw-from-fuchsia-900:hover {
    --gradient-from-color: #701a75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
  }

  .md\:hover\:tw-from-rose-50:hover {
    --gradient-from-color: #fff1f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
  }

  .md\:hover\:tw-from-rose-100:hover {
    --gradient-from-color: #ffe4e6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
  }

  .md\:hover\:tw-from-rose-200:hover {
    --gradient-from-color: #fecdd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
  }

  .md\:hover\:tw-from-rose-300:hover {
    --gradient-from-color: #fda4af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
  }

  .md\:hover\:tw-from-rose-400:hover {
    --gradient-from-color: #fb7185 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
  }

  .md\:hover\:tw-from-rose-500:hover {
    --gradient-from-color: #f43f5e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
  }

  .md\:hover\:tw-from-rose-600:hover {
    --gradient-from-color: #e11d48 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
  }

  .md\:hover\:tw-from-rose-700:hover {
    --gradient-from-color: #be123c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
  }

  .md\:hover\:tw-from-rose-800:hover {
    --gradient-from-color: #9f1239 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
  }

  .md\:hover\:tw-from-rose-900:hover {
    --gradient-from-color: #881337 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
  }

  .md\:hover\:tw-via-transparent:hover {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:tw-via-current:hover {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:tw-via-black:hover {
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:tw-via-white:hover {
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:tw-via-gray-50:hover {
    --gradient-via-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .md\:hover\:tw-via-gray-100:hover {
    --gradient-via-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .md\:hover\:tw-via-gray-200:hover {
    --gradient-via-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .md\:hover\:tw-via-gray-300:hover {
    --gradient-via-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .md\:hover\:tw-via-gray-400:hover {
    --gradient-via-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .md\:hover\:tw-via-gray-500:hover {
    --gradient-via-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .md\:hover\:tw-via-gray-600:hover {
    --gradient-via-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .md\:hover\:tw-via-gray-700:hover {
    --gradient-via-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .md\:hover\:tw-via-gray-800:hover {
    --gradient-via-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .md\:hover\:tw-via-gray-900:hover {
    --gradient-via-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .md\:hover\:tw-via-red-50:hover {
    --gradient-via-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .md\:hover\:tw-via-red-100:hover {
    --gradient-via-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .md\:hover\:tw-via-red-200:hover {
    --gradient-via-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .md\:hover\:tw-via-red-300:hover {
    --gradient-via-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .md\:hover\:tw-via-red-400:hover {
    --gradient-via-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .md\:hover\:tw-via-red-500:hover {
    --gradient-via-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .md\:hover\:tw-via-red-600:hover {
    --gradient-via-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .md\:hover\:tw-via-red-700:hover {
    --gradient-via-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .md\:hover\:tw-via-red-800:hover {
    --gradient-via-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .md\:hover\:tw-via-red-900:hover {
    --gradient-via-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .md\:hover\:tw-via-orange-50:hover {
    --gradient-via-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .md\:hover\:tw-via-orange-100:hover {
    --gradient-via-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .md\:hover\:tw-via-orange-200:hover {
    --gradient-via-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .md\:hover\:tw-via-orange-300:hover {
    --gradient-via-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .md\:hover\:tw-via-orange-400:hover {
    --gradient-via-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .md\:hover\:tw-via-orange-500:hover {
    --gradient-via-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .md\:hover\:tw-via-orange-600:hover {
    --gradient-via-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .md\:hover\:tw-via-orange-700:hover {
    --gradient-via-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .md\:hover\:tw-via-orange-800:hover {
    --gradient-via-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .md\:hover\:tw-via-orange-900:hover {
    --gradient-via-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-50:hover {
    --gradient-via-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-100:hover {
    --gradient-via-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-200:hover {
    --gradient-via-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-300:hover {
    --gradient-via-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-400:hover {
    --gradient-via-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-500:hover {
    --gradient-via-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-600:hover {
    --gradient-via-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-700:hover {
    --gradient-via-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-800:hover {
    --gradient-via-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-900:hover {
    --gradient-via-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .md\:hover\:tw-via-green-50:hover {
    --gradient-via-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .md\:hover\:tw-via-green-100:hover {
    --gradient-via-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .md\:hover\:tw-via-green-200:hover {
    --gradient-via-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .md\:hover\:tw-via-green-300:hover {
    --gradient-via-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .md\:hover\:tw-via-green-400:hover {
    --gradient-via-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .md\:hover\:tw-via-green-500:hover {
    --gradient-via-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .md\:hover\:tw-via-green-600:hover {
    --gradient-via-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .md\:hover\:tw-via-green-700:hover {
    --gradient-via-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .md\:hover\:tw-via-green-800:hover {
    --gradient-via-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .md\:hover\:tw-via-green-900:hover {
    --gradient-via-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .md\:hover\:tw-via-teal-50:hover {
    --gradient-via-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .md\:hover\:tw-via-teal-100:hover {
    --gradient-via-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .md\:hover\:tw-via-teal-200:hover {
    --gradient-via-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .md\:hover\:tw-via-teal-300:hover {
    --gradient-via-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .md\:hover\:tw-via-teal-400:hover {
    --gradient-via-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .md\:hover\:tw-via-teal-500:hover {
    --gradient-via-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .md\:hover\:tw-via-teal-600:hover {
    --gradient-via-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .md\:hover\:tw-via-teal-700:hover {
    --gradient-via-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .md\:hover\:tw-via-teal-800:hover {
    --gradient-via-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .md\:hover\:tw-via-teal-900:hover {
    --gradient-via-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .md\:hover\:tw-via-blue-50:hover {
    --gradient-via-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .md\:hover\:tw-via-blue-100:hover {
    --gradient-via-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .md\:hover\:tw-via-blue-200:hover {
    --gradient-via-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .md\:hover\:tw-via-blue-300:hover {
    --gradient-via-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .md\:hover\:tw-via-blue-400:hover {
    --gradient-via-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .md\:hover\:tw-via-blue-500:hover {
    --gradient-via-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .md\:hover\:tw-via-blue-600:hover {
    --gradient-via-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .md\:hover\:tw-via-blue-700:hover {
    --gradient-via-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .md\:hover\:tw-via-blue-800:hover {
    --gradient-via-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .md\:hover\:tw-via-blue-900:hover {
    --gradient-via-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-50:hover {
    --gradient-via-color: #eef2ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-100:hover {
    --gradient-via-color: #e0e7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-200:hover {
    --gradient-via-color: #c7d2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-300:hover {
    --gradient-via-color: #a5b4fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-400:hover {
    --gradient-via-color: #818cf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-500:hover {
    --gradient-via-color: #6366f1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-600:hover {
    --gradient-via-color: #4f46e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-700:hover {
    --gradient-via-color: #4338ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-800:hover {
    --gradient-via-color: #3730a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-900:hover {
    --gradient-via-color: #312e81 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
  }

  .md\:hover\:tw-via-purple-50:hover {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:hover\:tw-via-purple-100:hover {
    --gradient-via-color: #f3e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
  }

  .md\:hover\:tw-via-purple-200:hover {
    --gradient-via-color: #e9d5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
  }

  .md\:hover\:tw-via-purple-300:hover {
    --gradient-via-color: #d8b4fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
  }

  .md\:hover\:tw-via-purple-400:hover {
    --gradient-via-color: #c084fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
  }

  .md\:hover\:tw-via-purple-500:hover {
    --gradient-via-color: #a855f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
  }

  .md\:hover\:tw-via-purple-600:hover {
    --gradient-via-color: #9333ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
  }

  .md\:hover\:tw-via-purple-700:hover {
    --gradient-via-color: #7e22ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
  }

  .md\:hover\:tw-via-purple-800:hover {
    --gradient-via-color: #6b21a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
  }

  .md\:hover\:tw-via-purple-900:hover {
    --gradient-via-color: #581c87 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
  }

  .md\:hover\:tw-via-pink-50:hover {
    --gradient-via-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .md\:hover\:tw-via-pink-100:hover {
    --gradient-via-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .md\:hover\:tw-via-pink-200:hover {
    --gradient-via-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .md\:hover\:tw-via-pink-300:hover {
    --gradient-via-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .md\:hover\:tw-via-pink-400:hover {
    --gradient-via-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .md\:hover\:tw-via-pink-500:hover {
    --gradient-via-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .md\:hover\:tw-via-pink-600:hover {
    --gradient-via-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .md\:hover\:tw-via-pink-700:hover {
    --gradient-via-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .md\:hover\:tw-via-pink-800:hover {
    --gradient-via-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .md\:hover\:tw-via-pink-900:hover {
    --gradient-via-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .md\:hover\:tw-via-app-main:hover {
    --gradient-via-color: #F18D11 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
  }

  .md\:hover\:tw-via-app-sub-blue:hover {
    --gradient-via-color: #1E548F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
  }

  .md\:hover\:tw-via-app-yellow:hover {
    --gradient-via-color: #FFF5D1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
  }

  .md\:hover\:tw-via-theme-primary:hover {
    --gradient-via-color: #f3980f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
  }

  .md\:hover\:tw-via-theme-info:hover {
    --gradient-via-color: #1b925a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
  }

  .md\:hover\:tw-via-slate-50:hover {
    --gradient-via-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .md\:hover\:tw-via-slate-100:hover {
    --gradient-via-color: #f1f5f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
  }

  .md\:hover\:tw-via-slate-200:hover {
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .md\:hover\:tw-via-slate-300:hover {
    --gradient-via-color: #cbd5e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
  }

  .md\:hover\:tw-via-slate-400:hover {
    --gradient-via-color: #94a3b8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
  }

  .md\:hover\:tw-via-slate-500:hover {
    --gradient-via-color: #64748b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
  }

  .md\:hover\:tw-via-slate-600:hover {
    --gradient-via-color: #475569 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
  }

  .md\:hover\:tw-via-slate-700:hover {
    --gradient-via-color: #334155 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
  }

  .md\:hover\:tw-via-slate-800:hover {
    --gradient-via-color: #1e293b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
  }

  .md\:hover\:tw-via-slate-900:hover {
    --gradient-via-color: #0f172a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
  }

  .md\:hover\:tw-via-zinc-50:hover {
    --gradient-via-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .md\:hover\:tw-via-zinc-100:hover {
    --gradient-via-color: #f4f4f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
  }

  .md\:hover\:tw-via-zinc-200:hover {
    --gradient-via-color: #e4e4e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
  }

  .md\:hover\:tw-via-zinc-300:hover {
    --gradient-via-color: #d4d4d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
  }

  .md\:hover\:tw-via-zinc-400:hover {
    --gradient-via-color: #a1a1aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
  }

  .md\:hover\:tw-via-zinc-500:hover {
    --gradient-via-color: #71717a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
  }

  .md\:hover\:tw-via-zinc-600:hover {
    --gradient-via-color: #52525b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
  }

  .md\:hover\:tw-via-zinc-700:hover {
    --gradient-via-color: #3f3f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
  }

  .md\:hover\:tw-via-zinc-800:hover {
    --gradient-via-color: #27272a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
  }

  .md\:hover\:tw-via-zinc-900:hover {
    --gradient-via-color: #18181b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
  }

  .md\:hover\:tw-via-neutral-50:hover {
    --gradient-via-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .md\:hover\:tw-via-neutral-100:hover {
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .md\:hover\:tw-via-neutral-200:hover {
    --gradient-via-color: #e5e5e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
  }

  .md\:hover\:tw-via-neutral-300:hover {
    --gradient-via-color: #d4d4d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
  }

  .md\:hover\:tw-via-neutral-400:hover {
    --gradient-via-color: #a3a3a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
  }

  .md\:hover\:tw-via-neutral-500:hover {
    --gradient-via-color: #737373 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
  }

  .md\:hover\:tw-via-neutral-600:hover {
    --gradient-via-color: #525252 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
  }

  .md\:hover\:tw-via-neutral-700:hover {
    --gradient-via-color: #404040 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
  }

  .md\:hover\:tw-via-neutral-800:hover {
    --gradient-via-color: #262626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
  }

  .md\:hover\:tw-via-neutral-900:hover {
    --gradient-via-color: #171717 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
  }

  .md\:hover\:tw-via-stone-50:hover {
    --gradient-via-color: #fafaf9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
  }

  .md\:hover\:tw-via-stone-100:hover {
    --gradient-via-color: #f5f5f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
  }

  .md\:hover\:tw-via-stone-200:hover {
    --gradient-via-color: #e7e5e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
  }

  .md\:hover\:tw-via-stone-300:hover {
    --gradient-via-color: #d6d3d1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
  }

  .md\:hover\:tw-via-stone-400:hover {
    --gradient-via-color: #a8a29e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
  }

  .md\:hover\:tw-via-stone-500:hover {
    --gradient-via-color: #78716c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
  }

  .md\:hover\:tw-via-stone-600:hover {
    --gradient-via-color: #57534e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
  }

  .md\:hover\:tw-via-stone-700:hover {
    --gradient-via-color: #44403c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
  }

  .md\:hover\:tw-via-stone-800:hover {
    --gradient-via-color: #292524 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
  }

  .md\:hover\:tw-via-stone-900:hover {
    --gradient-via-color: #1c1917 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
  }

  .md\:hover\:tw-via-amber-50:hover {
    --gradient-via-color: #fffbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
  }

  .md\:hover\:tw-via-amber-100:hover {
    --gradient-via-color: #fef3c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
  }

  .md\:hover\:tw-via-amber-200:hover {
    --gradient-via-color: #fde68a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
  }

  .md\:hover\:tw-via-amber-300:hover {
    --gradient-via-color: #fcd34d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
  }

  .md\:hover\:tw-via-amber-400:hover {
    --gradient-via-color: #fbbf24 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
  }

  .md\:hover\:tw-via-amber-500:hover {
    --gradient-via-color: #f59e0b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .md\:hover\:tw-via-amber-600:hover {
    --gradient-via-color: #d97706 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
  }

  .md\:hover\:tw-via-amber-700:hover {
    --gradient-via-color: #b45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .md\:hover\:tw-via-amber-800:hover {
    --gradient-via-color: #92400e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
  }

  .md\:hover\:tw-via-amber-900:hover {
    --gradient-via-color: #78350f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
  }

  .md\:hover\:tw-via-lime-50:hover {
    --gradient-via-color: #f7fee7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
  }

  .md\:hover\:tw-via-lime-100:hover {
    --gradient-via-color: #ecfccb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
  }

  .md\:hover\:tw-via-lime-200:hover {
    --gradient-via-color: #d9f99d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
  }

  .md\:hover\:tw-via-lime-300:hover {
    --gradient-via-color: #bef264 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
  }

  .md\:hover\:tw-via-lime-400:hover {
    --gradient-via-color: #a3e635 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
  }

  .md\:hover\:tw-via-lime-500:hover {
    --gradient-via-color: #84cc16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
  }

  .md\:hover\:tw-via-lime-600:hover {
    --gradient-via-color: #65a30d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
  }

  .md\:hover\:tw-via-lime-700:hover {
    --gradient-via-color: #4d7c0f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
  }

  .md\:hover\:tw-via-lime-800:hover {
    --gradient-via-color: #3f6212 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
  }

  .md\:hover\:tw-via-lime-900:hover {
    --gradient-via-color: #365314 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
  }

  .md\:hover\:tw-via-emerald-50:hover {
    --gradient-via-color: #ecfdf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
  }

  .md\:hover\:tw-via-emerald-100:hover {
    --gradient-via-color: #d1fae5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
  }

  .md\:hover\:tw-via-emerald-200:hover {
    --gradient-via-color: #a7f3d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
  }

  .md\:hover\:tw-via-emerald-300:hover {
    --gradient-via-color: #6ee7b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
  }

  .md\:hover\:tw-via-emerald-400:hover {
    --gradient-via-color: #34d399 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
  }

  .md\:hover\:tw-via-emerald-500:hover {
    --gradient-via-color: #10b981 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
  }

  .md\:hover\:tw-via-emerald-600:hover {
    --gradient-via-color: #059669 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
  }

  .md\:hover\:tw-via-emerald-700:hover {
    --gradient-via-color: #047857 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
  }

  .md\:hover\:tw-via-emerald-800:hover {
    --gradient-via-color: #065f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
  }

  .md\:hover\:tw-via-emerald-900:hover {
    --gradient-via-color: #064e3b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
  }

  .md\:hover\:tw-via-cyan-50:hover {
    --gradient-via-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .md\:hover\:tw-via-cyan-100:hover {
    --gradient-via-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .md\:hover\:tw-via-cyan-200:hover {
    --gradient-via-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .md\:hover\:tw-via-cyan-300:hover {
    --gradient-via-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .md\:hover\:tw-via-cyan-400:hover {
    --gradient-via-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .md\:hover\:tw-via-cyan-500:hover {
    --gradient-via-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .md\:hover\:tw-via-cyan-600:hover {
    --gradient-via-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .md\:hover\:tw-via-cyan-700:hover {
    --gradient-via-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .md\:hover\:tw-via-cyan-800:hover {
    --gradient-via-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .md\:hover\:tw-via-cyan-900:hover {
    --gradient-via-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .md\:hover\:tw-via-sky-50:hover {
    --gradient-via-color: #f0f9ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
  }

  .md\:hover\:tw-via-sky-100:hover {
    --gradient-via-color: #e0f2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
  }

  .md\:hover\:tw-via-sky-200:hover {
    --gradient-via-color: #bae6fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
  }

  .md\:hover\:tw-via-sky-300:hover {
    --gradient-via-color: #7dd3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
  }

  .md\:hover\:tw-via-sky-400:hover {
    --gradient-via-color: #38bdf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
  }

  .md\:hover\:tw-via-sky-500:hover {
    --gradient-via-color: #0ea5e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
  }

  .md\:hover\:tw-via-sky-600:hover {
    --gradient-via-color: #0284c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
  }

  .md\:hover\:tw-via-sky-700:hover {
    --gradient-via-color: #0369a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
  }

  .md\:hover\:tw-via-sky-800:hover {
    --gradient-via-color: #075985 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
  }

  .md\:hover\:tw-via-sky-900:hover {
    --gradient-via-color: #0c4a6e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
  }

  .md\:hover\:tw-via-violet-50:hover {
    --gradient-via-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .md\:hover\:tw-via-violet-100:hover {
    --gradient-via-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .md\:hover\:tw-via-violet-200:hover {
    --gradient-via-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .md\:hover\:tw-via-violet-300:hover {
    --gradient-via-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .md\:hover\:tw-via-violet-400:hover {
    --gradient-via-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .md\:hover\:tw-via-violet-500:hover {
    --gradient-via-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .md\:hover\:tw-via-violet-600:hover {
    --gradient-via-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .md\:hover\:tw-via-violet-700:hover {
    --gradient-via-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .md\:hover\:tw-via-violet-800:hover {
    --gradient-via-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .md\:hover\:tw-via-violet-900:hover {
    --gradient-via-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .md\:hover\:tw-via-fuchsia-50:hover {
    --gradient-via-color: #fdf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
  }

  .md\:hover\:tw-via-fuchsia-100:hover {
    --gradient-via-color: #fae8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
  }

  .md\:hover\:tw-via-fuchsia-200:hover {
    --gradient-via-color: #f5d0fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
  }

  .md\:hover\:tw-via-fuchsia-300:hover {
    --gradient-via-color: #f0abfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
  }

  .md\:hover\:tw-via-fuchsia-400:hover {
    --gradient-via-color: #e879f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
  }

  .md\:hover\:tw-via-fuchsia-500:hover {
    --gradient-via-color: #d946ef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
  }

  .md\:hover\:tw-via-fuchsia-600:hover {
    --gradient-via-color: #c026d3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
  }

  .md\:hover\:tw-via-fuchsia-700:hover {
    --gradient-via-color: #a21caf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
  }

  .md\:hover\:tw-via-fuchsia-800:hover {
    --gradient-via-color: #86198f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
  }

  .md\:hover\:tw-via-fuchsia-900:hover {
    --gradient-via-color: #701a75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
  }

  .md\:hover\:tw-via-rose-50:hover {
    --gradient-via-color: #fff1f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
  }

  .md\:hover\:tw-via-rose-100:hover {
    --gradient-via-color: #ffe4e6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
  }

  .md\:hover\:tw-via-rose-200:hover {
    --gradient-via-color: #fecdd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
  }

  .md\:hover\:tw-via-rose-300:hover {
    --gradient-via-color: #fda4af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
  }

  .md\:hover\:tw-via-rose-400:hover {
    --gradient-via-color: #fb7185 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
  }

  .md\:hover\:tw-via-rose-500:hover {
    --gradient-via-color: #f43f5e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
  }

  .md\:hover\:tw-via-rose-600:hover {
    --gradient-via-color: #e11d48 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
  }

  .md\:hover\:tw-via-rose-700:hover {
    --gradient-via-color: #be123c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
  }

  .md\:hover\:tw-via-rose-800:hover {
    --gradient-via-color: #9f1239 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
  }

  .md\:hover\:tw-via-rose-900:hover {
    --gradient-via-color: #881337 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
  }

  .md\:hover\:tw-to-transparent:hover {
    --gradient-to-color: transparent !important;
  }

  .md\:hover\:tw-to-current:hover {
    --gradient-to-color: currentColor !important;
  }

  .md\:hover\:tw-to-black:hover {
    --gradient-to-color: #000 !important;
  }

  .md\:hover\:tw-to-white:hover {
    --gradient-to-color: #fff !important;
  }

  .md\:hover\:tw-to-gray-50:hover {
    --gradient-to-color: #f9fafb !important;
  }

  .md\:hover\:tw-to-gray-100:hover {
    --gradient-to-color: #f3f4f6 !important;
  }

  .md\:hover\:tw-to-gray-200:hover {
    --gradient-to-color: #e5e7eb !important;
  }

  .md\:hover\:tw-to-gray-300:hover {
    --gradient-to-color: #d1d5db !important;
  }

  .md\:hover\:tw-to-gray-400:hover {
    --gradient-to-color: #9ca3af !important;
  }

  .md\:hover\:tw-to-gray-500:hover {
    --gradient-to-color: #6b7280 !important;
  }

  .md\:hover\:tw-to-gray-600:hover {
    --gradient-to-color: #4b5563 !important;
  }

  .md\:hover\:tw-to-gray-700:hover {
    --gradient-to-color: #374151 !important;
  }

  .md\:hover\:tw-to-gray-800:hover {
    --gradient-to-color: #1f2937 !important;
  }

  .md\:hover\:tw-to-gray-900:hover {
    --gradient-to-color: #111827 !important;
  }

  .md\:hover\:tw-to-red-50:hover {
    --gradient-to-color: #fef2f2 !important;
  }

  .md\:hover\:tw-to-red-100:hover {
    --gradient-to-color: #fee2e2 !important;
  }

  .md\:hover\:tw-to-red-200:hover {
    --gradient-to-color: #fecaca !important;
  }

  .md\:hover\:tw-to-red-300:hover {
    --gradient-to-color: #fca5a5 !important;
  }

  .md\:hover\:tw-to-red-400:hover {
    --gradient-to-color: #f87171 !important;
  }

  .md\:hover\:tw-to-red-500:hover {
    --gradient-to-color: #ef4444 !important;
  }

  .md\:hover\:tw-to-red-600:hover {
    --gradient-to-color: #dc2626 !important;
  }

  .md\:hover\:tw-to-red-700:hover {
    --gradient-to-color: #b91c1c !important;
  }

  .md\:hover\:tw-to-red-800:hover {
    --gradient-to-color: #991b1b !important;
  }

  .md\:hover\:tw-to-red-900:hover {
    --gradient-to-color: #7f1d1d !important;
  }

  .md\:hover\:tw-to-orange-50:hover {
    --gradient-to-color: #fff7ed !important;
  }

  .md\:hover\:tw-to-orange-100:hover {
    --gradient-to-color: #ffedd5 !important;
  }

  .md\:hover\:tw-to-orange-200:hover {
    --gradient-to-color: #fed7aa !important;
  }

  .md\:hover\:tw-to-orange-300:hover {
    --gradient-to-color: #fdba74 !important;
  }

  .md\:hover\:tw-to-orange-400:hover {
    --gradient-to-color: #fb923c !important;
  }

  .md\:hover\:tw-to-orange-500:hover {
    --gradient-to-color: #f97316 !important;
  }

  .md\:hover\:tw-to-orange-600:hover {
    --gradient-to-color: #ea580c !important;
  }

  .md\:hover\:tw-to-orange-700:hover {
    --gradient-to-color: #c2410c !important;
  }

  .md\:hover\:tw-to-orange-800:hover {
    --gradient-to-color: #9a3412 !important;
  }

  .md\:hover\:tw-to-orange-900:hover {
    --gradient-to-color: #7c2d12 !important;
  }

  .md\:hover\:tw-to-yellow-50:hover {
    --gradient-to-color: #fefce8 !important;
  }

  .md\:hover\:tw-to-yellow-100:hover {
    --gradient-to-color: #fef9c3 !important;
  }

  .md\:hover\:tw-to-yellow-200:hover {
    --gradient-to-color: #fef08a !important;
  }

  .md\:hover\:tw-to-yellow-300:hover {
    --gradient-to-color: #fde047 !important;
  }

  .md\:hover\:tw-to-yellow-400:hover {
    --gradient-to-color: #facc15 !important;
  }

  .md\:hover\:tw-to-yellow-500:hover {
    --gradient-to-color: #eab308 !important;
  }

  .md\:hover\:tw-to-yellow-600:hover {
    --gradient-to-color: #ca8a04 !important;
  }

  .md\:hover\:tw-to-yellow-700:hover {
    --gradient-to-color: #a16207 !important;
  }

  .md\:hover\:tw-to-yellow-800:hover {
    --gradient-to-color: #854d0e !important;
  }

  .md\:hover\:tw-to-yellow-900:hover {
    --gradient-to-color: #713f12 !important;
  }

  .md\:hover\:tw-to-green-50:hover {
    --gradient-to-color: #f0fdf4 !important;
  }

  .md\:hover\:tw-to-green-100:hover {
    --gradient-to-color: #dcfce7 !important;
  }

  .md\:hover\:tw-to-green-200:hover {
    --gradient-to-color: #bbf7d0 !important;
  }

  .md\:hover\:tw-to-green-300:hover {
    --gradient-to-color: #86efac !important;
  }

  .md\:hover\:tw-to-green-400:hover {
    --gradient-to-color: #4ade80 !important;
  }

  .md\:hover\:tw-to-green-500:hover {
    --gradient-to-color: #22c55e !important;
  }

  .md\:hover\:tw-to-green-600:hover {
    --gradient-to-color: #16a34a !important;
  }

  .md\:hover\:tw-to-green-700:hover {
    --gradient-to-color: #15803d !important;
  }

  .md\:hover\:tw-to-green-800:hover {
    --gradient-to-color: #166534 !important;
  }

  .md\:hover\:tw-to-green-900:hover {
    --gradient-to-color: #14532d !important;
  }

  .md\:hover\:tw-to-teal-50:hover {
    --gradient-to-color: #f0fdfa !important;
  }

  .md\:hover\:tw-to-teal-100:hover {
    --gradient-to-color: #ccfbf1 !important;
  }

  .md\:hover\:tw-to-teal-200:hover {
    --gradient-to-color: #99f6e4 !important;
  }

  .md\:hover\:tw-to-teal-300:hover {
    --gradient-to-color: #5eead4 !important;
  }

  .md\:hover\:tw-to-teal-400:hover {
    --gradient-to-color: #2dd4bf !important;
  }

  .md\:hover\:tw-to-teal-500:hover {
    --gradient-to-color: #14b8a6 !important;
  }

  .md\:hover\:tw-to-teal-600:hover {
    --gradient-to-color: #0d9488 !important;
  }

  .md\:hover\:tw-to-teal-700:hover {
    --gradient-to-color: #0f766e !important;
  }

  .md\:hover\:tw-to-teal-800:hover {
    --gradient-to-color: #115e59 !important;
  }

  .md\:hover\:tw-to-teal-900:hover {
    --gradient-to-color: #134e4a !important;
  }

  .md\:hover\:tw-to-blue-50:hover {
    --gradient-to-color: #eff6ff !important;
  }

  .md\:hover\:tw-to-blue-100:hover {
    --gradient-to-color: #dbeafe !important;
  }

  .md\:hover\:tw-to-blue-200:hover {
    --gradient-to-color: #bfdbfe !important;
  }

  .md\:hover\:tw-to-blue-300:hover {
    --gradient-to-color: #93c5fd !important;
  }

  .md\:hover\:tw-to-blue-400:hover {
    --gradient-to-color: #60a5fa !important;
  }

  .md\:hover\:tw-to-blue-500:hover {
    --gradient-to-color: #3b82f6 !important;
  }

  .md\:hover\:tw-to-blue-600:hover {
    --gradient-to-color: #2563eb !important;
  }

  .md\:hover\:tw-to-blue-700:hover {
    --gradient-to-color: #1d4ed8 !important;
  }

  .md\:hover\:tw-to-blue-800:hover {
    --gradient-to-color: #1e40af !important;
  }

  .md\:hover\:tw-to-blue-900:hover {
    --gradient-to-color: #1e3a8a !important;
  }

  .md\:hover\:tw-to-indigo-50:hover {
    --gradient-to-color: #eef2ff !important;
  }

  .md\:hover\:tw-to-indigo-100:hover {
    --gradient-to-color: #e0e7ff !important;
  }

  .md\:hover\:tw-to-indigo-200:hover {
    --gradient-to-color: #c7d2fe !important;
  }

  .md\:hover\:tw-to-indigo-300:hover {
    --gradient-to-color: #a5b4fc !important;
  }

  .md\:hover\:tw-to-indigo-400:hover {
    --gradient-to-color: #818cf8 !important;
  }

  .md\:hover\:tw-to-indigo-500:hover {
    --gradient-to-color: #6366f1 !important;
  }

  .md\:hover\:tw-to-indigo-600:hover {
    --gradient-to-color: #4f46e5 !important;
  }

  .md\:hover\:tw-to-indigo-700:hover {
    --gradient-to-color: #4338ca !important;
  }

  .md\:hover\:tw-to-indigo-800:hover {
    --gradient-to-color: #3730a3 !important;
  }

  .md\:hover\:tw-to-indigo-900:hover {
    --gradient-to-color: #312e81 !important;
  }

  .md\:hover\:tw-to-purple-50:hover {
    --gradient-to-color: #faf5ff !important;
  }

  .md\:hover\:tw-to-purple-100:hover {
    --gradient-to-color: #f3e8ff !important;
  }

  .md\:hover\:tw-to-purple-200:hover {
    --gradient-to-color: #e9d5ff !important;
  }

  .md\:hover\:tw-to-purple-300:hover {
    --gradient-to-color: #d8b4fe !important;
  }

  .md\:hover\:tw-to-purple-400:hover {
    --gradient-to-color: #c084fc !important;
  }

  .md\:hover\:tw-to-purple-500:hover {
    --gradient-to-color: #a855f7 !important;
  }

  .md\:hover\:tw-to-purple-600:hover {
    --gradient-to-color: #9333ea !important;
  }

  .md\:hover\:tw-to-purple-700:hover {
    --gradient-to-color: #7e22ce !important;
  }

  .md\:hover\:tw-to-purple-800:hover {
    --gradient-to-color: #6b21a8 !important;
  }

  .md\:hover\:tw-to-purple-900:hover {
    --gradient-to-color: #581c87 !important;
  }

  .md\:hover\:tw-to-pink-50:hover {
    --gradient-to-color: #fdf2f8 !important;
  }

  .md\:hover\:tw-to-pink-100:hover {
    --gradient-to-color: #fce7f3 !important;
  }

  .md\:hover\:tw-to-pink-200:hover {
    --gradient-to-color: #fbcfe8 !important;
  }

  .md\:hover\:tw-to-pink-300:hover {
    --gradient-to-color: #f9a8d4 !important;
  }

  .md\:hover\:tw-to-pink-400:hover {
    --gradient-to-color: #f472b6 !important;
  }

  .md\:hover\:tw-to-pink-500:hover {
    --gradient-to-color: #ec4899 !important;
  }

  .md\:hover\:tw-to-pink-600:hover {
    --gradient-to-color: #db2777 !important;
  }

  .md\:hover\:tw-to-pink-700:hover {
    --gradient-to-color: #be185d !important;
  }

  .md\:hover\:tw-to-pink-800:hover {
    --gradient-to-color: #9d174d !important;
  }

  .md\:hover\:tw-to-pink-900:hover {
    --gradient-to-color: #831843 !important;
  }

  .md\:hover\:tw-to-app-main:hover {
    --gradient-to-color: #F18D11 !important;
  }

  .md\:hover\:tw-to-app-sub-blue:hover {
    --gradient-to-color: #1E548F !important;
  }

  .md\:hover\:tw-to-app-yellow:hover {
    --gradient-to-color: #FFF5D1 !important;
  }

  .md\:hover\:tw-to-theme-primary:hover {
    --gradient-to-color: #f3980f !important;
  }

  .md\:hover\:tw-to-theme-info:hover {
    --gradient-to-color: #1b925a !important;
  }

  .md\:hover\:tw-to-slate-50:hover {
    --gradient-to-color: #f8fafc !important;
  }

  .md\:hover\:tw-to-slate-100:hover {
    --gradient-to-color: #f1f5f9 !important;
  }

  .md\:hover\:tw-to-slate-200:hover {
    --gradient-to-color: #e2e8f0 !important;
  }

  .md\:hover\:tw-to-slate-300:hover {
    --gradient-to-color: #cbd5e1 !important;
  }

  .md\:hover\:tw-to-slate-400:hover {
    --gradient-to-color: #94a3b8 !important;
  }

  .md\:hover\:tw-to-slate-500:hover {
    --gradient-to-color: #64748b !important;
  }

  .md\:hover\:tw-to-slate-600:hover {
    --gradient-to-color: #475569 !important;
  }

  .md\:hover\:tw-to-slate-700:hover {
    --gradient-to-color: #334155 !important;
  }

  .md\:hover\:tw-to-slate-800:hover {
    --gradient-to-color: #1e293b !important;
  }

  .md\:hover\:tw-to-slate-900:hover {
    --gradient-to-color: #0f172a !important;
  }

  .md\:hover\:tw-to-zinc-50:hover {
    --gradient-to-color: #fafafa !important;
  }

  .md\:hover\:tw-to-zinc-100:hover {
    --gradient-to-color: #f4f4f5 !important;
  }

  .md\:hover\:tw-to-zinc-200:hover {
    --gradient-to-color: #e4e4e7 !important;
  }

  .md\:hover\:tw-to-zinc-300:hover {
    --gradient-to-color: #d4d4d8 !important;
  }

  .md\:hover\:tw-to-zinc-400:hover {
    --gradient-to-color: #a1a1aa !important;
  }

  .md\:hover\:tw-to-zinc-500:hover {
    --gradient-to-color: #71717a !important;
  }

  .md\:hover\:tw-to-zinc-600:hover {
    --gradient-to-color: #52525b !important;
  }

  .md\:hover\:tw-to-zinc-700:hover {
    --gradient-to-color: #3f3f46 !important;
  }

  .md\:hover\:tw-to-zinc-800:hover {
    --gradient-to-color: #27272a !important;
  }

  .md\:hover\:tw-to-zinc-900:hover {
    --gradient-to-color: #18181b !important;
  }

  .md\:hover\:tw-to-neutral-50:hover {
    --gradient-to-color: #fafafa !important;
  }

  .md\:hover\:tw-to-neutral-100:hover {
    --gradient-to-color: #f5f5f5 !important;
  }

  .md\:hover\:tw-to-neutral-200:hover {
    --gradient-to-color: #e5e5e5 !important;
  }

  .md\:hover\:tw-to-neutral-300:hover {
    --gradient-to-color: #d4d4d4 !important;
  }

  .md\:hover\:tw-to-neutral-400:hover {
    --gradient-to-color: #a3a3a3 !important;
  }

  .md\:hover\:tw-to-neutral-500:hover {
    --gradient-to-color: #737373 !important;
  }

  .md\:hover\:tw-to-neutral-600:hover {
    --gradient-to-color: #525252 !important;
  }

  .md\:hover\:tw-to-neutral-700:hover {
    --gradient-to-color: #404040 !important;
  }

  .md\:hover\:tw-to-neutral-800:hover {
    --gradient-to-color: #262626 !important;
  }

  .md\:hover\:tw-to-neutral-900:hover {
    --gradient-to-color: #171717 !important;
  }

  .md\:hover\:tw-to-stone-50:hover {
    --gradient-to-color: #fafaf9 !important;
  }

  .md\:hover\:tw-to-stone-100:hover {
    --gradient-to-color: #f5f5f4 !important;
  }

  .md\:hover\:tw-to-stone-200:hover {
    --gradient-to-color: #e7e5e4 !important;
  }

  .md\:hover\:tw-to-stone-300:hover {
    --gradient-to-color: #d6d3d1 !important;
  }

  .md\:hover\:tw-to-stone-400:hover {
    --gradient-to-color: #a8a29e !important;
  }

  .md\:hover\:tw-to-stone-500:hover {
    --gradient-to-color: #78716c !important;
  }

  .md\:hover\:tw-to-stone-600:hover {
    --gradient-to-color: #57534e !important;
  }

  .md\:hover\:tw-to-stone-700:hover {
    --gradient-to-color: #44403c !important;
  }

  .md\:hover\:tw-to-stone-800:hover {
    --gradient-to-color: #292524 !important;
  }

  .md\:hover\:tw-to-stone-900:hover {
    --gradient-to-color: #1c1917 !important;
  }

  .md\:hover\:tw-to-amber-50:hover {
    --gradient-to-color: #fffbeb !important;
  }

  .md\:hover\:tw-to-amber-100:hover {
    --gradient-to-color: #fef3c7 !important;
  }

  .md\:hover\:tw-to-amber-200:hover {
    --gradient-to-color: #fde68a !important;
  }

  .md\:hover\:tw-to-amber-300:hover {
    --gradient-to-color: #fcd34d !important;
  }

  .md\:hover\:tw-to-amber-400:hover {
    --gradient-to-color: #fbbf24 !important;
  }

  .md\:hover\:tw-to-amber-500:hover {
    --gradient-to-color: #f59e0b !important;
  }

  .md\:hover\:tw-to-amber-600:hover {
    --gradient-to-color: #d97706 !important;
  }

  .md\:hover\:tw-to-amber-700:hover {
    --gradient-to-color: #b45309 !important;
  }

  .md\:hover\:tw-to-amber-800:hover {
    --gradient-to-color: #92400e !important;
  }

  .md\:hover\:tw-to-amber-900:hover {
    --gradient-to-color: #78350f !important;
  }

  .md\:hover\:tw-to-lime-50:hover {
    --gradient-to-color: #f7fee7 !important;
  }

  .md\:hover\:tw-to-lime-100:hover {
    --gradient-to-color: #ecfccb !important;
  }

  .md\:hover\:tw-to-lime-200:hover {
    --gradient-to-color: #d9f99d !important;
  }

  .md\:hover\:tw-to-lime-300:hover {
    --gradient-to-color: #bef264 !important;
  }

  .md\:hover\:tw-to-lime-400:hover {
    --gradient-to-color: #a3e635 !important;
  }

  .md\:hover\:tw-to-lime-500:hover {
    --gradient-to-color: #84cc16 !important;
  }

  .md\:hover\:tw-to-lime-600:hover {
    --gradient-to-color: #65a30d !important;
  }

  .md\:hover\:tw-to-lime-700:hover {
    --gradient-to-color: #4d7c0f !important;
  }

  .md\:hover\:tw-to-lime-800:hover {
    --gradient-to-color: #3f6212 !important;
  }

  .md\:hover\:tw-to-lime-900:hover {
    --gradient-to-color: #365314 !important;
  }

  .md\:hover\:tw-to-emerald-50:hover {
    --gradient-to-color: #ecfdf5 !important;
  }

  .md\:hover\:tw-to-emerald-100:hover {
    --gradient-to-color: #d1fae5 !important;
  }

  .md\:hover\:tw-to-emerald-200:hover {
    --gradient-to-color: #a7f3d0 !important;
  }

  .md\:hover\:tw-to-emerald-300:hover {
    --gradient-to-color: #6ee7b7 !important;
  }

  .md\:hover\:tw-to-emerald-400:hover {
    --gradient-to-color: #34d399 !important;
  }

  .md\:hover\:tw-to-emerald-500:hover {
    --gradient-to-color: #10b981 !important;
  }

  .md\:hover\:tw-to-emerald-600:hover {
    --gradient-to-color: #059669 !important;
  }

  .md\:hover\:tw-to-emerald-700:hover {
    --gradient-to-color: #047857 !important;
  }

  .md\:hover\:tw-to-emerald-800:hover {
    --gradient-to-color: #065f46 !important;
  }

  .md\:hover\:tw-to-emerald-900:hover {
    --gradient-to-color: #064e3b !important;
  }

  .md\:hover\:tw-to-cyan-50:hover {
    --gradient-to-color: #ecfeff !important;
  }

  .md\:hover\:tw-to-cyan-100:hover {
    --gradient-to-color: #cffafe !important;
  }

  .md\:hover\:tw-to-cyan-200:hover {
    --gradient-to-color: #a5f3fc !important;
  }

  .md\:hover\:tw-to-cyan-300:hover {
    --gradient-to-color: #67e8f9 !important;
  }

  .md\:hover\:tw-to-cyan-400:hover {
    --gradient-to-color: #22d3ee !important;
  }

  .md\:hover\:tw-to-cyan-500:hover {
    --gradient-to-color: #06b6d4 !important;
  }

  .md\:hover\:tw-to-cyan-600:hover {
    --gradient-to-color: #0891b2 !important;
  }

  .md\:hover\:tw-to-cyan-700:hover {
    --gradient-to-color: #0e7490 !important;
  }

  .md\:hover\:tw-to-cyan-800:hover {
    --gradient-to-color: #155e75 !important;
  }

  .md\:hover\:tw-to-cyan-900:hover {
    --gradient-to-color: #164e63 !important;
  }

  .md\:hover\:tw-to-sky-50:hover {
    --gradient-to-color: #f0f9ff !important;
  }

  .md\:hover\:tw-to-sky-100:hover {
    --gradient-to-color: #e0f2fe !important;
  }

  .md\:hover\:tw-to-sky-200:hover {
    --gradient-to-color: #bae6fd !important;
  }

  .md\:hover\:tw-to-sky-300:hover {
    --gradient-to-color: #7dd3fc !important;
  }

  .md\:hover\:tw-to-sky-400:hover {
    --gradient-to-color: #38bdf8 !important;
  }

  .md\:hover\:tw-to-sky-500:hover {
    --gradient-to-color: #0ea5e9 !important;
  }

  .md\:hover\:tw-to-sky-600:hover {
    --gradient-to-color: #0284c7 !important;
  }

  .md\:hover\:tw-to-sky-700:hover {
    --gradient-to-color: #0369a1 !important;
  }

  .md\:hover\:tw-to-sky-800:hover {
    --gradient-to-color: #075985 !important;
  }

  .md\:hover\:tw-to-sky-900:hover {
    --gradient-to-color: #0c4a6e !important;
  }

  .md\:hover\:tw-to-violet-50:hover {
    --gradient-to-color: #f5f3ff !important;
  }

  .md\:hover\:tw-to-violet-100:hover {
    --gradient-to-color: #ede9fe !important;
  }

  .md\:hover\:tw-to-violet-200:hover {
    --gradient-to-color: #ddd6fe !important;
  }

  .md\:hover\:tw-to-violet-300:hover {
    --gradient-to-color: #c4b5fd !important;
  }

  .md\:hover\:tw-to-violet-400:hover {
    --gradient-to-color: #a78bfa !important;
  }

  .md\:hover\:tw-to-violet-500:hover {
    --gradient-to-color: #8b5cf6 !important;
  }

  .md\:hover\:tw-to-violet-600:hover {
    --gradient-to-color: #7c3aed !important;
  }

  .md\:hover\:tw-to-violet-700:hover {
    --gradient-to-color: #6d28d9 !important;
  }

  .md\:hover\:tw-to-violet-800:hover {
    --gradient-to-color: #5b21b6 !important;
  }

  .md\:hover\:tw-to-violet-900:hover {
    --gradient-to-color: #4c1d95 !important;
  }

  .md\:hover\:tw-to-fuchsia-50:hover {
    --gradient-to-color: #fdf4ff !important;
  }

  .md\:hover\:tw-to-fuchsia-100:hover {
    --gradient-to-color: #fae8ff !important;
  }

  .md\:hover\:tw-to-fuchsia-200:hover {
    --gradient-to-color: #f5d0fe !important;
  }

  .md\:hover\:tw-to-fuchsia-300:hover {
    --gradient-to-color: #f0abfc !important;
  }

  .md\:hover\:tw-to-fuchsia-400:hover {
    --gradient-to-color: #e879f9 !important;
  }

  .md\:hover\:tw-to-fuchsia-500:hover {
    --gradient-to-color: #d946ef !important;
  }

  .md\:hover\:tw-to-fuchsia-600:hover {
    --gradient-to-color: #c026d3 !important;
  }

  .md\:hover\:tw-to-fuchsia-700:hover {
    --gradient-to-color: #a21caf !important;
  }

  .md\:hover\:tw-to-fuchsia-800:hover {
    --gradient-to-color: #86198f !important;
  }

  .md\:hover\:tw-to-fuchsia-900:hover {
    --gradient-to-color: #701a75 !important;
  }

  .md\:hover\:tw-to-rose-50:hover {
    --gradient-to-color: #fff1f2 !important;
  }

  .md\:hover\:tw-to-rose-100:hover {
    --gradient-to-color: #ffe4e6 !important;
  }

  .md\:hover\:tw-to-rose-200:hover {
    --gradient-to-color: #fecdd3 !important;
  }

  .md\:hover\:tw-to-rose-300:hover {
    --gradient-to-color: #fda4af !important;
  }

  .md\:hover\:tw-to-rose-400:hover {
    --gradient-to-color: #fb7185 !important;
  }

  .md\:hover\:tw-to-rose-500:hover {
    --gradient-to-color: #f43f5e !important;
  }

  .md\:hover\:tw-to-rose-600:hover {
    --gradient-to-color: #e11d48 !important;
  }

  .md\:hover\:tw-to-rose-700:hover {
    --gradient-to-color: #be123c !important;
  }

  .md\:hover\:tw-to-rose-800:hover {
    --gradient-to-color: #9f1239 !important;
  }

  .md\:hover\:tw-to-rose-900:hover {
    --gradient-to-color: #881337 !important;
  }

  .md\:focus\:tw-from-transparent:focus {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:tw-from-current:focus {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:tw-from-black:focus {
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:tw-from-white:focus {
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:tw-from-gray-50:focus {
    --gradient-from-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .md\:focus\:tw-from-gray-100:focus {
    --gradient-from-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .md\:focus\:tw-from-gray-200:focus {
    --gradient-from-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .md\:focus\:tw-from-gray-300:focus {
    --gradient-from-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .md\:focus\:tw-from-gray-400:focus {
    --gradient-from-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .md\:focus\:tw-from-gray-500:focus {
    --gradient-from-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .md\:focus\:tw-from-gray-600:focus {
    --gradient-from-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .md\:focus\:tw-from-gray-700:focus {
    --gradient-from-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .md\:focus\:tw-from-gray-800:focus {
    --gradient-from-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .md\:focus\:tw-from-gray-900:focus {
    --gradient-from-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .md\:focus\:tw-from-red-50:focus {
    --gradient-from-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .md\:focus\:tw-from-red-100:focus {
    --gradient-from-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .md\:focus\:tw-from-red-200:focus {
    --gradient-from-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .md\:focus\:tw-from-red-300:focus {
    --gradient-from-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .md\:focus\:tw-from-red-400:focus {
    --gradient-from-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .md\:focus\:tw-from-red-500:focus {
    --gradient-from-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .md\:focus\:tw-from-red-600:focus {
    --gradient-from-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .md\:focus\:tw-from-red-700:focus {
    --gradient-from-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .md\:focus\:tw-from-red-800:focus {
    --gradient-from-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .md\:focus\:tw-from-red-900:focus {
    --gradient-from-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .md\:focus\:tw-from-orange-50:focus {
    --gradient-from-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .md\:focus\:tw-from-orange-100:focus {
    --gradient-from-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .md\:focus\:tw-from-orange-200:focus {
    --gradient-from-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .md\:focus\:tw-from-orange-300:focus {
    --gradient-from-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .md\:focus\:tw-from-orange-400:focus {
    --gradient-from-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .md\:focus\:tw-from-orange-500:focus {
    --gradient-from-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .md\:focus\:tw-from-orange-600:focus {
    --gradient-from-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .md\:focus\:tw-from-orange-700:focus {
    --gradient-from-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .md\:focus\:tw-from-orange-800:focus {
    --gradient-from-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .md\:focus\:tw-from-orange-900:focus {
    --gradient-from-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-50:focus {
    --gradient-from-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-100:focus {
    --gradient-from-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-200:focus {
    --gradient-from-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-300:focus {
    --gradient-from-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-400:focus {
    --gradient-from-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-500:focus {
    --gradient-from-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-600:focus {
    --gradient-from-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-700:focus {
    --gradient-from-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-800:focus {
    --gradient-from-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-900:focus {
    --gradient-from-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .md\:focus\:tw-from-green-50:focus {
    --gradient-from-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .md\:focus\:tw-from-green-100:focus {
    --gradient-from-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .md\:focus\:tw-from-green-200:focus {
    --gradient-from-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .md\:focus\:tw-from-green-300:focus {
    --gradient-from-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .md\:focus\:tw-from-green-400:focus {
    --gradient-from-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .md\:focus\:tw-from-green-500:focus {
    --gradient-from-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .md\:focus\:tw-from-green-600:focus {
    --gradient-from-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .md\:focus\:tw-from-green-700:focus {
    --gradient-from-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .md\:focus\:tw-from-green-800:focus {
    --gradient-from-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .md\:focus\:tw-from-green-900:focus {
    --gradient-from-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .md\:focus\:tw-from-teal-50:focus {
    --gradient-from-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .md\:focus\:tw-from-teal-100:focus {
    --gradient-from-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .md\:focus\:tw-from-teal-200:focus {
    --gradient-from-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .md\:focus\:tw-from-teal-300:focus {
    --gradient-from-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .md\:focus\:tw-from-teal-400:focus {
    --gradient-from-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .md\:focus\:tw-from-teal-500:focus {
    --gradient-from-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .md\:focus\:tw-from-teal-600:focus {
    --gradient-from-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .md\:focus\:tw-from-teal-700:focus {
    --gradient-from-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .md\:focus\:tw-from-teal-800:focus {
    --gradient-from-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .md\:focus\:tw-from-teal-900:focus {
    --gradient-from-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .md\:focus\:tw-from-blue-50:focus {
    --gradient-from-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .md\:focus\:tw-from-blue-100:focus {
    --gradient-from-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .md\:focus\:tw-from-blue-200:focus {
    --gradient-from-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .md\:focus\:tw-from-blue-300:focus {
    --gradient-from-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .md\:focus\:tw-from-blue-400:focus {
    --gradient-from-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .md\:focus\:tw-from-blue-500:focus {
    --gradient-from-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .md\:focus\:tw-from-blue-600:focus {
    --gradient-from-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .md\:focus\:tw-from-blue-700:focus {
    --gradient-from-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .md\:focus\:tw-from-blue-800:focus {
    --gradient-from-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .md\:focus\:tw-from-blue-900:focus {
    --gradient-from-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-50:focus {
    --gradient-from-color: #eef2ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-100:focus {
    --gradient-from-color: #e0e7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-200:focus {
    --gradient-from-color: #c7d2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-300:focus {
    --gradient-from-color: #a5b4fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-400:focus {
    --gradient-from-color: #818cf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-500:focus {
    --gradient-from-color: #6366f1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-600:focus {
    --gradient-from-color: #4f46e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-700:focus {
    --gradient-from-color: #4338ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-800:focus {
    --gradient-from-color: #3730a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-900:focus {
    --gradient-from-color: #312e81 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
  }

  .md\:focus\:tw-from-purple-50:focus {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:focus\:tw-from-purple-100:focus {
    --gradient-from-color: #f3e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
  }

  .md\:focus\:tw-from-purple-200:focus {
    --gradient-from-color: #e9d5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
  }

  .md\:focus\:tw-from-purple-300:focus {
    --gradient-from-color: #d8b4fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
  }

  .md\:focus\:tw-from-purple-400:focus {
    --gradient-from-color: #c084fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
  }

  .md\:focus\:tw-from-purple-500:focus {
    --gradient-from-color: #a855f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
  }

  .md\:focus\:tw-from-purple-600:focus {
    --gradient-from-color: #9333ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
  }

  .md\:focus\:tw-from-purple-700:focus {
    --gradient-from-color: #7e22ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
  }

  .md\:focus\:tw-from-purple-800:focus {
    --gradient-from-color: #6b21a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
  }

  .md\:focus\:tw-from-purple-900:focus {
    --gradient-from-color: #581c87 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
  }

  .md\:focus\:tw-from-pink-50:focus {
    --gradient-from-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .md\:focus\:tw-from-pink-100:focus {
    --gradient-from-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .md\:focus\:tw-from-pink-200:focus {
    --gradient-from-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .md\:focus\:tw-from-pink-300:focus {
    --gradient-from-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .md\:focus\:tw-from-pink-400:focus {
    --gradient-from-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .md\:focus\:tw-from-pink-500:focus {
    --gradient-from-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .md\:focus\:tw-from-pink-600:focus {
    --gradient-from-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .md\:focus\:tw-from-pink-700:focus {
    --gradient-from-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .md\:focus\:tw-from-pink-800:focus {
    --gradient-from-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .md\:focus\:tw-from-pink-900:focus {
    --gradient-from-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .md\:focus\:tw-from-app-main:focus {
    --gradient-from-color: #F18D11 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
  }

  .md\:focus\:tw-from-app-sub-blue:focus {
    --gradient-from-color: #1E548F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
  }

  .md\:focus\:tw-from-app-yellow:focus {
    --gradient-from-color: #FFF5D1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
  }

  .md\:focus\:tw-from-theme-primary:focus {
    --gradient-from-color: #f3980f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
  }

  .md\:focus\:tw-from-theme-info:focus {
    --gradient-from-color: #1b925a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
  }

  .md\:focus\:tw-from-slate-50:focus {
    --gradient-from-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .md\:focus\:tw-from-slate-100:focus {
    --gradient-from-color: #f1f5f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
  }

  .md\:focus\:tw-from-slate-200:focus {
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .md\:focus\:tw-from-slate-300:focus {
    --gradient-from-color: #cbd5e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
  }

  .md\:focus\:tw-from-slate-400:focus {
    --gradient-from-color: #94a3b8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
  }

  .md\:focus\:tw-from-slate-500:focus {
    --gradient-from-color: #64748b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
  }

  .md\:focus\:tw-from-slate-600:focus {
    --gradient-from-color: #475569 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
  }

  .md\:focus\:tw-from-slate-700:focus {
    --gradient-from-color: #334155 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
  }

  .md\:focus\:tw-from-slate-800:focus {
    --gradient-from-color: #1e293b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
  }

  .md\:focus\:tw-from-slate-900:focus {
    --gradient-from-color: #0f172a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
  }

  .md\:focus\:tw-from-zinc-50:focus {
    --gradient-from-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .md\:focus\:tw-from-zinc-100:focus {
    --gradient-from-color: #f4f4f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
  }

  .md\:focus\:tw-from-zinc-200:focus {
    --gradient-from-color: #e4e4e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
  }

  .md\:focus\:tw-from-zinc-300:focus {
    --gradient-from-color: #d4d4d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
  }

  .md\:focus\:tw-from-zinc-400:focus {
    --gradient-from-color: #a1a1aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
  }

  .md\:focus\:tw-from-zinc-500:focus {
    --gradient-from-color: #71717a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
  }

  .md\:focus\:tw-from-zinc-600:focus {
    --gradient-from-color: #52525b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
  }

  .md\:focus\:tw-from-zinc-700:focus {
    --gradient-from-color: #3f3f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
  }

  .md\:focus\:tw-from-zinc-800:focus {
    --gradient-from-color: #27272a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
  }

  .md\:focus\:tw-from-zinc-900:focus {
    --gradient-from-color: #18181b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
  }

  .md\:focus\:tw-from-neutral-50:focus {
    --gradient-from-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .md\:focus\:tw-from-neutral-100:focus {
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .md\:focus\:tw-from-neutral-200:focus {
    --gradient-from-color: #e5e5e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
  }

  .md\:focus\:tw-from-neutral-300:focus {
    --gradient-from-color: #d4d4d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
  }

  .md\:focus\:tw-from-neutral-400:focus {
    --gradient-from-color: #a3a3a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
  }

  .md\:focus\:tw-from-neutral-500:focus {
    --gradient-from-color: #737373 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
  }

  .md\:focus\:tw-from-neutral-600:focus {
    --gradient-from-color: #525252 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
  }

  .md\:focus\:tw-from-neutral-700:focus {
    --gradient-from-color: #404040 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
  }

  .md\:focus\:tw-from-neutral-800:focus {
    --gradient-from-color: #262626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
  }

  .md\:focus\:tw-from-neutral-900:focus {
    --gradient-from-color: #171717 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
  }

  .md\:focus\:tw-from-stone-50:focus {
    --gradient-from-color: #fafaf9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
  }

  .md\:focus\:tw-from-stone-100:focus {
    --gradient-from-color: #f5f5f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
  }

  .md\:focus\:tw-from-stone-200:focus {
    --gradient-from-color: #e7e5e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
  }

  .md\:focus\:tw-from-stone-300:focus {
    --gradient-from-color: #d6d3d1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
  }

  .md\:focus\:tw-from-stone-400:focus {
    --gradient-from-color: #a8a29e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
  }

  .md\:focus\:tw-from-stone-500:focus {
    --gradient-from-color: #78716c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
  }

  .md\:focus\:tw-from-stone-600:focus {
    --gradient-from-color: #57534e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
  }

  .md\:focus\:tw-from-stone-700:focus {
    --gradient-from-color: #44403c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
  }

  .md\:focus\:tw-from-stone-800:focus {
    --gradient-from-color: #292524 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
  }

  .md\:focus\:tw-from-stone-900:focus {
    --gradient-from-color: #1c1917 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
  }

  .md\:focus\:tw-from-amber-50:focus {
    --gradient-from-color: #fffbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
  }

  .md\:focus\:tw-from-amber-100:focus {
    --gradient-from-color: #fef3c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
  }

  .md\:focus\:tw-from-amber-200:focus {
    --gradient-from-color: #fde68a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
  }

  .md\:focus\:tw-from-amber-300:focus {
    --gradient-from-color: #fcd34d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
  }

  .md\:focus\:tw-from-amber-400:focus {
    --gradient-from-color: #fbbf24 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
  }

  .md\:focus\:tw-from-amber-500:focus {
    --gradient-from-color: #f59e0b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .md\:focus\:tw-from-amber-600:focus {
    --gradient-from-color: #d97706 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
  }

  .md\:focus\:tw-from-amber-700:focus {
    --gradient-from-color: #b45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .md\:focus\:tw-from-amber-800:focus {
    --gradient-from-color: #92400e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
  }

  .md\:focus\:tw-from-amber-900:focus {
    --gradient-from-color: #78350f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
  }

  .md\:focus\:tw-from-lime-50:focus {
    --gradient-from-color: #f7fee7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
  }

  .md\:focus\:tw-from-lime-100:focus {
    --gradient-from-color: #ecfccb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
  }

  .md\:focus\:tw-from-lime-200:focus {
    --gradient-from-color: #d9f99d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
  }

  .md\:focus\:tw-from-lime-300:focus {
    --gradient-from-color: #bef264 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
  }

  .md\:focus\:tw-from-lime-400:focus {
    --gradient-from-color: #a3e635 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
  }

  .md\:focus\:tw-from-lime-500:focus {
    --gradient-from-color: #84cc16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
  }

  .md\:focus\:tw-from-lime-600:focus {
    --gradient-from-color: #65a30d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
  }

  .md\:focus\:tw-from-lime-700:focus {
    --gradient-from-color: #4d7c0f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
  }

  .md\:focus\:tw-from-lime-800:focus {
    --gradient-from-color: #3f6212 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
  }

  .md\:focus\:tw-from-lime-900:focus {
    --gradient-from-color: #365314 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
  }

  .md\:focus\:tw-from-emerald-50:focus {
    --gradient-from-color: #ecfdf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
  }

  .md\:focus\:tw-from-emerald-100:focus {
    --gradient-from-color: #d1fae5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
  }

  .md\:focus\:tw-from-emerald-200:focus {
    --gradient-from-color: #a7f3d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
  }

  .md\:focus\:tw-from-emerald-300:focus {
    --gradient-from-color: #6ee7b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
  }

  .md\:focus\:tw-from-emerald-400:focus {
    --gradient-from-color: #34d399 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
  }

  .md\:focus\:tw-from-emerald-500:focus {
    --gradient-from-color: #10b981 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
  }

  .md\:focus\:tw-from-emerald-600:focus {
    --gradient-from-color: #059669 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
  }

  .md\:focus\:tw-from-emerald-700:focus {
    --gradient-from-color: #047857 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
  }

  .md\:focus\:tw-from-emerald-800:focus {
    --gradient-from-color: #065f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
  }

  .md\:focus\:tw-from-emerald-900:focus {
    --gradient-from-color: #064e3b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
  }

  .md\:focus\:tw-from-cyan-50:focus {
    --gradient-from-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .md\:focus\:tw-from-cyan-100:focus {
    --gradient-from-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .md\:focus\:tw-from-cyan-200:focus {
    --gradient-from-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .md\:focus\:tw-from-cyan-300:focus {
    --gradient-from-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .md\:focus\:tw-from-cyan-400:focus {
    --gradient-from-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .md\:focus\:tw-from-cyan-500:focus {
    --gradient-from-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .md\:focus\:tw-from-cyan-600:focus {
    --gradient-from-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .md\:focus\:tw-from-cyan-700:focus {
    --gradient-from-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .md\:focus\:tw-from-cyan-800:focus {
    --gradient-from-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .md\:focus\:tw-from-cyan-900:focus {
    --gradient-from-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .md\:focus\:tw-from-sky-50:focus {
    --gradient-from-color: #f0f9ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
  }

  .md\:focus\:tw-from-sky-100:focus {
    --gradient-from-color: #e0f2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
  }

  .md\:focus\:tw-from-sky-200:focus {
    --gradient-from-color: #bae6fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
  }

  .md\:focus\:tw-from-sky-300:focus {
    --gradient-from-color: #7dd3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
  }

  .md\:focus\:tw-from-sky-400:focus {
    --gradient-from-color: #38bdf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
  }

  .md\:focus\:tw-from-sky-500:focus {
    --gradient-from-color: #0ea5e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
  }

  .md\:focus\:tw-from-sky-600:focus {
    --gradient-from-color: #0284c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
  }

  .md\:focus\:tw-from-sky-700:focus {
    --gradient-from-color: #0369a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
  }

  .md\:focus\:tw-from-sky-800:focus {
    --gradient-from-color: #075985 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
  }

  .md\:focus\:tw-from-sky-900:focus {
    --gradient-from-color: #0c4a6e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
  }

  .md\:focus\:tw-from-violet-50:focus {
    --gradient-from-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .md\:focus\:tw-from-violet-100:focus {
    --gradient-from-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .md\:focus\:tw-from-violet-200:focus {
    --gradient-from-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .md\:focus\:tw-from-violet-300:focus {
    --gradient-from-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .md\:focus\:tw-from-violet-400:focus {
    --gradient-from-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .md\:focus\:tw-from-violet-500:focus {
    --gradient-from-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .md\:focus\:tw-from-violet-600:focus {
    --gradient-from-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .md\:focus\:tw-from-violet-700:focus {
    --gradient-from-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .md\:focus\:tw-from-violet-800:focus {
    --gradient-from-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .md\:focus\:tw-from-violet-900:focus {
    --gradient-from-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .md\:focus\:tw-from-fuchsia-50:focus {
    --gradient-from-color: #fdf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
  }

  .md\:focus\:tw-from-fuchsia-100:focus {
    --gradient-from-color: #fae8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
  }

  .md\:focus\:tw-from-fuchsia-200:focus {
    --gradient-from-color: #f5d0fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
  }

  .md\:focus\:tw-from-fuchsia-300:focus {
    --gradient-from-color: #f0abfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
  }

  .md\:focus\:tw-from-fuchsia-400:focus {
    --gradient-from-color: #e879f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
  }

  .md\:focus\:tw-from-fuchsia-500:focus {
    --gradient-from-color: #d946ef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
  }

  .md\:focus\:tw-from-fuchsia-600:focus {
    --gradient-from-color: #c026d3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
  }

  .md\:focus\:tw-from-fuchsia-700:focus {
    --gradient-from-color: #a21caf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
  }

  .md\:focus\:tw-from-fuchsia-800:focus {
    --gradient-from-color: #86198f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
  }

  .md\:focus\:tw-from-fuchsia-900:focus {
    --gradient-from-color: #701a75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
  }

  .md\:focus\:tw-from-rose-50:focus {
    --gradient-from-color: #fff1f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
  }

  .md\:focus\:tw-from-rose-100:focus {
    --gradient-from-color: #ffe4e6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
  }

  .md\:focus\:tw-from-rose-200:focus {
    --gradient-from-color: #fecdd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
  }

  .md\:focus\:tw-from-rose-300:focus {
    --gradient-from-color: #fda4af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
  }

  .md\:focus\:tw-from-rose-400:focus {
    --gradient-from-color: #fb7185 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
  }

  .md\:focus\:tw-from-rose-500:focus {
    --gradient-from-color: #f43f5e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
  }

  .md\:focus\:tw-from-rose-600:focus {
    --gradient-from-color: #e11d48 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
  }

  .md\:focus\:tw-from-rose-700:focus {
    --gradient-from-color: #be123c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
  }

  .md\:focus\:tw-from-rose-800:focus {
    --gradient-from-color: #9f1239 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
  }

  .md\:focus\:tw-from-rose-900:focus {
    --gradient-from-color: #881337 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
  }

  .md\:focus\:tw-via-transparent:focus {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:tw-via-current:focus {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:tw-via-black:focus {
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:tw-via-white:focus {
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:tw-via-gray-50:focus {
    --gradient-via-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .md\:focus\:tw-via-gray-100:focus {
    --gradient-via-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .md\:focus\:tw-via-gray-200:focus {
    --gradient-via-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .md\:focus\:tw-via-gray-300:focus {
    --gradient-via-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .md\:focus\:tw-via-gray-400:focus {
    --gradient-via-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .md\:focus\:tw-via-gray-500:focus {
    --gradient-via-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .md\:focus\:tw-via-gray-600:focus {
    --gradient-via-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .md\:focus\:tw-via-gray-700:focus {
    --gradient-via-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .md\:focus\:tw-via-gray-800:focus {
    --gradient-via-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .md\:focus\:tw-via-gray-900:focus {
    --gradient-via-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .md\:focus\:tw-via-red-50:focus {
    --gradient-via-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .md\:focus\:tw-via-red-100:focus {
    --gradient-via-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .md\:focus\:tw-via-red-200:focus {
    --gradient-via-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .md\:focus\:tw-via-red-300:focus {
    --gradient-via-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .md\:focus\:tw-via-red-400:focus {
    --gradient-via-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .md\:focus\:tw-via-red-500:focus {
    --gradient-via-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .md\:focus\:tw-via-red-600:focus {
    --gradient-via-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .md\:focus\:tw-via-red-700:focus {
    --gradient-via-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .md\:focus\:tw-via-red-800:focus {
    --gradient-via-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .md\:focus\:tw-via-red-900:focus {
    --gradient-via-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .md\:focus\:tw-via-orange-50:focus {
    --gradient-via-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .md\:focus\:tw-via-orange-100:focus {
    --gradient-via-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .md\:focus\:tw-via-orange-200:focus {
    --gradient-via-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .md\:focus\:tw-via-orange-300:focus {
    --gradient-via-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .md\:focus\:tw-via-orange-400:focus {
    --gradient-via-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .md\:focus\:tw-via-orange-500:focus {
    --gradient-via-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .md\:focus\:tw-via-orange-600:focus {
    --gradient-via-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .md\:focus\:tw-via-orange-700:focus {
    --gradient-via-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .md\:focus\:tw-via-orange-800:focus {
    --gradient-via-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .md\:focus\:tw-via-orange-900:focus {
    --gradient-via-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-50:focus {
    --gradient-via-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-100:focus {
    --gradient-via-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-200:focus {
    --gradient-via-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-300:focus {
    --gradient-via-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-400:focus {
    --gradient-via-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-500:focus {
    --gradient-via-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-600:focus {
    --gradient-via-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-700:focus {
    --gradient-via-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-800:focus {
    --gradient-via-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-900:focus {
    --gradient-via-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .md\:focus\:tw-via-green-50:focus {
    --gradient-via-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .md\:focus\:tw-via-green-100:focus {
    --gradient-via-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .md\:focus\:tw-via-green-200:focus {
    --gradient-via-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .md\:focus\:tw-via-green-300:focus {
    --gradient-via-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .md\:focus\:tw-via-green-400:focus {
    --gradient-via-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .md\:focus\:tw-via-green-500:focus {
    --gradient-via-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .md\:focus\:tw-via-green-600:focus {
    --gradient-via-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .md\:focus\:tw-via-green-700:focus {
    --gradient-via-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .md\:focus\:tw-via-green-800:focus {
    --gradient-via-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .md\:focus\:tw-via-green-900:focus {
    --gradient-via-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .md\:focus\:tw-via-teal-50:focus {
    --gradient-via-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .md\:focus\:tw-via-teal-100:focus {
    --gradient-via-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .md\:focus\:tw-via-teal-200:focus {
    --gradient-via-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .md\:focus\:tw-via-teal-300:focus {
    --gradient-via-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .md\:focus\:tw-via-teal-400:focus {
    --gradient-via-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .md\:focus\:tw-via-teal-500:focus {
    --gradient-via-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .md\:focus\:tw-via-teal-600:focus {
    --gradient-via-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .md\:focus\:tw-via-teal-700:focus {
    --gradient-via-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .md\:focus\:tw-via-teal-800:focus {
    --gradient-via-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .md\:focus\:tw-via-teal-900:focus {
    --gradient-via-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .md\:focus\:tw-via-blue-50:focus {
    --gradient-via-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .md\:focus\:tw-via-blue-100:focus {
    --gradient-via-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .md\:focus\:tw-via-blue-200:focus {
    --gradient-via-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .md\:focus\:tw-via-blue-300:focus {
    --gradient-via-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .md\:focus\:tw-via-blue-400:focus {
    --gradient-via-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .md\:focus\:tw-via-blue-500:focus {
    --gradient-via-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .md\:focus\:tw-via-blue-600:focus {
    --gradient-via-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .md\:focus\:tw-via-blue-700:focus {
    --gradient-via-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .md\:focus\:tw-via-blue-800:focus {
    --gradient-via-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .md\:focus\:tw-via-blue-900:focus {
    --gradient-via-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-50:focus {
    --gradient-via-color: #eef2ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-100:focus {
    --gradient-via-color: #e0e7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-200:focus {
    --gradient-via-color: #c7d2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-300:focus {
    --gradient-via-color: #a5b4fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-400:focus {
    --gradient-via-color: #818cf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-500:focus {
    --gradient-via-color: #6366f1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-600:focus {
    --gradient-via-color: #4f46e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-700:focus {
    --gradient-via-color: #4338ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-800:focus {
    --gradient-via-color: #3730a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-900:focus {
    --gradient-via-color: #312e81 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
  }

  .md\:focus\:tw-via-purple-50:focus {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:focus\:tw-via-purple-100:focus {
    --gradient-via-color: #f3e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
  }

  .md\:focus\:tw-via-purple-200:focus {
    --gradient-via-color: #e9d5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
  }

  .md\:focus\:tw-via-purple-300:focus {
    --gradient-via-color: #d8b4fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
  }

  .md\:focus\:tw-via-purple-400:focus {
    --gradient-via-color: #c084fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
  }

  .md\:focus\:tw-via-purple-500:focus {
    --gradient-via-color: #a855f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
  }

  .md\:focus\:tw-via-purple-600:focus {
    --gradient-via-color: #9333ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
  }

  .md\:focus\:tw-via-purple-700:focus {
    --gradient-via-color: #7e22ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
  }

  .md\:focus\:tw-via-purple-800:focus {
    --gradient-via-color: #6b21a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
  }

  .md\:focus\:tw-via-purple-900:focus {
    --gradient-via-color: #581c87 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
  }

  .md\:focus\:tw-via-pink-50:focus {
    --gradient-via-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .md\:focus\:tw-via-pink-100:focus {
    --gradient-via-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .md\:focus\:tw-via-pink-200:focus {
    --gradient-via-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .md\:focus\:tw-via-pink-300:focus {
    --gradient-via-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .md\:focus\:tw-via-pink-400:focus {
    --gradient-via-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .md\:focus\:tw-via-pink-500:focus {
    --gradient-via-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .md\:focus\:tw-via-pink-600:focus {
    --gradient-via-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .md\:focus\:tw-via-pink-700:focus {
    --gradient-via-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .md\:focus\:tw-via-pink-800:focus {
    --gradient-via-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .md\:focus\:tw-via-pink-900:focus {
    --gradient-via-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .md\:focus\:tw-via-app-main:focus {
    --gradient-via-color: #F18D11 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
  }

  .md\:focus\:tw-via-app-sub-blue:focus {
    --gradient-via-color: #1E548F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
  }

  .md\:focus\:tw-via-app-yellow:focus {
    --gradient-via-color: #FFF5D1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
  }

  .md\:focus\:tw-via-theme-primary:focus {
    --gradient-via-color: #f3980f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
  }

  .md\:focus\:tw-via-theme-info:focus {
    --gradient-via-color: #1b925a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
  }

  .md\:focus\:tw-via-slate-50:focus {
    --gradient-via-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .md\:focus\:tw-via-slate-100:focus {
    --gradient-via-color: #f1f5f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
  }

  .md\:focus\:tw-via-slate-200:focus {
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .md\:focus\:tw-via-slate-300:focus {
    --gradient-via-color: #cbd5e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
  }

  .md\:focus\:tw-via-slate-400:focus {
    --gradient-via-color: #94a3b8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
  }

  .md\:focus\:tw-via-slate-500:focus {
    --gradient-via-color: #64748b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
  }

  .md\:focus\:tw-via-slate-600:focus {
    --gradient-via-color: #475569 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
  }

  .md\:focus\:tw-via-slate-700:focus {
    --gradient-via-color: #334155 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
  }

  .md\:focus\:tw-via-slate-800:focus {
    --gradient-via-color: #1e293b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
  }

  .md\:focus\:tw-via-slate-900:focus {
    --gradient-via-color: #0f172a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
  }

  .md\:focus\:tw-via-zinc-50:focus {
    --gradient-via-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .md\:focus\:tw-via-zinc-100:focus {
    --gradient-via-color: #f4f4f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
  }

  .md\:focus\:tw-via-zinc-200:focus {
    --gradient-via-color: #e4e4e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
  }

  .md\:focus\:tw-via-zinc-300:focus {
    --gradient-via-color: #d4d4d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
  }

  .md\:focus\:tw-via-zinc-400:focus {
    --gradient-via-color: #a1a1aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
  }

  .md\:focus\:tw-via-zinc-500:focus {
    --gradient-via-color: #71717a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
  }

  .md\:focus\:tw-via-zinc-600:focus {
    --gradient-via-color: #52525b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
  }

  .md\:focus\:tw-via-zinc-700:focus {
    --gradient-via-color: #3f3f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
  }

  .md\:focus\:tw-via-zinc-800:focus {
    --gradient-via-color: #27272a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
  }

  .md\:focus\:tw-via-zinc-900:focus {
    --gradient-via-color: #18181b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
  }

  .md\:focus\:tw-via-neutral-50:focus {
    --gradient-via-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .md\:focus\:tw-via-neutral-100:focus {
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .md\:focus\:tw-via-neutral-200:focus {
    --gradient-via-color: #e5e5e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
  }

  .md\:focus\:tw-via-neutral-300:focus {
    --gradient-via-color: #d4d4d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
  }

  .md\:focus\:tw-via-neutral-400:focus {
    --gradient-via-color: #a3a3a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
  }

  .md\:focus\:tw-via-neutral-500:focus {
    --gradient-via-color: #737373 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
  }

  .md\:focus\:tw-via-neutral-600:focus {
    --gradient-via-color: #525252 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
  }

  .md\:focus\:tw-via-neutral-700:focus {
    --gradient-via-color: #404040 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
  }

  .md\:focus\:tw-via-neutral-800:focus {
    --gradient-via-color: #262626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
  }

  .md\:focus\:tw-via-neutral-900:focus {
    --gradient-via-color: #171717 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
  }

  .md\:focus\:tw-via-stone-50:focus {
    --gradient-via-color: #fafaf9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
  }

  .md\:focus\:tw-via-stone-100:focus {
    --gradient-via-color: #f5f5f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
  }

  .md\:focus\:tw-via-stone-200:focus {
    --gradient-via-color: #e7e5e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
  }

  .md\:focus\:tw-via-stone-300:focus {
    --gradient-via-color: #d6d3d1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
  }

  .md\:focus\:tw-via-stone-400:focus {
    --gradient-via-color: #a8a29e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
  }

  .md\:focus\:tw-via-stone-500:focus {
    --gradient-via-color: #78716c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
  }

  .md\:focus\:tw-via-stone-600:focus {
    --gradient-via-color: #57534e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
  }

  .md\:focus\:tw-via-stone-700:focus {
    --gradient-via-color: #44403c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
  }

  .md\:focus\:tw-via-stone-800:focus {
    --gradient-via-color: #292524 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
  }

  .md\:focus\:tw-via-stone-900:focus {
    --gradient-via-color: #1c1917 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
  }

  .md\:focus\:tw-via-amber-50:focus {
    --gradient-via-color: #fffbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
  }

  .md\:focus\:tw-via-amber-100:focus {
    --gradient-via-color: #fef3c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
  }

  .md\:focus\:tw-via-amber-200:focus {
    --gradient-via-color: #fde68a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
  }

  .md\:focus\:tw-via-amber-300:focus {
    --gradient-via-color: #fcd34d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
  }

  .md\:focus\:tw-via-amber-400:focus {
    --gradient-via-color: #fbbf24 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
  }

  .md\:focus\:tw-via-amber-500:focus {
    --gradient-via-color: #f59e0b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .md\:focus\:tw-via-amber-600:focus {
    --gradient-via-color: #d97706 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
  }

  .md\:focus\:tw-via-amber-700:focus {
    --gradient-via-color: #b45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .md\:focus\:tw-via-amber-800:focus {
    --gradient-via-color: #92400e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
  }

  .md\:focus\:tw-via-amber-900:focus {
    --gradient-via-color: #78350f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
  }

  .md\:focus\:tw-via-lime-50:focus {
    --gradient-via-color: #f7fee7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
  }

  .md\:focus\:tw-via-lime-100:focus {
    --gradient-via-color: #ecfccb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
  }

  .md\:focus\:tw-via-lime-200:focus {
    --gradient-via-color: #d9f99d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
  }

  .md\:focus\:tw-via-lime-300:focus {
    --gradient-via-color: #bef264 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
  }

  .md\:focus\:tw-via-lime-400:focus {
    --gradient-via-color: #a3e635 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
  }

  .md\:focus\:tw-via-lime-500:focus {
    --gradient-via-color: #84cc16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
  }

  .md\:focus\:tw-via-lime-600:focus {
    --gradient-via-color: #65a30d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
  }

  .md\:focus\:tw-via-lime-700:focus {
    --gradient-via-color: #4d7c0f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
  }

  .md\:focus\:tw-via-lime-800:focus {
    --gradient-via-color: #3f6212 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
  }

  .md\:focus\:tw-via-lime-900:focus {
    --gradient-via-color: #365314 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
  }

  .md\:focus\:tw-via-emerald-50:focus {
    --gradient-via-color: #ecfdf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
  }

  .md\:focus\:tw-via-emerald-100:focus {
    --gradient-via-color: #d1fae5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
  }

  .md\:focus\:tw-via-emerald-200:focus {
    --gradient-via-color: #a7f3d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
  }

  .md\:focus\:tw-via-emerald-300:focus {
    --gradient-via-color: #6ee7b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
  }

  .md\:focus\:tw-via-emerald-400:focus {
    --gradient-via-color: #34d399 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
  }

  .md\:focus\:tw-via-emerald-500:focus {
    --gradient-via-color: #10b981 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
  }

  .md\:focus\:tw-via-emerald-600:focus {
    --gradient-via-color: #059669 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
  }

  .md\:focus\:tw-via-emerald-700:focus {
    --gradient-via-color: #047857 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
  }

  .md\:focus\:tw-via-emerald-800:focus {
    --gradient-via-color: #065f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
  }

  .md\:focus\:tw-via-emerald-900:focus {
    --gradient-via-color: #064e3b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
  }

  .md\:focus\:tw-via-cyan-50:focus {
    --gradient-via-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .md\:focus\:tw-via-cyan-100:focus {
    --gradient-via-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .md\:focus\:tw-via-cyan-200:focus {
    --gradient-via-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .md\:focus\:tw-via-cyan-300:focus {
    --gradient-via-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .md\:focus\:tw-via-cyan-400:focus {
    --gradient-via-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .md\:focus\:tw-via-cyan-500:focus {
    --gradient-via-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .md\:focus\:tw-via-cyan-600:focus {
    --gradient-via-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .md\:focus\:tw-via-cyan-700:focus {
    --gradient-via-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .md\:focus\:tw-via-cyan-800:focus {
    --gradient-via-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .md\:focus\:tw-via-cyan-900:focus {
    --gradient-via-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .md\:focus\:tw-via-sky-50:focus {
    --gradient-via-color: #f0f9ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
  }

  .md\:focus\:tw-via-sky-100:focus {
    --gradient-via-color: #e0f2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
  }

  .md\:focus\:tw-via-sky-200:focus {
    --gradient-via-color: #bae6fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
  }

  .md\:focus\:tw-via-sky-300:focus {
    --gradient-via-color: #7dd3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
  }

  .md\:focus\:tw-via-sky-400:focus {
    --gradient-via-color: #38bdf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
  }

  .md\:focus\:tw-via-sky-500:focus {
    --gradient-via-color: #0ea5e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
  }

  .md\:focus\:tw-via-sky-600:focus {
    --gradient-via-color: #0284c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
  }

  .md\:focus\:tw-via-sky-700:focus {
    --gradient-via-color: #0369a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
  }

  .md\:focus\:tw-via-sky-800:focus {
    --gradient-via-color: #075985 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
  }

  .md\:focus\:tw-via-sky-900:focus {
    --gradient-via-color: #0c4a6e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
  }

  .md\:focus\:tw-via-violet-50:focus {
    --gradient-via-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .md\:focus\:tw-via-violet-100:focus {
    --gradient-via-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .md\:focus\:tw-via-violet-200:focus {
    --gradient-via-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .md\:focus\:tw-via-violet-300:focus {
    --gradient-via-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .md\:focus\:tw-via-violet-400:focus {
    --gradient-via-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .md\:focus\:tw-via-violet-500:focus {
    --gradient-via-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .md\:focus\:tw-via-violet-600:focus {
    --gradient-via-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .md\:focus\:tw-via-violet-700:focus {
    --gradient-via-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .md\:focus\:tw-via-violet-800:focus {
    --gradient-via-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .md\:focus\:tw-via-violet-900:focus {
    --gradient-via-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .md\:focus\:tw-via-fuchsia-50:focus {
    --gradient-via-color: #fdf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
  }

  .md\:focus\:tw-via-fuchsia-100:focus {
    --gradient-via-color: #fae8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
  }

  .md\:focus\:tw-via-fuchsia-200:focus {
    --gradient-via-color: #f5d0fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
  }

  .md\:focus\:tw-via-fuchsia-300:focus {
    --gradient-via-color: #f0abfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
  }

  .md\:focus\:tw-via-fuchsia-400:focus {
    --gradient-via-color: #e879f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
  }

  .md\:focus\:tw-via-fuchsia-500:focus {
    --gradient-via-color: #d946ef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
  }

  .md\:focus\:tw-via-fuchsia-600:focus {
    --gradient-via-color: #c026d3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
  }

  .md\:focus\:tw-via-fuchsia-700:focus {
    --gradient-via-color: #a21caf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
  }

  .md\:focus\:tw-via-fuchsia-800:focus {
    --gradient-via-color: #86198f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
  }

  .md\:focus\:tw-via-fuchsia-900:focus {
    --gradient-via-color: #701a75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
  }

  .md\:focus\:tw-via-rose-50:focus {
    --gradient-via-color: #fff1f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
  }

  .md\:focus\:tw-via-rose-100:focus {
    --gradient-via-color: #ffe4e6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
  }

  .md\:focus\:tw-via-rose-200:focus {
    --gradient-via-color: #fecdd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
  }

  .md\:focus\:tw-via-rose-300:focus {
    --gradient-via-color: #fda4af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
  }

  .md\:focus\:tw-via-rose-400:focus {
    --gradient-via-color: #fb7185 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
  }

  .md\:focus\:tw-via-rose-500:focus {
    --gradient-via-color: #f43f5e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
  }

  .md\:focus\:tw-via-rose-600:focus {
    --gradient-via-color: #e11d48 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
  }

  .md\:focus\:tw-via-rose-700:focus {
    --gradient-via-color: #be123c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
  }

  .md\:focus\:tw-via-rose-800:focus {
    --gradient-via-color: #9f1239 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
  }

  .md\:focus\:tw-via-rose-900:focus {
    --gradient-via-color: #881337 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
  }

  .md\:focus\:tw-to-transparent:focus {
    --gradient-to-color: transparent !important;
  }

  .md\:focus\:tw-to-current:focus {
    --gradient-to-color: currentColor !important;
  }

  .md\:focus\:tw-to-black:focus {
    --gradient-to-color: #000 !important;
  }

  .md\:focus\:tw-to-white:focus {
    --gradient-to-color: #fff !important;
  }

  .md\:focus\:tw-to-gray-50:focus {
    --gradient-to-color: #f9fafb !important;
  }

  .md\:focus\:tw-to-gray-100:focus {
    --gradient-to-color: #f3f4f6 !important;
  }

  .md\:focus\:tw-to-gray-200:focus {
    --gradient-to-color: #e5e7eb !important;
  }

  .md\:focus\:tw-to-gray-300:focus {
    --gradient-to-color: #d1d5db !important;
  }

  .md\:focus\:tw-to-gray-400:focus {
    --gradient-to-color: #9ca3af !important;
  }

  .md\:focus\:tw-to-gray-500:focus {
    --gradient-to-color: #6b7280 !important;
  }

  .md\:focus\:tw-to-gray-600:focus {
    --gradient-to-color: #4b5563 !important;
  }

  .md\:focus\:tw-to-gray-700:focus {
    --gradient-to-color: #374151 !important;
  }

  .md\:focus\:tw-to-gray-800:focus {
    --gradient-to-color: #1f2937 !important;
  }

  .md\:focus\:tw-to-gray-900:focus {
    --gradient-to-color: #111827 !important;
  }

  .md\:focus\:tw-to-red-50:focus {
    --gradient-to-color: #fef2f2 !important;
  }

  .md\:focus\:tw-to-red-100:focus {
    --gradient-to-color: #fee2e2 !important;
  }

  .md\:focus\:tw-to-red-200:focus {
    --gradient-to-color: #fecaca !important;
  }

  .md\:focus\:tw-to-red-300:focus {
    --gradient-to-color: #fca5a5 !important;
  }

  .md\:focus\:tw-to-red-400:focus {
    --gradient-to-color: #f87171 !important;
  }

  .md\:focus\:tw-to-red-500:focus {
    --gradient-to-color: #ef4444 !important;
  }

  .md\:focus\:tw-to-red-600:focus {
    --gradient-to-color: #dc2626 !important;
  }

  .md\:focus\:tw-to-red-700:focus {
    --gradient-to-color: #b91c1c !important;
  }

  .md\:focus\:tw-to-red-800:focus {
    --gradient-to-color: #991b1b !important;
  }

  .md\:focus\:tw-to-red-900:focus {
    --gradient-to-color: #7f1d1d !important;
  }

  .md\:focus\:tw-to-orange-50:focus {
    --gradient-to-color: #fff7ed !important;
  }

  .md\:focus\:tw-to-orange-100:focus {
    --gradient-to-color: #ffedd5 !important;
  }

  .md\:focus\:tw-to-orange-200:focus {
    --gradient-to-color: #fed7aa !important;
  }

  .md\:focus\:tw-to-orange-300:focus {
    --gradient-to-color: #fdba74 !important;
  }

  .md\:focus\:tw-to-orange-400:focus {
    --gradient-to-color: #fb923c !important;
  }

  .md\:focus\:tw-to-orange-500:focus {
    --gradient-to-color: #f97316 !important;
  }

  .md\:focus\:tw-to-orange-600:focus {
    --gradient-to-color: #ea580c !important;
  }

  .md\:focus\:tw-to-orange-700:focus {
    --gradient-to-color: #c2410c !important;
  }

  .md\:focus\:tw-to-orange-800:focus {
    --gradient-to-color: #9a3412 !important;
  }

  .md\:focus\:tw-to-orange-900:focus {
    --gradient-to-color: #7c2d12 !important;
  }

  .md\:focus\:tw-to-yellow-50:focus {
    --gradient-to-color: #fefce8 !important;
  }

  .md\:focus\:tw-to-yellow-100:focus {
    --gradient-to-color: #fef9c3 !important;
  }

  .md\:focus\:tw-to-yellow-200:focus {
    --gradient-to-color: #fef08a !important;
  }

  .md\:focus\:tw-to-yellow-300:focus {
    --gradient-to-color: #fde047 !important;
  }

  .md\:focus\:tw-to-yellow-400:focus {
    --gradient-to-color: #facc15 !important;
  }

  .md\:focus\:tw-to-yellow-500:focus {
    --gradient-to-color: #eab308 !important;
  }

  .md\:focus\:tw-to-yellow-600:focus {
    --gradient-to-color: #ca8a04 !important;
  }

  .md\:focus\:tw-to-yellow-700:focus {
    --gradient-to-color: #a16207 !important;
  }

  .md\:focus\:tw-to-yellow-800:focus {
    --gradient-to-color: #854d0e !important;
  }

  .md\:focus\:tw-to-yellow-900:focus {
    --gradient-to-color: #713f12 !important;
  }

  .md\:focus\:tw-to-green-50:focus {
    --gradient-to-color: #f0fdf4 !important;
  }

  .md\:focus\:tw-to-green-100:focus {
    --gradient-to-color: #dcfce7 !important;
  }

  .md\:focus\:tw-to-green-200:focus {
    --gradient-to-color: #bbf7d0 !important;
  }

  .md\:focus\:tw-to-green-300:focus {
    --gradient-to-color: #86efac !important;
  }

  .md\:focus\:tw-to-green-400:focus {
    --gradient-to-color: #4ade80 !important;
  }

  .md\:focus\:tw-to-green-500:focus {
    --gradient-to-color: #22c55e !important;
  }

  .md\:focus\:tw-to-green-600:focus {
    --gradient-to-color: #16a34a !important;
  }

  .md\:focus\:tw-to-green-700:focus {
    --gradient-to-color: #15803d !important;
  }

  .md\:focus\:tw-to-green-800:focus {
    --gradient-to-color: #166534 !important;
  }

  .md\:focus\:tw-to-green-900:focus {
    --gradient-to-color: #14532d !important;
  }

  .md\:focus\:tw-to-teal-50:focus {
    --gradient-to-color: #f0fdfa !important;
  }

  .md\:focus\:tw-to-teal-100:focus {
    --gradient-to-color: #ccfbf1 !important;
  }

  .md\:focus\:tw-to-teal-200:focus {
    --gradient-to-color: #99f6e4 !important;
  }

  .md\:focus\:tw-to-teal-300:focus {
    --gradient-to-color: #5eead4 !important;
  }

  .md\:focus\:tw-to-teal-400:focus {
    --gradient-to-color: #2dd4bf !important;
  }

  .md\:focus\:tw-to-teal-500:focus {
    --gradient-to-color: #14b8a6 !important;
  }

  .md\:focus\:tw-to-teal-600:focus {
    --gradient-to-color: #0d9488 !important;
  }

  .md\:focus\:tw-to-teal-700:focus {
    --gradient-to-color: #0f766e !important;
  }

  .md\:focus\:tw-to-teal-800:focus {
    --gradient-to-color: #115e59 !important;
  }

  .md\:focus\:tw-to-teal-900:focus {
    --gradient-to-color: #134e4a !important;
  }

  .md\:focus\:tw-to-blue-50:focus {
    --gradient-to-color: #eff6ff !important;
  }

  .md\:focus\:tw-to-blue-100:focus {
    --gradient-to-color: #dbeafe !important;
  }

  .md\:focus\:tw-to-blue-200:focus {
    --gradient-to-color: #bfdbfe !important;
  }

  .md\:focus\:tw-to-blue-300:focus {
    --gradient-to-color: #93c5fd !important;
  }

  .md\:focus\:tw-to-blue-400:focus {
    --gradient-to-color: #60a5fa !important;
  }

  .md\:focus\:tw-to-blue-500:focus {
    --gradient-to-color: #3b82f6 !important;
  }

  .md\:focus\:tw-to-blue-600:focus {
    --gradient-to-color: #2563eb !important;
  }

  .md\:focus\:tw-to-blue-700:focus {
    --gradient-to-color: #1d4ed8 !important;
  }

  .md\:focus\:tw-to-blue-800:focus {
    --gradient-to-color: #1e40af !important;
  }

  .md\:focus\:tw-to-blue-900:focus {
    --gradient-to-color: #1e3a8a !important;
  }

  .md\:focus\:tw-to-indigo-50:focus {
    --gradient-to-color: #eef2ff !important;
  }

  .md\:focus\:tw-to-indigo-100:focus {
    --gradient-to-color: #e0e7ff !important;
  }

  .md\:focus\:tw-to-indigo-200:focus {
    --gradient-to-color: #c7d2fe !important;
  }

  .md\:focus\:tw-to-indigo-300:focus {
    --gradient-to-color: #a5b4fc !important;
  }

  .md\:focus\:tw-to-indigo-400:focus {
    --gradient-to-color: #818cf8 !important;
  }

  .md\:focus\:tw-to-indigo-500:focus {
    --gradient-to-color: #6366f1 !important;
  }

  .md\:focus\:tw-to-indigo-600:focus {
    --gradient-to-color: #4f46e5 !important;
  }

  .md\:focus\:tw-to-indigo-700:focus {
    --gradient-to-color: #4338ca !important;
  }

  .md\:focus\:tw-to-indigo-800:focus {
    --gradient-to-color: #3730a3 !important;
  }

  .md\:focus\:tw-to-indigo-900:focus {
    --gradient-to-color: #312e81 !important;
  }

  .md\:focus\:tw-to-purple-50:focus {
    --gradient-to-color: #faf5ff !important;
  }

  .md\:focus\:tw-to-purple-100:focus {
    --gradient-to-color: #f3e8ff !important;
  }

  .md\:focus\:tw-to-purple-200:focus {
    --gradient-to-color: #e9d5ff !important;
  }

  .md\:focus\:tw-to-purple-300:focus {
    --gradient-to-color: #d8b4fe !important;
  }

  .md\:focus\:tw-to-purple-400:focus {
    --gradient-to-color: #c084fc !important;
  }

  .md\:focus\:tw-to-purple-500:focus {
    --gradient-to-color: #a855f7 !important;
  }

  .md\:focus\:tw-to-purple-600:focus {
    --gradient-to-color: #9333ea !important;
  }

  .md\:focus\:tw-to-purple-700:focus {
    --gradient-to-color: #7e22ce !important;
  }

  .md\:focus\:tw-to-purple-800:focus {
    --gradient-to-color: #6b21a8 !important;
  }

  .md\:focus\:tw-to-purple-900:focus {
    --gradient-to-color: #581c87 !important;
  }

  .md\:focus\:tw-to-pink-50:focus {
    --gradient-to-color: #fdf2f8 !important;
  }

  .md\:focus\:tw-to-pink-100:focus {
    --gradient-to-color: #fce7f3 !important;
  }

  .md\:focus\:tw-to-pink-200:focus {
    --gradient-to-color: #fbcfe8 !important;
  }

  .md\:focus\:tw-to-pink-300:focus {
    --gradient-to-color: #f9a8d4 !important;
  }

  .md\:focus\:tw-to-pink-400:focus {
    --gradient-to-color: #f472b6 !important;
  }

  .md\:focus\:tw-to-pink-500:focus {
    --gradient-to-color: #ec4899 !important;
  }

  .md\:focus\:tw-to-pink-600:focus {
    --gradient-to-color: #db2777 !important;
  }

  .md\:focus\:tw-to-pink-700:focus {
    --gradient-to-color: #be185d !important;
  }

  .md\:focus\:tw-to-pink-800:focus {
    --gradient-to-color: #9d174d !important;
  }

  .md\:focus\:tw-to-pink-900:focus {
    --gradient-to-color: #831843 !important;
  }

  .md\:focus\:tw-to-app-main:focus {
    --gradient-to-color: #F18D11 !important;
  }

  .md\:focus\:tw-to-app-sub-blue:focus {
    --gradient-to-color: #1E548F !important;
  }

  .md\:focus\:tw-to-app-yellow:focus {
    --gradient-to-color: #FFF5D1 !important;
  }

  .md\:focus\:tw-to-theme-primary:focus {
    --gradient-to-color: #f3980f !important;
  }

  .md\:focus\:tw-to-theme-info:focus {
    --gradient-to-color: #1b925a !important;
  }

  .md\:focus\:tw-to-slate-50:focus {
    --gradient-to-color: #f8fafc !important;
  }

  .md\:focus\:tw-to-slate-100:focus {
    --gradient-to-color: #f1f5f9 !important;
  }

  .md\:focus\:tw-to-slate-200:focus {
    --gradient-to-color: #e2e8f0 !important;
  }

  .md\:focus\:tw-to-slate-300:focus {
    --gradient-to-color: #cbd5e1 !important;
  }

  .md\:focus\:tw-to-slate-400:focus {
    --gradient-to-color: #94a3b8 !important;
  }

  .md\:focus\:tw-to-slate-500:focus {
    --gradient-to-color: #64748b !important;
  }

  .md\:focus\:tw-to-slate-600:focus {
    --gradient-to-color: #475569 !important;
  }

  .md\:focus\:tw-to-slate-700:focus {
    --gradient-to-color: #334155 !important;
  }

  .md\:focus\:tw-to-slate-800:focus {
    --gradient-to-color: #1e293b !important;
  }

  .md\:focus\:tw-to-slate-900:focus {
    --gradient-to-color: #0f172a !important;
  }

  .md\:focus\:tw-to-zinc-50:focus {
    --gradient-to-color: #fafafa !important;
  }

  .md\:focus\:tw-to-zinc-100:focus {
    --gradient-to-color: #f4f4f5 !important;
  }

  .md\:focus\:tw-to-zinc-200:focus {
    --gradient-to-color: #e4e4e7 !important;
  }

  .md\:focus\:tw-to-zinc-300:focus {
    --gradient-to-color: #d4d4d8 !important;
  }

  .md\:focus\:tw-to-zinc-400:focus {
    --gradient-to-color: #a1a1aa !important;
  }

  .md\:focus\:tw-to-zinc-500:focus {
    --gradient-to-color: #71717a !important;
  }

  .md\:focus\:tw-to-zinc-600:focus {
    --gradient-to-color: #52525b !important;
  }

  .md\:focus\:tw-to-zinc-700:focus {
    --gradient-to-color: #3f3f46 !important;
  }

  .md\:focus\:tw-to-zinc-800:focus {
    --gradient-to-color: #27272a !important;
  }

  .md\:focus\:tw-to-zinc-900:focus {
    --gradient-to-color: #18181b !important;
  }

  .md\:focus\:tw-to-neutral-50:focus {
    --gradient-to-color: #fafafa !important;
  }

  .md\:focus\:tw-to-neutral-100:focus {
    --gradient-to-color: #f5f5f5 !important;
  }

  .md\:focus\:tw-to-neutral-200:focus {
    --gradient-to-color: #e5e5e5 !important;
  }

  .md\:focus\:tw-to-neutral-300:focus {
    --gradient-to-color: #d4d4d4 !important;
  }

  .md\:focus\:tw-to-neutral-400:focus {
    --gradient-to-color: #a3a3a3 !important;
  }

  .md\:focus\:tw-to-neutral-500:focus {
    --gradient-to-color: #737373 !important;
  }

  .md\:focus\:tw-to-neutral-600:focus {
    --gradient-to-color: #525252 !important;
  }

  .md\:focus\:tw-to-neutral-700:focus {
    --gradient-to-color: #404040 !important;
  }

  .md\:focus\:tw-to-neutral-800:focus {
    --gradient-to-color: #262626 !important;
  }

  .md\:focus\:tw-to-neutral-900:focus {
    --gradient-to-color: #171717 !important;
  }

  .md\:focus\:tw-to-stone-50:focus {
    --gradient-to-color: #fafaf9 !important;
  }

  .md\:focus\:tw-to-stone-100:focus {
    --gradient-to-color: #f5f5f4 !important;
  }

  .md\:focus\:tw-to-stone-200:focus {
    --gradient-to-color: #e7e5e4 !important;
  }

  .md\:focus\:tw-to-stone-300:focus {
    --gradient-to-color: #d6d3d1 !important;
  }

  .md\:focus\:tw-to-stone-400:focus {
    --gradient-to-color: #a8a29e !important;
  }

  .md\:focus\:tw-to-stone-500:focus {
    --gradient-to-color: #78716c !important;
  }

  .md\:focus\:tw-to-stone-600:focus {
    --gradient-to-color: #57534e !important;
  }

  .md\:focus\:tw-to-stone-700:focus {
    --gradient-to-color: #44403c !important;
  }

  .md\:focus\:tw-to-stone-800:focus {
    --gradient-to-color: #292524 !important;
  }

  .md\:focus\:tw-to-stone-900:focus {
    --gradient-to-color: #1c1917 !important;
  }

  .md\:focus\:tw-to-amber-50:focus {
    --gradient-to-color: #fffbeb !important;
  }

  .md\:focus\:tw-to-amber-100:focus {
    --gradient-to-color: #fef3c7 !important;
  }

  .md\:focus\:tw-to-amber-200:focus {
    --gradient-to-color: #fde68a !important;
  }

  .md\:focus\:tw-to-amber-300:focus {
    --gradient-to-color: #fcd34d !important;
  }

  .md\:focus\:tw-to-amber-400:focus {
    --gradient-to-color: #fbbf24 !important;
  }

  .md\:focus\:tw-to-amber-500:focus {
    --gradient-to-color: #f59e0b !important;
  }

  .md\:focus\:tw-to-amber-600:focus {
    --gradient-to-color: #d97706 !important;
  }

  .md\:focus\:tw-to-amber-700:focus {
    --gradient-to-color: #b45309 !important;
  }

  .md\:focus\:tw-to-amber-800:focus {
    --gradient-to-color: #92400e !important;
  }

  .md\:focus\:tw-to-amber-900:focus {
    --gradient-to-color: #78350f !important;
  }

  .md\:focus\:tw-to-lime-50:focus {
    --gradient-to-color: #f7fee7 !important;
  }

  .md\:focus\:tw-to-lime-100:focus {
    --gradient-to-color: #ecfccb !important;
  }

  .md\:focus\:tw-to-lime-200:focus {
    --gradient-to-color: #d9f99d !important;
  }

  .md\:focus\:tw-to-lime-300:focus {
    --gradient-to-color: #bef264 !important;
  }

  .md\:focus\:tw-to-lime-400:focus {
    --gradient-to-color: #a3e635 !important;
  }

  .md\:focus\:tw-to-lime-500:focus {
    --gradient-to-color: #84cc16 !important;
  }

  .md\:focus\:tw-to-lime-600:focus {
    --gradient-to-color: #65a30d !important;
  }

  .md\:focus\:tw-to-lime-700:focus {
    --gradient-to-color: #4d7c0f !important;
  }

  .md\:focus\:tw-to-lime-800:focus {
    --gradient-to-color: #3f6212 !important;
  }

  .md\:focus\:tw-to-lime-900:focus {
    --gradient-to-color: #365314 !important;
  }

  .md\:focus\:tw-to-emerald-50:focus {
    --gradient-to-color: #ecfdf5 !important;
  }

  .md\:focus\:tw-to-emerald-100:focus {
    --gradient-to-color: #d1fae5 !important;
  }

  .md\:focus\:tw-to-emerald-200:focus {
    --gradient-to-color: #a7f3d0 !important;
  }

  .md\:focus\:tw-to-emerald-300:focus {
    --gradient-to-color: #6ee7b7 !important;
  }

  .md\:focus\:tw-to-emerald-400:focus {
    --gradient-to-color: #34d399 !important;
  }

  .md\:focus\:tw-to-emerald-500:focus {
    --gradient-to-color: #10b981 !important;
  }

  .md\:focus\:tw-to-emerald-600:focus {
    --gradient-to-color: #059669 !important;
  }

  .md\:focus\:tw-to-emerald-700:focus {
    --gradient-to-color: #047857 !important;
  }

  .md\:focus\:tw-to-emerald-800:focus {
    --gradient-to-color: #065f46 !important;
  }

  .md\:focus\:tw-to-emerald-900:focus {
    --gradient-to-color: #064e3b !important;
  }

  .md\:focus\:tw-to-cyan-50:focus {
    --gradient-to-color: #ecfeff !important;
  }

  .md\:focus\:tw-to-cyan-100:focus {
    --gradient-to-color: #cffafe !important;
  }

  .md\:focus\:tw-to-cyan-200:focus {
    --gradient-to-color: #a5f3fc !important;
  }

  .md\:focus\:tw-to-cyan-300:focus {
    --gradient-to-color: #67e8f9 !important;
  }

  .md\:focus\:tw-to-cyan-400:focus {
    --gradient-to-color: #22d3ee !important;
  }

  .md\:focus\:tw-to-cyan-500:focus {
    --gradient-to-color: #06b6d4 !important;
  }

  .md\:focus\:tw-to-cyan-600:focus {
    --gradient-to-color: #0891b2 !important;
  }

  .md\:focus\:tw-to-cyan-700:focus {
    --gradient-to-color: #0e7490 !important;
  }

  .md\:focus\:tw-to-cyan-800:focus {
    --gradient-to-color: #155e75 !important;
  }

  .md\:focus\:tw-to-cyan-900:focus {
    --gradient-to-color: #164e63 !important;
  }

  .md\:focus\:tw-to-sky-50:focus {
    --gradient-to-color: #f0f9ff !important;
  }

  .md\:focus\:tw-to-sky-100:focus {
    --gradient-to-color: #e0f2fe !important;
  }

  .md\:focus\:tw-to-sky-200:focus {
    --gradient-to-color: #bae6fd !important;
  }

  .md\:focus\:tw-to-sky-300:focus {
    --gradient-to-color: #7dd3fc !important;
  }

  .md\:focus\:tw-to-sky-400:focus {
    --gradient-to-color: #38bdf8 !important;
  }

  .md\:focus\:tw-to-sky-500:focus {
    --gradient-to-color: #0ea5e9 !important;
  }

  .md\:focus\:tw-to-sky-600:focus {
    --gradient-to-color: #0284c7 !important;
  }

  .md\:focus\:tw-to-sky-700:focus {
    --gradient-to-color: #0369a1 !important;
  }

  .md\:focus\:tw-to-sky-800:focus {
    --gradient-to-color: #075985 !important;
  }

  .md\:focus\:tw-to-sky-900:focus {
    --gradient-to-color: #0c4a6e !important;
  }

  .md\:focus\:tw-to-violet-50:focus {
    --gradient-to-color: #f5f3ff !important;
  }

  .md\:focus\:tw-to-violet-100:focus {
    --gradient-to-color: #ede9fe !important;
  }

  .md\:focus\:tw-to-violet-200:focus {
    --gradient-to-color: #ddd6fe !important;
  }

  .md\:focus\:tw-to-violet-300:focus {
    --gradient-to-color: #c4b5fd !important;
  }

  .md\:focus\:tw-to-violet-400:focus {
    --gradient-to-color: #a78bfa !important;
  }

  .md\:focus\:tw-to-violet-500:focus {
    --gradient-to-color: #8b5cf6 !important;
  }

  .md\:focus\:tw-to-violet-600:focus {
    --gradient-to-color: #7c3aed !important;
  }

  .md\:focus\:tw-to-violet-700:focus {
    --gradient-to-color: #6d28d9 !important;
  }

  .md\:focus\:tw-to-violet-800:focus {
    --gradient-to-color: #5b21b6 !important;
  }

  .md\:focus\:tw-to-violet-900:focus {
    --gradient-to-color: #4c1d95 !important;
  }

  .md\:focus\:tw-to-fuchsia-50:focus {
    --gradient-to-color: #fdf4ff !important;
  }

  .md\:focus\:tw-to-fuchsia-100:focus {
    --gradient-to-color: #fae8ff !important;
  }

  .md\:focus\:tw-to-fuchsia-200:focus {
    --gradient-to-color: #f5d0fe !important;
  }

  .md\:focus\:tw-to-fuchsia-300:focus {
    --gradient-to-color: #f0abfc !important;
  }

  .md\:focus\:tw-to-fuchsia-400:focus {
    --gradient-to-color: #e879f9 !important;
  }

  .md\:focus\:tw-to-fuchsia-500:focus {
    --gradient-to-color: #d946ef !important;
  }

  .md\:focus\:tw-to-fuchsia-600:focus {
    --gradient-to-color: #c026d3 !important;
  }

  .md\:focus\:tw-to-fuchsia-700:focus {
    --gradient-to-color: #a21caf !important;
  }

  .md\:focus\:tw-to-fuchsia-800:focus {
    --gradient-to-color: #86198f !important;
  }

  .md\:focus\:tw-to-fuchsia-900:focus {
    --gradient-to-color: #701a75 !important;
  }

  .md\:focus\:tw-to-rose-50:focus {
    --gradient-to-color: #fff1f2 !important;
  }

  .md\:focus\:tw-to-rose-100:focus {
    --gradient-to-color: #ffe4e6 !important;
  }

  .md\:focus\:tw-to-rose-200:focus {
    --gradient-to-color: #fecdd3 !important;
  }

  .md\:focus\:tw-to-rose-300:focus {
    --gradient-to-color: #fda4af !important;
  }

  .md\:focus\:tw-to-rose-400:focus {
    --gradient-to-color: #fb7185 !important;
  }

  .md\:focus\:tw-to-rose-500:focus {
    --gradient-to-color: #f43f5e !important;
  }

  .md\:focus\:tw-to-rose-600:focus {
    --gradient-to-color: #e11d48 !important;
  }

  .md\:focus\:tw-to-rose-700:focus {
    --gradient-to-color: #be123c !important;
  }

  .md\:focus\:tw-to-rose-800:focus {
    --gradient-to-color: #9f1239 !important;
  }

  .md\:focus\:tw-to-rose-900:focus {
    --gradient-to-color: #881337 !important;
  }

  .md\:tw-bg-opacity-0 {
    --bg-opacity: 0 !important;
  }

  .md\:tw-bg-opacity-25 {
    --bg-opacity: 0.25 !important;
  }

  .md\:tw-bg-opacity-50 {
    --bg-opacity: 0.5 !important;
  }

  .md\:tw-bg-opacity-75 {
    --bg-opacity: 0.75 !important;
  }

  .md\:tw-bg-opacity-100 {
    --bg-opacity: 1 !important;
  }

  .md\:hover\:tw-bg-opacity-0:hover {
    --bg-opacity: 0 !important;
  }

  .md\:hover\:tw-bg-opacity-25:hover {
    --bg-opacity: 0.25 !important;
  }

  .md\:hover\:tw-bg-opacity-50:hover {
    --bg-opacity: 0.5 !important;
  }

  .md\:hover\:tw-bg-opacity-75:hover {
    --bg-opacity: 0.75 !important;
  }

  .md\:hover\:tw-bg-opacity-100:hover {
    --bg-opacity: 1 !important;
  }

  .md\:focus\:tw-bg-opacity-0:focus {
    --bg-opacity: 0 !important;
  }

  .md\:focus\:tw-bg-opacity-25:focus {
    --bg-opacity: 0.25 !important;
  }

  .md\:focus\:tw-bg-opacity-50:focus {
    --bg-opacity: 0.5 !important;
  }

  .md\:focus\:tw-bg-opacity-75:focus {
    --bg-opacity: 0.75 !important;
  }

  .md\:focus\:tw-bg-opacity-100:focus {
    --bg-opacity: 1 !important;
  }

  .md\:tw-bg-bottom {
    background-position: bottom !important;
  }

  .md\:tw-bg-center {
    background-position: center !important;
  }

  .md\:tw-bg-left {
    background-position: left !important;
  }

  .md\:tw-bg-left-bottom {
    background-position: left bottom !important;
  }

  .md\:tw-bg-left-top {
    background-position: left top !important;
  }

  .md\:tw-bg-right {
    background-position: right !important;
  }

  .md\:tw-bg-right-bottom {
    background-position: right bottom !important;
  }

  .md\:tw-bg-right-top {
    background-position: right top !important;
  }

  .md\:tw-bg-top {
    background-position: top !important;
  }

  .md\:tw-bg-repeat {
    background-repeat: repeat !important;
  }

  .md\:tw-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .md\:tw-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .md\:tw-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .md\:tw-bg-repeat-round {
    background-repeat: round !important;
  }

  .md\:tw-bg-repeat-space {
    background-repeat: space !important;
  }

  .md\:tw-bg-auto {
    background-size: auto !important;
  }

  .md\:tw-bg-cover {
    background-size: cover !important;
  }

  .md\:tw-bg-contain {
    background-size: contain !important;
  }

  .md\:tw-border-collapse {
    border-collapse: collapse !important;
  }

  .md\:tw-border-separate {
    border-collapse: separate !important;
  }

  .md\:tw-border-transparent {
    border-color: transparent !important;
  }

  .md\:tw-border-current {
    border-color: currentColor !important;
  }

  .md\:tw-border-black {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .md\:tw-border-white {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md\:tw-border-gray-50 {
    --border-opacity: 1 !important;
    border-color: #f9fafb !important;
    border-color: rgba(249, 250, 251, var(--border-opacity)) !important;
  }

  .md\:tw-border-gray-100 {
    --border-opacity: 1 !important;
    border-color: #f3f4f6 !important;
    border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
  }

  .md\:tw-border-gray-200 {
    --border-opacity: 1 !important;
    border-color: #e5e7eb !important;
    border-color: rgba(229, 231, 235, var(--border-opacity)) !important;
  }

  .md\:tw-border-gray-300 {
    --border-opacity: 1 !important;
    border-color: #d1d5db !important;
    border-color: rgba(209, 213, 219, var(--border-opacity)) !important;
  }

  .md\:tw-border-gray-400 {
    --border-opacity: 1 !important;
    border-color: #9ca3af !important;
    border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
  }

  .md\:tw-border-gray-500 {
    --border-opacity: 1 !important;
    border-color: #6b7280 !important;
    border-color: rgba(107, 114, 128, var(--border-opacity)) !important;
  }

  .md\:tw-border-gray-600 {
    --border-opacity: 1 !important;
    border-color: #4b5563 !important;
    border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
  }

  .md\:tw-border-gray-700 {
    --border-opacity: 1 !important;
    border-color: #374151 !important;
    border-color: rgba(55, 65, 81, var(--border-opacity)) !important;
  }

  .md\:tw-border-gray-800 {
    --border-opacity: 1 !important;
    border-color: #1f2937 !important;
    border-color: rgba(31, 41, 55, var(--border-opacity)) !important;
  }

  .md\:tw-border-gray-900 {
    --border-opacity: 1 !important;
    border-color: #111827 !important;
    border-color: rgba(17, 24, 39, var(--border-opacity)) !important;
  }

  .md\:tw-border-red-50 {
    --border-opacity: 1 !important;
    border-color: #fef2f2 !important;
    border-color: rgba(254, 242, 242, var(--border-opacity)) !important;
  }

  .md\:tw-border-red-100 {
    --border-opacity: 1 !important;
    border-color: #fee2e2 !important;
    border-color: rgba(254, 226, 226, var(--border-opacity)) !important;
  }

  .md\:tw-border-red-200 {
    --border-opacity: 1 !important;
    border-color: #fecaca !important;
    border-color: rgba(254, 202, 202, var(--border-opacity)) !important;
  }

  .md\:tw-border-red-300 {
    --border-opacity: 1 !important;
    border-color: #fca5a5 !important;
    border-color: rgba(252, 165, 165, var(--border-opacity)) !important;
  }

  .md\:tw-border-red-400 {
    --border-opacity: 1 !important;
    border-color: #f87171 !important;
    border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
  }

  .md\:tw-border-red-500 {
    --border-opacity: 1 !important;
    border-color: #ef4444 !important;
    border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
  }

  .md\:tw-border-red-600 {
    --border-opacity: 1 !important;
    border-color: #dc2626 !important;
    border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
  }

  .md\:tw-border-red-700 {
    --border-opacity: 1 !important;
    border-color: #b91c1c !important;
    border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
  }

  .md\:tw-border-red-800 {
    --border-opacity: 1 !important;
    border-color: #991b1b !important;
    border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
  }

  .md\:tw-border-red-900 {
    --border-opacity: 1 !important;
    border-color: #7f1d1d !important;
    border-color: rgba(127, 29, 29, var(--border-opacity)) !important;
  }

  .md\:tw-border-orange-50 {
    --border-opacity: 1 !important;
    border-color: #fff7ed !important;
    border-color: rgba(255, 247, 237, var(--border-opacity)) !important;
  }

  .md\:tw-border-orange-100 {
    --border-opacity: 1 !important;
    border-color: #ffedd5 !important;
    border-color: rgba(255, 237, 213, var(--border-opacity)) !important;
  }

  .md\:tw-border-orange-200 {
    --border-opacity: 1 !important;
    border-color: #fed7aa !important;
    border-color: rgba(254, 215, 170, var(--border-opacity)) !important;
  }

  .md\:tw-border-orange-300 {
    --border-opacity: 1 !important;
    border-color: #fdba74 !important;
    border-color: rgba(253, 186, 116, var(--border-opacity)) !important;
  }

  .md\:tw-border-orange-400 {
    --border-opacity: 1 !important;
    border-color: #fb923c !important;
    border-color: rgba(251, 146, 60, var(--border-opacity)) !important;
  }

  .md\:tw-border-orange-500 {
    --border-opacity: 1 !important;
    border-color: #f97316 !important;
    border-color: rgba(249, 115, 22, var(--border-opacity)) !important;
  }

  .md\:tw-border-orange-600 {
    --border-opacity: 1 !important;
    border-color: #ea580c !important;
    border-color: rgba(234, 88, 12, var(--border-opacity)) !important;
  }

  .md\:tw-border-orange-700 {
    --border-opacity: 1 !important;
    border-color: #c2410c !important;
    border-color: rgba(194, 65, 12, var(--border-opacity)) !important;
  }

  .md\:tw-border-orange-800 {
    --border-opacity: 1 !important;
    border-color: #9a3412 !important;
    border-color: rgba(154, 52, 18, var(--border-opacity)) !important;
  }

  .md\:tw-border-orange-900 {
    --border-opacity: 1 !important;
    border-color: #7c2d12 !important;
    border-color: rgba(124, 45, 18, var(--border-opacity)) !important;
  }

  .md\:tw-border-yellow-50 {
    --border-opacity: 1 !important;
    border-color: #fefce8 !important;
    border-color: rgba(254, 252, 232, var(--border-opacity)) !important;
  }

  .md\:tw-border-yellow-100 {
    --border-opacity: 1 !important;
    border-color: #fef9c3 !important;
    border-color: rgba(254, 249, 195, var(--border-opacity)) !important;
  }

  .md\:tw-border-yellow-200 {
    --border-opacity: 1 !important;
    border-color: #fef08a !important;
    border-color: rgba(254, 240, 138, var(--border-opacity)) !important;
  }

  .md\:tw-border-yellow-300 {
    --border-opacity: 1 !important;
    border-color: #fde047 !important;
    border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
  }

  .md\:tw-border-yellow-400 {
    --border-opacity: 1 !important;
    border-color: #facc15 !important;
    border-color: rgba(250, 204, 21, var(--border-opacity)) !important;
  }

  .md\:tw-border-yellow-500 {
    --border-opacity: 1 !important;
    border-color: #eab308 !important;
    border-color: rgba(234, 179, 8, var(--border-opacity)) !important;
  }

  .md\:tw-border-yellow-600 {
    --border-opacity: 1 !important;
    border-color: #ca8a04 !important;
    border-color: rgba(202, 138, 4, var(--border-opacity)) !important;
  }

  .md\:tw-border-yellow-700 {
    --border-opacity: 1 !important;
    border-color: #a16207 !important;
    border-color: rgba(161, 98, 7, var(--border-opacity)) !important;
  }

  .md\:tw-border-yellow-800 {
    --border-opacity: 1 !important;
    border-color: #854d0e !important;
    border-color: rgba(133, 77, 14, var(--border-opacity)) !important;
  }

  .md\:tw-border-yellow-900 {
    --border-opacity: 1 !important;
    border-color: #713f12 !important;
    border-color: rgba(113, 63, 18, var(--border-opacity)) !important;
  }

  .md\:tw-border-green-50 {
    --border-opacity: 1 !important;
    border-color: #f0fdf4 !important;
    border-color: rgba(240, 253, 244, var(--border-opacity)) !important;
  }

  .md\:tw-border-green-100 {
    --border-opacity: 1 !important;
    border-color: #dcfce7 !important;
    border-color: rgba(220, 252, 231, var(--border-opacity)) !important;
  }

  .md\:tw-border-green-200 {
    --border-opacity: 1 !important;
    border-color: #bbf7d0 !important;
    border-color: rgba(187, 247, 208, var(--border-opacity)) !important;
  }

  .md\:tw-border-green-300 {
    --border-opacity: 1 !important;
    border-color: #86efac !important;
    border-color: rgba(134, 239, 172, var(--border-opacity)) !important;
  }

  .md\:tw-border-green-400 {
    --border-opacity: 1 !important;
    border-color: #4ade80 !important;
    border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
  }

  .md\:tw-border-green-500 {
    --border-opacity: 1 !important;
    border-color: #22c55e !important;
    border-color: rgba(34, 197, 94, var(--border-opacity)) !important;
  }

  .md\:tw-border-green-600 {
    --border-opacity: 1 !important;
    border-color: #16a34a !important;
    border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
  }

  .md\:tw-border-green-700 {
    --border-opacity: 1 !important;
    border-color: #15803d !important;
    border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
  }

  .md\:tw-border-green-800 {
    --border-opacity: 1 !important;
    border-color: #166534 !important;
    border-color: rgba(22, 101, 52, var(--border-opacity)) !important;
  }

  .md\:tw-border-green-900 {
    --border-opacity: 1 !important;
    border-color: #14532d !important;
    border-color: rgba(20, 83, 45, var(--border-opacity)) !important;
  }

  .md\:tw-border-teal-50 {
    --border-opacity: 1 !important;
    border-color: #f0fdfa !important;
    border-color: rgba(240, 253, 250, var(--border-opacity)) !important;
  }

  .md\:tw-border-teal-100 {
    --border-opacity: 1 !important;
    border-color: #ccfbf1 !important;
    border-color: rgba(204, 251, 241, var(--border-opacity)) !important;
  }

  .md\:tw-border-teal-200 {
    --border-opacity: 1 !important;
    border-color: #99f6e4 !important;
    border-color: rgba(153, 246, 228, var(--border-opacity)) !important;
  }

  .md\:tw-border-teal-300 {
    --border-opacity: 1 !important;
    border-color: #5eead4 !important;
    border-color: rgba(94, 234, 212, var(--border-opacity)) !important;
  }

  .md\:tw-border-teal-400 {
    --border-opacity: 1 !important;
    border-color: #2dd4bf !important;
    border-color: rgba(45, 212, 191, var(--border-opacity)) !important;
  }

  .md\:tw-border-teal-500 {
    --border-opacity: 1 !important;
    border-color: #14b8a6 !important;
    border-color: rgba(20, 184, 166, var(--border-opacity)) !important;
  }

  .md\:tw-border-teal-600 {
    --border-opacity: 1 !important;
    border-color: #0d9488 !important;
    border-color: rgba(13, 148, 136, var(--border-opacity)) !important;
  }

  .md\:tw-border-teal-700 {
    --border-opacity: 1 !important;
    border-color: #0f766e !important;
    border-color: rgba(15, 118, 110, var(--border-opacity)) !important;
  }

  .md\:tw-border-teal-800 {
    --border-opacity: 1 !important;
    border-color: #115e59 !important;
    border-color: rgba(17, 94, 89, var(--border-opacity)) !important;
  }

  .md\:tw-border-teal-900 {
    --border-opacity: 1 !important;
    border-color: #134e4a !important;
    border-color: rgba(19, 78, 74, var(--border-opacity)) !important;
  }

  .md\:tw-border-blue-50 {
    --border-opacity: 1 !important;
    border-color: #eff6ff !important;
    border-color: rgba(239, 246, 255, var(--border-opacity)) !important;
  }

  .md\:tw-border-blue-100 {
    --border-opacity: 1 !important;
    border-color: #dbeafe !important;
    border-color: rgba(219, 234, 254, var(--border-opacity)) !important;
  }

  .md\:tw-border-blue-200 {
    --border-opacity: 1 !important;
    border-color: #bfdbfe !important;
    border-color: rgba(191, 219, 254, var(--border-opacity)) !important;
  }

  .md\:tw-border-blue-300 {
    --border-opacity: 1 !important;
    border-color: #93c5fd !important;
    border-color: rgba(147, 197, 253, var(--border-opacity)) !important;
  }

  .md\:tw-border-blue-400 {
    --border-opacity: 1 !important;
    border-color: #60a5fa !important;
    border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
  }

  .md\:tw-border-blue-500 {
    --border-opacity: 1 !important;
    border-color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
  }

  .md\:tw-border-blue-600 {
    --border-opacity: 1 !important;
    border-color: #2563eb !important;
    border-color: rgba(37, 99, 235, var(--border-opacity)) !important;
  }

  .md\:tw-border-blue-700 {
    --border-opacity: 1 !important;
    border-color: #1d4ed8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .md\:tw-border-blue-800 {
    --border-opacity: 1 !important;
    border-color: #1e40af !important;
    border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
  }

  .md\:tw-border-blue-900 {
    --border-opacity: 1 !important;
    border-color: #1e3a8a !important;
    border-color: rgba(30, 58, 138, var(--border-opacity)) !important;
  }

  .md\:tw-border-indigo-50 {
    --border-opacity: 1 !important;
    border-color: #eef2ff !important;
    border-color: rgba(238, 242, 255, var(--border-opacity)) !important;
  }

  .md\:tw-border-indigo-100 {
    --border-opacity: 1 !important;
    border-color: #e0e7ff !important;
    border-color: rgba(224, 231, 255, var(--border-opacity)) !important;
  }

  .md\:tw-border-indigo-200 {
    --border-opacity: 1 !important;
    border-color: #c7d2fe !important;
    border-color: rgba(199, 210, 254, var(--border-opacity)) !important;
  }

  .md\:tw-border-indigo-300 {
    --border-opacity: 1 !important;
    border-color: #a5b4fc !important;
    border-color: rgba(165, 180, 252, var(--border-opacity)) !important;
  }

  .md\:tw-border-indigo-400 {
    --border-opacity: 1 !important;
    border-color: #818cf8 !important;
    border-color: rgba(129, 140, 248, var(--border-opacity)) !important;
  }

  .md\:tw-border-indigo-500 {
    --border-opacity: 1 !important;
    border-color: #6366f1 !important;
    border-color: rgba(99, 102, 241, var(--border-opacity)) !important;
  }

  .md\:tw-border-indigo-600 {
    --border-opacity: 1 !important;
    border-color: #4f46e5 !important;
    border-color: rgba(79, 70, 229, var(--border-opacity)) !important;
  }

  .md\:tw-border-indigo-700 {
    --border-opacity: 1 !important;
    border-color: #4338ca !important;
    border-color: rgba(67, 56, 202, var(--border-opacity)) !important;
  }

  .md\:tw-border-indigo-800 {
    --border-opacity: 1 !important;
    border-color: #3730a3 !important;
    border-color: rgba(55, 48, 163, var(--border-opacity)) !important;
  }

  .md\:tw-border-indigo-900 {
    --border-opacity: 1 !important;
    border-color: #312e81 !important;
    border-color: rgba(49, 46, 129, var(--border-opacity)) !important;
  }

  .md\:tw-border-purple-50 {
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .md\:tw-border-purple-100 {
    --border-opacity: 1 !important;
    border-color: #f3e8ff !important;
    border-color: rgba(243, 232, 255, var(--border-opacity)) !important;
  }

  .md\:tw-border-purple-200 {
    --border-opacity: 1 !important;
    border-color: #e9d5ff !important;
    border-color: rgba(233, 213, 255, var(--border-opacity)) !important;
  }

  .md\:tw-border-purple-300 {
    --border-opacity: 1 !important;
    border-color: #d8b4fe !important;
    border-color: rgba(216, 180, 254, var(--border-opacity)) !important;
  }

  .md\:tw-border-purple-400 {
    --border-opacity: 1 !important;
    border-color: #c084fc !important;
    border-color: rgba(192, 132, 252, var(--border-opacity)) !important;
  }

  .md\:tw-border-purple-500 {
    --border-opacity: 1 !important;
    border-color: #a855f7 !important;
    border-color: rgba(168, 85, 247, var(--border-opacity)) !important;
  }

  .md\:tw-border-purple-600 {
    --border-opacity: 1 !important;
    border-color: #9333ea !important;
    border-color: rgba(147, 51, 234, var(--border-opacity)) !important;
  }

  .md\:tw-border-purple-700 {
    --border-opacity: 1 !important;
    border-color: #7e22ce !important;
    border-color: rgba(126, 34, 206, var(--border-opacity)) !important;
  }

  .md\:tw-border-purple-800 {
    --border-opacity: 1 !important;
    border-color: #6b21a8 !important;
    border-color: rgba(107, 33, 168, var(--border-opacity)) !important;
  }

  .md\:tw-border-purple-900 {
    --border-opacity: 1 !important;
    border-color: #581c87 !important;
    border-color: rgba(88, 28, 135, var(--border-opacity)) !important;
  }

  .md\:tw-border-pink-50 {
    --border-opacity: 1 !important;
    border-color: #fdf2f8 !important;
    border-color: rgba(253, 242, 248, var(--border-opacity)) !important;
  }

  .md\:tw-border-pink-100 {
    --border-opacity: 1 !important;
    border-color: #fce7f3 !important;
    border-color: rgba(252, 231, 243, var(--border-opacity)) !important;
  }

  .md\:tw-border-pink-200 {
    --border-opacity: 1 !important;
    border-color: #fbcfe8 !important;
    border-color: rgba(251, 207, 232, var(--border-opacity)) !important;
  }

  .md\:tw-border-pink-300 {
    --border-opacity: 1 !important;
    border-color: #f9a8d4 !important;
    border-color: rgba(249, 168, 212, var(--border-opacity)) !important;
  }

  .md\:tw-border-pink-400 {
    --border-opacity: 1 !important;
    border-color: #f472b6 !important;
    border-color: rgba(244, 114, 182, var(--border-opacity)) !important;
  }

  .md\:tw-border-pink-500 {
    --border-opacity: 1 !important;
    border-color: #ec4899 !important;
    border-color: rgba(236, 72, 153, var(--border-opacity)) !important;
  }

  .md\:tw-border-pink-600 {
    --border-opacity: 1 !important;
    border-color: #db2777 !important;
    border-color: rgba(219, 39, 119, var(--border-opacity)) !important;
  }

  .md\:tw-border-pink-700 {
    --border-opacity: 1 !important;
    border-color: #be185d !important;
    border-color: rgba(190, 24, 93, var(--border-opacity)) !important;
  }

  .md\:tw-border-pink-800 {
    --border-opacity: 1 !important;
    border-color: #9d174d !important;
    border-color: rgba(157, 23, 77, var(--border-opacity)) !important;
  }

  .md\:tw-border-pink-900 {
    --border-opacity: 1 !important;
    border-color: #831843 !important;
    border-color: rgba(131, 24, 67, var(--border-opacity)) !important;
  }

  .md\:tw-border-app-main {
    --border-opacity: 1 !important;
    border-color: #F18D11 !important;
    border-color: rgba(241, 141, 17, var(--border-opacity)) !important;
  }

  .md\:tw-border-app-sub-blue {
    --border-opacity: 1 !important;
    border-color: #1E548F !important;
    border-color: rgba(30, 84, 143, var(--border-opacity)) !important;
  }

  .md\:tw-border-app-yellow {
    --border-opacity: 1 !important;
    border-color: #FFF5D1 !important;
    border-color: rgba(255, 245, 209, var(--border-opacity)) !important;
  }

  .md\:tw-border-theme-primary {
    --border-opacity: 1 !important;
    border-color: #f3980f !important;
    border-color: rgba(243, 152, 15, var(--border-opacity)) !important;
  }

  .md\:tw-border-theme-info {
    --border-opacity: 1 !important;
    border-color: #1b925a !important;
    border-color: rgba(27, 146, 90, var(--border-opacity)) !important;
  }

  .md\:tw-border-slate-50 {
    --border-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
  }

  .md\:tw-border-slate-100 {
    --border-opacity: 1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
  }

  .md\:tw-border-slate-200 {
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .md\:tw-border-slate-300 {
    --border-opacity: 1 !important;
    border-color: #cbd5e1 !important;
    border-color: rgba(203, 213, 225, var(--border-opacity)) !important;
  }

  .md\:tw-border-slate-400 {
    --border-opacity: 1 !important;
    border-color: #94a3b8 !important;
    border-color: rgba(148, 163, 184, var(--border-opacity)) !important;
  }

  .md\:tw-border-slate-500 {
    --border-opacity: 1 !important;
    border-color: #64748b !important;
    border-color: rgba(100, 116, 139, var(--border-opacity)) !important;
  }

  .md\:tw-border-slate-600 {
    --border-opacity: 1 !important;
    border-color: #475569 !important;
    border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
  }

  .md\:tw-border-slate-700 {
    --border-opacity: 1 !important;
    border-color: #334155 !important;
    border-color: rgba(51, 65, 85, var(--border-opacity)) !important;
  }

  .md\:tw-border-slate-800 {
    --border-opacity: 1 !important;
    border-color: #1e293b !important;
    border-color: rgba(30, 41, 59, var(--border-opacity)) !important;
  }

  .md\:tw-border-slate-900 {
    --border-opacity: 1 !important;
    border-color: #0f172a !important;
    border-color: rgba(15, 23, 42, var(--border-opacity)) !important;
  }

  .md\:tw-border-zinc-50 {
    --border-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
  }

  .md\:tw-border-zinc-100 {
    --border-opacity: 1 !important;
    border-color: #f4f4f5 !important;
    border-color: rgba(244, 244, 245, var(--border-opacity)) !important;
  }

  .md\:tw-border-zinc-200 {
    --border-opacity: 1 !important;
    border-color: #e4e4e7 !important;
    border-color: rgba(228, 228, 231, var(--border-opacity)) !important;
  }

  .md\:tw-border-zinc-300 {
    --border-opacity: 1 !important;
    border-color: #d4d4d8 !important;
    border-color: rgba(212, 212, 216, var(--border-opacity)) !important;
  }

  .md\:tw-border-zinc-400 {
    --border-opacity: 1 !important;
    border-color: #a1a1aa !important;
    border-color: rgba(161, 161, 170, var(--border-opacity)) !important;
  }

  .md\:tw-border-zinc-500 {
    --border-opacity: 1 !important;
    border-color: #71717a !important;
    border-color: rgba(113, 113, 122, var(--border-opacity)) !important;
  }

  .md\:tw-border-zinc-600 {
    --border-opacity: 1 !important;
    border-color: #52525b !important;
    border-color: rgba(82, 82, 91, var(--border-opacity)) !important;
  }

  .md\:tw-border-zinc-700 {
    --border-opacity: 1 !important;
    border-color: #3f3f46 !important;
    border-color: rgba(63, 63, 70, var(--border-opacity)) !important;
  }

  .md\:tw-border-zinc-800 {
    --border-opacity: 1 !important;
    border-color: #27272a !important;
    border-color: rgba(39, 39, 42, var(--border-opacity)) !important;
  }

  .md\:tw-border-zinc-900 {
    --border-opacity: 1 !important;
    border-color: #18181b !important;
    border-color: rgba(24, 24, 27, var(--border-opacity)) !important;
  }

  .md\:tw-border-neutral-50 {
    --border-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
  }

  .md\:tw-border-neutral-100 {
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .md\:tw-border-neutral-200 {
    --border-opacity: 1 !important;
    border-color: #e5e5e5 !important;
    border-color: rgba(229, 229, 229, var(--border-opacity)) !important;
  }

  .md\:tw-border-neutral-300 {
    --border-opacity: 1 !important;
    border-color: #d4d4d4 !important;
    border-color: rgba(212, 212, 212, var(--border-opacity)) !important;
  }

  .md\:tw-border-neutral-400 {
    --border-opacity: 1 !important;
    border-color: #a3a3a3 !important;
    border-color: rgba(163, 163, 163, var(--border-opacity)) !important;
  }

  .md\:tw-border-neutral-500 {
    --border-opacity: 1 !important;
    border-color: #737373 !important;
    border-color: rgba(115, 115, 115, var(--border-opacity)) !important;
  }

  .md\:tw-border-neutral-600 {
    --border-opacity: 1 !important;
    border-color: #525252 !important;
    border-color: rgba(82, 82, 82, var(--border-opacity)) !important;
  }

  .md\:tw-border-neutral-700 {
    --border-opacity: 1 !important;
    border-color: #404040 !important;
    border-color: rgba(64, 64, 64, var(--border-opacity)) !important;
  }

  .md\:tw-border-neutral-800 {
    --border-opacity: 1 !important;
    border-color: #262626 !important;
    border-color: rgba(38, 38, 38, var(--border-opacity)) !important;
  }

  .md\:tw-border-neutral-900 {
    --border-opacity: 1 !important;
    border-color: #171717 !important;
    border-color: rgba(23, 23, 23, var(--border-opacity)) !important;
  }

  .md\:tw-border-stone-50 {
    --border-opacity: 1 !important;
    border-color: #fafaf9 !important;
    border-color: rgba(250, 250, 249, var(--border-opacity)) !important;
  }

  .md\:tw-border-stone-100 {
    --border-opacity: 1 !important;
    border-color: #f5f5f4 !important;
    border-color: rgba(245, 245, 244, var(--border-opacity)) !important;
  }

  .md\:tw-border-stone-200 {
    --border-opacity: 1 !important;
    border-color: #e7e5e4 !important;
    border-color: rgba(231, 229, 228, var(--border-opacity)) !important;
  }

  .md\:tw-border-stone-300 {
    --border-opacity: 1 !important;
    border-color: #d6d3d1 !important;
    border-color: rgba(214, 211, 209, var(--border-opacity)) !important;
  }

  .md\:tw-border-stone-400 {
    --border-opacity: 1 !important;
    border-color: #a8a29e !important;
    border-color: rgba(168, 162, 158, var(--border-opacity)) !important;
  }

  .md\:tw-border-stone-500 {
    --border-opacity: 1 !important;
    border-color: #78716c !important;
    border-color: rgba(120, 113, 108, var(--border-opacity)) !important;
  }

  .md\:tw-border-stone-600 {
    --border-opacity: 1 !important;
    border-color: #57534e !important;
    border-color: rgba(87, 83, 78, var(--border-opacity)) !important;
  }

  .md\:tw-border-stone-700 {
    --border-opacity: 1 !important;
    border-color: #44403c !important;
    border-color: rgba(68, 64, 60, var(--border-opacity)) !important;
  }

  .md\:tw-border-stone-800 {
    --border-opacity: 1 !important;
    border-color: #292524 !important;
    border-color: rgba(41, 37, 36, var(--border-opacity)) !important;
  }

  .md\:tw-border-stone-900 {
    --border-opacity: 1 !important;
    border-color: #1c1917 !important;
    border-color: rgba(28, 25, 23, var(--border-opacity)) !important;
  }

  .md\:tw-border-amber-50 {
    --border-opacity: 1 !important;
    border-color: #fffbeb !important;
    border-color: rgba(255, 251, 235, var(--border-opacity)) !important;
  }

  .md\:tw-border-amber-100 {
    --border-opacity: 1 !important;
    border-color: #fef3c7 !important;
    border-color: rgba(254, 243, 199, var(--border-opacity)) !important;
  }

  .md\:tw-border-amber-200 {
    --border-opacity: 1 !important;
    border-color: #fde68a !important;
    border-color: rgba(253, 230, 138, var(--border-opacity)) !important;
  }

  .md\:tw-border-amber-300 {
    --border-opacity: 1 !important;
    border-color: #fcd34d !important;
    border-color: rgba(252, 211, 77, var(--border-opacity)) !important;
  }

  .md\:tw-border-amber-400 {
    --border-opacity: 1 !important;
    border-color: #fbbf24 !important;
    border-color: rgba(251, 191, 36, var(--border-opacity)) !important;
  }

  .md\:tw-border-amber-500 {
    --border-opacity: 1 !important;
    border-color: #f59e0b !important;
    border-color: rgba(245, 158, 11, var(--border-opacity)) !important;
  }

  .md\:tw-border-amber-600 {
    --border-opacity: 1 !important;
    border-color: #d97706 !important;
    border-color: rgba(217, 119, 6, var(--border-opacity)) !important;
  }

  .md\:tw-border-amber-700 {
    --border-opacity: 1 !important;
    border-color: #b45309 !important;
    border-color: rgba(180, 83, 9, var(--border-opacity)) !important;
  }

  .md\:tw-border-amber-800 {
    --border-opacity: 1 !important;
    border-color: #92400e !important;
    border-color: rgba(146, 64, 14, var(--border-opacity)) !important;
  }

  .md\:tw-border-amber-900 {
    --border-opacity: 1 !important;
    border-color: #78350f !important;
    border-color: rgba(120, 53, 15, var(--border-opacity)) !important;
  }

  .md\:tw-border-lime-50 {
    --border-opacity: 1 !important;
    border-color: #f7fee7 !important;
    border-color: rgba(247, 254, 231, var(--border-opacity)) !important;
  }

  .md\:tw-border-lime-100 {
    --border-opacity: 1 !important;
    border-color: #ecfccb !important;
    border-color: rgba(236, 252, 203, var(--border-opacity)) !important;
  }

  .md\:tw-border-lime-200 {
    --border-opacity: 1 !important;
    border-color: #d9f99d !important;
    border-color: rgba(217, 249, 157, var(--border-opacity)) !important;
  }

  .md\:tw-border-lime-300 {
    --border-opacity: 1 !important;
    border-color: #bef264 !important;
    border-color: rgba(190, 242, 100, var(--border-opacity)) !important;
  }

  .md\:tw-border-lime-400 {
    --border-opacity: 1 !important;
    border-color: #a3e635 !important;
    border-color: rgba(163, 230, 53, var(--border-opacity)) !important;
  }

  .md\:tw-border-lime-500 {
    --border-opacity: 1 !important;
    border-color: #84cc16 !important;
    border-color: rgba(132, 204, 22, var(--border-opacity)) !important;
  }

  .md\:tw-border-lime-600 {
    --border-opacity: 1 !important;
    border-color: #65a30d !important;
    border-color: rgba(101, 163, 13, var(--border-opacity)) !important;
  }

  .md\:tw-border-lime-700 {
    --border-opacity: 1 !important;
    border-color: #4d7c0f !important;
    border-color: rgba(77, 124, 15, var(--border-opacity)) !important;
  }

  .md\:tw-border-lime-800 {
    --border-opacity: 1 !important;
    border-color: #3f6212 !important;
    border-color: rgba(63, 98, 18, var(--border-opacity)) !important;
  }

  .md\:tw-border-lime-900 {
    --border-opacity: 1 !important;
    border-color: #365314 !important;
    border-color: rgba(54, 83, 20, var(--border-opacity)) !important;
  }

  .md\:tw-border-emerald-50 {
    --border-opacity: 1 !important;
    border-color: #ecfdf5 !important;
    border-color: rgba(236, 253, 245, var(--border-opacity)) !important;
  }

  .md\:tw-border-emerald-100 {
    --border-opacity: 1 !important;
    border-color: #d1fae5 !important;
    border-color: rgba(209, 250, 229, var(--border-opacity)) !important;
  }

  .md\:tw-border-emerald-200 {
    --border-opacity: 1 !important;
    border-color: #a7f3d0 !important;
    border-color: rgba(167, 243, 208, var(--border-opacity)) !important;
  }

  .md\:tw-border-emerald-300 {
    --border-opacity: 1 !important;
    border-color: #6ee7b7 !important;
    border-color: rgba(110, 231, 183, var(--border-opacity)) !important;
  }

  .md\:tw-border-emerald-400 {
    --border-opacity: 1 !important;
    border-color: #34d399 !important;
    border-color: rgba(52, 211, 153, var(--border-opacity)) !important;
  }

  .md\:tw-border-emerald-500 {
    --border-opacity: 1 !important;
    border-color: #10b981 !important;
    border-color: rgba(16, 185, 129, var(--border-opacity)) !important;
  }

  .md\:tw-border-emerald-600 {
    --border-opacity: 1 !important;
    border-color: #059669 !important;
    border-color: rgba(5, 150, 105, var(--border-opacity)) !important;
  }

  .md\:tw-border-emerald-700 {
    --border-opacity: 1 !important;
    border-color: #047857 !important;
    border-color: rgba(4, 120, 87, var(--border-opacity)) !important;
  }

  .md\:tw-border-emerald-800 {
    --border-opacity: 1 !important;
    border-color: #065f46 !important;
    border-color: rgba(6, 95, 70, var(--border-opacity)) !important;
  }

  .md\:tw-border-emerald-900 {
    --border-opacity: 1 !important;
    border-color: #064e3b !important;
    border-color: rgba(6, 78, 59, var(--border-opacity)) !important;
  }

  .md\:tw-border-cyan-50 {
    --border-opacity: 1 !important;
    border-color: #ecfeff !important;
    border-color: rgba(236, 254, 255, var(--border-opacity)) !important;
  }

  .md\:tw-border-cyan-100 {
    --border-opacity: 1 !important;
    border-color: #cffafe !important;
    border-color: rgba(207, 250, 254, var(--border-opacity)) !important;
  }

  .md\:tw-border-cyan-200 {
    --border-opacity: 1 !important;
    border-color: #a5f3fc !important;
    border-color: rgba(165, 243, 252, var(--border-opacity)) !important;
  }

  .md\:tw-border-cyan-300 {
    --border-opacity: 1 !important;
    border-color: #67e8f9 !important;
    border-color: rgba(103, 232, 249, var(--border-opacity)) !important;
  }

  .md\:tw-border-cyan-400 {
    --border-opacity: 1 !important;
    border-color: #22d3ee !important;
    border-color: rgba(34, 211, 238, var(--border-opacity)) !important;
  }

  .md\:tw-border-cyan-500 {
    --border-opacity: 1 !important;
    border-color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, var(--border-opacity)) !important;
  }

  .md\:tw-border-cyan-600 {
    --border-opacity: 1 !important;
    border-color: #0891b2 !important;
    border-color: rgba(8, 145, 178, var(--border-opacity)) !important;
  }

  .md\:tw-border-cyan-700 {
    --border-opacity: 1 !important;
    border-color: #0e7490 !important;
    border-color: rgba(14, 116, 144, var(--border-opacity)) !important;
  }

  .md\:tw-border-cyan-800 {
    --border-opacity: 1 !important;
    border-color: #155e75 !important;
    border-color: rgba(21, 94, 117, var(--border-opacity)) !important;
  }

  .md\:tw-border-cyan-900 {
    --border-opacity: 1 !important;
    border-color: #164e63 !important;
    border-color: rgba(22, 78, 99, var(--border-opacity)) !important;
  }

  .md\:tw-border-sky-50 {
    --border-opacity: 1 !important;
    border-color: #f0f9ff !important;
    border-color: rgba(240, 249, 255, var(--border-opacity)) !important;
  }

  .md\:tw-border-sky-100 {
    --border-opacity: 1 !important;
    border-color: #e0f2fe !important;
    border-color: rgba(224, 242, 254, var(--border-opacity)) !important;
  }

  .md\:tw-border-sky-200 {
    --border-opacity: 1 !important;
    border-color: #bae6fd !important;
    border-color: rgba(186, 230, 253, var(--border-opacity)) !important;
  }

  .md\:tw-border-sky-300 {
    --border-opacity: 1 !important;
    border-color: #7dd3fc !important;
    border-color: rgba(125, 211, 252, var(--border-opacity)) !important;
  }

  .md\:tw-border-sky-400 {
    --border-opacity: 1 !important;
    border-color: #38bdf8 !important;
    border-color: rgba(56, 189, 248, var(--border-opacity)) !important;
  }

  .md\:tw-border-sky-500 {
    --border-opacity: 1 !important;
    border-color: #0ea5e9 !important;
    border-color: rgba(14, 165, 233, var(--border-opacity)) !important;
  }

  .md\:tw-border-sky-600 {
    --border-opacity: 1 !important;
    border-color: #0284c7 !important;
    border-color: rgba(2, 132, 199, var(--border-opacity)) !important;
  }

  .md\:tw-border-sky-700 {
    --border-opacity: 1 !important;
    border-color: #0369a1 !important;
    border-color: rgba(3, 105, 161, var(--border-opacity)) !important;
  }

  .md\:tw-border-sky-800 {
    --border-opacity: 1 !important;
    border-color: #075985 !important;
    border-color: rgba(7, 89, 133, var(--border-opacity)) !important;
  }

  .md\:tw-border-sky-900 {
    --border-opacity: 1 !important;
    border-color: #0c4a6e !important;
    border-color: rgba(12, 74, 110, var(--border-opacity)) !important;
  }

  .md\:tw-border-violet-50 {
    --border-opacity: 1 !important;
    border-color: #f5f3ff !important;
    border-color: rgba(245, 243, 255, var(--border-opacity)) !important;
  }

  .md\:tw-border-violet-100 {
    --border-opacity: 1 !important;
    border-color: #ede9fe !important;
    border-color: rgba(237, 233, 254, var(--border-opacity)) !important;
  }

  .md\:tw-border-violet-200 {
    --border-opacity: 1 !important;
    border-color: #ddd6fe !important;
    border-color: rgba(221, 214, 254, var(--border-opacity)) !important;
  }

  .md\:tw-border-violet-300 {
    --border-opacity: 1 !important;
    border-color: #c4b5fd !important;
    border-color: rgba(196, 181, 253, var(--border-opacity)) !important;
  }

  .md\:tw-border-violet-400 {
    --border-opacity: 1 !important;
    border-color: #a78bfa !important;
    border-color: rgba(167, 139, 250, var(--border-opacity)) !important;
  }

  .md\:tw-border-violet-500 {
    --border-opacity: 1 !important;
    border-color: #8b5cf6 !important;
    border-color: rgba(139, 92, 246, var(--border-opacity)) !important;
  }

  .md\:tw-border-violet-600 {
    --border-opacity: 1 !important;
    border-color: #7c3aed !important;
    border-color: rgba(124, 58, 237, var(--border-opacity)) !important;
  }

  .md\:tw-border-violet-700 {
    --border-opacity: 1 !important;
    border-color: #6d28d9 !important;
    border-color: rgba(109, 40, 217, var(--border-opacity)) !important;
  }

  .md\:tw-border-violet-800 {
    --border-opacity: 1 !important;
    border-color: #5b21b6 !important;
    border-color: rgba(91, 33, 182, var(--border-opacity)) !important;
  }

  .md\:tw-border-violet-900 {
    --border-opacity: 1 !important;
    border-color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, var(--border-opacity)) !important;
  }

  .md\:tw-border-fuchsia-50 {
    --border-opacity: 1 !important;
    border-color: #fdf4ff !important;
    border-color: rgba(253, 244, 255, var(--border-opacity)) !important;
  }

  .md\:tw-border-fuchsia-100 {
    --border-opacity: 1 !important;
    border-color: #fae8ff !important;
    border-color: rgba(250, 232, 255, var(--border-opacity)) !important;
  }

  .md\:tw-border-fuchsia-200 {
    --border-opacity: 1 !important;
    border-color: #f5d0fe !important;
    border-color: rgba(245, 208, 254, var(--border-opacity)) !important;
  }

  .md\:tw-border-fuchsia-300 {
    --border-opacity: 1 !important;
    border-color: #f0abfc !important;
    border-color: rgba(240, 171, 252, var(--border-opacity)) !important;
  }

  .md\:tw-border-fuchsia-400 {
    --border-opacity: 1 !important;
    border-color: #e879f9 !important;
    border-color: rgba(232, 121, 249, var(--border-opacity)) !important;
  }

  .md\:tw-border-fuchsia-500 {
    --border-opacity: 1 !important;
    border-color: #d946ef !important;
    border-color: rgba(217, 70, 239, var(--border-opacity)) !important;
  }

  .md\:tw-border-fuchsia-600 {
    --border-opacity: 1 !important;
    border-color: #c026d3 !important;
    border-color: rgba(192, 38, 211, var(--border-opacity)) !important;
  }

  .md\:tw-border-fuchsia-700 {
    --border-opacity: 1 !important;
    border-color: #a21caf !important;
    border-color: rgba(162, 28, 175, var(--border-opacity)) !important;
  }

  .md\:tw-border-fuchsia-800 {
    --border-opacity: 1 !important;
    border-color: #86198f !important;
    border-color: rgba(134, 25, 143, var(--border-opacity)) !important;
  }

  .md\:tw-border-fuchsia-900 {
    --border-opacity: 1 !important;
    border-color: #701a75 !important;
    border-color: rgba(112, 26, 117, var(--border-opacity)) !important;
  }

  .md\:tw-border-rose-50 {
    --border-opacity: 1 !important;
    border-color: #fff1f2 !important;
    border-color: rgba(255, 241, 242, var(--border-opacity)) !important;
  }

  .md\:tw-border-rose-100 {
    --border-opacity: 1 !important;
    border-color: #ffe4e6 !important;
    border-color: rgba(255, 228, 230, var(--border-opacity)) !important;
  }

  .md\:tw-border-rose-200 {
    --border-opacity: 1 !important;
    border-color: #fecdd3 !important;
    border-color: rgba(254, 205, 211, var(--border-opacity)) !important;
  }

  .md\:tw-border-rose-300 {
    --border-opacity: 1 !important;
    border-color: #fda4af !important;
    border-color: rgba(253, 164, 175, var(--border-opacity)) !important;
  }

  .md\:tw-border-rose-400 {
    --border-opacity: 1 !important;
    border-color: #fb7185 !important;
    border-color: rgba(251, 113, 133, var(--border-opacity)) !important;
  }

  .md\:tw-border-rose-500 {
    --border-opacity: 1 !important;
    border-color: #f43f5e !important;
    border-color: rgba(244, 63, 94, var(--border-opacity)) !important;
  }

  .md\:tw-border-rose-600 {
    --border-opacity: 1 !important;
    border-color: #e11d48 !important;
    border-color: rgba(225, 29, 72, var(--border-opacity)) !important;
  }

  .md\:tw-border-rose-700 {
    --border-opacity: 1 !important;
    border-color: #be123c !important;
    border-color: rgba(190, 18, 60, var(--border-opacity)) !important;
  }

  .md\:tw-border-rose-800 {
    --border-opacity: 1 !important;
    border-color: #9f1239 !important;
    border-color: rgba(159, 18, 57, var(--border-opacity)) !important;
  }

  .md\:tw-border-rose-900 {
    --border-opacity: 1 !important;
    border-color: #881337 !important;
    border-color: rgba(136, 19, 55, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-transparent:hover {
    border-color: transparent !important;
  }

  .md\:hover\:tw-border-current:hover {
    border-color: currentColor !important;
  }

  .md\:hover\:tw-border-black:hover {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-white:hover {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-50:hover {
    --border-opacity: 1 !important;
    border-color: #f9fafb !important;
    border-color: rgba(249, 250, 251, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-100:hover {
    --border-opacity: 1 !important;
    border-color: #f3f4f6 !important;
    border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-200:hover {
    --border-opacity: 1 !important;
    border-color: #e5e7eb !important;
    border-color: rgba(229, 231, 235, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-300:hover {
    --border-opacity: 1 !important;
    border-color: #d1d5db !important;
    border-color: rgba(209, 213, 219, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-400:hover {
    --border-opacity: 1 !important;
    border-color: #9ca3af !important;
    border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-500:hover {
    --border-opacity: 1 !important;
    border-color: #6b7280 !important;
    border-color: rgba(107, 114, 128, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-600:hover {
    --border-opacity: 1 !important;
    border-color: #4b5563 !important;
    border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-700:hover {
    --border-opacity: 1 !important;
    border-color: #374151 !important;
    border-color: rgba(55, 65, 81, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-800:hover {
    --border-opacity: 1 !important;
    border-color: #1f2937 !important;
    border-color: rgba(31, 41, 55, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-900:hover {
    --border-opacity: 1 !important;
    border-color: #111827 !important;
    border-color: rgba(17, 24, 39, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-50:hover {
    --border-opacity: 1 !important;
    border-color: #fef2f2 !important;
    border-color: rgba(254, 242, 242, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-100:hover {
    --border-opacity: 1 !important;
    border-color: #fee2e2 !important;
    border-color: rgba(254, 226, 226, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-200:hover {
    --border-opacity: 1 !important;
    border-color: #fecaca !important;
    border-color: rgba(254, 202, 202, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-300:hover {
    --border-opacity: 1 !important;
    border-color: #fca5a5 !important;
    border-color: rgba(252, 165, 165, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-400:hover {
    --border-opacity: 1 !important;
    border-color: #f87171 !important;
    border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-500:hover {
    --border-opacity: 1 !important;
    border-color: #ef4444 !important;
    border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-600:hover {
    --border-opacity: 1 !important;
    border-color: #dc2626 !important;
    border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-700:hover {
    --border-opacity: 1 !important;
    border-color: #b91c1c !important;
    border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-800:hover {
    --border-opacity: 1 !important;
    border-color: #991b1b !important;
    border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-900:hover {
    --border-opacity: 1 !important;
    border-color: #7f1d1d !important;
    border-color: rgba(127, 29, 29, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-50:hover {
    --border-opacity: 1 !important;
    border-color: #fff7ed !important;
    border-color: rgba(255, 247, 237, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-100:hover {
    --border-opacity: 1 !important;
    border-color: #ffedd5 !important;
    border-color: rgba(255, 237, 213, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-200:hover {
    --border-opacity: 1 !important;
    border-color: #fed7aa !important;
    border-color: rgba(254, 215, 170, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-300:hover {
    --border-opacity: 1 !important;
    border-color: #fdba74 !important;
    border-color: rgba(253, 186, 116, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-400:hover {
    --border-opacity: 1 !important;
    border-color: #fb923c !important;
    border-color: rgba(251, 146, 60, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-500:hover {
    --border-opacity: 1 !important;
    border-color: #f97316 !important;
    border-color: rgba(249, 115, 22, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-600:hover {
    --border-opacity: 1 !important;
    border-color: #ea580c !important;
    border-color: rgba(234, 88, 12, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-700:hover {
    --border-opacity: 1 !important;
    border-color: #c2410c !important;
    border-color: rgba(194, 65, 12, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-800:hover {
    --border-opacity: 1 !important;
    border-color: #9a3412 !important;
    border-color: rgba(154, 52, 18, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-900:hover {
    --border-opacity: 1 !important;
    border-color: #7c2d12 !important;
    border-color: rgba(124, 45, 18, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-50:hover {
    --border-opacity: 1 !important;
    border-color: #fefce8 !important;
    border-color: rgba(254, 252, 232, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-100:hover {
    --border-opacity: 1 !important;
    border-color: #fef9c3 !important;
    border-color: rgba(254, 249, 195, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-200:hover {
    --border-opacity: 1 !important;
    border-color: #fef08a !important;
    border-color: rgba(254, 240, 138, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-300:hover {
    --border-opacity: 1 !important;
    border-color: #fde047 !important;
    border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-400:hover {
    --border-opacity: 1 !important;
    border-color: #facc15 !important;
    border-color: rgba(250, 204, 21, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-500:hover {
    --border-opacity: 1 !important;
    border-color: #eab308 !important;
    border-color: rgba(234, 179, 8, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-600:hover {
    --border-opacity: 1 !important;
    border-color: #ca8a04 !important;
    border-color: rgba(202, 138, 4, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-700:hover {
    --border-opacity: 1 !important;
    border-color: #a16207 !important;
    border-color: rgba(161, 98, 7, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-800:hover {
    --border-opacity: 1 !important;
    border-color: #854d0e !important;
    border-color: rgba(133, 77, 14, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-900:hover {
    --border-opacity: 1 !important;
    border-color: #713f12 !important;
    border-color: rgba(113, 63, 18, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-50:hover {
    --border-opacity: 1 !important;
    border-color: #f0fdf4 !important;
    border-color: rgba(240, 253, 244, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-100:hover {
    --border-opacity: 1 !important;
    border-color: #dcfce7 !important;
    border-color: rgba(220, 252, 231, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-200:hover {
    --border-opacity: 1 !important;
    border-color: #bbf7d0 !important;
    border-color: rgba(187, 247, 208, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-300:hover {
    --border-opacity: 1 !important;
    border-color: #86efac !important;
    border-color: rgba(134, 239, 172, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-400:hover {
    --border-opacity: 1 !important;
    border-color: #4ade80 !important;
    border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-500:hover {
    --border-opacity: 1 !important;
    border-color: #22c55e !important;
    border-color: rgba(34, 197, 94, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-600:hover {
    --border-opacity: 1 !important;
    border-color: #16a34a !important;
    border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-700:hover {
    --border-opacity: 1 !important;
    border-color: #15803d !important;
    border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-800:hover {
    --border-opacity: 1 !important;
    border-color: #166534 !important;
    border-color: rgba(22, 101, 52, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-900:hover {
    --border-opacity: 1 !important;
    border-color: #14532d !important;
    border-color: rgba(20, 83, 45, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-50:hover {
    --border-opacity: 1 !important;
    border-color: #f0fdfa !important;
    border-color: rgba(240, 253, 250, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-100:hover {
    --border-opacity: 1 !important;
    border-color: #ccfbf1 !important;
    border-color: rgba(204, 251, 241, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-200:hover {
    --border-opacity: 1 !important;
    border-color: #99f6e4 !important;
    border-color: rgba(153, 246, 228, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-300:hover {
    --border-opacity: 1 !important;
    border-color: #5eead4 !important;
    border-color: rgba(94, 234, 212, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-400:hover {
    --border-opacity: 1 !important;
    border-color: #2dd4bf !important;
    border-color: rgba(45, 212, 191, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-500:hover {
    --border-opacity: 1 !important;
    border-color: #14b8a6 !important;
    border-color: rgba(20, 184, 166, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-600:hover {
    --border-opacity: 1 !important;
    border-color: #0d9488 !important;
    border-color: rgba(13, 148, 136, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-700:hover {
    --border-opacity: 1 !important;
    border-color: #0f766e !important;
    border-color: rgba(15, 118, 110, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-800:hover {
    --border-opacity: 1 !important;
    border-color: #115e59 !important;
    border-color: rgba(17, 94, 89, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-900:hover {
    --border-opacity: 1 !important;
    border-color: #134e4a !important;
    border-color: rgba(19, 78, 74, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-50:hover {
    --border-opacity: 1 !important;
    border-color: #eff6ff !important;
    border-color: rgba(239, 246, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-100:hover {
    --border-opacity: 1 !important;
    border-color: #dbeafe !important;
    border-color: rgba(219, 234, 254, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-200:hover {
    --border-opacity: 1 !important;
    border-color: #bfdbfe !important;
    border-color: rgba(191, 219, 254, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-300:hover {
    --border-opacity: 1 !important;
    border-color: #93c5fd !important;
    border-color: rgba(147, 197, 253, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-400:hover {
    --border-opacity: 1 !important;
    border-color: #60a5fa !important;
    border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-500:hover {
    --border-opacity: 1 !important;
    border-color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-600:hover {
    --border-opacity: 1 !important;
    border-color: #2563eb !important;
    border-color: rgba(37, 99, 235, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-700:hover {
    --border-opacity: 1 !important;
    border-color: #1d4ed8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-800:hover {
    --border-opacity: 1 !important;
    border-color: #1e40af !important;
    border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-900:hover {
    --border-opacity: 1 !important;
    border-color: #1e3a8a !important;
    border-color: rgba(30, 58, 138, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-50:hover {
    --border-opacity: 1 !important;
    border-color: #eef2ff !important;
    border-color: rgba(238, 242, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-100:hover {
    --border-opacity: 1 !important;
    border-color: #e0e7ff !important;
    border-color: rgba(224, 231, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-200:hover {
    --border-opacity: 1 !important;
    border-color: #c7d2fe !important;
    border-color: rgba(199, 210, 254, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-300:hover {
    --border-opacity: 1 !important;
    border-color: #a5b4fc !important;
    border-color: rgba(165, 180, 252, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-400:hover {
    --border-opacity: 1 !important;
    border-color: #818cf8 !important;
    border-color: rgba(129, 140, 248, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-500:hover {
    --border-opacity: 1 !important;
    border-color: #6366f1 !important;
    border-color: rgba(99, 102, 241, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-600:hover {
    --border-opacity: 1 !important;
    border-color: #4f46e5 !important;
    border-color: rgba(79, 70, 229, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-700:hover {
    --border-opacity: 1 !important;
    border-color: #4338ca !important;
    border-color: rgba(67, 56, 202, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-800:hover {
    --border-opacity: 1 !important;
    border-color: #3730a3 !important;
    border-color: rgba(55, 48, 163, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-900:hover {
    --border-opacity: 1 !important;
    border-color: #312e81 !important;
    border-color: rgba(49, 46, 129, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-50:hover {
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-100:hover {
    --border-opacity: 1 !important;
    border-color: #f3e8ff !important;
    border-color: rgba(243, 232, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-200:hover {
    --border-opacity: 1 !important;
    border-color: #e9d5ff !important;
    border-color: rgba(233, 213, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-300:hover {
    --border-opacity: 1 !important;
    border-color: #d8b4fe !important;
    border-color: rgba(216, 180, 254, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-400:hover {
    --border-opacity: 1 !important;
    border-color: #c084fc !important;
    border-color: rgba(192, 132, 252, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-500:hover {
    --border-opacity: 1 !important;
    border-color: #a855f7 !important;
    border-color: rgba(168, 85, 247, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-600:hover {
    --border-opacity: 1 !important;
    border-color: #9333ea !important;
    border-color: rgba(147, 51, 234, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-700:hover {
    --border-opacity: 1 !important;
    border-color: #7e22ce !important;
    border-color: rgba(126, 34, 206, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-800:hover {
    --border-opacity: 1 !important;
    border-color: #6b21a8 !important;
    border-color: rgba(107, 33, 168, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-900:hover {
    --border-opacity: 1 !important;
    border-color: #581c87 !important;
    border-color: rgba(88, 28, 135, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-50:hover {
    --border-opacity: 1 !important;
    border-color: #fdf2f8 !important;
    border-color: rgba(253, 242, 248, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-100:hover {
    --border-opacity: 1 !important;
    border-color: #fce7f3 !important;
    border-color: rgba(252, 231, 243, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-200:hover {
    --border-opacity: 1 !important;
    border-color: #fbcfe8 !important;
    border-color: rgba(251, 207, 232, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-300:hover {
    --border-opacity: 1 !important;
    border-color: #f9a8d4 !important;
    border-color: rgba(249, 168, 212, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-400:hover {
    --border-opacity: 1 !important;
    border-color: #f472b6 !important;
    border-color: rgba(244, 114, 182, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-500:hover {
    --border-opacity: 1 !important;
    border-color: #ec4899 !important;
    border-color: rgba(236, 72, 153, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-600:hover {
    --border-opacity: 1 !important;
    border-color: #db2777 !important;
    border-color: rgba(219, 39, 119, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-700:hover {
    --border-opacity: 1 !important;
    border-color: #be185d !important;
    border-color: rgba(190, 24, 93, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-800:hover {
    --border-opacity: 1 !important;
    border-color: #9d174d !important;
    border-color: rgba(157, 23, 77, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-900:hover {
    --border-opacity: 1 !important;
    border-color: #831843 !important;
    border-color: rgba(131, 24, 67, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-app-main:hover {
    --border-opacity: 1 !important;
    border-color: #F18D11 !important;
    border-color: rgba(241, 141, 17, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-app-sub-blue:hover {
    --border-opacity: 1 !important;
    border-color: #1E548F !important;
    border-color: rgba(30, 84, 143, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-app-yellow:hover {
    --border-opacity: 1 !important;
    border-color: #FFF5D1 !important;
    border-color: rgba(255, 245, 209, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-theme-primary:hover {
    --border-opacity: 1 !important;
    border-color: #f3980f !important;
    border-color: rgba(243, 152, 15, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-theme-info:hover {
    --border-opacity: 1 !important;
    border-color: #1b925a !important;
    border-color: rgba(27, 146, 90, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-slate-50:hover {
    --border-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-slate-100:hover {
    --border-opacity: 1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-slate-200:hover {
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-slate-300:hover {
    --border-opacity: 1 !important;
    border-color: #cbd5e1 !important;
    border-color: rgba(203, 213, 225, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-slate-400:hover {
    --border-opacity: 1 !important;
    border-color: #94a3b8 !important;
    border-color: rgba(148, 163, 184, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-slate-500:hover {
    --border-opacity: 1 !important;
    border-color: #64748b !important;
    border-color: rgba(100, 116, 139, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-slate-600:hover {
    --border-opacity: 1 !important;
    border-color: #475569 !important;
    border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-slate-700:hover {
    --border-opacity: 1 !important;
    border-color: #334155 !important;
    border-color: rgba(51, 65, 85, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-slate-800:hover {
    --border-opacity: 1 !important;
    border-color: #1e293b !important;
    border-color: rgba(30, 41, 59, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-slate-900:hover {
    --border-opacity: 1 !important;
    border-color: #0f172a !important;
    border-color: rgba(15, 23, 42, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-zinc-50:hover {
    --border-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-zinc-100:hover {
    --border-opacity: 1 !important;
    border-color: #f4f4f5 !important;
    border-color: rgba(244, 244, 245, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-zinc-200:hover {
    --border-opacity: 1 !important;
    border-color: #e4e4e7 !important;
    border-color: rgba(228, 228, 231, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-zinc-300:hover {
    --border-opacity: 1 !important;
    border-color: #d4d4d8 !important;
    border-color: rgba(212, 212, 216, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-zinc-400:hover {
    --border-opacity: 1 !important;
    border-color: #a1a1aa !important;
    border-color: rgba(161, 161, 170, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-zinc-500:hover {
    --border-opacity: 1 !important;
    border-color: #71717a !important;
    border-color: rgba(113, 113, 122, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-zinc-600:hover {
    --border-opacity: 1 !important;
    border-color: #52525b !important;
    border-color: rgba(82, 82, 91, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-zinc-700:hover {
    --border-opacity: 1 !important;
    border-color: #3f3f46 !important;
    border-color: rgba(63, 63, 70, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-zinc-800:hover {
    --border-opacity: 1 !important;
    border-color: #27272a !important;
    border-color: rgba(39, 39, 42, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-zinc-900:hover {
    --border-opacity: 1 !important;
    border-color: #18181b !important;
    border-color: rgba(24, 24, 27, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-neutral-50:hover {
    --border-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-neutral-100:hover {
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-neutral-200:hover {
    --border-opacity: 1 !important;
    border-color: #e5e5e5 !important;
    border-color: rgba(229, 229, 229, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-neutral-300:hover {
    --border-opacity: 1 !important;
    border-color: #d4d4d4 !important;
    border-color: rgba(212, 212, 212, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-neutral-400:hover {
    --border-opacity: 1 !important;
    border-color: #a3a3a3 !important;
    border-color: rgba(163, 163, 163, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-neutral-500:hover {
    --border-opacity: 1 !important;
    border-color: #737373 !important;
    border-color: rgba(115, 115, 115, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-neutral-600:hover {
    --border-opacity: 1 !important;
    border-color: #525252 !important;
    border-color: rgba(82, 82, 82, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-neutral-700:hover {
    --border-opacity: 1 !important;
    border-color: #404040 !important;
    border-color: rgba(64, 64, 64, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-neutral-800:hover {
    --border-opacity: 1 !important;
    border-color: #262626 !important;
    border-color: rgba(38, 38, 38, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-neutral-900:hover {
    --border-opacity: 1 !important;
    border-color: #171717 !important;
    border-color: rgba(23, 23, 23, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-stone-50:hover {
    --border-opacity: 1 !important;
    border-color: #fafaf9 !important;
    border-color: rgba(250, 250, 249, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-stone-100:hover {
    --border-opacity: 1 !important;
    border-color: #f5f5f4 !important;
    border-color: rgba(245, 245, 244, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-stone-200:hover {
    --border-opacity: 1 !important;
    border-color: #e7e5e4 !important;
    border-color: rgba(231, 229, 228, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-stone-300:hover {
    --border-opacity: 1 !important;
    border-color: #d6d3d1 !important;
    border-color: rgba(214, 211, 209, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-stone-400:hover {
    --border-opacity: 1 !important;
    border-color: #a8a29e !important;
    border-color: rgba(168, 162, 158, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-stone-500:hover {
    --border-opacity: 1 !important;
    border-color: #78716c !important;
    border-color: rgba(120, 113, 108, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-stone-600:hover {
    --border-opacity: 1 !important;
    border-color: #57534e !important;
    border-color: rgba(87, 83, 78, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-stone-700:hover {
    --border-opacity: 1 !important;
    border-color: #44403c !important;
    border-color: rgba(68, 64, 60, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-stone-800:hover {
    --border-opacity: 1 !important;
    border-color: #292524 !important;
    border-color: rgba(41, 37, 36, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-stone-900:hover {
    --border-opacity: 1 !important;
    border-color: #1c1917 !important;
    border-color: rgba(28, 25, 23, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-amber-50:hover {
    --border-opacity: 1 !important;
    border-color: #fffbeb !important;
    border-color: rgba(255, 251, 235, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-amber-100:hover {
    --border-opacity: 1 !important;
    border-color: #fef3c7 !important;
    border-color: rgba(254, 243, 199, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-amber-200:hover {
    --border-opacity: 1 !important;
    border-color: #fde68a !important;
    border-color: rgba(253, 230, 138, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-amber-300:hover {
    --border-opacity: 1 !important;
    border-color: #fcd34d !important;
    border-color: rgba(252, 211, 77, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-amber-400:hover {
    --border-opacity: 1 !important;
    border-color: #fbbf24 !important;
    border-color: rgba(251, 191, 36, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-amber-500:hover {
    --border-opacity: 1 !important;
    border-color: #f59e0b !important;
    border-color: rgba(245, 158, 11, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-amber-600:hover {
    --border-opacity: 1 !important;
    border-color: #d97706 !important;
    border-color: rgba(217, 119, 6, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-amber-700:hover {
    --border-opacity: 1 !important;
    border-color: #b45309 !important;
    border-color: rgba(180, 83, 9, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-amber-800:hover {
    --border-opacity: 1 !important;
    border-color: #92400e !important;
    border-color: rgba(146, 64, 14, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-amber-900:hover {
    --border-opacity: 1 !important;
    border-color: #78350f !important;
    border-color: rgba(120, 53, 15, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-lime-50:hover {
    --border-opacity: 1 !important;
    border-color: #f7fee7 !important;
    border-color: rgba(247, 254, 231, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-lime-100:hover {
    --border-opacity: 1 !important;
    border-color: #ecfccb !important;
    border-color: rgba(236, 252, 203, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-lime-200:hover {
    --border-opacity: 1 !important;
    border-color: #d9f99d !important;
    border-color: rgba(217, 249, 157, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-lime-300:hover {
    --border-opacity: 1 !important;
    border-color: #bef264 !important;
    border-color: rgba(190, 242, 100, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-lime-400:hover {
    --border-opacity: 1 !important;
    border-color: #a3e635 !important;
    border-color: rgba(163, 230, 53, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-lime-500:hover {
    --border-opacity: 1 !important;
    border-color: #84cc16 !important;
    border-color: rgba(132, 204, 22, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-lime-600:hover {
    --border-opacity: 1 !important;
    border-color: #65a30d !important;
    border-color: rgba(101, 163, 13, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-lime-700:hover {
    --border-opacity: 1 !important;
    border-color: #4d7c0f !important;
    border-color: rgba(77, 124, 15, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-lime-800:hover {
    --border-opacity: 1 !important;
    border-color: #3f6212 !important;
    border-color: rgba(63, 98, 18, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-lime-900:hover {
    --border-opacity: 1 !important;
    border-color: #365314 !important;
    border-color: rgba(54, 83, 20, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-emerald-50:hover {
    --border-opacity: 1 !important;
    border-color: #ecfdf5 !important;
    border-color: rgba(236, 253, 245, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-emerald-100:hover {
    --border-opacity: 1 !important;
    border-color: #d1fae5 !important;
    border-color: rgba(209, 250, 229, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-emerald-200:hover {
    --border-opacity: 1 !important;
    border-color: #a7f3d0 !important;
    border-color: rgba(167, 243, 208, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-emerald-300:hover {
    --border-opacity: 1 !important;
    border-color: #6ee7b7 !important;
    border-color: rgba(110, 231, 183, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-emerald-400:hover {
    --border-opacity: 1 !important;
    border-color: #34d399 !important;
    border-color: rgba(52, 211, 153, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-emerald-500:hover {
    --border-opacity: 1 !important;
    border-color: #10b981 !important;
    border-color: rgba(16, 185, 129, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-emerald-600:hover {
    --border-opacity: 1 !important;
    border-color: #059669 !important;
    border-color: rgba(5, 150, 105, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-emerald-700:hover {
    --border-opacity: 1 !important;
    border-color: #047857 !important;
    border-color: rgba(4, 120, 87, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-emerald-800:hover {
    --border-opacity: 1 !important;
    border-color: #065f46 !important;
    border-color: rgba(6, 95, 70, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-emerald-900:hover {
    --border-opacity: 1 !important;
    border-color: #064e3b !important;
    border-color: rgba(6, 78, 59, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-cyan-50:hover {
    --border-opacity: 1 !important;
    border-color: #ecfeff !important;
    border-color: rgba(236, 254, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-cyan-100:hover {
    --border-opacity: 1 !important;
    border-color: #cffafe !important;
    border-color: rgba(207, 250, 254, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-cyan-200:hover {
    --border-opacity: 1 !important;
    border-color: #a5f3fc !important;
    border-color: rgba(165, 243, 252, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-cyan-300:hover {
    --border-opacity: 1 !important;
    border-color: #67e8f9 !important;
    border-color: rgba(103, 232, 249, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-cyan-400:hover {
    --border-opacity: 1 !important;
    border-color: #22d3ee !important;
    border-color: rgba(34, 211, 238, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-cyan-500:hover {
    --border-opacity: 1 !important;
    border-color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-cyan-600:hover {
    --border-opacity: 1 !important;
    border-color: #0891b2 !important;
    border-color: rgba(8, 145, 178, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-cyan-700:hover {
    --border-opacity: 1 !important;
    border-color: #0e7490 !important;
    border-color: rgba(14, 116, 144, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-cyan-800:hover {
    --border-opacity: 1 !important;
    border-color: #155e75 !important;
    border-color: rgba(21, 94, 117, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-cyan-900:hover {
    --border-opacity: 1 !important;
    border-color: #164e63 !important;
    border-color: rgba(22, 78, 99, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-sky-50:hover {
    --border-opacity: 1 !important;
    border-color: #f0f9ff !important;
    border-color: rgba(240, 249, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-sky-100:hover {
    --border-opacity: 1 !important;
    border-color: #e0f2fe !important;
    border-color: rgba(224, 242, 254, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-sky-200:hover {
    --border-opacity: 1 !important;
    border-color: #bae6fd !important;
    border-color: rgba(186, 230, 253, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-sky-300:hover {
    --border-opacity: 1 !important;
    border-color: #7dd3fc !important;
    border-color: rgba(125, 211, 252, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-sky-400:hover {
    --border-opacity: 1 !important;
    border-color: #38bdf8 !important;
    border-color: rgba(56, 189, 248, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-sky-500:hover {
    --border-opacity: 1 !important;
    border-color: #0ea5e9 !important;
    border-color: rgba(14, 165, 233, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-sky-600:hover {
    --border-opacity: 1 !important;
    border-color: #0284c7 !important;
    border-color: rgba(2, 132, 199, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-sky-700:hover {
    --border-opacity: 1 !important;
    border-color: #0369a1 !important;
    border-color: rgba(3, 105, 161, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-sky-800:hover {
    --border-opacity: 1 !important;
    border-color: #075985 !important;
    border-color: rgba(7, 89, 133, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-sky-900:hover {
    --border-opacity: 1 !important;
    border-color: #0c4a6e !important;
    border-color: rgba(12, 74, 110, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-violet-50:hover {
    --border-opacity: 1 !important;
    border-color: #f5f3ff !important;
    border-color: rgba(245, 243, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-violet-100:hover {
    --border-opacity: 1 !important;
    border-color: #ede9fe !important;
    border-color: rgba(237, 233, 254, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-violet-200:hover {
    --border-opacity: 1 !important;
    border-color: #ddd6fe !important;
    border-color: rgba(221, 214, 254, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-violet-300:hover {
    --border-opacity: 1 !important;
    border-color: #c4b5fd !important;
    border-color: rgba(196, 181, 253, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-violet-400:hover {
    --border-opacity: 1 !important;
    border-color: #a78bfa !important;
    border-color: rgba(167, 139, 250, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-violet-500:hover {
    --border-opacity: 1 !important;
    border-color: #8b5cf6 !important;
    border-color: rgba(139, 92, 246, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-violet-600:hover {
    --border-opacity: 1 !important;
    border-color: #7c3aed !important;
    border-color: rgba(124, 58, 237, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-violet-700:hover {
    --border-opacity: 1 !important;
    border-color: #6d28d9 !important;
    border-color: rgba(109, 40, 217, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-violet-800:hover {
    --border-opacity: 1 !important;
    border-color: #5b21b6 !important;
    border-color: rgba(91, 33, 182, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-violet-900:hover {
    --border-opacity: 1 !important;
    border-color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-fuchsia-50:hover {
    --border-opacity: 1 !important;
    border-color: #fdf4ff !important;
    border-color: rgba(253, 244, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-fuchsia-100:hover {
    --border-opacity: 1 !important;
    border-color: #fae8ff !important;
    border-color: rgba(250, 232, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-fuchsia-200:hover {
    --border-opacity: 1 !important;
    border-color: #f5d0fe !important;
    border-color: rgba(245, 208, 254, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-fuchsia-300:hover {
    --border-opacity: 1 !important;
    border-color: #f0abfc !important;
    border-color: rgba(240, 171, 252, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-fuchsia-400:hover {
    --border-opacity: 1 !important;
    border-color: #e879f9 !important;
    border-color: rgba(232, 121, 249, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-fuchsia-500:hover {
    --border-opacity: 1 !important;
    border-color: #d946ef !important;
    border-color: rgba(217, 70, 239, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-fuchsia-600:hover {
    --border-opacity: 1 !important;
    border-color: #c026d3 !important;
    border-color: rgba(192, 38, 211, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-fuchsia-700:hover {
    --border-opacity: 1 !important;
    border-color: #a21caf !important;
    border-color: rgba(162, 28, 175, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-fuchsia-800:hover {
    --border-opacity: 1 !important;
    border-color: #86198f !important;
    border-color: rgba(134, 25, 143, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-fuchsia-900:hover {
    --border-opacity: 1 !important;
    border-color: #701a75 !important;
    border-color: rgba(112, 26, 117, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-rose-50:hover {
    --border-opacity: 1 !important;
    border-color: #fff1f2 !important;
    border-color: rgba(255, 241, 242, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-rose-100:hover {
    --border-opacity: 1 !important;
    border-color: #ffe4e6 !important;
    border-color: rgba(255, 228, 230, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-rose-200:hover {
    --border-opacity: 1 !important;
    border-color: #fecdd3 !important;
    border-color: rgba(254, 205, 211, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-rose-300:hover {
    --border-opacity: 1 !important;
    border-color: #fda4af !important;
    border-color: rgba(253, 164, 175, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-rose-400:hover {
    --border-opacity: 1 !important;
    border-color: #fb7185 !important;
    border-color: rgba(251, 113, 133, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-rose-500:hover {
    --border-opacity: 1 !important;
    border-color: #f43f5e !important;
    border-color: rgba(244, 63, 94, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-rose-600:hover {
    --border-opacity: 1 !important;
    border-color: #e11d48 !important;
    border-color: rgba(225, 29, 72, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-rose-700:hover {
    --border-opacity: 1 !important;
    border-color: #be123c !important;
    border-color: rgba(190, 18, 60, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-rose-800:hover {
    --border-opacity: 1 !important;
    border-color: #9f1239 !important;
    border-color: rgba(159, 18, 57, var(--border-opacity)) !important;
  }

  .md\:hover\:tw-border-rose-900:hover {
    --border-opacity: 1 !important;
    border-color: #881337 !important;
    border-color: rgba(136, 19, 55, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-transparent:focus {
    border-color: transparent !important;
  }

  .md\:focus\:tw-border-current:focus {
    border-color: currentColor !important;
  }

  .md\:focus\:tw-border-black:focus {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-white:focus {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-50:focus {
    --border-opacity: 1 !important;
    border-color: #f9fafb !important;
    border-color: rgba(249, 250, 251, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-100:focus {
    --border-opacity: 1 !important;
    border-color: #f3f4f6 !important;
    border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-200:focus {
    --border-opacity: 1 !important;
    border-color: #e5e7eb !important;
    border-color: rgba(229, 231, 235, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-300:focus {
    --border-opacity: 1 !important;
    border-color: #d1d5db !important;
    border-color: rgba(209, 213, 219, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-400:focus {
    --border-opacity: 1 !important;
    border-color: #9ca3af !important;
    border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-500:focus {
    --border-opacity: 1 !important;
    border-color: #6b7280 !important;
    border-color: rgba(107, 114, 128, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-600:focus {
    --border-opacity: 1 !important;
    border-color: #4b5563 !important;
    border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-700:focus {
    --border-opacity: 1 !important;
    border-color: #374151 !important;
    border-color: rgba(55, 65, 81, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-800:focus {
    --border-opacity: 1 !important;
    border-color: #1f2937 !important;
    border-color: rgba(31, 41, 55, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-900:focus {
    --border-opacity: 1 !important;
    border-color: #111827 !important;
    border-color: rgba(17, 24, 39, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-50:focus {
    --border-opacity: 1 !important;
    border-color: #fef2f2 !important;
    border-color: rgba(254, 242, 242, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-100:focus {
    --border-opacity: 1 !important;
    border-color: #fee2e2 !important;
    border-color: rgba(254, 226, 226, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-200:focus {
    --border-opacity: 1 !important;
    border-color: #fecaca !important;
    border-color: rgba(254, 202, 202, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-300:focus {
    --border-opacity: 1 !important;
    border-color: #fca5a5 !important;
    border-color: rgba(252, 165, 165, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-400:focus {
    --border-opacity: 1 !important;
    border-color: #f87171 !important;
    border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-500:focus {
    --border-opacity: 1 !important;
    border-color: #ef4444 !important;
    border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-600:focus {
    --border-opacity: 1 !important;
    border-color: #dc2626 !important;
    border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-700:focus {
    --border-opacity: 1 !important;
    border-color: #b91c1c !important;
    border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-800:focus {
    --border-opacity: 1 !important;
    border-color: #991b1b !important;
    border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-900:focus {
    --border-opacity: 1 !important;
    border-color: #7f1d1d !important;
    border-color: rgba(127, 29, 29, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-50:focus {
    --border-opacity: 1 !important;
    border-color: #fff7ed !important;
    border-color: rgba(255, 247, 237, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-100:focus {
    --border-opacity: 1 !important;
    border-color: #ffedd5 !important;
    border-color: rgba(255, 237, 213, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-200:focus {
    --border-opacity: 1 !important;
    border-color: #fed7aa !important;
    border-color: rgba(254, 215, 170, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-300:focus {
    --border-opacity: 1 !important;
    border-color: #fdba74 !important;
    border-color: rgba(253, 186, 116, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-400:focus {
    --border-opacity: 1 !important;
    border-color: #fb923c !important;
    border-color: rgba(251, 146, 60, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-500:focus {
    --border-opacity: 1 !important;
    border-color: #f97316 !important;
    border-color: rgba(249, 115, 22, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-600:focus {
    --border-opacity: 1 !important;
    border-color: #ea580c !important;
    border-color: rgba(234, 88, 12, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-700:focus {
    --border-opacity: 1 !important;
    border-color: #c2410c !important;
    border-color: rgba(194, 65, 12, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-800:focus {
    --border-opacity: 1 !important;
    border-color: #9a3412 !important;
    border-color: rgba(154, 52, 18, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-900:focus {
    --border-opacity: 1 !important;
    border-color: #7c2d12 !important;
    border-color: rgba(124, 45, 18, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-50:focus {
    --border-opacity: 1 !important;
    border-color: #fefce8 !important;
    border-color: rgba(254, 252, 232, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-100:focus {
    --border-opacity: 1 !important;
    border-color: #fef9c3 !important;
    border-color: rgba(254, 249, 195, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-200:focus {
    --border-opacity: 1 !important;
    border-color: #fef08a !important;
    border-color: rgba(254, 240, 138, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-300:focus {
    --border-opacity: 1 !important;
    border-color: #fde047 !important;
    border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-400:focus {
    --border-opacity: 1 !important;
    border-color: #facc15 !important;
    border-color: rgba(250, 204, 21, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-500:focus {
    --border-opacity: 1 !important;
    border-color: #eab308 !important;
    border-color: rgba(234, 179, 8, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-600:focus {
    --border-opacity: 1 !important;
    border-color: #ca8a04 !important;
    border-color: rgba(202, 138, 4, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-700:focus {
    --border-opacity: 1 !important;
    border-color: #a16207 !important;
    border-color: rgba(161, 98, 7, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-800:focus {
    --border-opacity: 1 !important;
    border-color: #854d0e !important;
    border-color: rgba(133, 77, 14, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-900:focus {
    --border-opacity: 1 !important;
    border-color: #713f12 !important;
    border-color: rgba(113, 63, 18, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-50:focus {
    --border-opacity: 1 !important;
    border-color: #f0fdf4 !important;
    border-color: rgba(240, 253, 244, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-100:focus {
    --border-opacity: 1 !important;
    border-color: #dcfce7 !important;
    border-color: rgba(220, 252, 231, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-200:focus {
    --border-opacity: 1 !important;
    border-color: #bbf7d0 !important;
    border-color: rgba(187, 247, 208, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-300:focus {
    --border-opacity: 1 !important;
    border-color: #86efac !important;
    border-color: rgba(134, 239, 172, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-400:focus {
    --border-opacity: 1 !important;
    border-color: #4ade80 !important;
    border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-500:focus {
    --border-opacity: 1 !important;
    border-color: #22c55e !important;
    border-color: rgba(34, 197, 94, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-600:focus {
    --border-opacity: 1 !important;
    border-color: #16a34a !important;
    border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-700:focus {
    --border-opacity: 1 !important;
    border-color: #15803d !important;
    border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-800:focus {
    --border-opacity: 1 !important;
    border-color: #166534 !important;
    border-color: rgba(22, 101, 52, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-900:focus {
    --border-opacity: 1 !important;
    border-color: #14532d !important;
    border-color: rgba(20, 83, 45, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-50:focus {
    --border-opacity: 1 !important;
    border-color: #f0fdfa !important;
    border-color: rgba(240, 253, 250, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-100:focus {
    --border-opacity: 1 !important;
    border-color: #ccfbf1 !important;
    border-color: rgba(204, 251, 241, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-200:focus {
    --border-opacity: 1 !important;
    border-color: #99f6e4 !important;
    border-color: rgba(153, 246, 228, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-300:focus {
    --border-opacity: 1 !important;
    border-color: #5eead4 !important;
    border-color: rgba(94, 234, 212, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-400:focus {
    --border-opacity: 1 !important;
    border-color: #2dd4bf !important;
    border-color: rgba(45, 212, 191, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-500:focus {
    --border-opacity: 1 !important;
    border-color: #14b8a6 !important;
    border-color: rgba(20, 184, 166, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-600:focus {
    --border-opacity: 1 !important;
    border-color: #0d9488 !important;
    border-color: rgba(13, 148, 136, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-700:focus {
    --border-opacity: 1 !important;
    border-color: #0f766e !important;
    border-color: rgba(15, 118, 110, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-800:focus {
    --border-opacity: 1 !important;
    border-color: #115e59 !important;
    border-color: rgba(17, 94, 89, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-900:focus {
    --border-opacity: 1 !important;
    border-color: #134e4a !important;
    border-color: rgba(19, 78, 74, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-50:focus {
    --border-opacity: 1 !important;
    border-color: #eff6ff !important;
    border-color: rgba(239, 246, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-100:focus {
    --border-opacity: 1 !important;
    border-color: #dbeafe !important;
    border-color: rgba(219, 234, 254, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-200:focus {
    --border-opacity: 1 !important;
    border-color: #bfdbfe !important;
    border-color: rgba(191, 219, 254, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-300:focus {
    --border-opacity: 1 !important;
    border-color: #93c5fd !important;
    border-color: rgba(147, 197, 253, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-400:focus {
    --border-opacity: 1 !important;
    border-color: #60a5fa !important;
    border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-500:focus {
    --border-opacity: 1 !important;
    border-color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-600:focus {
    --border-opacity: 1 !important;
    border-color: #2563eb !important;
    border-color: rgba(37, 99, 235, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-700:focus {
    --border-opacity: 1 !important;
    border-color: #1d4ed8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-800:focus {
    --border-opacity: 1 !important;
    border-color: #1e40af !important;
    border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-900:focus {
    --border-opacity: 1 !important;
    border-color: #1e3a8a !important;
    border-color: rgba(30, 58, 138, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-50:focus {
    --border-opacity: 1 !important;
    border-color: #eef2ff !important;
    border-color: rgba(238, 242, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-100:focus {
    --border-opacity: 1 !important;
    border-color: #e0e7ff !important;
    border-color: rgba(224, 231, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-200:focus {
    --border-opacity: 1 !important;
    border-color: #c7d2fe !important;
    border-color: rgba(199, 210, 254, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-300:focus {
    --border-opacity: 1 !important;
    border-color: #a5b4fc !important;
    border-color: rgba(165, 180, 252, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-400:focus {
    --border-opacity: 1 !important;
    border-color: #818cf8 !important;
    border-color: rgba(129, 140, 248, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-500:focus {
    --border-opacity: 1 !important;
    border-color: #6366f1 !important;
    border-color: rgba(99, 102, 241, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-600:focus {
    --border-opacity: 1 !important;
    border-color: #4f46e5 !important;
    border-color: rgba(79, 70, 229, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-700:focus {
    --border-opacity: 1 !important;
    border-color: #4338ca !important;
    border-color: rgba(67, 56, 202, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-800:focus {
    --border-opacity: 1 !important;
    border-color: #3730a3 !important;
    border-color: rgba(55, 48, 163, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-900:focus {
    --border-opacity: 1 !important;
    border-color: #312e81 !important;
    border-color: rgba(49, 46, 129, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-50:focus {
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-100:focus {
    --border-opacity: 1 !important;
    border-color: #f3e8ff !important;
    border-color: rgba(243, 232, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-200:focus {
    --border-opacity: 1 !important;
    border-color: #e9d5ff !important;
    border-color: rgba(233, 213, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-300:focus {
    --border-opacity: 1 !important;
    border-color: #d8b4fe !important;
    border-color: rgba(216, 180, 254, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-400:focus {
    --border-opacity: 1 !important;
    border-color: #c084fc !important;
    border-color: rgba(192, 132, 252, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-500:focus {
    --border-opacity: 1 !important;
    border-color: #a855f7 !important;
    border-color: rgba(168, 85, 247, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-600:focus {
    --border-opacity: 1 !important;
    border-color: #9333ea !important;
    border-color: rgba(147, 51, 234, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-700:focus {
    --border-opacity: 1 !important;
    border-color: #7e22ce !important;
    border-color: rgba(126, 34, 206, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-800:focus {
    --border-opacity: 1 !important;
    border-color: #6b21a8 !important;
    border-color: rgba(107, 33, 168, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-900:focus {
    --border-opacity: 1 !important;
    border-color: #581c87 !important;
    border-color: rgba(88, 28, 135, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-50:focus {
    --border-opacity: 1 !important;
    border-color: #fdf2f8 !important;
    border-color: rgba(253, 242, 248, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-100:focus {
    --border-opacity: 1 !important;
    border-color: #fce7f3 !important;
    border-color: rgba(252, 231, 243, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-200:focus {
    --border-opacity: 1 !important;
    border-color: #fbcfe8 !important;
    border-color: rgba(251, 207, 232, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-300:focus {
    --border-opacity: 1 !important;
    border-color: #f9a8d4 !important;
    border-color: rgba(249, 168, 212, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-400:focus {
    --border-opacity: 1 !important;
    border-color: #f472b6 !important;
    border-color: rgba(244, 114, 182, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-500:focus {
    --border-opacity: 1 !important;
    border-color: #ec4899 !important;
    border-color: rgba(236, 72, 153, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-600:focus {
    --border-opacity: 1 !important;
    border-color: #db2777 !important;
    border-color: rgba(219, 39, 119, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-700:focus {
    --border-opacity: 1 !important;
    border-color: #be185d !important;
    border-color: rgba(190, 24, 93, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-800:focus {
    --border-opacity: 1 !important;
    border-color: #9d174d !important;
    border-color: rgba(157, 23, 77, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-900:focus {
    --border-opacity: 1 !important;
    border-color: #831843 !important;
    border-color: rgba(131, 24, 67, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-app-main:focus {
    --border-opacity: 1 !important;
    border-color: #F18D11 !important;
    border-color: rgba(241, 141, 17, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-app-sub-blue:focus {
    --border-opacity: 1 !important;
    border-color: #1E548F !important;
    border-color: rgba(30, 84, 143, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-app-yellow:focus {
    --border-opacity: 1 !important;
    border-color: #FFF5D1 !important;
    border-color: rgba(255, 245, 209, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-theme-primary:focus {
    --border-opacity: 1 !important;
    border-color: #f3980f !important;
    border-color: rgba(243, 152, 15, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-theme-info:focus {
    --border-opacity: 1 !important;
    border-color: #1b925a !important;
    border-color: rgba(27, 146, 90, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-slate-50:focus {
    --border-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-slate-100:focus {
    --border-opacity: 1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-slate-200:focus {
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-slate-300:focus {
    --border-opacity: 1 !important;
    border-color: #cbd5e1 !important;
    border-color: rgba(203, 213, 225, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-slate-400:focus {
    --border-opacity: 1 !important;
    border-color: #94a3b8 !important;
    border-color: rgba(148, 163, 184, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-slate-500:focus {
    --border-opacity: 1 !important;
    border-color: #64748b !important;
    border-color: rgba(100, 116, 139, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-slate-600:focus {
    --border-opacity: 1 !important;
    border-color: #475569 !important;
    border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-slate-700:focus {
    --border-opacity: 1 !important;
    border-color: #334155 !important;
    border-color: rgba(51, 65, 85, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-slate-800:focus {
    --border-opacity: 1 !important;
    border-color: #1e293b !important;
    border-color: rgba(30, 41, 59, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-slate-900:focus {
    --border-opacity: 1 !important;
    border-color: #0f172a !important;
    border-color: rgba(15, 23, 42, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-zinc-50:focus {
    --border-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-zinc-100:focus {
    --border-opacity: 1 !important;
    border-color: #f4f4f5 !important;
    border-color: rgba(244, 244, 245, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-zinc-200:focus {
    --border-opacity: 1 !important;
    border-color: #e4e4e7 !important;
    border-color: rgba(228, 228, 231, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-zinc-300:focus {
    --border-opacity: 1 !important;
    border-color: #d4d4d8 !important;
    border-color: rgba(212, 212, 216, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-zinc-400:focus {
    --border-opacity: 1 !important;
    border-color: #a1a1aa !important;
    border-color: rgba(161, 161, 170, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-zinc-500:focus {
    --border-opacity: 1 !important;
    border-color: #71717a !important;
    border-color: rgba(113, 113, 122, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-zinc-600:focus {
    --border-opacity: 1 !important;
    border-color: #52525b !important;
    border-color: rgba(82, 82, 91, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-zinc-700:focus {
    --border-opacity: 1 !important;
    border-color: #3f3f46 !important;
    border-color: rgba(63, 63, 70, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-zinc-800:focus {
    --border-opacity: 1 !important;
    border-color: #27272a !important;
    border-color: rgba(39, 39, 42, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-zinc-900:focus {
    --border-opacity: 1 !important;
    border-color: #18181b !important;
    border-color: rgba(24, 24, 27, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-neutral-50:focus {
    --border-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-neutral-100:focus {
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-neutral-200:focus {
    --border-opacity: 1 !important;
    border-color: #e5e5e5 !important;
    border-color: rgba(229, 229, 229, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-neutral-300:focus {
    --border-opacity: 1 !important;
    border-color: #d4d4d4 !important;
    border-color: rgba(212, 212, 212, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-neutral-400:focus {
    --border-opacity: 1 !important;
    border-color: #a3a3a3 !important;
    border-color: rgba(163, 163, 163, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-neutral-500:focus {
    --border-opacity: 1 !important;
    border-color: #737373 !important;
    border-color: rgba(115, 115, 115, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-neutral-600:focus {
    --border-opacity: 1 !important;
    border-color: #525252 !important;
    border-color: rgba(82, 82, 82, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-neutral-700:focus {
    --border-opacity: 1 !important;
    border-color: #404040 !important;
    border-color: rgba(64, 64, 64, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-neutral-800:focus {
    --border-opacity: 1 !important;
    border-color: #262626 !important;
    border-color: rgba(38, 38, 38, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-neutral-900:focus {
    --border-opacity: 1 !important;
    border-color: #171717 !important;
    border-color: rgba(23, 23, 23, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-stone-50:focus {
    --border-opacity: 1 !important;
    border-color: #fafaf9 !important;
    border-color: rgba(250, 250, 249, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-stone-100:focus {
    --border-opacity: 1 !important;
    border-color: #f5f5f4 !important;
    border-color: rgba(245, 245, 244, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-stone-200:focus {
    --border-opacity: 1 !important;
    border-color: #e7e5e4 !important;
    border-color: rgba(231, 229, 228, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-stone-300:focus {
    --border-opacity: 1 !important;
    border-color: #d6d3d1 !important;
    border-color: rgba(214, 211, 209, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-stone-400:focus {
    --border-opacity: 1 !important;
    border-color: #a8a29e !important;
    border-color: rgba(168, 162, 158, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-stone-500:focus {
    --border-opacity: 1 !important;
    border-color: #78716c !important;
    border-color: rgba(120, 113, 108, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-stone-600:focus {
    --border-opacity: 1 !important;
    border-color: #57534e !important;
    border-color: rgba(87, 83, 78, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-stone-700:focus {
    --border-opacity: 1 !important;
    border-color: #44403c !important;
    border-color: rgba(68, 64, 60, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-stone-800:focus {
    --border-opacity: 1 !important;
    border-color: #292524 !important;
    border-color: rgba(41, 37, 36, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-stone-900:focus {
    --border-opacity: 1 !important;
    border-color: #1c1917 !important;
    border-color: rgba(28, 25, 23, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-amber-50:focus {
    --border-opacity: 1 !important;
    border-color: #fffbeb !important;
    border-color: rgba(255, 251, 235, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-amber-100:focus {
    --border-opacity: 1 !important;
    border-color: #fef3c7 !important;
    border-color: rgba(254, 243, 199, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-amber-200:focus {
    --border-opacity: 1 !important;
    border-color: #fde68a !important;
    border-color: rgba(253, 230, 138, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-amber-300:focus {
    --border-opacity: 1 !important;
    border-color: #fcd34d !important;
    border-color: rgba(252, 211, 77, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-amber-400:focus {
    --border-opacity: 1 !important;
    border-color: #fbbf24 !important;
    border-color: rgba(251, 191, 36, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-amber-500:focus {
    --border-opacity: 1 !important;
    border-color: #f59e0b !important;
    border-color: rgba(245, 158, 11, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-amber-600:focus {
    --border-opacity: 1 !important;
    border-color: #d97706 !important;
    border-color: rgba(217, 119, 6, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-amber-700:focus {
    --border-opacity: 1 !important;
    border-color: #b45309 !important;
    border-color: rgba(180, 83, 9, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-amber-800:focus {
    --border-opacity: 1 !important;
    border-color: #92400e !important;
    border-color: rgba(146, 64, 14, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-amber-900:focus {
    --border-opacity: 1 !important;
    border-color: #78350f !important;
    border-color: rgba(120, 53, 15, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-lime-50:focus {
    --border-opacity: 1 !important;
    border-color: #f7fee7 !important;
    border-color: rgba(247, 254, 231, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-lime-100:focus {
    --border-opacity: 1 !important;
    border-color: #ecfccb !important;
    border-color: rgba(236, 252, 203, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-lime-200:focus {
    --border-opacity: 1 !important;
    border-color: #d9f99d !important;
    border-color: rgba(217, 249, 157, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-lime-300:focus {
    --border-opacity: 1 !important;
    border-color: #bef264 !important;
    border-color: rgba(190, 242, 100, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-lime-400:focus {
    --border-opacity: 1 !important;
    border-color: #a3e635 !important;
    border-color: rgba(163, 230, 53, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-lime-500:focus {
    --border-opacity: 1 !important;
    border-color: #84cc16 !important;
    border-color: rgba(132, 204, 22, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-lime-600:focus {
    --border-opacity: 1 !important;
    border-color: #65a30d !important;
    border-color: rgba(101, 163, 13, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-lime-700:focus {
    --border-opacity: 1 !important;
    border-color: #4d7c0f !important;
    border-color: rgba(77, 124, 15, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-lime-800:focus {
    --border-opacity: 1 !important;
    border-color: #3f6212 !important;
    border-color: rgba(63, 98, 18, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-lime-900:focus {
    --border-opacity: 1 !important;
    border-color: #365314 !important;
    border-color: rgba(54, 83, 20, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-emerald-50:focus {
    --border-opacity: 1 !important;
    border-color: #ecfdf5 !important;
    border-color: rgba(236, 253, 245, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-emerald-100:focus {
    --border-opacity: 1 !important;
    border-color: #d1fae5 !important;
    border-color: rgba(209, 250, 229, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-emerald-200:focus {
    --border-opacity: 1 !important;
    border-color: #a7f3d0 !important;
    border-color: rgba(167, 243, 208, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-emerald-300:focus {
    --border-opacity: 1 !important;
    border-color: #6ee7b7 !important;
    border-color: rgba(110, 231, 183, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-emerald-400:focus {
    --border-opacity: 1 !important;
    border-color: #34d399 !important;
    border-color: rgba(52, 211, 153, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-emerald-500:focus {
    --border-opacity: 1 !important;
    border-color: #10b981 !important;
    border-color: rgba(16, 185, 129, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-emerald-600:focus {
    --border-opacity: 1 !important;
    border-color: #059669 !important;
    border-color: rgba(5, 150, 105, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-emerald-700:focus {
    --border-opacity: 1 !important;
    border-color: #047857 !important;
    border-color: rgba(4, 120, 87, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-emerald-800:focus {
    --border-opacity: 1 !important;
    border-color: #065f46 !important;
    border-color: rgba(6, 95, 70, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-emerald-900:focus {
    --border-opacity: 1 !important;
    border-color: #064e3b !important;
    border-color: rgba(6, 78, 59, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-cyan-50:focus {
    --border-opacity: 1 !important;
    border-color: #ecfeff !important;
    border-color: rgba(236, 254, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-cyan-100:focus {
    --border-opacity: 1 !important;
    border-color: #cffafe !important;
    border-color: rgba(207, 250, 254, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-cyan-200:focus {
    --border-opacity: 1 !important;
    border-color: #a5f3fc !important;
    border-color: rgba(165, 243, 252, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-cyan-300:focus {
    --border-opacity: 1 !important;
    border-color: #67e8f9 !important;
    border-color: rgba(103, 232, 249, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-cyan-400:focus {
    --border-opacity: 1 !important;
    border-color: #22d3ee !important;
    border-color: rgba(34, 211, 238, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-cyan-500:focus {
    --border-opacity: 1 !important;
    border-color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-cyan-600:focus {
    --border-opacity: 1 !important;
    border-color: #0891b2 !important;
    border-color: rgba(8, 145, 178, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-cyan-700:focus {
    --border-opacity: 1 !important;
    border-color: #0e7490 !important;
    border-color: rgba(14, 116, 144, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-cyan-800:focus {
    --border-opacity: 1 !important;
    border-color: #155e75 !important;
    border-color: rgba(21, 94, 117, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-cyan-900:focus {
    --border-opacity: 1 !important;
    border-color: #164e63 !important;
    border-color: rgba(22, 78, 99, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-sky-50:focus {
    --border-opacity: 1 !important;
    border-color: #f0f9ff !important;
    border-color: rgba(240, 249, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-sky-100:focus {
    --border-opacity: 1 !important;
    border-color: #e0f2fe !important;
    border-color: rgba(224, 242, 254, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-sky-200:focus {
    --border-opacity: 1 !important;
    border-color: #bae6fd !important;
    border-color: rgba(186, 230, 253, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-sky-300:focus {
    --border-opacity: 1 !important;
    border-color: #7dd3fc !important;
    border-color: rgba(125, 211, 252, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-sky-400:focus {
    --border-opacity: 1 !important;
    border-color: #38bdf8 !important;
    border-color: rgba(56, 189, 248, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-sky-500:focus {
    --border-opacity: 1 !important;
    border-color: #0ea5e9 !important;
    border-color: rgba(14, 165, 233, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-sky-600:focus {
    --border-opacity: 1 !important;
    border-color: #0284c7 !important;
    border-color: rgba(2, 132, 199, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-sky-700:focus {
    --border-opacity: 1 !important;
    border-color: #0369a1 !important;
    border-color: rgba(3, 105, 161, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-sky-800:focus {
    --border-opacity: 1 !important;
    border-color: #075985 !important;
    border-color: rgba(7, 89, 133, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-sky-900:focus {
    --border-opacity: 1 !important;
    border-color: #0c4a6e !important;
    border-color: rgba(12, 74, 110, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-violet-50:focus {
    --border-opacity: 1 !important;
    border-color: #f5f3ff !important;
    border-color: rgba(245, 243, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-violet-100:focus {
    --border-opacity: 1 !important;
    border-color: #ede9fe !important;
    border-color: rgba(237, 233, 254, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-violet-200:focus {
    --border-opacity: 1 !important;
    border-color: #ddd6fe !important;
    border-color: rgba(221, 214, 254, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-violet-300:focus {
    --border-opacity: 1 !important;
    border-color: #c4b5fd !important;
    border-color: rgba(196, 181, 253, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-violet-400:focus {
    --border-opacity: 1 !important;
    border-color: #a78bfa !important;
    border-color: rgba(167, 139, 250, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-violet-500:focus {
    --border-opacity: 1 !important;
    border-color: #8b5cf6 !important;
    border-color: rgba(139, 92, 246, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-violet-600:focus {
    --border-opacity: 1 !important;
    border-color: #7c3aed !important;
    border-color: rgba(124, 58, 237, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-violet-700:focus {
    --border-opacity: 1 !important;
    border-color: #6d28d9 !important;
    border-color: rgba(109, 40, 217, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-violet-800:focus {
    --border-opacity: 1 !important;
    border-color: #5b21b6 !important;
    border-color: rgba(91, 33, 182, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-violet-900:focus {
    --border-opacity: 1 !important;
    border-color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-fuchsia-50:focus {
    --border-opacity: 1 !important;
    border-color: #fdf4ff !important;
    border-color: rgba(253, 244, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-fuchsia-100:focus {
    --border-opacity: 1 !important;
    border-color: #fae8ff !important;
    border-color: rgba(250, 232, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-fuchsia-200:focus {
    --border-opacity: 1 !important;
    border-color: #f5d0fe !important;
    border-color: rgba(245, 208, 254, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-fuchsia-300:focus {
    --border-opacity: 1 !important;
    border-color: #f0abfc !important;
    border-color: rgba(240, 171, 252, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-fuchsia-400:focus {
    --border-opacity: 1 !important;
    border-color: #e879f9 !important;
    border-color: rgba(232, 121, 249, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-fuchsia-500:focus {
    --border-opacity: 1 !important;
    border-color: #d946ef !important;
    border-color: rgba(217, 70, 239, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-fuchsia-600:focus {
    --border-opacity: 1 !important;
    border-color: #c026d3 !important;
    border-color: rgba(192, 38, 211, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-fuchsia-700:focus {
    --border-opacity: 1 !important;
    border-color: #a21caf !important;
    border-color: rgba(162, 28, 175, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-fuchsia-800:focus {
    --border-opacity: 1 !important;
    border-color: #86198f !important;
    border-color: rgba(134, 25, 143, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-fuchsia-900:focus {
    --border-opacity: 1 !important;
    border-color: #701a75 !important;
    border-color: rgba(112, 26, 117, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-rose-50:focus {
    --border-opacity: 1 !important;
    border-color: #fff1f2 !important;
    border-color: rgba(255, 241, 242, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-rose-100:focus {
    --border-opacity: 1 !important;
    border-color: #ffe4e6 !important;
    border-color: rgba(255, 228, 230, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-rose-200:focus {
    --border-opacity: 1 !important;
    border-color: #fecdd3 !important;
    border-color: rgba(254, 205, 211, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-rose-300:focus {
    --border-opacity: 1 !important;
    border-color: #fda4af !important;
    border-color: rgba(253, 164, 175, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-rose-400:focus {
    --border-opacity: 1 !important;
    border-color: #fb7185 !important;
    border-color: rgba(251, 113, 133, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-rose-500:focus {
    --border-opacity: 1 !important;
    border-color: #f43f5e !important;
    border-color: rgba(244, 63, 94, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-rose-600:focus {
    --border-opacity: 1 !important;
    border-color: #e11d48 !important;
    border-color: rgba(225, 29, 72, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-rose-700:focus {
    --border-opacity: 1 !important;
    border-color: #be123c !important;
    border-color: rgba(190, 18, 60, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-rose-800:focus {
    --border-opacity: 1 !important;
    border-color: #9f1239 !important;
    border-color: rgba(159, 18, 57, var(--border-opacity)) !important;
  }

  .md\:focus\:tw-border-rose-900:focus {
    --border-opacity: 1 !important;
    border-color: #881337 !important;
    border-color: rgba(136, 19, 55, var(--border-opacity)) !important;
  }

  .md\:tw-border-opacity-0 {
    --border-opacity: 0 !important;
  }

  .md\:tw-border-opacity-25 {
    --border-opacity: 0.25 !important;
  }

  .md\:tw-border-opacity-50 {
    --border-opacity: 0.5 !important;
  }

  .md\:tw-border-opacity-75 {
    --border-opacity: 0.75 !important;
  }

  .md\:tw-border-opacity-100 {
    --border-opacity: 1 !important;
  }

  .md\:hover\:tw-border-opacity-0:hover {
    --border-opacity: 0 !important;
  }

  .md\:hover\:tw-border-opacity-25:hover {
    --border-opacity: 0.25 !important;
  }

  .md\:hover\:tw-border-opacity-50:hover {
    --border-opacity: 0.5 !important;
  }

  .md\:hover\:tw-border-opacity-75:hover {
    --border-opacity: 0.75 !important;
  }

  .md\:hover\:tw-border-opacity-100:hover {
    --border-opacity: 1 !important;
  }

  .md\:focus\:tw-border-opacity-0:focus {
    --border-opacity: 0 !important;
  }

  .md\:focus\:tw-border-opacity-25:focus {
    --border-opacity: 0.25 !important;
  }

  .md\:focus\:tw-border-opacity-50:focus {
    --border-opacity: 0.5 !important;
  }

  .md\:focus\:tw-border-opacity-75:focus {
    --border-opacity: 0.75 !important;
  }

  .md\:focus\:tw-border-opacity-100:focus {
    --border-opacity: 1 !important;
  }

  .md\:tw-rounded-none {
    border-radius: 0 !important;
  }

  .md\:tw-rounded-sm {
    border-radius: 0.125rem !important;
  }

  .md\:tw-rounded {
    border-radius: 0.25rem !important;
  }

  .md\:tw-rounded-md {
    border-radius: 0.375rem !important;
  }

  .md\:tw-rounded-lg {
    border-radius: 0.5rem !important;
  }

  .md\:tw-rounded-xl {
    border-radius: 0.75rem !important;
  }

  .md\:tw-rounded-2xl {
    border-radius: 1rem !important;
  }

  .md\:tw-rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .md\:tw-rounded-full {
    border-radius: 9999px !important;
  }

  .md\:tw-rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .md\:tw-rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .md\:tw-rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:tw-rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:tw-rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .md\:tw-rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:tw-rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:tw-rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:tw-rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .md\:tw-rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:tw-rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:tw-rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:tw-rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .md\:tw-rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:tw-rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:tw-rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:tw-rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .md\:tw-rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:tw-rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:tw-rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:tw-rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .md\:tw-rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .md\:tw-rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:tw-rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:tw-rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .md\:tw-rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .md\:tw-rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .md\:tw-rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .md\:tw-rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .md\:tw-rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .md\:tw-rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:tw-rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:tw-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md\:tw-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:tw-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:tw-rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .md\:tw-rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .md\:tw-rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .md\:tw-rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .md\:tw-rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .md\:tw-rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .md\:tw-rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:tw-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:tw-rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .md\:tw-rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .md\:tw-rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:tw-rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:tw-rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .md\:tw-rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .md\:tw-rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:tw-rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:tw-rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .md\:tw-rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .md\:tw-rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:tw-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:tw-rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .md\:tw-rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .md\:tw-rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .md\:tw-rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:tw-rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .md\:tw-rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .md\:tw-rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .md\:tw-rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .md\:tw-rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .md\:tw-rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .md\:tw-rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .md\:tw-rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:tw-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .md\:tw-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .md\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .md\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .md\:tw-border-solid {
    border-style: solid !important;
  }

  .md\:tw-border-dashed {
    border-style: dashed !important;
  }

  .md\:tw-border-dotted {
    border-style: dotted !important;
  }

  .md\:tw-border-double {
    border-style: double !important;
  }

  .md\:tw-border-none {
    border-style: none !important;
  }

  .md\:tw-border-0 {
    border-width: 0 !important;
  }

  .md\:tw-border-2 {
    border-width: 2px !important;
  }

  .md\:tw-border-3 {
    border-width: 3px !important;
  }

  .md\:tw-border-4 {
    border-width: 4px !important;
  }

  .md\:tw-border-8 {
    border-width: 8px !important;
  }

  .md\:tw-border {
    border-width: 1px !important;
  }

  .md\:tw-border-t-0 {
    border-top-width: 0 !important;
  }

  .md\:tw-border-r-0 {
    border-right-width: 0 !important;
  }

  .md\:tw-border-b-0 {
    border-bottom-width: 0 !important;
  }

  .md\:tw-border-l-0 {
    border-left-width: 0 !important;
  }

  .md\:tw-border-t-2 {
    border-top-width: 2px !important;
  }

  .md\:tw-border-r-2 {
    border-right-width: 2px !important;
  }

  .md\:tw-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .md\:tw-border-l-2 {
    border-left-width: 2px !important;
  }

  .md\:tw-border-t-3 {
    border-top-width: 3px !important;
  }

  .md\:tw-border-r-3 {
    border-right-width: 3px !important;
  }

  .md\:tw-border-b-3 {
    border-bottom-width: 3px !important;
  }

  .md\:tw-border-l-3 {
    border-left-width: 3px !important;
  }

  .md\:tw-border-t-4 {
    border-top-width: 4px !important;
  }

  .md\:tw-border-r-4 {
    border-right-width: 4px !important;
  }

  .md\:tw-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .md\:tw-border-l-4 {
    border-left-width: 4px !important;
  }

  .md\:tw-border-t-8 {
    border-top-width: 8px !important;
  }

  .md\:tw-border-r-8 {
    border-right-width: 8px !important;
  }

  .md\:tw-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .md\:tw-border-l-8 {
    border-left-width: 8px !important;
  }

  .md\:tw-border-t {
    border-top-width: 1px !important;
  }

  .md\:tw-border-r {
    border-right-width: 1px !important;
  }

  .md\:tw-border-b {
    border-bottom-width: 1px !important;
  }

  .md\:tw-border-l {
    border-left-width: 1px !important;
  }

  .md\:tw-box-border {
    box-sizing: border-box !important;
  }

  .md\:tw-box-content {
    box-sizing: content-box !important;
  }

  .md\:tw-cursor-auto {
    cursor: auto !important;
  }

  .md\:tw-cursor-default {
    cursor: default !important;
  }

  .md\:tw-cursor-pointer {
    cursor: pointer !important;
  }

  .md\:tw-cursor-wait {
    cursor: wait !important;
  }

  .md\:tw-cursor-text {
    cursor: text !important;
  }

  .md\:tw-cursor-move {
    cursor: move !important;
  }

  .md\:tw-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .md\:tw-block {
    display: block !important;
  }

  .md\:tw-inline-block {
    display: inline-block !important;
  }

  .md\:tw-inline {
    display: inline !important;
  }

  .md\:tw-flex {
    display: flex !important;
  }

  .md\:tw-inline-flex {
    display: inline-flex !important;
  }

  .md\:tw-table {
    display: table !important;
  }

  .md\:tw-table-caption {
    display: table-caption !important;
  }

  .md\:tw-table-cell {
    display: table-cell !important;
  }

  .md\:tw-table-column {
    display: table-column !important;
  }

  .md\:tw-table-column-group {
    display: table-column-group !important;
  }

  .md\:tw-table-footer-group {
    display: table-footer-group !important;
  }

  .md\:tw-table-header-group {
    display: table-header-group !important;
  }

  .md\:tw-table-row-group {
    display: table-row-group !important;
  }

  .md\:tw-table-row {
    display: table-row !important;
  }

  .md\:tw-flow-root {
    display: flow-root !important;
  }

  .md\:tw-grid {
    display: grid !important;
  }

  .md\:tw-inline-grid {
    display: inline-grid !important;
  }

  .md\:tw-contents {
    display: contents !important;
  }

  .md\:tw-hidden {
    display: none !important;
  }

  .md\:empty\:tw-block:empty {
    display: block !important;
  }

  .md\:empty\:tw-inline-block:empty {
    display: inline-block !important;
  }

  .md\:empty\:tw-inline:empty {
    display: inline !important;
  }

  .md\:empty\:tw-flex:empty {
    display: flex !important;
  }

  .md\:empty\:tw-inline-flex:empty {
    display: inline-flex !important;
  }

  .md\:empty\:tw-table:empty {
    display: table !important;
  }

  .md\:empty\:tw-table-caption:empty {
    display: table-caption !important;
  }

  .md\:empty\:tw-table-cell:empty {
    display: table-cell !important;
  }

  .md\:empty\:tw-table-column:empty {
    display: table-column !important;
  }

  .md\:empty\:tw-table-column-group:empty {
    display: table-column-group !important;
  }

  .md\:empty\:tw-table-footer-group:empty {
    display: table-footer-group !important;
  }

  .md\:empty\:tw-table-header-group:empty {
    display: table-header-group !important;
  }

  .md\:empty\:tw-table-row-group:empty {
    display: table-row-group !important;
  }

  .md\:empty\:tw-table-row:empty {
    display: table-row !important;
  }

  .md\:empty\:tw-flow-root:empty {
    display: flow-root !important;
  }

  .md\:empty\:tw-grid:empty {
    display: grid !important;
  }

  .md\:empty\:tw-inline-grid:empty {
    display: inline-grid !important;
  }

  .md\:empty\:tw-contents:empty {
    display: contents !important;
  }

  .md\:empty\:tw-hidden:empty {
    display: none !important;
  }

  .md\:tw-flex-row {
    flex-direction: row !important;
  }

  .md\:tw-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .md\:tw-flex-col {
    flex-direction: column !important;
  }

  .md\:tw-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .md\:tw-flex-wrap {
    flex-wrap: wrap !important;
  }

  .md\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .md\:tw-flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .md\:tw-place-items-auto {
    place-items: auto !important;
  }

  .md\:tw-place-items-start {
    place-items: start !important;
  }

  .md\:tw-place-items-end {
    place-items: end !important;
  }

  .md\:tw-place-items-center {
    place-items: center !important;
  }

  .md\:tw-place-items-stretch {
    place-items: stretch !important;
  }

  .md\:tw-place-content-center {
    place-content: center !important;
  }

  .md\:tw-place-content-start {
    place-content: start !important;
  }

  .md\:tw-place-content-end {
    place-content: end !important;
  }

  .md\:tw-place-content-between {
    place-content: space-between !important;
  }

  .md\:tw-place-content-around {
    place-content: space-around !important;
  }

  .md\:tw-place-content-evenly {
    place-content: space-evenly !important;
  }

  .md\:tw-place-content-stretch {
    place-content: stretch !important;
  }

  .md\:tw-place-self-auto {
    place-self: auto !important;
  }

  .md\:tw-place-self-start {
    place-self: start !important;
  }

  .md\:tw-place-self-end {
    place-self: end !important;
  }

  .md\:tw-place-self-center {
    place-self: center !important;
  }

  .md\:tw-place-self-stretch {
    place-self: stretch !important;
  }

  .md\:tw-items-start {
    align-items: flex-start !important;
  }

  .md\:tw-items-end {
    align-items: flex-end !important;
  }

  .md\:tw-items-center {
    align-items: center !important;
  }

  .md\:tw-items-baseline {
    align-items: baseline !important;
  }

  .md\:tw-items-stretch {
    align-items: stretch !important;
  }

  .md\:tw-content-center {
    align-content: center !important;
  }

  .md\:tw-content-start {
    align-content: flex-start !important;
  }

  .md\:tw-content-end {
    align-content: flex-end !important;
  }

  .md\:tw-content-between {
    align-content: space-between !important;
  }

  .md\:tw-content-around {
    align-content: space-around !important;
  }

  .md\:tw-content-evenly {
    align-content: space-evenly !important;
  }

  .md\:tw-self-auto {
    align-self: auto !important;
  }

  .md\:tw-self-start {
    align-self: flex-start !important;
  }

  .md\:tw-self-end {
    align-self: flex-end !important;
  }

  .md\:tw-self-center {
    align-self: center !important;
  }

  .md\:tw-self-stretch {
    align-self: stretch !important;
  }

  .md\:tw-justify-items-auto {
    justify-items: auto !important;
  }

  .md\:tw-justify-items-start {
    justify-items: start !important;
  }

  .md\:tw-justify-items-end {
    justify-items: end !important;
  }

  .md\:tw-justify-items-center {
    justify-items: center !important;
  }

  .md\:tw-justify-items-stretch {
    justify-items: stretch !important;
  }

  .md\:tw-justify-start {
    justify-content: flex-start !important;
  }

  .md\:tw-justify-end {
    justify-content: flex-end !important;
  }

  .md\:tw-justify-center {
    justify-content: center !important;
  }

  .md\:tw-justify-between {
    justify-content: space-between !important;
  }

  .md\:tw-justify-around {
    justify-content: space-around !important;
  }

  .md\:tw-justify-evenly {
    justify-content: space-evenly !important;
  }

  .md\:tw-justify-self-auto {
    justify-self: auto !important;
  }

  .md\:tw-justify-self-start {
    justify-self: start !important;
  }

  .md\:tw-justify-self-end {
    justify-self: end !important;
  }

  .md\:tw-justify-self-center {
    justify-self: center !important;
  }

  .md\:tw-justify-self-stretch {
    justify-self: stretch !important;
  }

  .md\:tw-flex-1 {
    flex: 1 1 0% !important;
  }

  .md\:tw-flex-auto {
    flex: 1 1 auto !important;
  }

  .md\:tw-flex-initial {
    flex: 0 1 auto !important;
  }

  .md\:tw-flex-none {
    flex: none !important;
  }

  .md\:tw-flex-grow-0 {
    flex-grow: 0 !important;
  }

  .md\:tw-flex-grow {
    flex-grow: 1 !important;
  }

  .md\:tw-flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .md\:tw-flex-shrink {
    flex-shrink: 1 !important;
  }

  .md\:tw-order-1 {
    order: 1 !important;
  }

  .md\:tw-order-2 {
    order: 2 !important;
  }

  .md\:tw-order-3 {
    order: 3 !important;
  }

  .md\:tw-order-4 {
    order: 4 !important;
  }

  .md\:tw-order-5 {
    order: 5 !important;
  }

  .md\:tw-order-6 {
    order: 6 !important;
  }

  .md\:tw-order-7 {
    order: 7 !important;
  }

  .md\:tw-order-8 {
    order: 8 !important;
  }

  .md\:tw-order-9 {
    order: 9 !important;
  }

  .md\:tw-order-10 {
    order: 10 !important;
  }

  .md\:tw-order-11 {
    order: 11 !important;
  }

  .md\:tw-order-12 {
    order: 12 !important;
  }

  .md\:tw-order-first {
    order: -9999 !important;
  }

  .md\:tw-order-last {
    order: 9999 !important;
  }

  .md\:tw-order-none {
    order: 0 !important;
  }

  .md\:tw-float-right {
    float: right !important;
  }

  .md\:tw-float-left {
    float: left !important;
  }

  .md\:tw-float-none {
    float: none !important;
  }

  .md\:tw-clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .md\:tw-clear-left {
    clear: left !important;
  }

  .md\:tw-clear-right {
    clear: right !important;
  }

  .md\:tw-clear-both {
    clear: both !important;
  }

  .md\:tw-clear-none {
    clear: none !important;
  }

  .md\:tw-font-sans {
    font-family: 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" !important;
  }

  .md\:tw-font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .md\:tw-font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .md\:tw-font-thin {
    font-weight: 100 !important;
  }

  .md\:tw-font-extralight {
    font-weight: 200 !important;
  }

  .md\:tw-font-light {
    font-weight: 300 !important;
  }

  .md\:tw-font-normal {
    font-weight: 400 !important;
  }

  .md\:tw-font-medium {
    font-weight: 500 !important;
  }

  .md\:tw-font-semibold {
    font-weight: 600 !important;
  }

  .md\:tw-font-bold {
    font-weight: 700 !important;
  }

  .md\:tw-font-extrabold {
    font-weight: 800 !important;
  }

  .md\:tw-font-black {
    font-weight: 900 !important;
  }

  .md\:hover\:tw-font-thin:hover {
    font-weight: 100 !important;
  }

  .md\:hover\:tw-font-extralight:hover {
    font-weight: 200 !important;
  }

  .md\:hover\:tw-font-light:hover {
    font-weight: 300 !important;
  }

  .md\:hover\:tw-font-normal:hover {
    font-weight: 400 !important;
  }

  .md\:hover\:tw-font-medium:hover {
    font-weight: 500 !important;
  }

  .md\:hover\:tw-font-semibold:hover {
    font-weight: 600 !important;
  }

  .md\:hover\:tw-font-bold:hover {
    font-weight: 700 !important;
  }

  .md\:hover\:tw-font-extrabold:hover {
    font-weight: 800 !important;
  }

  .md\:hover\:tw-font-black:hover {
    font-weight: 900 !important;
  }

  .md\:focus\:tw-font-thin:focus {
    font-weight: 100 !important;
  }

  .md\:focus\:tw-font-extralight:focus {
    font-weight: 200 !important;
  }

  .md\:focus\:tw-font-light:focus {
    font-weight: 300 !important;
  }

  .md\:focus\:tw-font-normal:focus {
    font-weight: 400 !important;
  }

  .md\:focus\:tw-font-medium:focus {
    font-weight: 500 !important;
  }

  .md\:focus\:tw-font-semibold:focus {
    font-weight: 600 !important;
  }

  .md\:focus\:tw-font-bold:focus {
    font-weight: 700 !important;
  }

  .md\:focus\:tw-font-extrabold:focus {
    font-weight: 800 !important;
  }

  .md\:focus\:tw-font-black:focus {
    font-weight: 900 !important;
  }

  .md\:tw-h-0 {
    height: 0 !important;
  }

  .md\:tw-h-1 {
    height: 0.25rem !important;
  }

  .md\:tw-h-2 {
    height: 0.5rem !important;
  }

  .md\:tw-h-3 {
    height: 0.75rem !important;
  }

  .md\:tw-h-4 {
    height: 1rem !important;
  }

  .md\:tw-h-5 {
    height: 1.25rem !important;
  }

  .md\:tw-h-6 {
    height: 1.5rem !important;
  }

  .md\:tw-h-8 {
    height: 2rem !important;
  }

  .md\:tw-h-10 {
    height: 2.5rem !important;
  }

  .md\:tw-h-12 {
    height: 3rem !important;
  }

  .md\:tw-h-16 {
    height: 4rem !important;
  }

  .md\:tw-h-20 {
    height: 5rem !important;
  }

  .md\:tw-h-24 {
    height: 6rem !important;
  }

  .md\:tw-h-30 {
    height: 7.5rem !important;
  }

  .md\:tw-h-32 {
    height: 8rem !important;
  }

  .md\:tw-h-36 {
    height: 9rem !important;
  }

  .md\:tw-h-40 {
    height: 10rem !important;
  }

  .md\:tw-h-48 {
    height: 12rem !important;
  }

  .md\:tw-h-56 {
    height: 14rem !important;
  }

  .md\:tw-h-64 {
    height: 16rem !important;
  }

  .md\:tw-h-auto {
    height: auto !important;
  }

  .md\:tw-h-px {
    height: 1px !important;
  }

  .md\:tw-h-0\.5 {
    height: .125rem !important;
  }

  .md\:tw-h-1\.5 {
    height: .375rem !important;
  }

  .md\:tw-h-2\.5 {
    height: .625rem !important;
  }

  .md\:tw-h-3\.5 {
    height: .875rem !important;
  }

  .md\:tw-h-1\.25em {
    height: 1.25em !important;
  }

  .md\:tw-h-1\.5em {
    height: 1.5em !important;
  }

  .md\:tw-h-4em {
    height: 4em !important;
  }

  .md\:tw-h-full {
    height: 100% !important;
  }

  .md\:tw-h-screen {
    height: 100vh !important;
  }

  .md\:tw-text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .md\:tw-text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .md\:tw-text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .md\:tw-text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .md\:tw-text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .md\:tw-text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .md\:tw-text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .md\:tw-text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .md\:tw-text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .md\:tw-text-6xl {
    font-size: 4rem !important;
    line-height: 1 !important;
  }

  .md\:tw-leading-3 {
    line-height: .75rem !important;
  }

  .md\:tw-leading-4 {
    line-height: 1rem !important;
  }

  .md\:tw-leading-5 {
    line-height: 1.25rem !important;
  }

  .md\:tw-leading-6 {
    line-height: 1.5rem !important;
  }

  .md\:tw-leading-7 {
    line-height: 1.75rem !important;
  }

  .md\:tw-leading-8 {
    line-height: 2rem !important;
  }

  .md\:tw-leading-9 {
    line-height: 2.25rem !important;
  }

  .md\:tw-leading-10 {
    line-height: 2.5rem !important;
  }

  .md\:tw-leading-none {
    line-height: 1 !important;
  }

  .md\:tw-leading-tight {
    line-height: 1.25 !important;
  }

  .md\:tw-leading-snug {
    line-height: 1.375 !important;
  }

  .md\:tw-leading-normal {
    line-height: 1.5 !important;
  }

  .md\:tw-leading-relaxed {
    line-height: 1.625 !important;
  }

  .md\:tw-leading-loose {
    line-height: 2 !important;
  }

  .md\:tw-list-inside {
    list-style-position: inside !important;
  }

  .md\:tw-list-outside {
    list-style-position: outside !important;
  }

  .md\:tw-list-none {
    list-style-type: none !important;
  }

  .md\:tw-list-disc {
    list-style-type: disc !important;
  }

  .md\:tw-list-decimal {
    list-style-type: decimal !important;
  }

  .md\:tw-m-0 {
    margin: 0 !important;
  }

  .md\:tw-m-1 {
    margin: 0.25rem !important;
  }

  .md\:tw-m-2 {
    margin: 0.5rem !important;
  }

  .md\:tw-m-3 {
    margin: 0.75rem !important;
  }

  .md\:tw-m-4 {
    margin: 1rem !important;
  }

  .md\:tw-m-5 {
    margin: 1.25rem !important;
  }

  .md\:tw-m-6 {
    margin: 1.5rem !important;
  }

  .md\:tw-m-8 {
    margin: 2rem !important;
  }

  .md\:tw-m-10 {
    margin: 2.5rem !important;
  }

  .md\:tw-m-12 {
    margin: 3rem !important;
  }

  .md\:tw-m-16 {
    margin: 4rem !important;
  }

  .md\:tw-m-20 {
    margin: 5rem !important;
  }

  .md\:tw-m-24 {
    margin: 6rem !important;
  }

  .md\:tw-m-30 {
    margin: 7.5rem !important;
  }

  .md\:tw-m-32 {
    margin: 8rem !important;
  }

  .md\:tw-m-36 {
    margin: 9rem !important;
  }

  .md\:tw-m-40 {
    margin: 10rem !important;
  }

  .md\:tw-m-48 {
    margin: 12rem !important;
  }

  .md\:tw-m-56 {
    margin: 14rem !important;
  }

  .md\:tw-m-64 {
    margin: 16rem !important;
  }

  .md\:tw-m-auto {
    margin: auto !important;
  }

  .md\:tw-m-px {
    margin: 1px !important;
  }

  .md\:tw-m-0\.5 {
    margin: .125rem !important;
  }

  .md\:tw-m-1\.5 {
    margin: .375rem !important;
  }

  .md\:tw-m-2\.5 {
    margin: .625rem !important;
  }

  .md\:tw-m-3\.5 {
    margin: .875rem !important;
  }

  .md\:tw-m-1\.25em {
    margin: 1.25em !important;
  }

  .md\:tw-m-1\.5em {
    margin: 1.5em !important;
  }

  .md\:tw-m-4em {
    margin: 4em !important;
  }

  .md\:tw--m-1 {
    margin: -0.25rem !important;
  }

  .md\:tw--m-2 {
    margin: -0.5rem !important;
  }

  .md\:tw--m-3 {
    margin: -0.75rem !important;
  }

  .md\:tw--m-4 {
    margin: -1rem !important;
  }

  .md\:tw--m-5 {
    margin: -1.25rem !important;
  }

  .md\:tw--m-6 {
    margin: -1.5rem !important;
  }

  .md\:tw--m-8 {
    margin: -2rem !important;
  }

  .md\:tw--m-10 {
    margin: -2.5rem !important;
  }

  .md\:tw--m-12 {
    margin: -3rem !important;
  }

  .md\:tw--m-16 {
    margin: -4rem !important;
  }

  .md\:tw--m-20 {
    margin: -5rem !important;
  }

  .md\:tw--m-24 {
    margin: -6rem !important;
  }

  .md\:tw--m-30 {
    margin: -7.5rem !important;
  }

  .md\:tw--m-32 {
    margin: -8rem !important;
  }

  .md\:tw--m-36 {
    margin: -9rem !important;
  }

  .md\:tw--m-40 {
    margin: -10rem !important;
  }

  .md\:tw--m-48 {
    margin: -12rem !important;
  }

  .md\:tw--m-56 {
    margin: -14rem !important;
  }

  .md\:tw--m-64 {
    margin: -16rem !important;
  }

  .md\:tw--m-px {
    margin: -1px !important;
  }

  .md\:tw--m-0\.5 {
    margin: -0.125rem !important;
  }

  .md\:tw--m-1\.5 {
    margin: -0.375rem !important;
  }

  .md\:tw--m-2\.5 {
    margin: -0.625rem !important;
  }

  .md\:tw--m-3\.5 {
    margin: -0.875rem !important;
  }

  .md\:tw--m-1\.25em {
    margin: -1.25em !important;
  }

  .md\:tw--m-1\.5em {
    margin: -1.5em !important;
  }

  .md\:tw--m-4em {
    margin: -4em !important;
  }

  .md\:tw-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md\:tw-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .md\:tw-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .md\:tw-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .md\:tw-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .md\:tw-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .md\:tw-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .md\:tw-mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .md\:tw-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .md\:tw-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md\:tw-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .md\:tw-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .md\:tw-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md\:tw-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .md\:tw-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .md\:tw-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md\:tw-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .md\:tw-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md\:tw-my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .md\:tw-mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .md\:tw-my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .md\:tw-mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .md\:tw-my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .md\:tw-mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .md\:tw-my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md\:tw-mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .md\:tw-my-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .md\:tw-mx-30 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }

  .md\:tw-my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .md\:tw-mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .md\:tw-my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .md\:tw-mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .md\:tw-my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .md\:tw-mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .md\:tw-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .md\:tw-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .md\:tw-my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .md\:tw-mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .md\:tw-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .md\:tw-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .md\:tw-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:tw-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:tw-my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .md\:tw-mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .md\:tw-my-0\.5 {
    margin-top: .125rem !important;
    margin-bottom: .125rem !important;
  }

  .md\:tw-mx-0\.5 {
    margin-left: .125rem !important;
    margin-right: .125rem !important;
  }

  .md\:tw-my-1\.5 {
    margin-top: .375rem !important;
    margin-bottom: .375rem !important;
  }

  .md\:tw-mx-1\.5 {
    margin-left: .375rem !important;
    margin-right: .375rem !important;
  }

  .md\:tw-my-2\.5 {
    margin-top: .625rem !important;
    margin-bottom: .625rem !important;
  }

  .md\:tw-mx-2\.5 {
    margin-left: .625rem !important;
    margin-right: .625rem !important;
  }

  .md\:tw-my-3\.5 {
    margin-top: .875rem !important;
    margin-bottom: .875rem !important;
  }

  .md\:tw-mx-3\.5 {
    margin-left: .875rem !important;
    margin-right: .875rem !important;
  }

  .md\:tw-my-1\.25em {
    margin-top: 1.25em !important;
    margin-bottom: 1.25em !important;
  }

  .md\:tw-mx-1\.25em {
    margin-left: 1.25em !important;
    margin-right: 1.25em !important;
  }

  .md\:tw-my-1\.5em {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }

  .md\:tw-mx-1\.5em {
    margin-left: 1.5em !important;
    margin-right: 1.5em !important;
  }

  .md\:tw-my-4em {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
  }

  .md\:tw-mx-4em {
    margin-left: 4em !important;
    margin-right: 4em !important;
  }

  .md\:tw--my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .md\:tw--mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .md\:tw--my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .md\:tw--mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .md\:tw--my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .md\:tw--mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .md\:tw--my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .md\:tw--mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .md\:tw--my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .md\:tw--mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .md\:tw--my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .md\:tw--mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .md\:tw--my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .md\:tw--mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .md\:tw--my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .md\:tw--mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .md\:tw--my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .md\:tw--mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .md\:tw--my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .md\:tw--mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .md\:tw--my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .md\:tw--mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .md\:tw--my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .md\:tw--mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .md\:tw--my-30 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }

  .md\:tw--mx-30 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important;
  }

  .md\:tw--my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .md\:tw--mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .md\:tw--my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .md\:tw--mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .md\:tw--my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .md\:tw--mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .md\:tw--my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .md\:tw--mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .md\:tw--my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .md\:tw--mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .md\:tw--my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .md\:tw--mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .md\:tw--my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .md\:tw--mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .md\:tw--my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .md\:tw--mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .md\:tw--my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .md\:tw--mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .md\:tw--my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .md\:tw--mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .md\:tw--my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .md\:tw--mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .md\:tw--my-1\.25em {
    margin-top: -1.25em !important;
    margin-bottom: -1.25em !important;
  }

  .md\:tw--mx-1\.25em {
    margin-left: -1.25em !important;
    margin-right: -1.25em !important;
  }

  .md\:tw--my-1\.5em {
    margin-top: -1.5em !important;
    margin-bottom: -1.5em !important;
  }

  .md\:tw--mx-1\.5em {
    margin-left: -1.5em !important;
    margin-right: -1.5em !important;
  }

  .md\:tw--my-4em {
    margin-top: -4em !important;
    margin-bottom: -4em !important;
  }

  .md\:tw--mx-4em {
    margin-left: -4em !important;
    margin-right: -4em !important;
  }

  .md\:tw-mt-0 {
    margin-top: 0 !important;
  }

  .md\:tw-mr-0 {
    margin-right: 0 !important;
  }

  .md\:tw-mb-0 {
    margin-bottom: 0 !important;
  }

  .md\:tw-ml-0 {
    margin-left: 0 !important;
  }

  .md\:tw-mt-1 {
    margin-top: 0.25rem !important;
  }

  .md\:tw-mr-1 {
    margin-right: 0.25rem !important;
  }

  .md\:tw-mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .md\:tw-ml-1 {
    margin-left: 0.25rem !important;
  }

  .md\:tw-mt-2 {
    margin-top: 0.5rem !important;
  }

  .md\:tw-mr-2 {
    margin-right: 0.5rem !important;
  }

  .md\:tw-mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .md\:tw-ml-2 {
    margin-left: 0.5rem !important;
  }

  .md\:tw-mt-3 {
    margin-top: 0.75rem !important;
  }

  .md\:tw-mr-3 {
    margin-right: 0.75rem !important;
  }

  .md\:tw-mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .md\:tw-ml-3 {
    margin-left: 0.75rem !important;
  }

  .md\:tw-mt-4 {
    margin-top: 1rem !important;
  }

  .md\:tw-mr-4 {
    margin-right: 1rem !important;
  }

  .md\:tw-mb-4 {
    margin-bottom: 1rem !important;
  }

  .md\:tw-ml-4 {
    margin-left: 1rem !important;
  }

  .md\:tw-mt-5 {
    margin-top: 1.25rem !important;
  }

  .md\:tw-mr-5 {
    margin-right: 1.25rem !important;
  }

  .md\:tw-mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .md\:tw-ml-5 {
    margin-left: 1.25rem !important;
  }

  .md\:tw-mt-6 {
    margin-top: 1.5rem !important;
  }

  .md\:tw-mr-6 {
    margin-right: 1.5rem !important;
  }

  .md\:tw-mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .md\:tw-ml-6 {
    margin-left: 1.5rem !important;
  }

  .md\:tw-mt-8 {
    margin-top: 2rem !important;
  }

  .md\:tw-mr-8 {
    margin-right: 2rem !important;
  }

  .md\:tw-mb-8 {
    margin-bottom: 2rem !important;
  }

  .md\:tw-ml-8 {
    margin-left: 2rem !important;
  }

  .md\:tw-mt-10 {
    margin-top: 2.5rem !important;
  }

  .md\:tw-mr-10 {
    margin-right: 2.5rem !important;
  }

  .md\:tw-mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .md\:tw-ml-10 {
    margin-left: 2.5rem !important;
  }

  .md\:tw-mt-12 {
    margin-top: 3rem !important;
  }

  .md\:tw-mr-12 {
    margin-right: 3rem !important;
  }

  .md\:tw-mb-12 {
    margin-bottom: 3rem !important;
  }

  .md\:tw-ml-12 {
    margin-left: 3rem !important;
  }

  .md\:tw-mt-16 {
    margin-top: 4rem !important;
  }

  .md\:tw-mr-16 {
    margin-right: 4rem !important;
  }

  .md\:tw-mb-16 {
    margin-bottom: 4rem !important;
  }

  .md\:tw-ml-16 {
    margin-left: 4rem !important;
  }

  .md\:tw-mt-20 {
    margin-top: 5rem !important;
  }

  .md\:tw-mr-20 {
    margin-right: 5rem !important;
  }

  .md\:tw-mb-20 {
    margin-bottom: 5rem !important;
  }

  .md\:tw-ml-20 {
    margin-left: 5rem !important;
  }

  .md\:tw-mt-24 {
    margin-top: 6rem !important;
  }

  .md\:tw-mr-24 {
    margin-right: 6rem !important;
  }

  .md\:tw-mb-24 {
    margin-bottom: 6rem !important;
  }

  .md\:tw-ml-24 {
    margin-left: 6rem !important;
  }

  .md\:tw-mt-30 {
    margin-top: 7.5rem !important;
  }

  .md\:tw-mr-30 {
    margin-right: 7.5rem !important;
  }

  .md\:tw-mb-30 {
    margin-bottom: 7.5rem !important;
  }

  .md\:tw-ml-30 {
    margin-left: 7.5rem !important;
  }

  .md\:tw-mt-32 {
    margin-top: 8rem !important;
  }

  .md\:tw-mr-32 {
    margin-right: 8rem !important;
  }

  .md\:tw-mb-32 {
    margin-bottom: 8rem !important;
  }

  .md\:tw-ml-32 {
    margin-left: 8rem !important;
  }

  .md\:tw-mt-36 {
    margin-top: 9rem !important;
  }

  .md\:tw-mr-36 {
    margin-right: 9rem !important;
  }

  .md\:tw-mb-36 {
    margin-bottom: 9rem !important;
  }

  .md\:tw-ml-36 {
    margin-left: 9rem !important;
  }

  .md\:tw-mt-40 {
    margin-top: 10rem !important;
  }

  .md\:tw-mr-40 {
    margin-right: 10rem !important;
  }

  .md\:tw-mb-40 {
    margin-bottom: 10rem !important;
  }

  .md\:tw-ml-40 {
    margin-left: 10rem !important;
  }

  .md\:tw-mt-48 {
    margin-top: 12rem !important;
  }

  .md\:tw-mr-48 {
    margin-right: 12rem !important;
  }

  .md\:tw-mb-48 {
    margin-bottom: 12rem !important;
  }

  .md\:tw-ml-48 {
    margin-left: 12rem !important;
  }

  .md\:tw-mt-56 {
    margin-top: 14rem !important;
  }

  .md\:tw-mr-56 {
    margin-right: 14rem !important;
  }

  .md\:tw-mb-56 {
    margin-bottom: 14rem !important;
  }

  .md\:tw-ml-56 {
    margin-left: 14rem !important;
  }

  .md\:tw-mt-64 {
    margin-top: 16rem !important;
  }

  .md\:tw-mr-64 {
    margin-right: 16rem !important;
  }

  .md\:tw-mb-64 {
    margin-bottom: 16rem !important;
  }

  .md\:tw-ml-64 {
    margin-left: 16rem !important;
  }

  .md\:tw-mt-auto {
    margin-top: auto !important;
  }

  .md\:tw-mr-auto {
    margin-right: auto !important;
  }

  .md\:tw-mb-auto {
    margin-bottom: auto !important;
  }

  .md\:tw-ml-auto {
    margin-left: auto !important;
  }

  .md\:tw-mt-px {
    margin-top: 1px !important;
  }

  .md\:tw-mr-px {
    margin-right: 1px !important;
  }

  .md\:tw-mb-px {
    margin-bottom: 1px !important;
  }

  .md\:tw-ml-px {
    margin-left: 1px !important;
  }

  .md\:tw-mt-0\.5 {
    margin-top: .125rem !important;
  }

  .md\:tw-mr-0\.5 {
    margin-right: .125rem !important;
  }

  .md\:tw-mb-0\.5 {
    margin-bottom: .125rem !important;
  }

  .md\:tw-ml-0\.5 {
    margin-left: .125rem !important;
  }

  .md\:tw-mt-1\.5 {
    margin-top: .375rem !important;
  }

  .md\:tw-mr-1\.5 {
    margin-right: .375rem !important;
  }

  .md\:tw-mb-1\.5 {
    margin-bottom: .375rem !important;
  }

  .md\:tw-ml-1\.5 {
    margin-left: .375rem !important;
  }

  .md\:tw-mt-2\.5 {
    margin-top: .625rem !important;
  }

  .md\:tw-mr-2\.5 {
    margin-right: .625rem !important;
  }

  .md\:tw-mb-2\.5 {
    margin-bottom: .625rem !important;
  }

  .md\:tw-ml-2\.5 {
    margin-left: .625rem !important;
  }

  .md\:tw-mt-3\.5 {
    margin-top: .875rem !important;
  }

  .md\:tw-mr-3\.5 {
    margin-right: .875rem !important;
  }

  .md\:tw-mb-3\.5 {
    margin-bottom: .875rem !important;
  }

  .md\:tw-ml-3\.5 {
    margin-left: .875rem !important;
  }

  .md\:tw-mt-1\.25em {
    margin-top: 1.25em !important;
  }

  .md\:tw-mr-1\.25em {
    margin-right: 1.25em !important;
  }

  .md\:tw-mb-1\.25em {
    margin-bottom: 1.25em !important;
  }

  .md\:tw-ml-1\.25em {
    margin-left: 1.25em !important;
  }

  .md\:tw-mt-1\.5em {
    margin-top: 1.5em !important;
  }

  .md\:tw-mr-1\.5em {
    margin-right: 1.5em !important;
  }

  .md\:tw-mb-1\.5em {
    margin-bottom: 1.5em !important;
  }

  .md\:tw-ml-1\.5em {
    margin-left: 1.5em !important;
  }

  .md\:tw-mt-4em {
    margin-top: 4em !important;
  }

  .md\:tw-mr-4em {
    margin-right: 4em !important;
  }

  .md\:tw-mb-4em {
    margin-bottom: 4em !important;
  }

  .md\:tw-ml-4em {
    margin-left: 4em !important;
  }

  .md\:tw--mt-1 {
    margin-top: -0.25rem !important;
  }

  .md\:tw--mr-1 {
    margin-right: -0.25rem !important;
  }

  .md\:tw--mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .md\:tw--ml-1 {
    margin-left: -0.25rem !important;
  }

  .md\:tw--mt-2 {
    margin-top: -0.5rem !important;
  }

  .md\:tw--mr-2 {
    margin-right: -0.5rem !important;
  }

  .md\:tw--mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .md\:tw--ml-2 {
    margin-left: -0.5rem !important;
  }

  .md\:tw--mt-3 {
    margin-top: -0.75rem !important;
  }

  .md\:tw--mr-3 {
    margin-right: -0.75rem !important;
  }

  .md\:tw--mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .md\:tw--ml-3 {
    margin-left: -0.75rem !important;
  }

  .md\:tw--mt-4 {
    margin-top: -1rem !important;
  }

  .md\:tw--mr-4 {
    margin-right: -1rem !important;
  }

  .md\:tw--mb-4 {
    margin-bottom: -1rem !important;
  }

  .md\:tw--ml-4 {
    margin-left: -1rem !important;
  }

  .md\:tw--mt-5 {
    margin-top: -1.25rem !important;
  }

  .md\:tw--mr-5 {
    margin-right: -1.25rem !important;
  }

  .md\:tw--mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .md\:tw--ml-5 {
    margin-left: -1.25rem !important;
  }

  .md\:tw--mt-6 {
    margin-top: -1.5rem !important;
  }

  .md\:tw--mr-6 {
    margin-right: -1.5rem !important;
  }

  .md\:tw--mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .md\:tw--ml-6 {
    margin-left: -1.5rem !important;
  }

  .md\:tw--mt-8 {
    margin-top: -2rem !important;
  }

  .md\:tw--mr-8 {
    margin-right: -2rem !important;
  }

  .md\:tw--mb-8 {
    margin-bottom: -2rem !important;
  }

  .md\:tw--ml-8 {
    margin-left: -2rem !important;
  }

  .md\:tw--mt-10 {
    margin-top: -2.5rem !important;
  }

  .md\:tw--mr-10 {
    margin-right: -2.5rem !important;
  }

  .md\:tw--mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .md\:tw--ml-10 {
    margin-left: -2.5rem !important;
  }

  .md\:tw--mt-12 {
    margin-top: -3rem !important;
  }

  .md\:tw--mr-12 {
    margin-right: -3rem !important;
  }

  .md\:tw--mb-12 {
    margin-bottom: -3rem !important;
  }

  .md\:tw--ml-12 {
    margin-left: -3rem !important;
  }

  .md\:tw--mt-16 {
    margin-top: -4rem !important;
  }

  .md\:tw--mr-16 {
    margin-right: -4rem !important;
  }

  .md\:tw--mb-16 {
    margin-bottom: -4rem !important;
  }

  .md\:tw--ml-16 {
    margin-left: -4rem !important;
  }

  .md\:tw--mt-20 {
    margin-top: -5rem !important;
  }

  .md\:tw--mr-20 {
    margin-right: -5rem !important;
  }

  .md\:tw--mb-20 {
    margin-bottom: -5rem !important;
  }

  .md\:tw--ml-20 {
    margin-left: -5rem !important;
  }

  .md\:tw--mt-24 {
    margin-top: -6rem !important;
  }

  .md\:tw--mr-24 {
    margin-right: -6rem !important;
  }

  .md\:tw--mb-24 {
    margin-bottom: -6rem !important;
  }

  .md\:tw--ml-24 {
    margin-left: -6rem !important;
  }

  .md\:tw--mt-30 {
    margin-top: -7.5rem !important;
  }

  .md\:tw--mr-30 {
    margin-right: -7.5rem !important;
  }

  .md\:tw--mb-30 {
    margin-bottom: -7.5rem !important;
  }

  .md\:tw--ml-30 {
    margin-left: -7.5rem !important;
  }

  .md\:tw--mt-32 {
    margin-top: -8rem !important;
  }

  .md\:tw--mr-32 {
    margin-right: -8rem !important;
  }

  .md\:tw--mb-32 {
    margin-bottom: -8rem !important;
  }

  .md\:tw--ml-32 {
    margin-left: -8rem !important;
  }

  .md\:tw--mt-36 {
    margin-top: -9rem !important;
  }

  .md\:tw--mr-36 {
    margin-right: -9rem !important;
  }

  .md\:tw--mb-36 {
    margin-bottom: -9rem !important;
  }

  .md\:tw--ml-36 {
    margin-left: -9rem !important;
  }

  .md\:tw--mt-40 {
    margin-top: -10rem !important;
  }

  .md\:tw--mr-40 {
    margin-right: -10rem !important;
  }

  .md\:tw--mb-40 {
    margin-bottom: -10rem !important;
  }

  .md\:tw--ml-40 {
    margin-left: -10rem !important;
  }

  .md\:tw--mt-48 {
    margin-top: -12rem !important;
  }

  .md\:tw--mr-48 {
    margin-right: -12rem !important;
  }

  .md\:tw--mb-48 {
    margin-bottom: -12rem !important;
  }

  .md\:tw--ml-48 {
    margin-left: -12rem !important;
  }

  .md\:tw--mt-56 {
    margin-top: -14rem !important;
  }

  .md\:tw--mr-56 {
    margin-right: -14rem !important;
  }

  .md\:tw--mb-56 {
    margin-bottom: -14rem !important;
  }

  .md\:tw--ml-56 {
    margin-left: -14rem !important;
  }

  .md\:tw--mt-64 {
    margin-top: -16rem !important;
  }

  .md\:tw--mr-64 {
    margin-right: -16rem !important;
  }

  .md\:tw--mb-64 {
    margin-bottom: -16rem !important;
  }

  .md\:tw--ml-64 {
    margin-left: -16rem !important;
  }

  .md\:tw--mt-px {
    margin-top: -1px !important;
  }

  .md\:tw--mr-px {
    margin-right: -1px !important;
  }

  .md\:tw--mb-px {
    margin-bottom: -1px !important;
  }

  .md\:tw--ml-px {
    margin-left: -1px !important;
  }

  .md\:tw--mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .md\:tw--mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .md\:tw--mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .md\:tw--ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .md\:tw--mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .md\:tw--mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .md\:tw--mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .md\:tw--ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .md\:tw--mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .md\:tw--mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .md\:tw--mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .md\:tw--ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .md\:tw--mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .md\:tw--mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .md\:tw--mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .md\:tw--ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .md\:tw--mt-1\.25em {
    margin-top: -1.25em !important;
  }

  .md\:tw--mr-1\.25em {
    margin-right: -1.25em !important;
  }

  .md\:tw--mb-1\.25em {
    margin-bottom: -1.25em !important;
  }

  .md\:tw--ml-1\.25em {
    margin-left: -1.25em !important;
  }

  .md\:tw--mt-1\.5em {
    margin-top: -1.5em !important;
  }

  .md\:tw--mr-1\.5em {
    margin-right: -1.5em !important;
  }

  .md\:tw--mb-1\.5em {
    margin-bottom: -1.5em !important;
  }

  .md\:tw--ml-1\.5em {
    margin-left: -1.5em !important;
  }

  .md\:tw--mt-4em {
    margin-top: -4em !important;
  }

  .md\:tw--mr-4em {
    margin-right: -4em !important;
  }

  .md\:tw--mb-4em {
    margin-bottom: -4em !important;
  }

  .md\:tw--ml-4em {
    margin-left: -4em !important;
  }

  .md\:last\:tw-m-0:last-child {
    margin: 0 !important;
  }

  .md\:last\:tw-m-1:last-child {
    margin: 0.25rem !important;
  }

  .md\:last\:tw-m-2:last-child {
    margin: 0.5rem !important;
  }

  .md\:last\:tw-m-3:last-child {
    margin: 0.75rem !important;
  }

  .md\:last\:tw-m-4:last-child {
    margin: 1rem !important;
  }

  .md\:last\:tw-m-5:last-child {
    margin: 1.25rem !important;
  }

  .md\:last\:tw-m-6:last-child {
    margin: 1.5rem !important;
  }

  .md\:last\:tw-m-8:last-child {
    margin: 2rem !important;
  }

  .md\:last\:tw-m-10:last-child {
    margin: 2.5rem !important;
  }

  .md\:last\:tw-m-12:last-child {
    margin: 3rem !important;
  }

  .md\:last\:tw-m-16:last-child {
    margin: 4rem !important;
  }

  .md\:last\:tw-m-20:last-child {
    margin: 5rem !important;
  }

  .md\:last\:tw-m-24:last-child {
    margin: 6rem !important;
  }

  .md\:last\:tw-m-30:last-child {
    margin: 7.5rem !important;
  }

  .md\:last\:tw-m-32:last-child {
    margin: 8rem !important;
  }

  .md\:last\:tw-m-36:last-child {
    margin: 9rem !important;
  }

  .md\:last\:tw-m-40:last-child {
    margin: 10rem !important;
  }

  .md\:last\:tw-m-48:last-child {
    margin: 12rem !important;
  }

  .md\:last\:tw-m-56:last-child {
    margin: 14rem !important;
  }

  .md\:last\:tw-m-64:last-child {
    margin: 16rem !important;
  }

  .md\:last\:tw-m-auto:last-child {
    margin: auto !important;
  }

  .md\:last\:tw-m-px:last-child {
    margin: 1px !important;
  }

  .md\:last\:tw-m-0\.5:last-child {
    margin: .125rem !important;
  }

  .md\:last\:tw-m-1\.5:last-child {
    margin: .375rem !important;
  }

  .md\:last\:tw-m-2\.5:last-child {
    margin: .625rem !important;
  }

  .md\:last\:tw-m-3\.5:last-child {
    margin: .875rem !important;
  }

  .md\:last\:tw-m-1\.25em:last-child {
    margin: 1.25em !important;
  }

  .md\:last\:tw-m-1\.5em:last-child {
    margin: 1.5em !important;
  }

  .md\:last\:tw-m-4em:last-child {
    margin: 4em !important;
  }

  .md\:last\:tw--m-1:last-child {
    margin: -0.25rem !important;
  }

  .md\:last\:tw--m-2:last-child {
    margin: -0.5rem !important;
  }

  .md\:last\:tw--m-3:last-child {
    margin: -0.75rem !important;
  }

  .md\:last\:tw--m-4:last-child {
    margin: -1rem !important;
  }

  .md\:last\:tw--m-5:last-child {
    margin: -1.25rem !important;
  }

  .md\:last\:tw--m-6:last-child {
    margin: -1.5rem !important;
  }

  .md\:last\:tw--m-8:last-child {
    margin: -2rem !important;
  }

  .md\:last\:tw--m-10:last-child {
    margin: -2.5rem !important;
  }

  .md\:last\:tw--m-12:last-child {
    margin: -3rem !important;
  }

  .md\:last\:tw--m-16:last-child {
    margin: -4rem !important;
  }

  .md\:last\:tw--m-20:last-child {
    margin: -5rem !important;
  }

  .md\:last\:tw--m-24:last-child {
    margin: -6rem !important;
  }

  .md\:last\:tw--m-30:last-child {
    margin: -7.5rem !important;
  }

  .md\:last\:tw--m-32:last-child {
    margin: -8rem !important;
  }

  .md\:last\:tw--m-36:last-child {
    margin: -9rem !important;
  }

  .md\:last\:tw--m-40:last-child {
    margin: -10rem !important;
  }

  .md\:last\:tw--m-48:last-child {
    margin: -12rem !important;
  }

  .md\:last\:tw--m-56:last-child {
    margin: -14rem !important;
  }

  .md\:last\:tw--m-64:last-child {
    margin: -16rem !important;
  }

  .md\:last\:tw--m-px:last-child {
    margin: -1px !important;
  }

  .md\:last\:tw--m-0\.5:last-child {
    margin: -0.125rem !important;
  }

  .md\:last\:tw--m-1\.5:last-child {
    margin: -0.375rem !important;
  }

  .md\:last\:tw--m-2\.5:last-child {
    margin: -0.625rem !important;
  }

  .md\:last\:tw--m-3\.5:last-child {
    margin: -0.875rem !important;
  }

  .md\:last\:tw--m-1\.25em:last-child {
    margin: -1.25em !important;
  }

  .md\:last\:tw--m-1\.5em:last-child {
    margin: -1.5em !important;
  }

  .md\:last\:tw--m-4em:last-child {
    margin: -4em !important;
  }

  .md\:last\:tw-my-0:last-child {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md\:last\:tw-mx-0:last-child {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .md\:last\:tw-my-1:last-child {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .md\:last\:tw-mx-1:last-child {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .md\:last\:tw-my-2:last-child {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .md\:last\:tw-mx-2:last-child {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .md\:last\:tw-my-3:last-child {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .md\:last\:tw-mx-3:last-child {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .md\:last\:tw-my-4:last-child {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .md\:last\:tw-mx-4:last-child {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md\:last\:tw-my-5:last-child {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .md\:last\:tw-mx-5:last-child {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .md\:last\:tw-my-6:last-child {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md\:last\:tw-mx-6:last-child {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .md\:last\:tw-my-8:last-child {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .md\:last\:tw-mx-8:last-child {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md\:last\:tw-my-10:last-child {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .md\:last\:tw-mx-10:last-child {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md\:last\:tw-my-12:last-child {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .md\:last\:tw-mx-12:last-child {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .md\:last\:tw-my-16:last-child {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .md\:last\:tw-mx-16:last-child {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .md\:last\:tw-my-20:last-child {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .md\:last\:tw-mx-20:last-child {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .md\:last\:tw-my-24:last-child {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md\:last\:tw-mx-24:last-child {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .md\:last\:tw-my-30:last-child {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .md\:last\:tw-mx-30:last-child {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }

  .md\:last\:tw-my-32:last-child {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .md\:last\:tw-mx-32:last-child {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .md\:last\:tw-my-36:last-child {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .md\:last\:tw-mx-36:last-child {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .md\:last\:tw-my-40:last-child {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .md\:last\:tw-mx-40:last-child {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .md\:last\:tw-my-48:last-child {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .md\:last\:tw-mx-48:last-child {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .md\:last\:tw-my-56:last-child {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .md\:last\:tw-mx-56:last-child {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .md\:last\:tw-my-64:last-child {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .md\:last\:tw-mx-64:last-child {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .md\:last\:tw-my-auto:last-child {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:last\:tw-mx-auto:last-child {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:last\:tw-my-px:last-child {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .md\:last\:tw-mx-px:last-child {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .md\:last\:tw-my-0\.5:last-child {
    margin-top: .125rem !important;
    margin-bottom: .125rem !important;
  }

  .md\:last\:tw-mx-0\.5:last-child {
    margin-left: .125rem !important;
    margin-right: .125rem !important;
  }

  .md\:last\:tw-my-1\.5:last-child {
    margin-top: .375rem !important;
    margin-bottom: .375rem !important;
  }

  .md\:last\:tw-mx-1\.5:last-child {
    margin-left: .375rem !important;
    margin-right: .375rem !important;
  }

  .md\:last\:tw-my-2\.5:last-child {
    margin-top: .625rem !important;
    margin-bottom: .625rem !important;
  }

  .md\:last\:tw-mx-2\.5:last-child {
    margin-left: .625rem !important;
    margin-right: .625rem !important;
  }

  .md\:last\:tw-my-3\.5:last-child {
    margin-top: .875rem !important;
    margin-bottom: .875rem !important;
  }

  .md\:last\:tw-mx-3\.5:last-child {
    margin-left: .875rem !important;
    margin-right: .875rem !important;
  }

  .md\:last\:tw-my-1\.25em:last-child {
    margin-top: 1.25em !important;
    margin-bottom: 1.25em !important;
  }

  .md\:last\:tw-mx-1\.25em:last-child {
    margin-left: 1.25em !important;
    margin-right: 1.25em !important;
  }

  .md\:last\:tw-my-1\.5em:last-child {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }

  .md\:last\:tw-mx-1\.5em:last-child {
    margin-left: 1.5em !important;
    margin-right: 1.5em !important;
  }

  .md\:last\:tw-my-4em:last-child {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
  }

  .md\:last\:tw-mx-4em:last-child {
    margin-left: 4em !important;
    margin-right: 4em !important;
  }

  .md\:last\:tw--my-1:last-child {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .md\:last\:tw--mx-1:last-child {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .md\:last\:tw--my-2:last-child {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .md\:last\:tw--mx-2:last-child {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .md\:last\:tw--my-3:last-child {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .md\:last\:tw--mx-3:last-child {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .md\:last\:tw--my-4:last-child {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .md\:last\:tw--mx-4:last-child {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .md\:last\:tw--my-5:last-child {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .md\:last\:tw--mx-5:last-child {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .md\:last\:tw--my-6:last-child {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .md\:last\:tw--mx-6:last-child {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .md\:last\:tw--my-8:last-child {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .md\:last\:tw--mx-8:last-child {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .md\:last\:tw--my-10:last-child {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .md\:last\:tw--mx-10:last-child {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .md\:last\:tw--my-12:last-child {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .md\:last\:tw--mx-12:last-child {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .md\:last\:tw--my-16:last-child {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .md\:last\:tw--mx-16:last-child {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .md\:last\:tw--my-20:last-child {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .md\:last\:tw--mx-20:last-child {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .md\:last\:tw--my-24:last-child {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .md\:last\:tw--mx-24:last-child {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .md\:last\:tw--my-30:last-child {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }

  .md\:last\:tw--mx-30:last-child {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important;
  }

  .md\:last\:tw--my-32:last-child {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .md\:last\:tw--mx-32:last-child {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .md\:last\:tw--my-36:last-child {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .md\:last\:tw--mx-36:last-child {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .md\:last\:tw--my-40:last-child {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .md\:last\:tw--mx-40:last-child {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .md\:last\:tw--my-48:last-child {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .md\:last\:tw--mx-48:last-child {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .md\:last\:tw--my-56:last-child {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .md\:last\:tw--mx-56:last-child {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .md\:last\:tw--my-64:last-child {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .md\:last\:tw--mx-64:last-child {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .md\:last\:tw--my-px:last-child {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .md\:last\:tw--mx-px:last-child {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .md\:last\:tw--my-0\.5:last-child {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .md\:last\:tw--mx-0\.5:last-child {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .md\:last\:tw--my-1\.5:last-child {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .md\:last\:tw--mx-1\.5:last-child {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .md\:last\:tw--my-2\.5:last-child {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .md\:last\:tw--mx-2\.5:last-child {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .md\:last\:tw--my-3\.5:last-child {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .md\:last\:tw--mx-3\.5:last-child {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .md\:last\:tw--my-1\.25em:last-child {
    margin-top: -1.25em !important;
    margin-bottom: -1.25em !important;
  }

  .md\:last\:tw--mx-1\.25em:last-child {
    margin-left: -1.25em !important;
    margin-right: -1.25em !important;
  }

  .md\:last\:tw--my-1\.5em:last-child {
    margin-top: -1.5em !important;
    margin-bottom: -1.5em !important;
  }

  .md\:last\:tw--mx-1\.5em:last-child {
    margin-left: -1.5em !important;
    margin-right: -1.5em !important;
  }

  .md\:last\:tw--my-4em:last-child {
    margin-top: -4em !important;
    margin-bottom: -4em !important;
  }

  .md\:last\:tw--mx-4em:last-child {
    margin-left: -4em !important;
    margin-right: -4em !important;
  }

  .md\:last\:tw-mt-0:last-child {
    margin-top: 0 !important;
  }

  .md\:last\:tw-mr-0:last-child {
    margin-right: 0 !important;
  }

  .md\:last\:tw-mb-0:last-child {
    margin-bottom: 0 !important;
  }

  .md\:last\:tw-ml-0:last-child {
    margin-left: 0 !important;
  }

  .md\:last\:tw-mt-1:last-child {
    margin-top: 0.25rem !important;
  }

  .md\:last\:tw-mr-1:last-child {
    margin-right: 0.25rem !important;
  }

  .md\:last\:tw-mb-1:last-child {
    margin-bottom: 0.25rem !important;
  }

  .md\:last\:tw-ml-1:last-child {
    margin-left: 0.25rem !important;
  }

  .md\:last\:tw-mt-2:last-child {
    margin-top: 0.5rem !important;
  }

  .md\:last\:tw-mr-2:last-child {
    margin-right: 0.5rem !important;
  }

  .md\:last\:tw-mb-2:last-child {
    margin-bottom: 0.5rem !important;
  }

  .md\:last\:tw-ml-2:last-child {
    margin-left: 0.5rem !important;
  }

  .md\:last\:tw-mt-3:last-child {
    margin-top: 0.75rem !important;
  }

  .md\:last\:tw-mr-3:last-child {
    margin-right: 0.75rem !important;
  }

  .md\:last\:tw-mb-3:last-child {
    margin-bottom: 0.75rem !important;
  }

  .md\:last\:tw-ml-3:last-child {
    margin-left: 0.75rem !important;
  }

  .md\:last\:tw-mt-4:last-child {
    margin-top: 1rem !important;
  }

  .md\:last\:tw-mr-4:last-child {
    margin-right: 1rem !important;
  }

  .md\:last\:tw-mb-4:last-child {
    margin-bottom: 1rem !important;
  }

  .md\:last\:tw-ml-4:last-child {
    margin-left: 1rem !important;
  }

  .md\:last\:tw-mt-5:last-child {
    margin-top: 1.25rem !important;
  }

  .md\:last\:tw-mr-5:last-child {
    margin-right: 1.25rem !important;
  }

  .md\:last\:tw-mb-5:last-child {
    margin-bottom: 1.25rem !important;
  }

  .md\:last\:tw-ml-5:last-child {
    margin-left: 1.25rem !important;
  }

  .md\:last\:tw-mt-6:last-child {
    margin-top: 1.5rem !important;
  }

  .md\:last\:tw-mr-6:last-child {
    margin-right: 1.5rem !important;
  }

  .md\:last\:tw-mb-6:last-child {
    margin-bottom: 1.5rem !important;
  }

  .md\:last\:tw-ml-6:last-child {
    margin-left: 1.5rem !important;
  }

  .md\:last\:tw-mt-8:last-child {
    margin-top: 2rem !important;
  }

  .md\:last\:tw-mr-8:last-child {
    margin-right: 2rem !important;
  }

  .md\:last\:tw-mb-8:last-child {
    margin-bottom: 2rem !important;
  }

  .md\:last\:tw-ml-8:last-child {
    margin-left: 2rem !important;
  }

  .md\:last\:tw-mt-10:last-child {
    margin-top: 2.5rem !important;
  }

  .md\:last\:tw-mr-10:last-child {
    margin-right: 2.5rem !important;
  }

  .md\:last\:tw-mb-10:last-child {
    margin-bottom: 2.5rem !important;
  }

  .md\:last\:tw-ml-10:last-child {
    margin-left: 2.5rem !important;
  }

  .md\:last\:tw-mt-12:last-child {
    margin-top: 3rem !important;
  }

  .md\:last\:tw-mr-12:last-child {
    margin-right: 3rem !important;
  }

  .md\:last\:tw-mb-12:last-child {
    margin-bottom: 3rem !important;
  }

  .md\:last\:tw-ml-12:last-child {
    margin-left: 3rem !important;
  }

  .md\:last\:tw-mt-16:last-child {
    margin-top: 4rem !important;
  }

  .md\:last\:tw-mr-16:last-child {
    margin-right: 4rem !important;
  }

  .md\:last\:tw-mb-16:last-child {
    margin-bottom: 4rem !important;
  }

  .md\:last\:tw-ml-16:last-child {
    margin-left: 4rem !important;
  }

  .md\:last\:tw-mt-20:last-child {
    margin-top: 5rem !important;
  }

  .md\:last\:tw-mr-20:last-child {
    margin-right: 5rem !important;
  }

  .md\:last\:tw-mb-20:last-child {
    margin-bottom: 5rem !important;
  }

  .md\:last\:tw-ml-20:last-child {
    margin-left: 5rem !important;
  }

  .md\:last\:tw-mt-24:last-child {
    margin-top: 6rem !important;
  }

  .md\:last\:tw-mr-24:last-child {
    margin-right: 6rem !important;
  }

  .md\:last\:tw-mb-24:last-child {
    margin-bottom: 6rem !important;
  }

  .md\:last\:tw-ml-24:last-child {
    margin-left: 6rem !important;
  }

  .md\:last\:tw-mt-30:last-child {
    margin-top: 7.5rem !important;
  }

  .md\:last\:tw-mr-30:last-child {
    margin-right: 7.5rem !important;
  }

  .md\:last\:tw-mb-30:last-child {
    margin-bottom: 7.5rem !important;
  }

  .md\:last\:tw-ml-30:last-child {
    margin-left: 7.5rem !important;
  }

  .md\:last\:tw-mt-32:last-child {
    margin-top: 8rem !important;
  }

  .md\:last\:tw-mr-32:last-child {
    margin-right: 8rem !important;
  }

  .md\:last\:tw-mb-32:last-child {
    margin-bottom: 8rem !important;
  }

  .md\:last\:tw-ml-32:last-child {
    margin-left: 8rem !important;
  }

  .md\:last\:tw-mt-36:last-child {
    margin-top: 9rem !important;
  }

  .md\:last\:tw-mr-36:last-child {
    margin-right: 9rem !important;
  }

  .md\:last\:tw-mb-36:last-child {
    margin-bottom: 9rem !important;
  }

  .md\:last\:tw-ml-36:last-child {
    margin-left: 9rem !important;
  }

  .md\:last\:tw-mt-40:last-child {
    margin-top: 10rem !important;
  }

  .md\:last\:tw-mr-40:last-child {
    margin-right: 10rem !important;
  }

  .md\:last\:tw-mb-40:last-child {
    margin-bottom: 10rem !important;
  }

  .md\:last\:tw-ml-40:last-child {
    margin-left: 10rem !important;
  }

  .md\:last\:tw-mt-48:last-child {
    margin-top: 12rem !important;
  }

  .md\:last\:tw-mr-48:last-child {
    margin-right: 12rem !important;
  }

  .md\:last\:tw-mb-48:last-child {
    margin-bottom: 12rem !important;
  }

  .md\:last\:tw-ml-48:last-child {
    margin-left: 12rem !important;
  }

  .md\:last\:tw-mt-56:last-child {
    margin-top: 14rem !important;
  }

  .md\:last\:tw-mr-56:last-child {
    margin-right: 14rem !important;
  }

  .md\:last\:tw-mb-56:last-child {
    margin-bottom: 14rem !important;
  }

  .md\:last\:tw-ml-56:last-child {
    margin-left: 14rem !important;
  }

  .md\:last\:tw-mt-64:last-child {
    margin-top: 16rem !important;
  }

  .md\:last\:tw-mr-64:last-child {
    margin-right: 16rem !important;
  }

  .md\:last\:tw-mb-64:last-child {
    margin-bottom: 16rem !important;
  }

  .md\:last\:tw-ml-64:last-child {
    margin-left: 16rem !important;
  }

  .md\:last\:tw-mt-auto:last-child {
    margin-top: auto !important;
  }

  .md\:last\:tw-mr-auto:last-child {
    margin-right: auto !important;
  }

  .md\:last\:tw-mb-auto:last-child {
    margin-bottom: auto !important;
  }

  .md\:last\:tw-ml-auto:last-child {
    margin-left: auto !important;
  }

  .md\:last\:tw-mt-px:last-child {
    margin-top: 1px !important;
  }

  .md\:last\:tw-mr-px:last-child {
    margin-right: 1px !important;
  }

  .md\:last\:tw-mb-px:last-child {
    margin-bottom: 1px !important;
  }

  .md\:last\:tw-ml-px:last-child {
    margin-left: 1px !important;
  }

  .md\:last\:tw-mt-0\.5:last-child {
    margin-top: .125rem !important;
  }

  .md\:last\:tw-mr-0\.5:last-child {
    margin-right: .125rem !important;
  }

  .md\:last\:tw-mb-0\.5:last-child {
    margin-bottom: .125rem !important;
  }

  .md\:last\:tw-ml-0\.5:last-child {
    margin-left: .125rem !important;
  }

  .md\:last\:tw-mt-1\.5:last-child {
    margin-top: .375rem !important;
  }

  .md\:last\:tw-mr-1\.5:last-child {
    margin-right: .375rem !important;
  }

  .md\:last\:tw-mb-1\.5:last-child {
    margin-bottom: .375rem !important;
  }

  .md\:last\:tw-ml-1\.5:last-child {
    margin-left: .375rem !important;
  }

  .md\:last\:tw-mt-2\.5:last-child {
    margin-top: .625rem !important;
  }

  .md\:last\:tw-mr-2\.5:last-child {
    margin-right: .625rem !important;
  }

  .md\:last\:tw-mb-2\.5:last-child {
    margin-bottom: .625rem !important;
  }

  .md\:last\:tw-ml-2\.5:last-child {
    margin-left: .625rem !important;
  }

  .md\:last\:tw-mt-3\.5:last-child {
    margin-top: .875rem !important;
  }

  .md\:last\:tw-mr-3\.5:last-child {
    margin-right: .875rem !important;
  }

  .md\:last\:tw-mb-3\.5:last-child {
    margin-bottom: .875rem !important;
  }

  .md\:last\:tw-ml-3\.5:last-child {
    margin-left: .875rem !important;
  }

  .md\:last\:tw-mt-1\.25em:last-child {
    margin-top: 1.25em !important;
  }

  .md\:last\:tw-mr-1\.25em:last-child {
    margin-right: 1.25em !important;
  }

  .md\:last\:tw-mb-1\.25em:last-child {
    margin-bottom: 1.25em !important;
  }

  .md\:last\:tw-ml-1\.25em:last-child {
    margin-left: 1.25em !important;
  }

  .md\:last\:tw-mt-1\.5em:last-child {
    margin-top: 1.5em !important;
  }

  .md\:last\:tw-mr-1\.5em:last-child {
    margin-right: 1.5em !important;
  }

  .md\:last\:tw-mb-1\.5em:last-child {
    margin-bottom: 1.5em !important;
  }

  .md\:last\:tw-ml-1\.5em:last-child {
    margin-left: 1.5em !important;
  }

  .md\:last\:tw-mt-4em:last-child {
    margin-top: 4em !important;
  }

  .md\:last\:tw-mr-4em:last-child {
    margin-right: 4em !important;
  }

  .md\:last\:tw-mb-4em:last-child {
    margin-bottom: 4em !important;
  }

  .md\:last\:tw-ml-4em:last-child {
    margin-left: 4em !important;
  }

  .md\:last\:tw--mt-1:last-child {
    margin-top: -0.25rem !important;
  }

  .md\:last\:tw--mr-1:last-child {
    margin-right: -0.25rem !important;
  }

  .md\:last\:tw--mb-1:last-child {
    margin-bottom: -0.25rem !important;
  }

  .md\:last\:tw--ml-1:last-child {
    margin-left: -0.25rem !important;
  }

  .md\:last\:tw--mt-2:last-child {
    margin-top: -0.5rem !important;
  }

  .md\:last\:tw--mr-2:last-child {
    margin-right: -0.5rem !important;
  }

  .md\:last\:tw--mb-2:last-child {
    margin-bottom: -0.5rem !important;
  }

  .md\:last\:tw--ml-2:last-child {
    margin-left: -0.5rem !important;
  }

  .md\:last\:tw--mt-3:last-child {
    margin-top: -0.75rem !important;
  }

  .md\:last\:tw--mr-3:last-child {
    margin-right: -0.75rem !important;
  }

  .md\:last\:tw--mb-3:last-child {
    margin-bottom: -0.75rem !important;
  }

  .md\:last\:tw--ml-3:last-child {
    margin-left: -0.75rem !important;
  }

  .md\:last\:tw--mt-4:last-child {
    margin-top: -1rem !important;
  }

  .md\:last\:tw--mr-4:last-child {
    margin-right: -1rem !important;
  }

  .md\:last\:tw--mb-4:last-child {
    margin-bottom: -1rem !important;
  }

  .md\:last\:tw--ml-4:last-child {
    margin-left: -1rem !important;
  }

  .md\:last\:tw--mt-5:last-child {
    margin-top: -1.25rem !important;
  }

  .md\:last\:tw--mr-5:last-child {
    margin-right: -1.25rem !important;
  }

  .md\:last\:tw--mb-5:last-child {
    margin-bottom: -1.25rem !important;
  }

  .md\:last\:tw--ml-5:last-child {
    margin-left: -1.25rem !important;
  }

  .md\:last\:tw--mt-6:last-child {
    margin-top: -1.5rem !important;
  }

  .md\:last\:tw--mr-6:last-child {
    margin-right: -1.5rem !important;
  }

  .md\:last\:tw--mb-6:last-child {
    margin-bottom: -1.5rem !important;
  }

  .md\:last\:tw--ml-6:last-child {
    margin-left: -1.5rem !important;
  }

  .md\:last\:tw--mt-8:last-child {
    margin-top: -2rem !important;
  }

  .md\:last\:tw--mr-8:last-child {
    margin-right: -2rem !important;
  }

  .md\:last\:tw--mb-8:last-child {
    margin-bottom: -2rem !important;
  }

  .md\:last\:tw--ml-8:last-child {
    margin-left: -2rem !important;
  }

  .md\:last\:tw--mt-10:last-child {
    margin-top: -2.5rem !important;
  }

  .md\:last\:tw--mr-10:last-child {
    margin-right: -2.5rem !important;
  }

  .md\:last\:tw--mb-10:last-child {
    margin-bottom: -2.5rem !important;
  }

  .md\:last\:tw--ml-10:last-child {
    margin-left: -2.5rem !important;
  }

  .md\:last\:tw--mt-12:last-child {
    margin-top: -3rem !important;
  }

  .md\:last\:tw--mr-12:last-child {
    margin-right: -3rem !important;
  }

  .md\:last\:tw--mb-12:last-child {
    margin-bottom: -3rem !important;
  }

  .md\:last\:tw--ml-12:last-child {
    margin-left: -3rem !important;
  }

  .md\:last\:tw--mt-16:last-child {
    margin-top: -4rem !important;
  }

  .md\:last\:tw--mr-16:last-child {
    margin-right: -4rem !important;
  }

  .md\:last\:tw--mb-16:last-child {
    margin-bottom: -4rem !important;
  }

  .md\:last\:tw--ml-16:last-child {
    margin-left: -4rem !important;
  }

  .md\:last\:tw--mt-20:last-child {
    margin-top: -5rem !important;
  }

  .md\:last\:tw--mr-20:last-child {
    margin-right: -5rem !important;
  }

  .md\:last\:tw--mb-20:last-child {
    margin-bottom: -5rem !important;
  }

  .md\:last\:tw--ml-20:last-child {
    margin-left: -5rem !important;
  }

  .md\:last\:tw--mt-24:last-child {
    margin-top: -6rem !important;
  }

  .md\:last\:tw--mr-24:last-child {
    margin-right: -6rem !important;
  }

  .md\:last\:tw--mb-24:last-child {
    margin-bottom: -6rem !important;
  }

  .md\:last\:tw--ml-24:last-child {
    margin-left: -6rem !important;
  }

  .md\:last\:tw--mt-30:last-child {
    margin-top: -7.5rem !important;
  }

  .md\:last\:tw--mr-30:last-child {
    margin-right: -7.5rem !important;
  }

  .md\:last\:tw--mb-30:last-child {
    margin-bottom: -7.5rem !important;
  }

  .md\:last\:tw--ml-30:last-child {
    margin-left: -7.5rem !important;
  }

  .md\:last\:tw--mt-32:last-child {
    margin-top: -8rem !important;
  }

  .md\:last\:tw--mr-32:last-child {
    margin-right: -8rem !important;
  }

  .md\:last\:tw--mb-32:last-child {
    margin-bottom: -8rem !important;
  }

  .md\:last\:tw--ml-32:last-child {
    margin-left: -8rem !important;
  }

  .md\:last\:tw--mt-36:last-child {
    margin-top: -9rem !important;
  }

  .md\:last\:tw--mr-36:last-child {
    margin-right: -9rem !important;
  }

  .md\:last\:tw--mb-36:last-child {
    margin-bottom: -9rem !important;
  }

  .md\:last\:tw--ml-36:last-child {
    margin-left: -9rem !important;
  }

  .md\:last\:tw--mt-40:last-child {
    margin-top: -10rem !important;
  }

  .md\:last\:tw--mr-40:last-child {
    margin-right: -10rem !important;
  }

  .md\:last\:tw--mb-40:last-child {
    margin-bottom: -10rem !important;
  }

  .md\:last\:tw--ml-40:last-child {
    margin-left: -10rem !important;
  }

  .md\:last\:tw--mt-48:last-child {
    margin-top: -12rem !important;
  }

  .md\:last\:tw--mr-48:last-child {
    margin-right: -12rem !important;
  }

  .md\:last\:tw--mb-48:last-child {
    margin-bottom: -12rem !important;
  }

  .md\:last\:tw--ml-48:last-child {
    margin-left: -12rem !important;
  }

  .md\:last\:tw--mt-56:last-child {
    margin-top: -14rem !important;
  }

  .md\:last\:tw--mr-56:last-child {
    margin-right: -14rem !important;
  }

  .md\:last\:tw--mb-56:last-child {
    margin-bottom: -14rem !important;
  }

  .md\:last\:tw--ml-56:last-child {
    margin-left: -14rem !important;
  }

  .md\:last\:tw--mt-64:last-child {
    margin-top: -16rem !important;
  }

  .md\:last\:tw--mr-64:last-child {
    margin-right: -16rem !important;
  }

  .md\:last\:tw--mb-64:last-child {
    margin-bottom: -16rem !important;
  }

  .md\:last\:tw--ml-64:last-child {
    margin-left: -16rem !important;
  }

  .md\:last\:tw--mt-px:last-child {
    margin-top: -1px !important;
  }

  .md\:last\:tw--mr-px:last-child {
    margin-right: -1px !important;
  }

  .md\:last\:tw--mb-px:last-child {
    margin-bottom: -1px !important;
  }

  .md\:last\:tw--ml-px:last-child {
    margin-left: -1px !important;
  }

  .md\:last\:tw--mt-0\.5:last-child {
    margin-top: -0.125rem !important;
  }

  .md\:last\:tw--mr-0\.5:last-child {
    margin-right: -0.125rem !important;
  }

  .md\:last\:tw--mb-0\.5:last-child {
    margin-bottom: -0.125rem !important;
  }

  .md\:last\:tw--ml-0\.5:last-child {
    margin-left: -0.125rem !important;
  }

  .md\:last\:tw--mt-1\.5:last-child {
    margin-top: -0.375rem !important;
  }

  .md\:last\:tw--mr-1\.5:last-child {
    margin-right: -0.375rem !important;
  }

  .md\:last\:tw--mb-1\.5:last-child {
    margin-bottom: -0.375rem !important;
  }

  .md\:last\:tw--ml-1\.5:last-child {
    margin-left: -0.375rem !important;
  }

  .md\:last\:tw--mt-2\.5:last-child {
    margin-top: -0.625rem !important;
  }

  .md\:last\:tw--mr-2\.5:last-child {
    margin-right: -0.625rem !important;
  }

  .md\:last\:tw--mb-2\.5:last-child {
    margin-bottom: -0.625rem !important;
  }

  .md\:last\:tw--ml-2\.5:last-child {
    margin-left: -0.625rem !important;
  }

  .md\:last\:tw--mt-3\.5:last-child {
    margin-top: -0.875rem !important;
  }

  .md\:last\:tw--mr-3\.5:last-child {
    margin-right: -0.875rem !important;
  }

  .md\:last\:tw--mb-3\.5:last-child {
    margin-bottom: -0.875rem !important;
  }

  .md\:last\:tw--ml-3\.5:last-child {
    margin-left: -0.875rem !important;
  }

  .md\:last\:tw--mt-1\.25em:last-child {
    margin-top: -1.25em !important;
  }

  .md\:last\:tw--mr-1\.25em:last-child {
    margin-right: -1.25em !important;
  }

  .md\:last\:tw--mb-1\.25em:last-child {
    margin-bottom: -1.25em !important;
  }

  .md\:last\:tw--ml-1\.25em:last-child {
    margin-left: -1.25em !important;
  }

  .md\:last\:tw--mt-1\.5em:last-child {
    margin-top: -1.5em !important;
  }

  .md\:last\:tw--mr-1\.5em:last-child {
    margin-right: -1.5em !important;
  }

  .md\:last\:tw--mb-1\.5em:last-child {
    margin-bottom: -1.5em !important;
  }

  .md\:last\:tw--ml-1\.5em:last-child {
    margin-left: -1.5em !important;
  }

  .md\:last\:tw--mt-4em:last-child {
    margin-top: -4em !important;
  }

  .md\:last\:tw--mr-4em:last-child {
    margin-right: -4em !important;
  }

  .md\:last\:tw--mb-4em:last-child {
    margin-bottom: -4em !important;
  }

  .md\:last\:tw--ml-4em:last-child {
    margin-left: -4em !important;
  }

  .md\:tw-max-h-full {
    max-height: 100% !important;
  }

  .md\:tw-max-h-screen {
    max-height: 100vh !important;
  }

  .md\:tw-max-w-none {
    max-width: none !important;
  }

  .md\:tw-max-w-xs {
    max-width: 20rem !important;
  }

  .md\:tw-max-w-sm {
    max-width: 24rem !important;
  }

  .md\:tw-max-w-md {
    max-width: 28rem !important;
  }

  .md\:tw-max-w-lg {
    max-width: 32rem !important;
  }

  .md\:tw-max-w-xl {
    max-width: 36rem !important;
  }

  .md\:tw-max-w-2xl {
    max-width: 42rem !important;
  }

  .md\:tw-max-w-3xl {
    max-width: 48rem !important;
  }

  .md\:tw-max-w-4xl {
    max-width: 56rem !important;
  }

  .md\:tw-max-w-5xl {
    max-width: 64rem !important;
  }

  .md\:tw-max-w-6xl {
    max-width: 72rem !important;
  }

  .md\:tw-max-w-full {
    max-width: 100% !important;
  }

  .md\:tw-max-w-screen-sm {
    max-width: 640px !important;
  }

  .md\:tw-max-w-screen-md {
    max-width: 768px !important;
  }

  .md\:tw-max-w-screen-lg {
    max-width: 1024px !important;
  }

  .md\:tw-max-w-screen-xl {
    max-width: 1280px !important;
  }

  .md\:tw-min-h-0 {
    min-height: 0 !important;
  }

  .md\:tw-min-h-full {
    min-height: 100% !important;
  }

  .md\:tw-min-h-screen {
    min-height: 100vh !important;
  }

  .md\:tw-min-w-0 {
    min-width: 0 !important;
  }

  .md\:tw-min-w-56 {
    min-width: 14rem !important;
  }

  .md\:tw-min-w-full {
    min-width: 100% !important;
  }

  .md\:tw-object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .md\:tw-object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .md\:tw-object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .md\:tw-object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .md\:tw-object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .md\:tw-object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .md\:tw-object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .md\:tw-object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .md\:tw-object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .md\:tw-object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .md\:tw-object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .md\:tw-object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .md\:tw-object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .md\:tw-object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .md\:tw-opacity-0 {
    opacity: 0 !important;
  }

  .md\:tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .md\:tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .md\:tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .md\:tw-opacity-100 {
    opacity: 1 !important;
  }

  .md\:hover\:tw-opacity-0:hover {
    opacity: 0 !important;
  }

  .md\:hover\:tw-opacity-25:hover {
    opacity: 0.25 !important;
  }

  .md\:hover\:tw-opacity-50:hover {
    opacity: 0.5 !important;
  }

  .md\:hover\:tw-opacity-75:hover {
    opacity: 0.75 !important;
  }

  .md\:hover\:tw-opacity-100:hover {
    opacity: 1 !important;
  }

  .md\:focus\:tw-opacity-0:focus {
    opacity: 0 !important;
  }

  .md\:focus\:tw-opacity-25:focus {
    opacity: 0.25 !important;
  }

  .md\:focus\:tw-opacity-50:focus {
    opacity: 0.5 !important;
  }

  .md\:focus\:tw-opacity-75:focus {
    opacity: 0.75 !important;
  }

  .md\:focus\:tw-opacity-100:focus {
    opacity: 1 !important;
  }

  .md\:tw-outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:tw-outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:tw-outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:tw-outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:tw-outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:tw-outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:tw-overflow-auto {
    overflow: auto !important;
  }

  .md\:tw-overflow-hidden {
    overflow: hidden !important;
  }

  .md\:tw-overflow-visible {
    overflow: visible !important;
  }

  .md\:tw-overflow-scroll {
    overflow: scroll !important;
  }

  .md\:tw-overflow-x-auto {
    overflow-x: auto !important;
  }

  .md\:tw-overflow-y-auto {
    overflow-y: auto !important;
  }

  .md\:tw-overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .md\:tw-overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .md\:tw-overflow-x-visible {
    overflow-x: visible !important;
  }

  .md\:tw-overflow-y-visible {
    overflow-y: visible !important;
  }

  .md\:tw-overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .md\:tw-overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .md\:tw-scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .md\:tw-scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .md\:tw-overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .md\:tw-overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .md\:tw-overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .md\:tw-overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .md\:tw-overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .md\:tw-overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .md\:tw-overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .md\:tw-overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .md\:tw-overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .md\:tw-p-0 {
    padding: 0 !important;
  }

  .md\:tw-p-1 {
    padding: 0.25rem !important;
  }

  .md\:tw-p-2 {
    padding: 0.5rem !important;
  }

  .md\:tw-p-3 {
    padding: 0.75rem !important;
  }

  .md\:tw-p-4 {
    padding: 1rem !important;
  }

  .md\:tw-p-5 {
    padding: 1.25rem !important;
  }

  .md\:tw-p-6 {
    padding: 1.5rem !important;
  }

  .md\:tw-p-8 {
    padding: 2rem !important;
  }

  .md\:tw-p-10 {
    padding: 2.5rem !important;
  }

  .md\:tw-p-12 {
    padding: 3rem !important;
  }

  .md\:tw-p-16 {
    padding: 4rem !important;
  }

  .md\:tw-p-20 {
    padding: 5rem !important;
  }

  .md\:tw-p-24 {
    padding: 6rem !important;
  }

  .md\:tw-p-30 {
    padding: 7.5rem !important;
  }

  .md\:tw-p-32 {
    padding: 8rem !important;
  }

  .md\:tw-p-36 {
    padding: 9rem !important;
  }

  .md\:tw-p-40 {
    padding: 10rem !important;
  }

  .md\:tw-p-48 {
    padding: 12rem !important;
  }

  .md\:tw-p-56 {
    padding: 14rem !important;
  }

  .md\:tw-p-64 {
    padding: 16rem !important;
  }

  .md\:tw-p-px {
    padding: 1px !important;
  }

  .md\:tw-p-0\.5 {
    padding: .125rem !important;
  }

  .md\:tw-p-1\.5 {
    padding: .375rem !important;
  }

  .md\:tw-p-2\.5 {
    padding: .625rem !important;
  }

  .md\:tw-p-3\.5 {
    padding: .875rem !important;
  }

  .md\:tw-p-1\.25em {
    padding: 1.25em !important;
  }

  .md\:tw-p-1\.5em {
    padding: 1.5em !important;
  }

  .md\:tw-p-4em {
    padding: 4em !important;
  }

  .md\:tw-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .md\:tw-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .md\:tw-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .md\:tw-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .md\:tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .md\:tw-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md\:tw-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .md\:tw-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .md\:tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:tw-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:tw-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .md\:tw-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:tw-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md\:tw-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md\:tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:tw-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:tw-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .md\:tw-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .md\:tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md\:tw-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md\:tw-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .md\:tw-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md\:tw-py-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .md\:tw-px-30 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  .md\:tw-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .md\:tw-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .md\:tw-py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .md\:tw-px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .md\:tw-py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .md\:tw-px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .md\:tw-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .md\:tw-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .md\:tw-py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .md\:tw-px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .md\:tw-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .md\:tw-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .md\:tw-py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .md\:tw-px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .md\:tw-py-0\.5 {
    padding-top: .125rem !important;
    padding-bottom: .125rem !important;
  }

  .md\:tw-px-0\.5 {
    padding-left: .125rem !important;
    padding-right: .125rem !important;
  }

  .md\:tw-py-1\.5 {
    padding-top: .375rem !important;
    padding-bottom: .375rem !important;
  }

  .md\:tw-px-1\.5 {
    padding-left: .375rem !important;
    padding-right: .375rem !important;
  }

  .md\:tw-py-2\.5 {
    padding-top: .625rem !important;
    padding-bottom: .625rem !important;
  }

  .md\:tw-px-2\.5 {
    padding-left: .625rem !important;
    padding-right: .625rem !important;
  }

  .md\:tw-py-3\.5 {
    padding-top: .875rem !important;
    padding-bottom: .875rem !important;
  }

  .md\:tw-px-3\.5 {
    padding-left: .875rem !important;
    padding-right: .875rem !important;
  }

  .md\:tw-py-1\.25em {
    padding-top: 1.25em !important;
    padding-bottom: 1.25em !important;
  }

  .md\:tw-px-1\.25em {
    padding-left: 1.25em !important;
    padding-right: 1.25em !important;
  }

  .md\:tw-py-1\.5em {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }

  .md\:tw-px-1\.5em {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
  }

  .md\:tw-py-4em {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }

  .md\:tw-px-4em {
    padding-left: 4em !important;
    padding-right: 4em !important;
  }

  .md\:tw-pt-0 {
    padding-top: 0 !important;
  }

  .md\:tw-pr-0 {
    padding-right: 0 !important;
  }

  .md\:tw-pb-0 {
    padding-bottom: 0 !important;
  }

  .md\:tw-pl-0 {
    padding-left: 0 !important;
  }

  .md\:tw-pt-1 {
    padding-top: 0.25rem !important;
  }

  .md\:tw-pr-1 {
    padding-right: 0.25rem !important;
  }

  .md\:tw-pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .md\:tw-pl-1 {
    padding-left: 0.25rem !important;
  }

  .md\:tw-pt-2 {
    padding-top: 0.5rem !important;
  }

  .md\:tw-pr-2 {
    padding-right: 0.5rem !important;
  }

  .md\:tw-pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .md\:tw-pl-2 {
    padding-left: 0.5rem !important;
  }

  .md\:tw-pt-3 {
    padding-top: 0.75rem !important;
  }

  .md\:tw-pr-3 {
    padding-right: 0.75rem !important;
  }

  .md\:tw-pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .md\:tw-pl-3 {
    padding-left: 0.75rem !important;
  }

  .md\:tw-pt-4 {
    padding-top: 1rem !important;
  }

  .md\:tw-pr-4 {
    padding-right: 1rem !important;
  }

  .md\:tw-pb-4 {
    padding-bottom: 1rem !important;
  }

  .md\:tw-pl-4 {
    padding-left: 1rem !important;
  }

  .md\:tw-pt-5 {
    padding-top: 1.25rem !important;
  }

  .md\:tw-pr-5 {
    padding-right: 1.25rem !important;
  }

  .md\:tw-pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .md\:tw-pl-5 {
    padding-left: 1.25rem !important;
  }

  .md\:tw-pt-6 {
    padding-top: 1.5rem !important;
  }

  .md\:tw-pr-6 {
    padding-right: 1.5rem !important;
  }

  .md\:tw-pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .md\:tw-pl-6 {
    padding-left: 1.5rem !important;
  }

  .md\:tw-pt-8 {
    padding-top: 2rem !important;
  }

  .md\:tw-pr-8 {
    padding-right: 2rem !important;
  }

  .md\:tw-pb-8 {
    padding-bottom: 2rem !important;
  }

  .md\:tw-pl-8 {
    padding-left: 2rem !important;
  }

  .md\:tw-pt-10 {
    padding-top: 2.5rem !important;
  }

  .md\:tw-pr-10 {
    padding-right: 2.5rem !important;
  }

  .md\:tw-pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .md\:tw-pl-10 {
    padding-left: 2.5rem !important;
  }

  .md\:tw-pt-12 {
    padding-top: 3rem !important;
  }

  .md\:tw-pr-12 {
    padding-right: 3rem !important;
  }

  .md\:tw-pb-12 {
    padding-bottom: 3rem !important;
  }

  .md\:tw-pl-12 {
    padding-left: 3rem !important;
  }

  .md\:tw-pt-16 {
    padding-top: 4rem !important;
  }

  .md\:tw-pr-16 {
    padding-right: 4rem !important;
  }

  .md\:tw-pb-16 {
    padding-bottom: 4rem !important;
  }

  .md\:tw-pl-16 {
    padding-left: 4rem !important;
  }

  .md\:tw-pt-20 {
    padding-top: 5rem !important;
  }

  .md\:tw-pr-20 {
    padding-right: 5rem !important;
  }

  .md\:tw-pb-20 {
    padding-bottom: 5rem !important;
  }

  .md\:tw-pl-20 {
    padding-left: 5rem !important;
  }

  .md\:tw-pt-24 {
    padding-top: 6rem !important;
  }

  .md\:tw-pr-24 {
    padding-right: 6rem !important;
  }

  .md\:tw-pb-24 {
    padding-bottom: 6rem !important;
  }

  .md\:tw-pl-24 {
    padding-left: 6rem !important;
  }

  .md\:tw-pt-30 {
    padding-top: 7.5rem !important;
  }

  .md\:tw-pr-30 {
    padding-right: 7.5rem !important;
  }

  .md\:tw-pb-30 {
    padding-bottom: 7.5rem !important;
  }

  .md\:tw-pl-30 {
    padding-left: 7.5rem !important;
  }

  .md\:tw-pt-32 {
    padding-top: 8rem !important;
  }

  .md\:tw-pr-32 {
    padding-right: 8rem !important;
  }

  .md\:tw-pb-32 {
    padding-bottom: 8rem !important;
  }

  .md\:tw-pl-32 {
    padding-left: 8rem !important;
  }

  .md\:tw-pt-36 {
    padding-top: 9rem !important;
  }

  .md\:tw-pr-36 {
    padding-right: 9rem !important;
  }

  .md\:tw-pb-36 {
    padding-bottom: 9rem !important;
  }

  .md\:tw-pl-36 {
    padding-left: 9rem !important;
  }

  .md\:tw-pt-40 {
    padding-top: 10rem !important;
  }

  .md\:tw-pr-40 {
    padding-right: 10rem !important;
  }

  .md\:tw-pb-40 {
    padding-bottom: 10rem !important;
  }

  .md\:tw-pl-40 {
    padding-left: 10rem !important;
  }

  .md\:tw-pt-48 {
    padding-top: 12rem !important;
  }

  .md\:tw-pr-48 {
    padding-right: 12rem !important;
  }

  .md\:tw-pb-48 {
    padding-bottom: 12rem !important;
  }

  .md\:tw-pl-48 {
    padding-left: 12rem !important;
  }

  .md\:tw-pt-56 {
    padding-top: 14rem !important;
  }

  .md\:tw-pr-56 {
    padding-right: 14rem !important;
  }

  .md\:tw-pb-56 {
    padding-bottom: 14rem !important;
  }

  .md\:tw-pl-56 {
    padding-left: 14rem !important;
  }

  .md\:tw-pt-64 {
    padding-top: 16rem !important;
  }

  .md\:tw-pr-64 {
    padding-right: 16rem !important;
  }

  .md\:tw-pb-64 {
    padding-bottom: 16rem !important;
  }

  .md\:tw-pl-64 {
    padding-left: 16rem !important;
  }

  .md\:tw-pt-px {
    padding-top: 1px !important;
  }

  .md\:tw-pr-px {
    padding-right: 1px !important;
  }

  .md\:tw-pb-px {
    padding-bottom: 1px !important;
  }

  .md\:tw-pl-px {
    padding-left: 1px !important;
  }

  .md\:tw-pt-0\.5 {
    padding-top: .125rem !important;
  }

  .md\:tw-pr-0\.5 {
    padding-right: .125rem !important;
  }

  .md\:tw-pb-0\.5 {
    padding-bottom: .125rem !important;
  }

  .md\:tw-pl-0\.5 {
    padding-left: .125rem !important;
  }

  .md\:tw-pt-1\.5 {
    padding-top: .375rem !important;
  }

  .md\:tw-pr-1\.5 {
    padding-right: .375rem !important;
  }

  .md\:tw-pb-1\.5 {
    padding-bottom: .375rem !important;
  }

  .md\:tw-pl-1\.5 {
    padding-left: .375rem !important;
  }

  .md\:tw-pt-2\.5 {
    padding-top: .625rem !important;
  }

  .md\:tw-pr-2\.5 {
    padding-right: .625rem !important;
  }

  .md\:tw-pb-2\.5 {
    padding-bottom: .625rem !important;
  }

  .md\:tw-pl-2\.5 {
    padding-left: .625rem !important;
  }

  .md\:tw-pt-3\.5 {
    padding-top: .875rem !important;
  }

  .md\:tw-pr-3\.5 {
    padding-right: .875rem !important;
  }

  .md\:tw-pb-3\.5 {
    padding-bottom: .875rem !important;
  }

  .md\:tw-pl-3\.5 {
    padding-left: .875rem !important;
  }

  .md\:tw-pt-1\.25em {
    padding-top: 1.25em !important;
  }

  .md\:tw-pr-1\.25em {
    padding-right: 1.25em !important;
  }

  .md\:tw-pb-1\.25em {
    padding-bottom: 1.25em !important;
  }

  .md\:tw-pl-1\.25em {
    padding-left: 1.25em !important;
  }

  .md\:tw-pt-1\.5em {
    padding-top: 1.5em !important;
  }

  .md\:tw-pr-1\.5em {
    padding-right: 1.5em !important;
  }

  .md\:tw-pb-1\.5em {
    padding-bottom: 1.5em !important;
  }

  .md\:tw-pl-1\.5em {
    padding-left: 1.5em !important;
  }

  .md\:tw-pt-4em {
    padding-top: 4em !important;
  }

  .md\:tw-pr-4em {
    padding-right: 4em !important;
  }

  .md\:tw-pb-4em {
    padding-bottom: 4em !important;
  }

  .md\:tw-pl-4em {
    padding-left: 4em !important;
  }

  .md\:tw-placeholder-transparent::-webkit-input-placeholder {
    color: transparent !important;
  }

  .md\:tw-placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .md\:tw-placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .md\:tw-placeholder-transparent::-ms-input-placeholder {
    color: transparent !important;
  }

  .md\:tw-placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .md\:tw-placeholder-current::-webkit-input-placeholder {
    color: currentColor !important;
  }

  .md\:tw-placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .md\:tw-placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .md\:tw-placeholder-current::-ms-input-placeholder {
    color: currentColor !important;
  }

  .md\:tw-placeholder-current::placeholder {
    color: currentColor !important;
  }

  .md\:tw-placeholder-black::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-black::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-white::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-white::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-app-main::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-app-main::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-app-main:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-app-main::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-app-main::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-app-sub-blue::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-app-sub-blue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-app-sub-blue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-app-sub-blue::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-app-sub-blue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-app-yellow::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-app-yellow::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-app-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-app-yellow::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-app-yellow::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-theme-primary::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-theme-primary::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-theme-primary:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-theme-primary::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-theme-primary::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-theme-info::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-theme-info::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-theme-info:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-theme-info::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-theme-info::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-slate-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-zinc-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-neutral-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-stone-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-sky-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent !important;
  }

  .md\:focus\:tw-placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .md\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .md\:focus\:tw-placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent !important;
  }

  .md\:focus\:tw-placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .md\:focus\:tw-placeholder-current:focus::-webkit-input-placeholder {
    color: currentColor !important;
  }

  .md\:focus\:tw-placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .md\:focus\:tw-placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .md\:focus\:tw-placeholder-current:focus::-ms-input-placeholder {
    color: currentColor !important;
  }

  .md\:focus\:tw-placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .md\:focus\:tw-placeholder-black:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-black:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-white:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-white:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-app-main:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-app-main:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-app-main:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-app-main:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-app-main:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-app-sub-blue:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-app-sub-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-app-sub-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-app-sub-blue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-app-sub-blue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-app-yellow:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-app-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-app-yellow:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-app-yellow:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-app-yellow:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-theme-primary:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-theme-primary:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-theme-primary:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-theme-primary:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-theme-primary:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-theme-info:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-theme-info:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-theme-info:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-theme-info:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-theme-info:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-slate-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-zinc-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-neutral-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-stone-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-sky-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-opacity-0::-webkit-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:tw-placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:tw-placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:tw-placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:tw-placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:tw-placeholder-opacity-25::-webkit-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:tw-placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:tw-placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:tw-placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:tw-placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:tw-placeholder-opacity-50::-webkit-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:tw-placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:tw-placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:tw-placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:tw-placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:tw-placeholder-opacity-75::-webkit-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:tw-placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:tw-placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:tw-placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:tw-placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:tw-placeholder-opacity-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:tw-placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:tw-placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:tw-placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:tw-placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:tw-placeholder-opacity-0:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:tw-placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:tw-placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:tw-placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:tw-placeholder-opacity-25:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:tw-placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:tw-placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:tw-placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:tw-placeholder-opacity-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:tw-placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:tw-placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:tw-placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:tw-placeholder-opacity-75:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:tw-placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:tw-placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:tw-placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:tw-placeholder-opacity-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:tw-placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:tw-placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:tw-placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:tw-pointer-events-none {
    pointer-events: none !important;
  }

  .md\:tw-pointer-events-auto {
    pointer-events: auto !important;
  }

  .md\:tw-static {
    position: static !important;
  }

  .md\:tw-fixed {
    position: fixed !important;
  }

  .md\:tw-absolute {
    position: absolute !important;
  }

  .md\:tw-relative {
    position: relative !important;
  }

  .md\:tw-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .md\:tw-inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .md\:tw-inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .md\:tw-inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  .md\:tw-inset-x-0 {
    right: 0 !important;
    left: 0 !important;
  }

  .md\:tw-inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .md\:tw-inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .md\:tw-top-0 {
    top: 0 !important;
  }

  .md\:tw-right-0 {
    right: 0 !important;
  }

  .md\:tw-bottom-0 {
    bottom: 0 !important;
  }

  .md\:tw-left-0 {
    left: 0 !important;
  }

  .md\:tw-top-auto {
    top: auto !important;
  }

  .md\:tw-right-auto {
    right: auto !important;
  }

  .md\:tw-bottom-auto {
    bottom: auto !important;
  }

  .md\:tw-left-auto {
    left: auto !important;
  }

  .md\:tw-resize-none {
    resize: none !important;
  }

  .md\:tw-resize-y {
    resize: vertical !important;
  }

  .md\:tw-resize-x {
    resize: horizontal !important;
  }

  .md\:tw-resize {
    resize: both !important;
  }

  .md\:tw-shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:tw-shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md\:tw-shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:tw-shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:tw-shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:tw-shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:tw-shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:tw-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:tw-shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:tw-shadow-none {
    box-shadow: none !important;
  }

  .md\:hover\:tw-shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:tw-shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:tw-shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:tw-shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:tw-shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:tw-shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:hover\:tw-shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:hover\:tw-shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:tw-shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:hover\:tw-shadow-none:hover {
    box-shadow: none !important;
  }

  .md\:focus\:tw-shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:tw-shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:tw-shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:tw-shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:tw-shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:tw-shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:focus\:tw-shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:focus\:tw-shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:tw-shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:focus\:tw-shadow-none:focus {
    box-shadow: none !important;
  }

  .md\:tw-fill-current {
    fill: currentColor !important;
  }

  .md\:tw-stroke-current {
    stroke: currentColor !important;
  }

  .md\:tw-stroke-0 {
    stroke-width: 0 !important;
  }

  .md\:tw-stroke-1 {
    stroke-width: 1 !important;
  }

  .md\:tw-stroke-2 {
    stroke-width: 2 !important;
  }

  .md\:tw-table-auto {
    table-layout: auto !important;
  }

  .md\:tw-table-fixed {
    table-layout: fixed !important;
  }

  .md\:tw-text-left {
    text-align: left !important;
  }

  .md\:tw-text-center {
    text-align: center !important;
  }

  .md\:tw-text-right {
    text-align: right !important;
  }

  .md\:tw-text-justify {
    text-align: justify !important;
  }

  .md\:tw-text-transparent {
    color: transparent !important;
  }

  .md\:tw-text-current {
    color: currentColor !important;
  }

  .md\:tw-text-black {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md\:tw-text-white {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:tw-text-gray-50 {
    --text-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--text-opacity)) !important;
  }

  .md\:tw-text-gray-100 {
    --text-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .md\:tw-text-gray-200 {
    --text-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--text-opacity)) !important;
  }

  .md\:tw-text-gray-300 {
    --text-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--text-opacity)) !important;
  }

  .md\:tw-text-gray-400 {
    --text-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .md\:tw-text-gray-500 {
    --text-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--text-opacity)) !important;
  }

  .md\:tw-text-gray-600 {
    --text-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .md\:tw-text-gray-700 {
    --text-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--text-opacity)) !important;
  }

  .md\:tw-text-gray-800 {
    --text-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--text-opacity)) !important;
  }

  .md\:tw-text-gray-900 {
    --text-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--text-opacity)) !important;
  }

  .md\:tw-text-red-50 {
    --text-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--text-opacity)) !important;
  }

  .md\:tw-text-red-100 {
    --text-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--text-opacity)) !important;
  }

  .md\:tw-text-red-200 {
    --text-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--text-opacity)) !important;
  }

  .md\:tw-text-red-300 {
    --text-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--text-opacity)) !important;
  }

  .md\:tw-text-red-400 {
    --text-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .md\:tw-text-red-500 {
    --text-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .md\:tw-text-red-600 {
    --text-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .md\:tw-text-red-700 {
    --text-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .md\:tw-text-red-800 {
    --text-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .md\:tw-text-red-900 {
    --text-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--text-opacity)) !important;
  }

  .md\:tw-text-orange-50 {
    --text-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--text-opacity)) !important;
  }

  .md\:tw-text-orange-100 {
    --text-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--text-opacity)) !important;
  }

  .md\:tw-text-orange-200 {
    --text-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--text-opacity)) !important;
  }

  .md\:tw-text-orange-300 {
    --text-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--text-opacity)) !important;
  }

  .md\:tw-text-orange-400 {
    --text-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--text-opacity)) !important;
  }

  .md\:tw-text-orange-500 {
    --text-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--text-opacity)) !important;
  }

  .md\:tw-text-orange-600 {
    --text-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--text-opacity)) !important;
  }

  .md\:tw-text-orange-700 {
    --text-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--text-opacity)) !important;
  }

  .md\:tw-text-orange-800 {
    --text-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--text-opacity)) !important;
  }

  .md\:tw-text-orange-900 {
    --text-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--text-opacity)) !important;
  }

  .md\:tw-text-yellow-50 {
    --text-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--text-opacity)) !important;
  }

  .md\:tw-text-yellow-100 {
    --text-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--text-opacity)) !important;
  }

  .md\:tw-text-yellow-200 {
    --text-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--text-opacity)) !important;
  }

  .md\:tw-text-yellow-300 {
    --text-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .md\:tw-text-yellow-400 {
    --text-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--text-opacity)) !important;
  }

  .md\:tw-text-yellow-500 {
    --text-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--text-opacity)) !important;
  }

  .md\:tw-text-yellow-600 {
    --text-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--text-opacity)) !important;
  }

  .md\:tw-text-yellow-700 {
    --text-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--text-opacity)) !important;
  }

  .md\:tw-text-yellow-800 {
    --text-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--text-opacity)) !important;
  }

  .md\:tw-text-yellow-900 {
    --text-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--text-opacity)) !important;
  }

  .md\:tw-text-green-50 {
    --text-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--text-opacity)) !important;
  }

  .md\:tw-text-green-100 {
    --text-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--text-opacity)) !important;
  }

  .md\:tw-text-green-200 {
    --text-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--text-opacity)) !important;
  }

  .md\:tw-text-green-300 {
    --text-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--text-opacity)) !important;
  }

  .md\:tw-text-green-400 {
    --text-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .md\:tw-text-green-500 {
    --text-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--text-opacity)) !important;
  }

  .md\:tw-text-green-600 {
    --text-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .md\:tw-text-green-700 {
    --text-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .md\:tw-text-green-800 {
    --text-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--text-opacity)) !important;
  }

  .md\:tw-text-green-900 {
    --text-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--text-opacity)) !important;
  }

  .md\:tw-text-teal-50 {
    --text-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--text-opacity)) !important;
  }

  .md\:tw-text-teal-100 {
    --text-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--text-opacity)) !important;
  }

  .md\:tw-text-teal-200 {
    --text-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--text-opacity)) !important;
  }

  .md\:tw-text-teal-300 {
    --text-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--text-opacity)) !important;
  }

  .md\:tw-text-teal-400 {
    --text-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--text-opacity)) !important;
  }

  .md\:tw-text-teal-500 {
    --text-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--text-opacity)) !important;
  }

  .md\:tw-text-teal-600 {
    --text-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--text-opacity)) !important;
  }

  .md\:tw-text-teal-700 {
    --text-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--text-opacity)) !important;
  }

  .md\:tw-text-teal-800 {
    --text-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--text-opacity)) !important;
  }

  .md\:tw-text-teal-900 {
    --text-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--text-opacity)) !important;
  }

  .md\:tw-text-blue-50 {
    --text-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--text-opacity)) !important;
  }

  .md\:tw-text-blue-100 {
    --text-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--text-opacity)) !important;
  }

  .md\:tw-text-blue-200 {
    --text-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--text-opacity)) !important;
  }

  .md\:tw-text-blue-300 {
    --text-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--text-opacity)) !important;
  }

  .md\:tw-text-blue-400 {
    --text-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .md\:tw-text-blue-500 {
    --text-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .md\:tw-text-blue-600 {
    --text-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--text-opacity)) !important;
  }

  .md\:tw-text-blue-700 {
    --text-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .md\:tw-text-blue-800 {
    --text-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .md\:tw-text-blue-900 {
    --text-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--text-opacity)) !important;
  }

  .md\:tw-text-indigo-50 {
    --text-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--text-opacity)) !important;
  }

  .md\:tw-text-indigo-100 {
    --text-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--text-opacity)) !important;
  }

  .md\:tw-text-indigo-200 {
    --text-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--text-opacity)) !important;
  }

  .md\:tw-text-indigo-300 {
    --text-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--text-opacity)) !important;
  }

  .md\:tw-text-indigo-400 {
    --text-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--text-opacity)) !important;
  }

  .md\:tw-text-indigo-500 {
    --text-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--text-opacity)) !important;
  }

  .md\:tw-text-indigo-600 {
    --text-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--text-opacity)) !important;
  }

  .md\:tw-text-indigo-700 {
    --text-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--text-opacity)) !important;
  }

  .md\:tw-text-indigo-800 {
    --text-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--text-opacity)) !important;
  }

  .md\:tw-text-indigo-900 {
    --text-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--text-opacity)) !important;
  }

  .md\:tw-text-purple-50 {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .md\:tw-text-purple-100 {
    --text-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--text-opacity)) !important;
  }

  .md\:tw-text-purple-200 {
    --text-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--text-opacity)) !important;
  }

  .md\:tw-text-purple-300 {
    --text-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--text-opacity)) !important;
  }

  .md\:tw-text-purple-400 {
    --text-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--text-opacity)) !important;
  }

  .md\:tw-text-purple-500 {
    --text-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--text-opacity)) !important;
  }

  .md\:tw-text-purple-600 {
    --text-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--text-opacity)) !important;
  }

  .md\:tw-text-purple-700 {
    --text-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--text-opacity)) !important;
  }

  .md\:tw-text-purple-800 {
    --text-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--text-opacity)) !important;
  }

  .md\:tw-text-purple-900 {
    --text-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--text-opacity)) !important;
  }

  .md\:tw-text-pink-50 {
    --text-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--text-opacity)) !important;
  }

  .md\:tw-text-pink-100 {
    --text-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--text-opacity)) !important;
  }

  .md\:tw-text-pink-200 {
    --text-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--text-opacity)) !important;
  }

  .md\:tw-text-pink-300 {
    --text-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--text-opacity)) !important;
  }

  .md\:tw-text-pink-400 {
    --text-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--text-opacity)) !important;
  }

  .md\:tw-text-pink-500 {
    --text-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--text-opacity)) !important;
  }

  .md\:tw-text-pink-600 {
    --text-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--text-opacity)) !important;
  }

  .md\:tw-text-pink-700 {
    --text-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--text-opacity)) !important;
  }

  .md\:tw-text-pink-800 {
    --text-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--text-opacity)) !important;
  }

  .md\:tw-text-pink-900 {
    --text-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--text-opacity)) !important;
  }

  .md\:tw-text-app-main {
    --text-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--text-opacity)) !important;
  }

  .md\:tw-text-app-sub-blue {
    --text-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--text-opacity)) !important;
  }

  .md\:tw-text-app-yellow {
    --text-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--text-opacity)) !important;
  }

  .md\:tw-text-theme-primary {
    --text-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--text-opacity)) !important;
  }

  .md\:tw-text-theme-info {
    --text-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--text-opacity)) !important;
  }

  .md\:tw-text-slate-50 {
    --text-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--text-opacity)) !important;
  }

  .md\:tw-text-slate-100 {
    --text-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--text-opacity)) !important;
  }

  .md\:tw-text-slate-200 {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .md\:tw-text-slate-300 {
    --text-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--text-opacity)) !important;
  }

  .md\:tw-text-slate-400 {
    --text-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--text-opacity)) !important;
  }

  .md\:tw-text-slate-500 {
    --text-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--text-opacity)) !important;
  }

  .md\:tw-text-slate-600 {
    --text-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--text-opacity)) !important;
  }

  .md\:tw-text-slate-700 {
    --text-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--text-opacity)) !important;
  }

  .md\:tw-text-slate-800 {
    --text-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--text-opacity)) !important;
  }

  .md\:tw-text-slate-900 {
    --text-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--text-opacity)) !important;
  }

  .md\:tw-text-zinc-50 {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .md\:tw-text-zinc-100 {
    --text-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--text-opacity)) !important;
  }

  .md\:tw-text-zinc-200 {
    --text-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--text-opacity)) !important;
  }

  .md\:tw-text-zinc-300 {
    --text-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--text-opacity)) !important;
  }

  .md\:tw-text-zinc-400 {
    --text-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--text-opacity)) !important;
  }

  .md\:tw-text-zinc-500 {
    --text-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--text-opacity)) !important;
  }

  .md\:tw-text-zinc-600 {
    --text-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--text-opacity)) !important;
  }

  .md\:tw-text-zinc-700 {
    --text-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--text-opacity)) !important;
  }

  .md\:tw-text-zinc-800 {
    --text-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--text-opacity)) !important;
  }

  .md\:tw-text-zinc-900 {
    --text-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--text-opacity)) !important;
  }

  .md\:tw-text-neutral-50 {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .md\:tw-text-neutral-100 {
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .md\:tw-text-neutral-200 {
    --text-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--text-opacity)) !important;
  }

  .md\:tw-text-neutral-300 {
    --text-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--text-opacity)) !important;
  }

  .md\:tw-text-neutral-400 {
    --text-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--text-opacity)) !important;
  }

  .md\:tw-text-neutral-500 {
    --text-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--text-opacity)) !important;
  }

  .md\:tw-text-neutral-600 {
    --text-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--text-opacity)) !important;
  }

  .md\:tw-text-neutral-700 {
    --text-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--text-opacity)) !important;
  }

  .md\:tw-text-neutral-800 {
    --text-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--text-opacity)) !important;
  }

  .md\:tw-text-neutral-900 {
    --text-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--text-opacity)) !important;
  }

  .md\:tw-text-stone-50 {
    --text-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--text-opacity)) !important;
  }

  .md\:tw-text-stone-100 {
    --text-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--text-opacity)) !important;
  }

  .md\:tw-text-stone-200 {
    --text-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--text-opacity)) !important;
  }

  .md\:tw-text-stone-300 {
    --text-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--text-opacity)) !important;
  }

  .md\:tw-text-stone-400 {
    --text-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--text-opacity)) !important;
  }

  .md\:tw-text-stone-500 {
    --text-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--text-opacity)) !important;
  }

  .md\:tw-text-stone-600 {
    --text-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--text-opacity)) !important;
  }

  .md\:tw-text-stone-700 {
    --text-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--text-opacity)) !important;
  }

  .md\:tw-text-stone-800 {
    --text-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--text-opacity)) !important;
  }

  .md\:tw-text-stone-900 {
    --text-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--text-opacity)) !important;
  }

  .md\:tw-text-amber-50 {
    --text-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--text-opacity)) !important;
  }

  .md\:tw-text-amber-100 {
    --text-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--text-opacity)) !important;
  }

  .md\:tw-text-amber-200 {
    --text-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--text-opacity)) !important;
  }

  .md\:tw-text-amber-300 {
    --text-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--text-opacity)) !important;
  }

  .md\:tw-text-amber-400 {
    --text-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--text-opacity)) !important;
  }

  .md\:tw-text-amber-500 {
    --text-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--text-opacity)) !important;
  }

  .md\:tw-text-amber-600 {
    --text-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--text-opacity)) !important;
  }

  .md\:tw-text-amber-700 {
    --text-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--text-opacity)) !important;
  }

  .md\:tw-text-amber-800 {
    --text-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--text-opacity)) !important;
  }

  .md\:tw-text-amber-900 {
    --text-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--text-opacity)) !important;
  }

  .md\:tw-text-lime-50 {
    --text-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--text-opacity)) !important;
  }

  .md\:tw-text-lime-100 {
    --text-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--text-opacity)) !important;
  }

  .md\:tw-text-lime-200 {
    --text-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--text-opacity)) !important;
  }

  .md\:tw-text-lime-300 {
    --text-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--text-opacity)) !important;
  }

  .md\:tw-text-lime-400 {
    --text-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--text-opacity)) !important;
  }

  .md\:tw-text-lime-500 {
    --text-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--text-opacity)) !important;
  }

  .md\:tw-text-lime-600 {
    --text-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--text-opacity)) !important;
  }

  .md\:tw-text-lime-700 {
    --text-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--text-opacity)) !important;
  }

  .md\:tw-text-lime-800 {
    --text-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--text-opacity)) !important;
  }

  .md\:tw-text-lime-900 {
    --text-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--text-opacity)) !important;
  }

  .md\:tw-text-emerald-50 {
    --text-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--text-opacity)) !important;
  }

  .md\:tw-text-emerald-100 {
    --text-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--text-opacity)) !important;
  }

  .md\:tw-text-emerald-200 {
    --text-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--text-opacity)) !important;
  }

  .md\:tw-text-emerald-300 {
    --text-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--text-opacity)) !important;
  }

  .md\:tw-text-emerald-400 {
    --text-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--text-opacity)) !important;
  }

  .md\:tw-text-emerald-500 {
    --text-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--text-opacity)) !important;
  }

  .md\:tw-text-emerald-600 {
    --text-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--text-opacity)) !important;
  }

  .md\:tw-text-emerald-700 {
    --text-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--text-opacity)) !important;
  }

  .md\:tw-text-emerald-800 {
    --text-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--text-opacity)) !important;
  }

  .md\:tw-text-emerald-900 {
    --text-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--text-opacity)) !important;
  }

  .md\:tw-text-cyan-50 {
    --text-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--text-opacity)) !important;
  }

  .md\:tw-text-cyan-100 {
    --text-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--text-opacity)) !important;
  }

  .md\:tw-text-cyan-200 {
    --text-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--text-opacity)) !important;
  }

  .md\:tw-text-cyan-300 {
    --text-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--text-opacity)) !important;
  }

  .md\:tw-text-cyan-400 {
    --text-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--text-opacity)) !important;
  }

  .md\:tw-text-cyan-500 {
    --text-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--text-opacity)) !important;
  }

  .md\:tw-text-cyan-600 {
    --text-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--text-opacity)) !important;
  }

  .md\:tw-text-cyan-700 {
    --text-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--text-opacity)) !important;
  }

  .md\:tw-text-cyan-800 {
    --text-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--text-opacity)) !important;
  }

  .md\:tw-text-cyan-900 {
    --text-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--text-opacity)) !important;
  }

  .md\:tw-text-sky-50 {
    --text-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--text-opacity)) !important;
  }

  .md\:tw-text-sky-100 {
    --text-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--text-opacity)) !important;
  }

  .md\:tw-text-sky-200 {
    --text-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--text-opacity)) !important;
  }

  .md\:tw-text-sky-300 {
    --text-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--text-opacity)) !important;
  }

  .md\:tw-text-sky-400 {
    --text-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--text-opacity)) !important;
  }

  .md\:tw-text-sky-500 {
    --text-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--text-opacity)) !important;
  }

  .md\:tw-text-sky-600 {
    --text-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--text-opacity)) !important;
  }

  .md\:tw-text-sky-700 {
    --text-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--text-opacity)) !important;
  }

  .md\:tw-text-sky-800 {
    --text-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--text-opacity)) !important;
  }

  .md\:tw-text-sky-900 {
    --text-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--text-opacity)) !important;
  }

  .md\:tw-text-violet-50 {
    --text-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--text-opacity)) !important;
  }

  .md\:tw-text-violet-100 {
    --text-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--text-opacity)) !important;
  }

  .md\:tw-text-violet-200 {
    --text-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--text-opacity)) !important;
  }

  .md\:tw-text-violet-300 {
    --text-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--text-opacity)) !important;
  }

  .md\:tw-text-violet-400 {
    --text-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--text-opacity)) !important;
  }

  .md\:tw-text-violet-500 {
    --text-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--text-opacity)) !important;
  }

  .md\:tw-text-violet-600 {
    --text-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--text-opacity)) !important;
  }

  .md\:tw-text-violet-700 {
    --text-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--text-opacity)) !important;
  }

  .md\:tw-text-violet-800 {
    --text-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--text-opacity)) !important;
  }

  .md\:tw-text-violet-900 {
    --text-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--text-opacity)) !important;
  }

  .md\:tw-text-fuchsia-50 {
    --text-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--text-opacity)) !important;
  }

  .md\:tw-text-fuchsia-100 {
    --text-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--text-opacity)) !important;
  }

  .md\:tw-text-fuchsia-200 {
    --text-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--text-opacity)) !important;
  }

  .md\:tw-text-fuchsia-300 {
    --text-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--text-opacity)) !important;
  }

  .md\:tw-text-fuchsia-400 {
    --text-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--text-opacity)) !important;
  }

  .md\:tw-text-fuchsia-500 {
    --text-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--text-opacity)) !important;
  }

  .md\:tw-text-fuchsia-600 {
    --text-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--text-opacity)) !important;
  }

  .md\:tw-text-fuchsia-700 {
    --text-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--text-opacity)) !important;
  }

  .md\:tw-text-fuchsia-800 {
    --text-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--text-opacity)) !important;
  }

  .md\:tw-text-fuchsia-900 {
    --text-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--text-opacity)) !important;
  }

  .md\:tw-text-rose-50 {
    --text-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--text-opacity)) !important;
  }

  .md\:tw-text-rose-100 {
    --text-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--text-opacity)) !important;
  }

  .md\:tw-text-rose-200 {
    --text-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--text-opacity)) !important;
  }

  .md\:tw-text-rose-300 {
    --text-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--text-opacity)) !important;
  }

  .md\:tw-text-rose-400 {
    --text-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--text-opacity)) !important;
  }

  .md\:tw-text-rose-500 {
    --text-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--text-opacity)) !important;
  }

  .md\:tw-text-rose-600 {
    --text-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--text-opacity)) !important;
  }

  .md\:tw-text-rose-700 {
    --text-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--text-opacity)) !important;
  }

  .md\:tw-text-rose-800 {
    --text-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--text-opacity)) !important;
  }

  .md\:tw-text-rose-900 {
    --text-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-transparent:hover {
    color: transparent !important;
  }

  .md\:hover\:tw-text-current:hover {
    color: currentColor !important;
  }

  .md\:hover\:tw-text-black:hover {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-white:hover {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-50:hover {
    --text-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-100:hover {
    --text-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-200:hover {
    --text-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-300:hover {
    --text-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-400:hover {
    --text-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-500:hover {
    --text-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-600:hover {
    --text-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-700:hover {
    --text-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-800:hover {
    --text-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-900:hover {
    --text-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-50:hover {
    --text-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-100:hover {
    --text-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-200:hover {
    --text-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-300:hover {
    --text-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-400:hover {
    --text-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-500:hover {
    --text-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-600:hover {
    --text-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-700:hover {
    --text-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-800:hover {
    --text-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-900:hover {
    --text-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-50:hover {
    --text-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-100:hover {
    --text-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-200:hover {
    --text-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-300:hover {
    --text-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-400:hover {
    --text-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-500:hover {
    --text-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-600:hover {
    --text-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-700:hover {
    --text-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-800:hover {
    --text-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-900:hover {
    --text-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-50:hover {
    --text-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-100:hover {
    --text-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-200:hover {
    --text-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-300:hover {
    --text-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-400:hover {
    --text-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-500:hover {
    --text-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-600:hover {
    --text-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-700:hover {
    --text-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-800:hover {
    --text-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-900:hover {
    --text-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-50:hover {
    --text-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-100:hover {
    --text-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-200:hover {
    --text-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-300:hover {
    --text-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-400:hover {
    --text-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-500:hover {
    --text-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-600:hover {
    --text-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-700:hover {
    --text-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-800:hover {
    --text-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-900:hover {
    --text-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-50:hover {
    --text-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-100:hover {
    --text-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-200:hover {
    --text-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-300:hover {
    --text-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-400:hover {
    --text-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-500:hover {
    --text-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-600:hover {
    --text-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-700:hover {
    --text-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-800:hover {
    --text-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-900:hover {
    --text-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-50:hover {
    --text-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-100:hover {
    --text-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-200:hover {
    --text-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-300:hover {
    --text-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-400:hover {
    --text-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-500:hover {
    --text-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-600:hover {
    --text-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-700:hover {
    --text-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-800:hover {
    --text-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-900:hover {
    --text-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-50:hover {
    --text-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-100:hover {
    --text-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-200:hover {
    --text-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-300:hover {
    --text-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-400:hover {
    --text-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-500:hover {
    --text-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-600:hover {
    --text-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-700:hover {
    --text-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-800:hover {
    --text-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-900:hover {
    --text-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-50:hover {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-100:hover {
    --text-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-200:hover {
    --text-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-300:hover {
    --text-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-400:hover {
    --text-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-500:hover {
    --text-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-600:hover {
    --text-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-700:hover {
    --text-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-800:hover {
    --text-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-900:hover {
    --text-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-50:hover {
    --text-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-100:hover {
    --text-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-200:hover {
    --text-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-300:hover {
    --text-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-400:hover {
    --text-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-500:hover {
    --text-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-600:hover {
    --text-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-700:hover {
    --text-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-800:hover {
    --text-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-900:hover {
    --text-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-app-main:hover {
    --text-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-app-sub-blue:hover {
    --text-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-app-yellow:hover {
    --text-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-theme-primary:hover {
    --text-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-theme-info:hover {
    --text-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-slate-50:hover {
    --text-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-slate-100:hover {
    --text-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-slate-200:hover {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-slate-300:hover {
    --text-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-slate-400:hover {
    --text-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-slate-500:hover {
    --text-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-slate-600:hover {
    --text-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-slate-700:hover {
    --text-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-slate-800:hover {
    --text-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-slate-900:hover {
    --text-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-zinc-50:hover {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-zinc-100:hover {
    --text-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-zinc-200:hover {
    --text-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-zinc-300:hover {
    --text-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-zinc-400:hover {
    --text-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-zinc-500:hover {
    --text-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-zinc-600:hover {
    --text-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-zinc-700:hover {
    --text-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-zinc-800:hover {
    --text-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-zinc-900:hover {
    --text-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-neutral-50:hover {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-neutral-100:hover {
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-neutral-200:hover {
    --text-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-neutral-300:hover {
    --text-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-neutral-400:hover {
    --text-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-neutral-500:hover {
    --text-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-neutral-600:hover {
    --text-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-neutral-700:hover {
    --text-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-neutral-800:hover {
    --text-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-neutral-900:hover {
    --text-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-stone-50:hover {
    --text-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-stone-100:hover {
    --text-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-stone-200:hover {
    --text-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-stone-300:hover {
    --text-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-stone-400:hover {
    --text-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-stone-500:hover {
    --text-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-stone-600:hover {
    --text-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-stone-700:hover {
    --text-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-stone-800:hover {
    --text-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-stone-900:hover {
    --text-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-amber-50:hover {
    --text-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-amber-100:hover {
    --text-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-amber-200:hover {
    --text-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-amber-300:hover {
    --text-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-amber-400:hover {
    --text-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-amber-500:hover {
    --text-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-amber-600:hover {
    --text-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-amber-700:hover {
    --text-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-amber-800:hover {
    --text-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-amber-900:hover {
    --text-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-lime-50:hover {
    --text-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-lime-100:hover {
    --text-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-lime-200:hover {
    --text-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-lime-300:hover {
    --text-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-lime-400:hover {
    --text-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-lime-500:hover {
    --text-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-lime-600:hover {
    --text-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-lime-700:hover {
    --text-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-lime-800:hover {
    --text-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-lime-900:hover {
    --text-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-emerald-50:hover {
    --text-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-emerald-100:hover {
    --text-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-emerald-200:hover {
    --text-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-emerald-300:hover {
    --text-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-emerald-400:hover {
    --text-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-emerald-500:hover {
    --text-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-emerald-600:hover {
    --text-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-emerald-700:hover {
    --text-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-emerald-800:hover {
    --text-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-emerald-900:hover {
    --text-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-cyan-50:hover {
    --text-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-cyan-100:hover {
    --text-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-cyan-200:hover {
    --text-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-cyan-300:hover {
    --text-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-cyan-400:hover {
    --text-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-cyan-500:hover {
    --text-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-cyan-600:hover {
    --text-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-cyan-700:hover {
    --text-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-cyan-800:hover {
    --text-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-cyan-900:hover {
    --text-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-sky-50:hover {
    --text-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-sky-100:hover {
    --text-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-sky-200:hover {
    --text-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-sky-300:hover {
    --text-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-sky-400:hover {
    --text-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-sky-500:hover {
    --text-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-sky-600:hover {
    --text-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-sky-700:hover {
    --text-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-sky-800:hover {
    --text-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-sky-900:hover {
    --text-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-violet-50:hover {
    --text-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-violet-100:hover {
    --text-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-violet-200:hover {
    --text-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-violet-300:hover {
    --text-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-violet-400:hover {
    --text-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-violet-500:hover {
    --text-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-violet-600:hover {
    --text-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-violet-700:hover {
    --text-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-violet-800:hover {
    --text-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-violet-900:hover {
    --text-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-fuchsia-50:hover {
    --text-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-fuchsia-100:hover {
    --text-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-fuchsia-200:hover {
    --text-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-fuchsia-300:hover {
    --text-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-fuchsia-400:hover {
    --text-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-fuchsia-500:hover {
    --text-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-fuchsia-600:hover {
    --text-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-fuchsia-700:hover {
    --text-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-fuchsia-800:hover {
    --text-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-fuchsia-900:hover {
    --text-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-rose-50:hover {
    --text-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-rose-100:hover {
    --text-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-rose-200:hover {
    --text-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-rose-300:hover {
    --text-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-rose-400:hover {
    --text-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-rose-500:hover {
    --text-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-rose-600:hover {
    --text-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-rose-700:hover {
    --text-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-rose-800:hover {
    --text-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--text-opacity)) !important;
  }

  .md\:hover\:tw-text-rose-900:hover {
    --text-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-transparent:focus {
    color: transparent !important;
  }

  .md\:focus\:tw-text-current:focus {
    color: currentColor !important;
  }

  .md\:focus\:tw-text-black:focus {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-white:focus {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-50:focus {
    --text-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-100:focus {
    --text-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-200:focus {
    --text-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-300:focus {
    --text-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-400:focus {
    --text-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-500:focus {
    --text-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-600:focus {
    --text-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-700:focus {
    --text-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-800:focus {
    --text-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-900:focus {
    --text-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-50:focus {
    --text-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-100:focus {
    --text-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-200:focus {
    --text-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-300:focus {
    --text-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-400:focus {
    --text-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-500:focus {
    --text-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-600:focus {
    --text-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-700:focus {
    --text-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-800:focus {
    --text-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-900:focus {
    --text-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-50:focus {
    --text-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-100:focus {
    --text-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-200:focus {
    --text-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-300:focus {
    --text-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-400:focus {
    --text-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-500:focus {
    --text-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-600:focus {
    --text-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-700:focus {
    --text-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-800:focus {
    --text-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-900:focus {
    --text-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-50:focus {
    --text-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-100:focus {
    --text-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-200:focus {
    --text-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-300:focus {
    --text-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-400:focus {
    --text-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-500:focus {
    --text-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-600:focus {
    --text-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-700:focus {
    --text-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-800:focus {
    --text-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-900:focus {
    --text-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-50:focus {
    --text-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-100:focus {
    --text-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-200:focus {
    --text-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-300:focus {
    --text-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-400:focus {
    --text-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-500:focus {
    --text-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-600:focus {
    --text-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-700:focus {
    --text-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-800:focus {
    --text-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-900:focus {
    --text-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-50:focus {
    --text-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-100:focus {
    --text-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-200:focus {
    --text-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-300:focus {
    --text-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-400:focus {
    --text-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-500:focus {
    --text-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-600:focus {
    --text-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-700:focus {
    --text-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-800:focus {
    --text-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-900:focus {
    --text-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-50:focus {
    --text-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-100:focus {
    --text-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-200:focus {
    --text-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-300:focus {
    --text-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-400:focus {
    --text-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-500:focus {
    --text-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-600:focus {
    --text-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-700:focus {
    --text-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-800:focus {
    --text-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-900:focus {
    --text-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-50:focus {
    --text-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-100:focus {
    --text-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-200:focus {
    --text-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-300:focus {
    --text-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-400:focus {
    --text-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-500:focus {
    --text-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-600:focus {
    --text-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-700:focus {
    --text-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-800:focus {
    --text-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-900:focus {
    --text-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-50:focus {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-100:focus {
    --text-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-200:focus {
    --text-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-300:focus {
    --text-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-400:focus {
    --text-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-500:focus {
    --text-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-600:focus {
    --text-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-700:focus {
    --text-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-800:focus {
    --text-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-900:focus {
    --text-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-50:focus {
    --text-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-100:focus {
    --text-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-200:focus {
    --text-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-300:focus {
    --text-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-400:focus {
    --text-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-500:focus {
    --text-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-600:focus {
    --text-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-700:focus {
    --text-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-800:focus {
    --text-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-900:focus {
    --text-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-app-main:focus {
    --text-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-app-sub-blue:focus {
    --text-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-app-yellow:focus {
    --text-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-theme-primary:focus {
    --text-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-theme-info:focus {
    --text-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-slate-50:focus {
    --text-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-slate-100:focus {
    --text-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-slate-200:focus {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-slate-300:focus {
    --text-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-slate-400:focus {
    --text-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-slate-500:focus {
    --text-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-slate-600:focus {
    --text-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-slate-700:focus {
    --text-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-slate-800:focus {
    --text-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-slate-900:focus {
    --text-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-zinc-50:focus {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-zinc-100:focus {
    --text-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-zinc-200:focus {
    --text-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-zinc-300:focus {
    --text-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-zinc-400:focus {
    --text-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-zinc-500:focus {
    --text-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-zinc-600:focus {
    --text-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-zinc-700:focus {
    --text-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-zinc-800:focus {
    --text-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-zinc-900:focus {
    --text-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-neutral-50:focus {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-neutral-100:focus {
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-neutral-200:focus {
    --text-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-neutral-300:focus {
    --text-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-neutral-400:focus {
    --text-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-neutral-500:focus {
    --text-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-neutral-600:focus {
    --text-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-neutral-700:focus {
    --text-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-neutral-800:focus {
    --text-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-neutral-900:focus {
    --text-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-stone-50:focus {
    --text-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-stone-100:focus {
    --text-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-stone-200:focus {
    --text-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-stone-300:focus {
    --text-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-stone-400:focus {
    --text-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-stone-500:focus {
    --text-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-stone-600:focus {
    --text-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-stone-700:focus {
    --text-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-stone-800:focus {
    --text-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-stone-900:focus {
    --text-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-amber-50:focus {
    --text-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-amber-100:focus {
    --text-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-amber-200:focus {
    --text-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-amber-300:focus {
    --text-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-amber-400:focus {
    --text-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-amber-500:focus {
    --text-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-amber-600:focus {
    --text-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-amber-700:focus {
    --text-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-amber-800:focus {
    --text-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-amber-900:focus {
    --text-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-lime-50:focus {
    --text-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-lime-100:focus {
    --text-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-lime-200:focus {
    --text-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-lime-300:focus {
    --text-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-lime-400:focus {
    --text-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-lime-500:focus {
    --text-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-lime-600:focus {
    --text-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-lime-700:focus {
    --text-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-lime-800:focus {
    --text-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-lime-900:focus {
    --text-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-emerald-50:focus {
    --text-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-emerald-100:focus {
    --text-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-emerald-200:focus {
    --text-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-emerald-300:focus {
    --text-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-emerald-400:focus {
    --text-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-emerald-500:focus {
    --text-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-emerald-600:focus {
    --text-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-emerald-700:focus {
    --text-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-emerald-800:focus {
    --text-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-emerald-900:focus {
    --text-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-cyan-50:focus {
    --text-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-cyan-100:focus {
    --text-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-cyan-200:focus {
    --text-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-cyan-300:focus {
    --text-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-cyan-400:focus {
    --text-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-cyan-500:focus {
    --text-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-cyan-600:focus {
    --text-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-cyan-700:focus {
    --text-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-cyan-800:focus {
    --text-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-cyan-900:focus {
    --text-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-sky-50:focus {
    --text-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-sky-100:focus {
    --text-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-sky-200:focus {
    --text-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-sky-300:focus {
    --text-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-sky-400:focus {
    --text-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-sky-500:focus {
    --text-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-sky-600:focus {
    --text-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-sky-700:focus {
    --text-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-sky-800:focus {
    --text-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-sky-900:focus {
    --text-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-violet-50:focus {
    --text-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-violet-100:focus {
    --text-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-violet-200:focus {
    --text-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-violet-300:focus {
    --text-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-violet-400:focus {
    --text-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-violet-500:focus {
    --text-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-violet-600:focus {
    --text-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-violet-700:focus {
    --text-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-violet-800:focus {
    --text-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-violet-900:focus {
    --text-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-fuchsia-50:focus {
    --text-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-fuchsia-100:focus {
    --text-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-fuchsia-200:focus {
    --text-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-fuchsia-300:focus {
    --text-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-fuchsia-400:focus {
    --text-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-fuchsia-500:focus {
    --text-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-fuchsia-600:focus {
    --text-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-fuchsia-700:focus {
    --text-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-fuchsia-800:focus {
    --text-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-fuchsia-900:focus {
    --text-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-rose-50:focus {
    --text-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-rose-100:focus {
    --text-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-rose-200:focus {
    --text-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-rose-300:focus {
    --text-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-rose-400:focus {
    --text-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-rose-500:focus {
    --text-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-rose-600:focus {
    --text-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-rose-700:focus {
    --text-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-rose-800:focus {
    --text-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--text-opacity)) !important;
  }

  .md\:focus\:tw-text-rose-900:focus {
    --text-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-transparent:disabled {
    color: transparent !important;
  }

  .md\:disabled\:tw-text-current:disabled {
    color: currentColor !important;
  }

  .md\:disabled\:tw-text-black:disabled {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-white:disabled {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-gray-50:disabled {
    --text-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-gray-100:disabled {
    --text-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-gray-200:disabled {
    --text-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-gray-300:disabled {
    --text-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-gray-400:disabled {
    --text-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-gray-500:disabled {
    --text-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-gray-600:disabled {
    --text-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-gray-700:disabled {
    --text-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-gray-800:disabled {
    --text-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-gray-900:disabled {
    --text-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-red-50:disabled {
    --text-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-red-100:disabled {
    --text-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-red-200:disabled {
    --text-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-red-300:disabled {
    --text-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-red-400:disabled {
    --text-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-red-500:disabled {
    --text-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-red-600:disabled {
    --text-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-red-700:disabled {
    --text-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-red-800:disabled {
    --text-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-red-900:disabled {
    --text-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-orange-50:disabled {
    --text-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-orange-100:disabled {
    --text-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-orange-200:disabled {
    --text-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-orange-300:disabled {
    --text-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-orange-400:disabled {
    --text-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-orange-500:disabled {
    --text-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-orange-600:disabled {
    --text-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-orange-700:disabled {
    --text-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-orange-800:disabled {
    --text-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-orange-900:disabled {
    --text-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-yellow-50:disabled {
    --text-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-yellow-100:disabled {
    --text-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-yellow-200:disabled {
    --text-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-yellow-300:disabled {
    --text-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-yellow-400:disabled {
    --text-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-yellow-500:disabled {
    --text-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-yellow-600:disabled {
    --text-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-yellow-700:disabled {
    --text-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-yellow-800:disabled {
    --text-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-yellow-900:disabled {
    --text-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-green-50:disabled {
    --text-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-green-100:disabled {
    --text-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-green-200:disabled {
    --text-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-green-300:disabled {
    --text-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-green-400:disabled {
    --text-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-green-500:disabled {
    --text-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-green-600:disabled {
    --text-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-green-700:disabled {
    --text-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-green-800:disabled {
    --text-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-green-900:disabled {
    --text-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-teal-50:disabled {
    --text-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-teal-100:disabled {
    --text-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-teal-200:disabled {
    --text-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-teal-300:disabled {
    --text-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-teal-400:disabled {
    --text-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-teal-500:disabled {
    --text-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-teal-600:disabled {
    --text-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-teal-700:disabled {
    --text-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-teal-800:disabled {
    --text-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-teal-900:disabled {
    --text-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-blue-50:disabled {
    --text-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-blue-100:disabled {
    --text-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-blue-200:disabled {
    --text-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-blue-300:disabled {
    --text-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-blue-400:disabled {
    --text-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-blue-500:disabled {
    --text-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-blue-600:disabled {
    --text-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-blue-700:disabled {
    --text-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-blue-800:disabled {
    --text-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-blue-900:disabled {
    --text-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-indigo-50:disabled {
    --text-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-indigo-100:disabled {
    --text-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-indigo-200:disabled {
    --text-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-indigo-300:disabled {
    --text-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-indigo-400:disabled {
    --text-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-indigo-500:disabled {
    --text-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-indigo-600:disabled {
    --text-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-indigo-700:disabled {
    --text-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-indigo-800:disabled {
    --text-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-indigo-900:disabled {
    --text-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-purple-50:disabled {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-purple-100:disabled {
    --text-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-purple-200:disabled {
    --text-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-purple-300:disabled {
    --text-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-purple-400:disabled {
    --text-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-purple-500:disabled {
    --text-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-purple-600:disabled {
    --text-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-purple-700:disabled {
    --text-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-purple-800:disabled {
    --text-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-purple-900:disabled {
    --text-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-pink-50:disabled {
    --text-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-pink-100:disabled {
    --text-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-pink-200:disabled {
    --text-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-pink-300:disabled {
    --text-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-pink-400:disabled {
    --text-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-pink-500:disabled {
    --text-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-pink-600:disabled {
    --text-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-pink-700:disabled {
    --text-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-pink-800:disabled {
    --text-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-pink-900:disabled {
    --text-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-app-main:disabled {
    --text-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-app-sub-blue:disabled {
    --text-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-app-yellow:disabled {
    --text-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-theme-primary:disabled {
    --text-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-theme-info:disabled {
    --text-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-slate-50:disabled {
    --text-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-slate-100:disabled {
    --text-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-slate-200:disabled {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-slate-300:disabled {
    --text-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-slate-400:disabled {
    --text-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-slate-500:disabled {
    --text-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-slate-600:disabled {
    --text-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-slate-700:disabled {
    --text-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-slate-800:disabled {
    --text-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-slate-900:disabled {
    --text-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-zinc-50:disabled {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-zinc-100:disabled {
    --text-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-zinc-200:disabled {
    --text-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-zinc-300:disabled {
    --text-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-zinc-400:disabled {
    --text-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-zinc-500:disabled {
    --text-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-zinc-600:disabled {
    --text-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-zinc-700:disabled {
    --text-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-zinc-800:disabled {
    --text-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-zinc-900:disabled {
    --text-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-neutral-50:disabled {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-neutral-100:disabled {
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-neutral-200:disabled {
    --text-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-neutral-300:disabled {
    --text-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-neutral-400:disabled {
    --text-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-neutral-500:disabled {
    --text-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-neutral-600:disabled {
    --text-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-neutral-700:disabled {
    --text-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-neutral-800:disabled {
    --text-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-neutral-900:disabled {
    --text-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-stone-50:disabled {
    --text-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-stone-100:disabled {
    --text-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-stone-200:disabled {
    --text-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-stone-300:disabled {
    --text-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-stone-400:disabled {
    --text-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-stone-500:disabled {
    --text-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-stone-600:disabled {
    --text-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-stone-700:disabled {
    --text-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-stone-800:disabled {
    --text-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-stone-900:disabled {
    --text-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-amber-50:disabled {
    --text-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-amber-100:disabled {
    --text-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-amber-200:disabled {
    --text-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-amber-300:disabled {
    --text-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-amber-400:disabled {
    --text-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-amber-500:disabled {
    --text-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-amber-600:disabled {
    --text-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-amber-700:disabled {
    --text-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-amber-800:disabled {
    --text-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-amber-900:disabled {
    --text-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-lime-50:disabled {
    --text-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-lime-100:disabled {
    --text-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-lime-200:disabled {
    --text-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-lime-300:disabled {
    --text-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-lime-400:disabled {
    --text-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-lime-500:disabled {
    --text-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-lime-600:disabled {
    --text-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-lime-700:disabled {
    --text-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-lime-800:disabled {
    --text-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-lime-900:disabled {
    --text-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-emerald-50:disabled {
    --text-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-emerald-100:disabled {
    --text-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-emerald-200:disabled {
    --text-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-emerald-300:disabled {
    --text-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-emerald-400:disabled {
    --text-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-emerald-500:disabled {
    --text-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-emerald-600:disabled {
    --text-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-emerald-700:disabled {
    --text-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-emerald-800:disabled {
    --text-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-emerald-900:disabled {
    --text-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-cyan-50:disabled {
    --text-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-cyan-100:disabled {
    --text-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-cyan-200:disabled {
    --text-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-cyan-300:disabled {
    --text-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-cyan-400:disabled {
    --text-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-cyan-500:disabled {
    --text-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-cyan-600:disabled {
    --text-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-cyan-700:disabled {
    --text-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-cyan-800:disabled {
    --text-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-cyan-900:disabled {
    --text-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-sky-50:disabled {
    --text-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-sky-100:disabled {
    --text-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-sky-200:disabled {
    --text-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-sky-300:disabled {
    --text-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-sky-400:disabled {
    --text-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-sky-500:disabled {
    --text-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-sky-600:disabled {
    --text-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-sky-700:disabled {
    --text-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-sky-800:disabled {
    --text-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-sky-900:disabled {
    --text-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-violet-50:disabled {
    --text-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-violet-100:disabled {
    --text-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-violet-200:disabled {
    --text-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-violet-300:disabled {
    --text-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-violet-400:disabled {
    --text-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-violet-500:disabled {
    --text-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-violet-600:disabled {
    --text-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-violet-700:disabled {
    --text-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-violet-800:disabled {
    --text-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-violet-900:disabled {
    --text-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-fuchsia-50:disabled {
    --text-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-fuchsia-100:disabled {
    --text-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-fuchsia-200:disabled {
    --text-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-fuchsia-300:disabled {
    --text-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-fuchsia-400:disabled {
    --text-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-fuchsia-500:disabled {
    --text-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-fuchsia-600:disabled {
    --text-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-fuchsia-700:disabled {
    --text-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-fuchsia-800:disabled {
    --text-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-fuchsia-900:disabled {
    --text-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-rose-50:disabled {
    --text-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-rose-100:disabled {
    --text-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-rose-200:disabled {
    --text-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-rose-300:disabled {
    --text-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-rose-400:disabled {
    --text-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-rose-500:disabled {
    --text-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-rose-600:disabled {
    --text-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-rose-700:disabled {
    --text-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-rose-800:disabled {
    --text-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--text-opacity)) !important;
  }

  .md\:disabled\:tw-text-rose-900:disabled {
    --text-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--text-opacity)) !important;
  }

  .md\:tw-text-opacity-0 {
    --text-opacity: 0 !important;
  }

  .md\:tw-text-opacity-25 {
    --text-opacity: 0.25 !important;
  }

  .md\:tw-text-opacity-50 {
    --text-opacity: 0.5 !important;
  }

  .md\:tw-text-opacity-75 {
    --text-opacity: 0.75 !important;
  }

  .md\:tw-text-opacity-100 {
    --text-opacity: 1 !important;
  }

  .md\:hover\:tw-text-opacity-0:hover {
    --text-opacity: 0 !important;
  }

  .md\:hover\:tw-text-opacity-25:hover {
    --text-opacity: 0.25 !important;
  }

  .md\:hover\:tw-text-opacity-50:hover {
    --text-opacity: 0.5 !important;
  }

  .md\:hover\:tw-text-opacity-75:hover {
    --text-opacity: 0.75 !important;
  }

  .md\:hover\:tw-text-opacity-100:hover {
    --text-opacity: 1 !important;
  }

  .md\:focus\:tw-text-opacity-0:focus {
    --text-opacity: 0 !important;
  }

  .md\:focus\:tw-text-opacity-25:focus {
    --text-opacity: 0.25 !important;
  }

  .md\:focus\:tw-text-opacity-50:focus {
    --text-opacity: 0.5 !important;
  }

  .md\:focus\:tw-text-opacity-75:focus {
    --text-opacity: 0.75 !important;
  }

  .md\:focus\:tw-text-opacity-100:focus {
    --text-opacity: 1 !important;
  }

  .md\:tw-italic {
    font-style: italic !important;
  }

  .md\:tw-not-italic {
    font-style: normal !important;
  }

  .md\:tw-uppercase {
    text-transform: uppercase !important;
  }

  .md\:tw-lowercase {
    text-transform: lowercase !important;
  }

  .md\:tw-capitalize {
    text-transform: capitalize !important;
  }

  .md\:tw-normal-case {
    text-transform: none !important;
  }

  .md\:tw-underline {
    text-decoration: underline !important;
  }

  .md\:tw-line-through {
    text-decoration: line-through !important;
  }

  .md\:tw-no-underline {
    text-decoration: none !important;
  }

  .md\:hover\:tw-underline:hover {
    text-decoration: underline !important;
  }

  .md\:hover\:tw-line-through:hover {
    text-decoration: line-through !important;
  }

  .md\:hover\:tw-no-underline:hover {
    text-decoration: none !important;
  }

  .md\:focus\:tw-underline:focus {
    text-decoration: underline !important;
  }

  .md\:focus\:tw-line-through:focus {
    text-decoration: line-through !important;
  }

  .md\:focus\:tw-no-underline:focus {
    text-decoration: none !important;
  }

  .md\:tw-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:tw-ordinal, .md\:tw-slashed-zero, .md\:tw-lining-nums, .md\:tw-oldstyle-nums, .md\:tw-proportional-nums, .md\:tw-tabular-nums, .md\:tw-diagonal-fractions, .md\:tw-stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .md\:tw-normal-nums {
    font-variant-numeric: normal !important;
  }

  .md\:tw-ordinal {
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .md\:tw-slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .md\:tw-lining-nums {
    --font-variant-numeric-figure: lining-nums !important;
  }

  .md\:tw-oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .md\:tw-proportional-nums {
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .md\:tw-tabular-nums {
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .md\:tw-diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .md\:tw-stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .md\:tw-tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .md\:tw-tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .md\:tw-tracking-normal {
    letter-spacing: 0 !important;
  }

  .md\:tw-tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .md\:tw-tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .md\:tw-tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .md\:tw-select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .md\:tw-select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .md\:tw-select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .md\:tw-select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .md\:tw-align-baseline {
    vertical-align: baseline !important;
  }

  .md\:tw-align-top {
    vertical-align: top !important;
  }

  .md\:tw-align-middle {
    vertical-align: middle !important;
  }

  .md\:tw-align-bottom {
    vertical-align: bottom !important;
  }

  .md\:tw-align-text-top {
    vertical-align: text-top !important;
  }

  .md\:tw-align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .md\:tw-visible {
    visibility: visible !important;
  }

  .md\:tw-invisible {
    visibility: hidden !important;
  }

  .md\:tw-whitespace-normal {
    white-space: normal !important;
  }

  .md\:tw-whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .md\:tw-whitespace-pre {
    white-space: pre !important;
  }

  .md\:tw-whitespace-pre-line {
    white-space: pre-line !important;
  }

  .md\:tw-whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .md\:tw-break-normal {
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .md\:tw-break-words {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .md\:tw-break-all {
    word-break: break-all !important;
  }

  .md\:tw-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\:tw-w-0 {
    width: 0 !important;
  }

  .md\:tw-w-1 {
    width: 0.25rem !important;
  }

  .md\:tw-w-2 {
    width: 0.5rem !important;
  }

  .md\:tw-w-3 {
    width: 0.75rem !important;
  }

  .md\:tw-w-4 {
    width: 1rem !important;
  }

  .md\:tw-w-5 {
    width: 1.25rem !important;
  }

  .md\:tw-w-6 {
    width: 1.5rem !important;
  }

  .md\:tw-w-8 {
    width: 2rem !important;
  }

  .md\:tw-w-10 {
    width: 2.5rem !important;
  }

  .md\:tw-w-12 {
    width: 3rem !important;
  }

  .md\:tw-w-16 {
    width: 4rem !important;
  }

  .md\:tw-w-20 {
    width: 5rem !important;
  }

  .md\:tw-w-24 {
    width: 6rem !important;
  }

  .md\:tw-w-30 {
    width: 7.5rem !important;
  }

  .md\:tw-w-32 {
    width: 8rem !important;
  }

  .md\:tw-w-36 {
    width: 9rem !important;
  }

  .md\:tw-w-40 {
    width: 10rem !important;
  }

  .md\:tw-w-48 {
    width: 12rem !important;
  }

  .md\:tw-w-56 {
    width: 14rem !important;
  }

  .md\:tw-w-64 {
    width: 16rem !important;
  }

  .md\:tw-w-auto {
    width: auto !important;
  }

  .md\:tw-w-px {
    width: 1px !important;
  }

  .md\:tw-w-0\.5 {
    width: .125rem !important;
  }

  .md\:tw-w-1\.5 {
    width: .375rem !important;
  }

  .md\:tw-w-2\.5 {
    width: .625rem !important;
  }

  .md\:tw-w-3\.5 {
    width: .875rem !important;
  }

  .md\:tw-w-1\.25em {
    width: 1.25em !important;
  }

  .md\:tw-w-1\.5em {
    width: 1.5em !important;
  }

  .md\:tw-w-4em {
    width: 4em !important;
  }

  .md\:tw-w-1\/2 {
    width: 50% !important;
  }

  .md\:tw-w-1\/3 {
    width: 33.333333% !important;
  }

  .md\:tw-w-2\/3 {
    width: 66.666667% !important;
  }

  .md\:tw-w-1\/4 {
    width: 25% !important;
  }

  .md\:tw-w-2\/4 {
    width: 50% !important;
  }

  .md\:tw-w-3\/4 {
    width: 75% !important;
  }

  .md\:tw-w-1\/5 {
    width: 20% !important;
  }

  .md\:tw-w-2\/5 {
    width: 40% !important;
  }

  .md\:tw-w-3\/5 {
    width: 60% !important;
  }

  .md\:tw-w-4\/5 {
    width: 80% !important;
  }

  .md\:tw-w-1\/6 {
    width: 16.666667% !important;
  }

  .md\:tw-w-2\/6 {
    width: 33.333333% !important;
  }

  .md\:tw-w-3\/6 {
    width: 50% !important;
  }

  .md\:tw-w-4\/6 {
    width: 66.666667% !important;
  }

  .md\:tw-w-5\/6 {
    width: 83.333333% !important;
  }

  .md\:tw-w-1\/12 {
    width: 8.333333% !important;
  }

  .md\:tw-w-2\/12 {
    width: 16.666667% !important;
  }

  .md\:tw-w-3\/12 {
    width: 25% !important;
  }

  .md\:tw-w-4\/12 {
    width: 33.333333% !important;
  }

  .md\:tw-w-5\/12 {
    width: 41.666667% !important;
  }

  .md\:tw-w-6\/12 {
    width: 50% !important;
  }

  .md\:tw-w-7\/12 {
    width: 58.333333% !important;
  }

  .md\:tw-w-8\/12 {
    width: 66.666667% !important;
  }

  .md\:tw-w-9\/12 {
    width: 75% !important;
  }

  .md\:tw-w-10\/12 {
    width: 83.333333% !important;
  }

  .md\:tw-w-11\/12 {
    width: 91.666667% !important;
  }

  .md\:tw-w-full {
    width: 100% !important;
  }

  .md\:tw-w-screen {
    width: 100vw !important;
  }

  .md\:tw-w-el-input-10em {
    width: calc(10em + 32px) !important;
  }

  .md\:tw-z-0 {
    z-index: 0 !important;
  }

  .md\:tw-z-10 {
    z-index: 10 !important;
  }

  .md\:tw-z-20 {
    z-index: 20 !important;
  }

  .md\:tw-z-30 {
    z-index: 30 !important;
  }

  .md\:tw-z-40 {
    z-index: 40 !important;
  }

  .md\:tw-z-50 {
    z-index: 50 !important;
  }

  .md\:tw-z-500 {
    z-index: 500 !important;
  }

  .md\:tw-z-auto {
    z-index: auto !important;
  }

  .md\:tw-gap-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .md\:tw-gap-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .md\:tw-gap-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .md\:tw-gap-3 {
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .md\:tw-gap-4 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .md\:tw-gap-5 {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .md\:tw-gap-6 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .md\:tw-gap-8 {
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .md\:tw-gap-10 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .md\:tw-gap-12 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .md\:tw-gap-16 {
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .md\:tw-gap-20 {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .md\:tw-gap-24 {
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .md\:tw-gap-30 {
    grid-gap: 7.5rem !important;
    gap: 7.5rem !important;
  }

  .md\:tw-gap-32 {
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .md\:tw-gap-36 {
    grid-gap: 9rem !important;
    gap: 9rem !important;
  }

  .md\:tw-gap-40 {
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .md\:tw-gap-48 {
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .md\:tw-gap-56 {
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .md\:tw-gap-64 {
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .md\:tw-gap-px {
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .md\:tw-gap-0\.5 {
    grid-gap: .125rem !important;
    gap: .125rem !important;
  }

  .md\:tw-gap-1\.5 {
    grid-gap: .375rem !important;
    gap: .375rem !important;
  }

  .md\:tw-gap-2\.5 {
    grid-gap: .625rem !important;
    gap: .625rem !important;
  }

  .md\:tw-gap-3\.5 {
    grid-gap: .875rem !important;
    gap: .875rem !important;
  }

  .md\:tw-gap-1\.25em {
    grid-gap: 1.25em !important;
    gap: 1.25em !important;
  }

  .md\:tw-gap-1\.5em {
    grid-gap: 1.5em !important;
    gap: 1.5em !important;
  }

  .md\:tw-gap-4em {
    grid-gap: 4em !important;
    gap: 4em !important;
  }

  .md\:tw-gap-x-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .md\:tw-gap-x-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .md\:tw-gap-x-2 {
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .md\:tw-gap-x-3 {
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .md\:tw-gap-x-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .md\:tw-gap-x-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .md\:tw-gap-x-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .md\:tw-gap-x-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .md\:tw-gap-x-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .md\:tw-gap-x-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .md\:tw-gap-x-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .md\:tw-gap-x-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .md\:tw-gap-x-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .md\:tw-gap-x-30 {
    grid-column-gap: 7.5rem !important;
    -moz-column-gap: 7.5rem !important;
         column-gap: 7.5rem !important;
  }

  .md\:tw-gap-x-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .md\:tw-gap-x-36 {
    grid-column-gap: 9rem !important;
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .md\:tw-gap-x-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .md\:tw-gap-x-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .md\:tw-gap-x-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .md\:tw-gap-x-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .md\:tw-gap-x-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .md\:tw-gap-x-0\.5 {
    grid-column-gap: .125rem !important;
    -moz-column-gap: .125rem !important;
         column-gap: .125rem !important;
  }

  .md\:tw-gap-x-1\.5 {
    grid-column-gap: .375rem !important;
    -moz-column-gap: .375rem !important;
         column-gap: .375rem !important;
  }

  .md\:tw-gap-x-2\.5 {
    grid-column-gap: .625rem !important;
    -moz-column-gap: .625rem !important;
         column-gap: .625rem !important;
  }

  .md\:tw-gap-x-3\.5 {
    grid-column-gap: .875rem !important;
    -moz-column-gap: .875rem !important;
         column-gap: .875rem !important;
  }

  .md\:tw-gap-x-1\.25em {
    grid-column-gap: 1.25em !important;
    -moz-column-gap: 1.25em !important;
         column-gap: 1.25em !important;
  }

  .md\:tw-gap-x-1\.5em {
    grid-column-gap: 1.5em !important;
    -moz-column-gap: 1.5em !important;
         column-gap: 1.5em !important;
  }

  .md\:tw-gap-x-4em {
    grid-column-gap: 4em !important;
    -moz-column-gap: 4em !important;
         column-gap: 4em !important;
  }

  .md\:tw-gap-y-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .md\:tw-gap-y-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .md\:tw-gap-y-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .md\:tw-gap-y-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .md\:tw-gap-y-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .md\:tw-gap-y-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .md\:tw-gap-y-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .md\:tw-gap-y-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .md\:tw-gap-y-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .md\:tw-gap-y-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .md\:tw-gap-y-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .md\:tw-gap-y-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .md\:tw-gap-y-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .md\:tw-gap-y-30 {
    grid-row-gap: 7.5rem !important;
    row-gap: 7.5rem !important;
  }

  .md\:tw-gap-y-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .md\:tw-gap-y-36 {
    grid-row-gap: 9rem !important;
    row-gap: 9rem !important;
  }

  .md\:tw-gap-y-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .md\:tw-gap-y-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .md\:tw-gap-y-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .md\:tw-gap-y-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .md\:tw-gap-y-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .md\:tw-gap-y-0\.5 {
    grid-row-gap: .125rem !important;
    row-gap: .125rem !important;
  }

  .md\:tw-gap-y-1\.5 {
    grid-row-gap: .375rem !important;
    row-gap: .375rem !important;
  }

  .md\:tw-gap-y-2\.5 {
    grid-row-gap: .625rem !important;
    row-gap: .625rem !important;
  }

  .md\:tw-gap-y-3\.5 {
    grid-row-gap: .875rem !important;
    row-gap: .875rem !important;
  }

  .md\:tw-gap-y-1\.25em {
    grid-row-gap: 1.25em !important;
    row-gap: 1.25em !important;
  }

  .md\:tw-gap-y-1\.5em {
    grid-row-gap: 1.5em !important;
    row-gap: 1.5em !important;
  }

  .md\:tw-gap-y-4em {
    grid-row-gap: 4em !important;
    row-gap: 4em !important;
  }

  .md\:tw-grid-flow-row {
    grid-auto-flow: row !important;
  }

  .md\:tw-grid-flow-col {
    grid-auto-flow: column !important;
  }

  .md\:tw-grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .md\:tw-grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .md\:tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-none {
    grid-template-columns: none !important;
  }

  .md\:tw-grid-cols-1fr-auto-1fr {
    grid-template-columns: 1fr auto 1fr !important;
  }

  .md\:tw-auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .md\:tw-auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .md\:tw-auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .md\:tw-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .md\:tw-col-auto {
    grid-column: auto !important;
  }

  .md\:tw-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .md\:tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .md\:tw-col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .md\:tw-col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .md\:tw-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .md\:tw-col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .md\:tw-col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .md\:tw-col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .md\:tw-col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .md\:tw-col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .md\:tw-col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .md\:tw-col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .md\:tw-col-span-full {
    grid-column: 1 / -1 !important;
  }

  .md\:tw-col-start-1 {
    grid-column-start: 1 !important;
  }

  .md\:tw-col-start-2 {
    grid-column-start: 2 !important;
  }

  .md\:tw-col-start-3 {
    grid-column-start: 3 !important;
  }

  .md\:tw-col-start-4 {
    grid-column-start: 4 !important;
  }

  .md\:tw-col-start-5 {
    grid-column-start: 5 !important;
  }

  .md\:tw-col-start-6 {
    grid-column-start: 6 !important;
  }

  .md\:tw-col-start-7 {
    grid-column-start: 7 !important;
  }

  .md\:tw-col-start-8 {
    grid-column-start: 8 !important;
  }

  .md\:tw-col-start-9 {
    grid-column-start: 9 !important;
  }

  .md\:tw-col-start-10 {
    grid-column-start: 10 !important;
  }

  .md\:tw-col-start-11 {
    grid-column-start: 11 !important;
  }

  .md\:tw-col-start-12 {
    grid-column-start: 12 !important;
  }

  .md\:tw-col-start-13 {
    grid-column-start: 13 !important;
  }

  .md\:tw-col-start-auto {
    grid-column-start: auto !important;
  }

  .md\:tw-col-end-1 {
    grid-column-end: 1 !important;
  }

  .md\:tw-col-end-2 {
    grid-column-end: 2 !important;
  }

  .md\:tw-col-end-3 {
    grid-column-end: 3 !important;
  }

  .md\:tw-col-end-4 {
    grid-column-end: 4 !important;
  }

  .md\:tw-col-end-5 {
    grid-column-end: 5 !important;
  }

  .md\:tw-col-end-6 {
    grid-column-end: 6 !important;
  }

  .md\:tw-col-end-7 {
    grid-column-end: 7 !important;
  }

  .md\:tw-col-end-8 {
    grid-column-end: 8 !important;
  }

  .md\:tw-col-end-9 {
    grid-column-end: 9 !important;
  }

  .md\:tw-col-end-10 {
    grid-column-end: 10 !important;
  }

  .md\:tw-col-end-11 {
    grid-column-end: 11 !important;
  }

  .md\:tw-col-end-12 {
    grid-column-end: 12 !important;
  }

  .md\:tw-col-end-13 {
    grid-column-end: 13 !important;
  }

  .md\:tw-col-end-auto {
    grid-column-end: auto !important;
  }

  .md\:tw-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-rows-none {
    grid-template-rows: none !important;
  }

  .md\:tw-auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .md\:tw-auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .md\:tw-auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .md\:tw-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .md\:tw-row-auto {
    grid-row: auto !important;
  }

  .md\:tw-row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .md\:tw-row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .md\:tw-row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .md\:tw-row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .md\:tw-row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .md\:tw-row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .md\:tw-row-span-full {
    grid-row: 1 / -1 !important;
  }

  .md\:tw-row-start-1 {
    grid-row-start: 1 !important;
  }

  .md\:tw-row-start-2 {
    grid-row-start: 2 !important;
  }

  .md\:tw-row-start-3 {
    grid-row-start: 3 !important;
  }

  .md\:tw-row-start-4 {
    grid-row-start: 4 !important;
  }

  .md\:tw-row-start-5 {
    grid-row-start: 5 !important;
  }

  .md\:tw-row-start-6 {
    grid-row-start: 6 !important;
  }

  .md\:tw-row-start-7 {
    grid-row-start: 7 !important;
  }

  .md\:tw-row-start-auto {
    grid-row-start: auto !important;
  }

  .md\:tw-row-end-1 {
    grid-row-end: 1 !important;
  }

  .md\:tw-row-end-2 {
    grid-row-end: 2 !important;
  }

  .md\:tw-row-end-3 {
    grid-row-end: 3 !important;
  }

  .md\:tw-row-end-4 {
    grid-row-end: 4 !important;
  }

  .md\:tw-row-end-5 {
    grid-row-end: 5 !important;
  }

  .md\:tw-row-end-6 {
    grid-row-end: 6 !important;
  }

  .md\:tw-row-end-7 {
    grid-row-end: 7 !important;
  }

  .md\:tw-row-end-auto {
    grid-row-end: auto !important;
  }

  .md\:tw-transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .md\:tw-transform-none {
    transform: none !important;
  }

  .md\:tw-origin-center {
    transform-origin: center !important;
  }

  .md\:tw-origin-top {
    transform-origin: top !important;
  }

  .md\:tw-origin-top-right {
    transform-origin: top right !important;
  }

  .md\:tw-origin-right {
    transform-origin: right !important;
  }

  .md\:tw-origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .md\:tw-origin-bottom {
    transform-origin: bottom !important;
  }

  .md\:tw-origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .md\:tw-origin-left {
    transform-origin: left !important;
  }

  .md\:tw-origin-top-left {
    transform-origin: top left !important;
  }

  .md\:tw-scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .md\:tw-scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .md\:tw-scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .md\:tw-scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .md\:tw-scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .md\:tw-scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .md\:tw-scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .md\:tw-scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .md\:tw-scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .md\:tw-scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .md\:tw-scale-x-0 {
    --transform-scale-x: 0 !important;
  }

  .md\:tw-scale-x-50 {
    --transform-scale-x: .5 !important;
  }

  .md\:tw-scale-x-75 {
    --transform-scale-x: .75 !important;
  }

  .md\:tw-scale-x-90 {
    --transform-scale-x: .9 !important;
  }

  .md\:tw-scale-x-95 {
    --transform-scale-x: .95 !important;
  }

  .md\:tw-scale-x-100 {
    --transform-scale-x: 1 !important;
  }

  .md\:tw-scale-x-105 {
    --transform-scale-x: 1.05 !important;
  }

  .md\:tw-scale-x-110 {
    --transform-scale-x: 1.1 !important;
  }

  .md\:tw-scale-x-125 {
    --transform-scale-x: 1.25 !important;
  }

  .md\:tw-scale-x-150 {
    --transform-scale-x: 1.5 !important;
  }

  .md\:tw-scale-y-0 {
    --transform-scale-y: 0 !important;
  }

  .md\:tw-scale-y-50 {
    --transform-scale-y: .5 !important;
  }

  .md\:tw-scale-y-75 {
    --transform-scale-y: .75 !important;
  }

  .md\:tw-scale-y-90 {
    --transform-scale-y: .9 !important;
  }

  .md\:tw-scale-y-95 {
    --transform-scale-y: .95 !important;
  }

  .md\:tw-scale-y-100 {
    --transform-scale-y: 1 !important;
  }

  .md\:tw-scale-y-105 {
    --transform-scale-y: 1.05 !important;
  }

  .md\:tw-scale-y-110 {
    --transform-scale-y: 1.1 !important;
  }

  .md\:tw-scale-y-125 {
    --transform-scale-y: 1.25 !important;
  }

  .md\:tw-scale-y-150 {
    --transform-scale-y: 1.5 !important;
  }

  .md\:hover\:tw-scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .md\:hover\:tw-scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .md\:hover\:tw-scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .md\:hover\:tw-scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .md\:hover\:tw-scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .md\:hover\:tw-scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .md\:hover\:tw-scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .md\:hover\:tw-scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .md\:hover\:tw-scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .md\:hover\:tw-scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .md\:hover\:tw-scale-x-0:hover {
    --transform-scale-x: 0 !important;
  }

  .md\:hover\:tw-scale-x-50:hover {
    --transform-scale-x: .5 !important;
  }

  .md\:hover\:tw-scale-x-75:hover {
    --transform-scale-x: .75 !important;
  }

  .md\:hover\:tw-scale-x-90:hover {
    --transform-scale-x: .9 !important;
  }

  .md\:hover\:tw-scale-x-95:hover {
    --transform-scale-x: .95 !important;
  }

  .md\:hover\:tw-scale-x-100:hover {
    --transform-scale-x: 1 !important;
  }

  .md\:hover\:tw-scale-x-105:hover {
    --transform-scale-x: 1.05 !important;
  }

  .md\:hover\:tw-scale-x-110:hover {
    --transform-scale-x: 1.1 !important;
  }

  .md\:hover\:tw-scale-x-125:hover {
    --transform-scale-x: 1.25 !important;
  }

  .md\:hover\:tw-scale-x-150:hover {
    --transform-scale-x: 1.5 !important;
  }

  .md\:hover\:tw-scale-y-0:hover {
    --transform-scale-y: 0 !important;
  }

  .md\:hover\:tw-scale-y-50:hover {
    --transform-scale-y: .5 !important;
  }

  .md\:hover\:tw-scale-y-75:hover {
    --transform-scale-y: .75 !important;
  }

  .md\:hover\:tw-scale-y-90:hover {
    --transform-scale-y: .9 !important;
  }

  .md\:hover\:tw-scale-y-95:hover {
    --transform-scale-y: .95 !important;
  }

  .md\:hover\:tw-scale-y-100:hover {
    --transform-scale-y: 1 !important;
  }

  .md\:hover\:tw-scale-y-105:hover {
    --transform-scale-y: 1.05 !important;
  }

  .md\:hover\:tw-scale-y-110:hover {
    --transform-scale-y: 1.1 !important;
  }

  .md\:hover\:tw-scale-y-125:hover {
    --transform-scale-y: 1.25 !important;
  }

  .md\:hover\:tw-scale-y-150:hover {
    --transform-scale-y: 1.5 !important;
  }

  .md\:focus\:tw-scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .md\:focus\:tw-scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .md\:focus\:tw-scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .md\:focus\:tw-scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .md\:focus\:tw-scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .md\:focus\:tw-scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .md\:focus\:tw-scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .md\:focus\:tw-scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .md\:focus\:tw-scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .md\:focus\:tw-scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .md\:focus\:tw-scale-x-0:focus {
    --transform-scale-x: 0 !important;
  }

  .md\:focus\:tw-scale-x-50:focus {
    --transform-scale-x: .5 !important;
  }

  .md\:focus\:tw-scale-x-75:focus {
    --transform-scale-x: .75 !important;
  }

  .md\:focus\:tw-scale-x-90:focus {
    --transform-scale-x: .9 !important;
  }

  .md\:focus\:tw-scale-x-95:focus {
    --transform-scale-x: .95 !important;
  }

  .md\:focus\:tw-scale-x-100:focus {
    --transform-scale-x: 1 !important;
  }

  .md\:focus\:tw-scale-x-105:focus {
    --transform-scale-x: 1.05 !important;
  }

  .md\:focus\:tw-scale-x-110:focus {
    --transform-scale-x: 1.1 !important;
  }

  .md\:focus\:tw-scale-x-125:focus {
    --transform-scale-x: 1.25 !important;
  }

  .md\:focus\:tw-scale-x-150:focus {
    --transform-scale-x: 1.5 !important;
  }

  .md\:focus\:tw-scale-y-0:focus {
    --transform-scale-y: 0 !important;
  }

  .md\:focus\:tw-scale-y-50:focus {
    --transform-scale-y: .5 !important;
  }

  .md\:focus\:tw-scale-y-75:focus {
    --transform-scale-y: .75 !important;
  }

  .md\:focus\:tw-scale-y-90:focus {
    --transform-scale-y: .9 !important;
  }

  .md\:focus\:tw-scale-y-95:focus {
    --transform-scale-y: .95 !important;
  }

  .md\:focus\:tw-scale-y-100:focus {
    --transform-scale-y: 1 !important;
  }

  .md\:focus\:tw-scale-y-105:focus {
    --transform-scale-y: 1.05 !important;
  }

  .md\:focus\:tw-scale-y-110:focus {
    --transform-scale-y: 1.1 !important;
  }

  .md\:focus\:tw-scale-y-125:focus {
    --transform-scale-y: 1.25 !important;
  }

  .md\:focus\:tw-scale-y-150:focus {
    --transform-scale-y: 1.5 !important;
  }

  .md\:tw-rotate-0 {
    --transform-rotate: 0 !important;
  }

  .md\:tw-rotate-1 {
    --transform-rotate: 1deg !important;
  }

  .md\:tw-rotate-2 {
    --transform-rotate: 2deg !important;
  }

  .md\:tw-rotate-3 {
    --transform-rotate: 3deg !important;
  }

  .md\:tw-rotate-6 {
    --transform-rotate: 6deg !important;
  }

  .md\:tw-rotate-12 {
    --transform-rotate: 12deg !important;
  }

  .md\:tw-rotate-45 {
    --transform-rotate: 45deg !important;
  }

  .md\:tw-rotate-90 {
    --transform-rotate: 90deg !important;
  }

  .md\:tw-rotate-180 {
    --transform-rotate: 180deg !important;
  }

  .md\:tw--rotate-180 {
    --transform-rotate: -180deg !important;
  }

  .md\:tw--rotate-90 {
    --transform-rotate: -90deg !important;
  }

  .md\:tw--rotate-45 {
    --transform-rotate: -45deg !important;
  }

  .md\:tw--rotate-12 {
    --transform-rotate: -12deg !important;
  }

  .md\:tw--rotate-6 {
    --transform-rotate: -6deg !important;
  }

  .md\:tw--rotate-3 {
    --transform-rotate: -3deg !important;
  }

  .md\:tw--rotate-2 {
    --transform-rotate: -2deg !important;
  }

  .md\:tw--rotate-1 {
    --transform-rotate: -1deg !important;
  }

  .md\:hover\:tw-rotate-0:hover {
    --transform-rotate: 0 !important;
  }

  .md\:hover\:tw-rotate-1:hover {
    --transform-rotate: 1deg !important;
  }

  .md\:hover\:tw-rotate-2:hover {
    --transform-rotate: 2deg !important;
  }

  .md\:hover\:tw-rotate-3:hover {
    --transform-rotate: 3deg !important;
  }

  .md\:hover\:tw-rotate-6:hover {
    --transform-rotate: 6deg !important;
  }

  .md\:hover\:tw-rotate-12:hover {
    --transform-rotate: 12deg !important;
  }

  .md\:hover\:tw-rotate-45:hover {
    --transform-rotate: 45deg !important;
  }

  .md\:hover\:tw-rotate-90:hover {
    --transform-rotate: 90deg !important;
  }

  .md\:hover\:tw-rotate-180:hover {
    --transform-rotate: 180deg !important;
  }

  .md\:hover\:tw--rotate-180:hover {
    --transform-rotate: -180deg !important;
  }

  .md\:hover\:tw--rotate-90:hover {
    --transform-rotate: -90deg !important;
  }

  .md\:hover\:tw--rotate-45:hover {
    --transform-rotate: -45deg !important;
  }

  .md\:hover\:tw--rotate-12:hover {
    --transform-rotate: -12deg !important;
  }

  .md\:hover\:tw--rotate-6:hover {
    --transform-rotate: -6deg !important;
  }

  .md\:hover\:tw--rotate-3:hover {
    --transform-rotate: -3deg !important;
  }

  .md\:hover\:tw--rotate-2:hover {
    --transform-rotate: -2deg !important;
  }

  .md\:hover\:tw--rotate-1:hover {
    --transform-rotate: -1deg !important;
  }

  .md\:focus\:tw-rotate-0:focus {
    --transform-rotate: 0 !important;
  }

  .md\:focus\:tw-rotate-1:focus {
    --transform-rotate: 1deg !important;
  }

  .md\:focus\:tw-rotate-2:focus {
    --transform-rotate: 2deg !important;
  }

  .md\:focus\:tw-rotate-3:focus {
    --transform-rotate: 3deg !important;
  }

  .md\:focus\:tw-rotate-6:focus {
    --transform-rotate: 6deg !important;
  }

  .md\:focus\:tw-rotate-12:focus {
    --transform-rotate: 12deg !important;
  }

  .md\:focus\:tw-rotate-45:focus {
    --transform-rotate: 45deg !important;
  }

  .md\:focus\:tw-rotate-90:focus {
    --transform-rotate: 90deg !important;
  }

  .md\:focus\:tw-rotate-180:focus {
    --transform-rotate: 180deg !important;
  }

  .md\:focus\:tw--rotate-180:focus {
    --transform-rotate: -180deg !important;
  }

  .md\:focus\:tw--rotate-90:focus {
    --transform-rotate: -90deg !important;
  }

  .md\:focus\:tw--rotate-45:focus {
    --transform-rotate: -45deg !important;
  }

  .md\:focus\:tw--rotate-12:focus {
    --transform-rotate: -12deg !important;
  }

  .md\:focus\:tw--rotate-6:focus {
    --transform-rotate: -6deg !important;
  }

  .md\:focus\:tw--rotate-3:focus {
    --transform-rotate: -3deg !important;
  }

  .md\:focus\:tw--rotate-2:focus {
    --transform-rotate: -2deg !important;
  }

  .md\:focus\:tw--rotate-1:focus {
    --transform-rotate: -1deg !important;
  }

  .md\:tw-translate-x-0 {
    --transform-translate-x: 0 !important;
  }

  .md\:tw-translate-x-1 {
    --transform-translate-x: 0.25rem !important;
  }

  .md\:tw-translate-x-2 {
    --transform-translate-x: 0.5rem !important;
  }

  .md\:tw-translate-x-3 {
    --transform-translate-x: 0.75rem !important;
  }

  .md\:tw-translate-x-4 {
    --transform-translate-x: 1rem !important;
  }

  .md\:tw-translate-x-5 {
    --transform-translate-x: 1.25rem !important;
  }

  .md\:tw-translate-x-6 {
    --transform-translate-x: 1.5rem !important;
  }

  .md\:tw-translate-x-8 {
    --transform-translate-x: 2rem !important;
  }

  .md\:tw-translate-x-10 {
    --transform-translate-x: 2.5rem !important;
  }

  .md\:tw-translate-x-12 {
    --transform-translate-x: 3rem !important;
  }

  .md\:tw-translate-x-16 {
    --transform-translate-x: 4rem !important;
  }

  .md\:tw-translate-x-20 {
    --transform-translate-x: 5rem !important;
  }

  .md\:tw-translate-x-24 {
    --transform-translate-x: 6rem !important;
  }

  .md\:tw-translate-x-30 {
    --transform-translate-x: 7.5rem !important;
  }

  .md\:tw-translate-x-32 {
    --transform-translate-x: 8rem !important;
  }

  .md\:tw-translate-x-36 {
    --transform-translate-x: 9rem !important;
  }

  .md\:tw-translate-x-40 {
    --transform-translate-x: 10rem !important;
  }

  .md\:tw-translate-x-48 {
    --transform-translate-x: 12rem !important;
  }

  .md\:tw-translate-x-56 {
    --transform-translate-x: 14rem !important;
  }

  .md\:tw-translate-x-64 {
    --transform-translate-x: 16rem !important;
  }

  .md\:tw-translate-x-px {
    --transform-translate-x: 1px !important;
  }

  .md\:tw-translate-x-0\.5 {
    --transform-translate-x: .125rem !important;
  }

  .md\:tw-translate-x-1\.5 {
    --transform-translate-x: .375rem !important;
  }

  .md\:tw-translate-x-2\.5 {
    --transform-translate-x: .625rem !important;
  }

  .md\:tw-translate-x-3\.5 {
    --transform-translate-x: .875rem !important;
  }

  .md\:tw-translate-x-1\.25em {
    --transform-translate-x: 1.25em !important;
  }

  .md\:tw-translate-x-1\.5em {
    --transform-translate-x: 1.5em !important;
  }

  .md\:tw-translate-x-4em {
    --transform-translate-x: 4em !important;
  }

  .md\:tw--translate-x-1 {
    --transform-translate-x: -0.25rem !important;
  }

  .md\:tw--translate-x-2 {
    --transform-translate-x: -0.5rem !important;
  }

  .md\:tw--translate-x-3 {
    --transform-translate-x: -0.75rem !important;
  }

  .md\:tw--translate-x-4 {
    --transform-translate-x: -1rem !important;
  }

  .md\:tw--translate-x-5 {
    --transform-translate-x: -1.25rem !important;
  }

  .md\:tw--translate-x-6 {
    --transform-translate-x: -1.5rem !important;
  }

  .md\:tw--translate-x-8 {
    --transform-translate-x: -2rem !important;
  }

  .md\:tw--translate-x-10 {
    --transform-translate-x: -2.5rem !important;
  }

  .md\:tw--translate-x-12 {
    --transform-translate-x: -3rem !important;
  }

  .md\:tw--translate-x-16 {
    --transform-translate-x: -4rem !important;
  }

  .md\:tw--translate-x-20 {
    --transform-translate-x: -5rem !important;
  }

  .md\:tw--translate-x-24 {
    --transform-translate-x: -6rem !important;
  }

  .md\:tw--translate-x-30 {
    --transform-translate-x: -7.5rem !important;
  }

  .md\:tw--translate-x-32 {
    --transform-translate-x: -8rem !important;
  }

  .md\:tw--translate-x-36 {
    --transform-translate-x: -9rem !important;
  }

  .md\:tw--translate-x-40 {
    --transform-translate-x: -10rem !important;
  }

  .md\:tw--translate-x-48 {
    --transform-translate-x: -12rem !important;
  }

  .md\:tw--translate-x-56 {
    --transform-translate-x: -14rem !important;
  }

  .md\:tw--translate-x-64 {
    --transform-translate-x: -16rem !important;
  }

  .md\:tw--translate-x-px {
    --transform-translate-x: -1px !important;
  }

  .md\:tw--translate-x-0\.5 {
    --transform-translate-x: -0.125rem !important;
  }

  .md\:tw--translate-x-1\.5 {
    --transform-translate-x: -0.375rem !important;
  }

  .md\:tw--translate-x-2\.5 {
    --transform-translate-x: -0.625rem !important;
  }

  .md\:tw--translate-x-3\.5 {
    --transform-translate-x: -0.875rem !important;
  }

  .md\:tw--translate-x-1\.25em {
    --transform-translate-x: -1.25em !important;
  }

  .md\:tw--translate-x-1\.5em {
    --transform-translate-x: -1.5em !important;
  }

  .md\:tw--translate-x-4em {
    --transform-translate-x: -4em !important;
  }

  .md\:tw--translate-x-full {
    --transform-translate-x: -100% !important;
  }

  .md\:tw--translate-x-1\/2 {
    --transform-translate-x: -50% !important;
  }

  .md\:tw-translate-x-1\/2 {
    --transform-translate-x: 50% !important;
  }

  .md\:tw-translate-x-full {
    --transform-translate-x: 100% !important;
  }

  .md\:tw-translate-y-0 {
    --transform-translate-y: 0 !important;
  }

  .md\:tw-translate-y-1 {
    --transform-translate-y: 0.25rem !important;
  }

  .md\:tw-translate-y-2 {
    --transform-translate-y: 0.5rem !important;
  }

  .md\:tw-translate-y-3 {
    --transform-translate-y: 0.75rem !important;
  }

  .md\:tw-translate-y-4 {
    --transform-translate-y: 1rem !important;
  }

  .md\:tw-translate-y-5 {
    --transform-translate-y: 1.25rem !important;
  }

  .md\:tw-translate-y-6 {
    --transform-translate-y: 1.5rem !important;
  }

  .md\:tw-translate-y-8 {
    --transform-translate-y: 2rem !important;
  }

  .md\:tw-translate-y-10 {
    --transform-translate-y: 2.5rem !important;
  }

  .md\:tw-translate-y-12 {
    --transform-translate-y: 3rem !important;
  }

  .md\:tw-translate-y-16 {
    --transform-translate-y: 4rem !important;
  }

  .md\:tw-translate-y-20 {
    --transform-translate-y: 5rem !important;
  }

  .md\:tw-translate-y-24 {
    --transform-translate-y: 6rem !important;
  }

  .md\:tw-translate-y-30 {
    --transform-translate-y: 7.5rem !important;
  }

  .md\:tw-translate-y-32 {
    --transform-translate-y: 8rem !important;
  }

  .md\:tw-translate-y-36 {
    --transform-translate-y: 9rem !important;
  }

  .md\:tw-translate-y-40 {
    --transform-translate-y: 10rem !important;
  }

  .md\:tw-translate-y-48 {
    --transform-translate-y: 12rem !important;
  }

  .md\:tw-translate-y-56 {
    --transform-translate-y: 14rem !important;
  }

  .md\:tw-translate-y-64 {
    --transform-translate-y: 16rem !important;
  }

  .md\:tw-translate-y-px {
    --transform-translate-y: 1px !important;
  }

  .md\:tw-translate-y-0\.5 {
    --transform-translate-y: .125rem !important;
  }

  .md\:tw-translate-y-1\.5 {
    --transform-translate-y: .375rem !important;
  }

  .md\:tw-translate-y-2\.5 {
    --transform-translate-y: .625rem !important;
  }

  .md\:tw-translate-y-3\.5 {
    --transform-translate-y: .875rem !important;
  }

  .md\:tw-translate-y-1\.25em {
    --transform-translate-y: 1.25em !important;
  }

  .md\:tw-translate-y-1\.5em {
    --transform-translate-y: 1.5em !important;
  }

  .md\:tw-translate-y-4em {
    --transform-translate-y: 4em !important;
  }

  .md\:tw--translate-y-1 {
    --transform-translate-y: -0.25rem !important;
  }

  .md\:tw--translate-y-2 {
    --transform-translate-y: -0.5rem !important;
  }

  .md\:tw--translate-y-3 {
    --transform-translate-y: -0.75rem !important;
  }

  .md\:tw--translate-y-4 {
    --transform-translate-y: -1rem !important;
  }

  .md\:tw--translate-y-5 {
    --transform-translate-y: -1.25rem !important;
  }

  .md\:tw--translate-y-6 {
    --transform-translate-y: -1.5rem !important;
  }

  .md\:tw--translate-y-8 {
    --transform-translate-y: -2rem !important;
  }

  .md\:tw--translate-y-10 {
    --transform-translate-y: -2.5rem !important;
  }

  .md\:tw--translate-y-12 {
    --transform-translate-y: -3rem !important;
  }

  .md\:tw--translate-y-16 {
    --transform-translate-y: -4rem !important;
  }

  .md\:tw--translate-y-20 {
    --transform-translate-y: -5rem !important;
  }

  .md\:tw--translate-y-24 {
    --transform-translate-y: -6rem !important;
  }

  .md\:tw--translate-y-30 {
    --transform-translate-y: -7.5rem !important;
  }

  .md\:tw--translate-y-32 {
    --transform-translate-y: -8rem !important;
  }

  .md\:tw--translate-y-36 {
    --transform-translate-y: -9rem !important;
  }

  .md\:tw--translate-y-40 {
    --transform-translate-y: -10rem !important;
  }

  .md\:tw--translate-y-48 {
    --transform-translate-y: -12rem !important;
  }

  .md\:tw--translate-y-56 {
    --transform-translate-y: -14rem !important;
  }

  .md\:tw--translate-y-64 {
    --transform-translate-y: -16rem !important;
  }

  .md\:tw--translate-y-px {
    --transform-translate-y: -1px !important;
  }

  .md\:tw--translate-y-0\.5 {
    --transform-translate-y: -0.125rem !important;
  }

  .md\:tw--translate-y-1\.5 {
    --transform-translate-y: -0.375rem !important;
  }

  .md\:tw--translate-y-2\.5 {
    --transform-translate-y: -0.625rem !important;
  }

  .md\:tw--translate-y-3\.5 {
    --transform-translate-y: -0.875rem !important;
  }

  .md\:tw--translate-y-1\.25em {
    --transform-translate-y: -1.25em !important;
  }

  .md\:tw--translate-y-1\.5em {
    --transform-translate-y: -1.5em !important;
  }

  .md\:tw--translate-y-4em {
    --transform-translate-y: -4em !important;
  }

  .md\:tw--translate-y-full {
    --transform-translate-y: -100% !important;
  }

  .md\:tw--translate-y-1\/2 {
    --transform-translate-y: -50% !important;
  }

  .md\:tw-translate-y-1\/2 {
    --transform-translate-y: 50% !important;
  }

  .md\:tw-translate-y-full {
    --transform-translate-y: 100% !important;
  }

  .md\:hover\:tw-translate-x-0:hover {
    --transform-translate-x: 0 !important;
  }

  .md\:hover\:tw-translate-x-1:hover {
    --transform-translate-x: 0.25rem !important;
  }

  .md\:hover\:tw-translate-x-2:hover {
    --transform-translate-x: 0.5rem !important;
  }

  .md\:hover\:tw-translate-x-3:hover {
    --transform-translate-x: 0.75rem !important;
  }

  .md\:hover\:tw-translate-x-4:hover {
    --transform-translate-x: 1rem !important;
  }

  .md\:hover\:tw-translate-x-5:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .md\:hover\:tw-translate-x-6:hover {
    --transform-translate-x: 1.5rem !important;
  }

  .md\:hover\:tw-translate-x-8:hover {
    --transform-translate-x: 2rem !important;
  }

  .md\:hover\:tw-translate-x-10:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .md\:hover\:tw-translate-x-12:hover {
    --transform-translate-x: 3rem !important;
  }

  .md\:hover\:tw-translate-x-16:hover {
    --transform-translate-x: 4rem !important;
  }

  .md\:hover\:tw-translate-x-20:hover {
    --transform-translate-x: 5rem !important;
  }

  .md\:hover\:tw-translate-x-24:hover {
    --transform-translate-x: 6rem !important;
  }

  .md\:hover\:tw-translate-x-30:hover {
    --transform-translate-x: 7.5rem !important;
  }

  .md\:hover\:tw-translate-x-32:hover {
    --transform-translate-x: 8rem !important;
  }

  .md\:hover\:tw-translate-x-36:hover {
    --transform-translate-x: 9rem !important;
  }

  .md\:hover\:tw-translate-x-40:hover {
    --transform-translate-x: 10rem !important;
  }

  .md\:hover\:tw-translate-x-48:hover {
    --transform-translate-x: 12rem !important;
  }

  .md\:hover\:tw-translate-x-56:hover {
    --transform-translate-x: 14rem !important;
  }

  .md\:hover\:tw-translate-x-64:hover {
    --transform-translate-x: 16rem !important;
  }

  .md\:hover\:tw-translate-x-px:hover {
    --transform-translate-x: 1px !important;
  }

  .md\:hover\:tw-translate-x-0\.5:hover {
    --transform-translate-x: .125rem !important;
  }

  .md\:hover\:tw-translate-x-1\.5:hover {
    --transform-translate-x: .375rem !important;
  }

  .md\:hover\:tw-translate-x-2\.5:hover {
    --transform-translate-x: .625rem !important;
  }

  .md\:hover\:tw-translate-x-3\.5:hover {
    --transform-translate-x: .875rem !important;
  }

  .md\:hover\:tw-translate-x-1\.25em:hover {
    --transform-translate-x: 1.25em !important;
  }

  .md\:hover\:tw-translate-x-1\.5em:hover {
    --transform-translate-x: 1.5em !important;
  }

  .md\:hover\:tw-translate-x-4em:hover {
    --transform-translate-x: 4em !important;
  }

  .md\:hover\:tw--translate-x-1:hover {
    --transform-translate-x: -0.25rem !important;
  }

  .md\:hover\:tw--translate-x-2:hover {
    --transform-translate-x: -0.5rem !important;
  }

  .md\:hover\:tw--translate-x-3:hover {
    --transform-translate-x: -0.75rem !important;
  }

  .md\:hover\:tw--translate-x-4:hover {
    --transform-translate-x: -1rem !important;
  }

  .md\:hover\:tw--translate-x-5:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .md\:hover\:tw--translate-x-6:hover {
    --transform-translate-x: -1.5rem !important;
  }

  .md\:hover\:tw--translate-x-8:hover {
    --transform-translate-x: -2rem !important;
  }

  .md\:hover\:tw--translate-x-10:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .md\:hover\:tw--translate-x-12:hover {
    --transform-translate-x: -3rem !important;
  }

  .md\:hover\:tw--translate-x-16:hover {
    --transform-translate-x: -4rem !important;
  }

  .md\:hover\:tw--translate-x-20:hover {
    --transform-translate-x: -5rem !important;
  }

  .md\:hover\:tw--translate-x-24:hover {
    --transform-translate-x: -6rem !important;
  }

  .md\:hover\:tw--translate-x-30:hover {
    --transform-translate-x: -7.5rem !important;
  }

  .md\:hover\:tw--translate-x-32:hover {
    --transform-translate-x: -8rem !important;
  }

  .md\:hover\:tw--translate-x-36:hover {
    --transform-translate-x: -9rem !important;
  }

  .md\:hover\:tw--translate-x-40:hover {
    --transform-translate-x: -10rem !important;
  }

  .md\:hover\:tw--translate-x-48:hover {
    --transform-translate-x: -12rem !important;
  }

  .md\:hover\:tw--translate-x-56:hover {
    --transform-translate-x: -14rem !important;
  }

  .md\:hover\:tw--translate-x-64:hover {
    --transform-translate-x: -16rem !important;
  }

  .md\:hover\:tw--translate-x-px:hover {
    --transform-translate-x: -1px !important;
  }

  .md\:hover\:tw--translate-x-0\.5:hover {
    --transform-translate-x: -0.125rem !important;
  }

  .md\:hover\:tw--translate-x-1\.5:hover {
    --transform-translate-x: -0.375rem !important;
  }

  .md\:hover\:tw--translate-x-2\.5:hover {
    --transform-translate-x: -0.625rem !important;
  }

  .md\:hover\:tw--translate-x-3\.5:hover {
    --transform-translate-x: -0.875rem !important;
  }

  .md\:hover\:tw--translate-x-1\.25em:hover {
    --transform-translate-x: -1.25em !important;
  }

  .md\:hover\:tw--translate-x-1\.5em:hover {
    --transform-translate-x: -1.5em !important;
  }

  .md\:hover\:tw--translate-x-4em:hover {
    --transform-translate-x: -4em !important;
  }

  .md\:hover\:tw--translate-x-full:hover {
    --transform-translate-x: -100% !important;
  }

  .md\:hover\:tw--translate-x-1\/2:hover {
    --transform-translate-x: -50% !important;
  }

  .md\:hover\:tw-translate-x-1\/2:hover {
    --transform-translate-x: 50% !important;
  }

  .md\:hover\:tw-translate-x-full:hover {
    --transform-translate-x: 100% !important;
  }

  .md\:hover\:tw-translate-y-0:hover {
    --transform-translate-y: 0 !important;
  }

  .md\:hover\:tw-translate-y-1:hover {
    --transform-translate-y: 0.25rem !important;
  }

  .md\:hover\:tw-translate-y-2:hover {
    --transform-translate-y: 0.5rem !important;
  }

  .md\:hover\:tw-translate-y-3:hover {
    --transform-translate-y: 0.75rem !important;
  }

  .md\:hover\:tw-translate-y-4:hover {
    --transform-translate-y: 1rem !important;
  }

  .md\:hover\:tw-translate-y-5:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .md\:hover\:tw-translate-y-6:hover {
    --transform-translate-y: 1.5rem !important;
  }

  .md\:hover\:tw-translate-y-8:hover {
    --transform-translate-y: 2rem !important;
  }

  .md\:hover\:tw-translate-y-10:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .md\:hover\:tw-translate-y-12:hover {
    --transform-translate-y: 3rem !important;
  }

  .md\:hover\:tw-translate-y-16:hover {
    --transform-translate-y: 4rem !important;
  }

  .md\:hover\:tw-translate-y-20:hover {
    --transform-translate-y: 5rem !important;
  }

  .md\:hover\:tw-translate-y-24:hover {
    --transform-translate-y: 6rem !important;
  }

  .md\:hover\:tw-translate-y-30:hover {
    --transform-translate-y: 7.5rem !important;
  }

  .md\:hover\:tw-translate-y-32:hover {
    --transform-translate-y: 8rem !important;
  }

  .md\:hover\:tw-translate-y-36:hover {
    --transform-translate-y: 9rem !important;
  }

  .md\:hover\:tw-translate-y-40:hover {
    --transform-translate-y: 10rem !important;
  }

  .md\:hover\:tw-translate-y-48:hover {
    --transform-translate-y: 12rem !important;
  }

  .md\:hover\:tw-translate-y-56:hover {
    --transform-translate-y: 14rem !important;
  }

  .md\:hover\:tw-translate-y-64:hover {
    --transform-translate-y: 16rem !important;
  }

  .md\:hover\:tw-translate-y-px:hover {
    --transform-translate-y: 1px !important;
  }

  .md\:hover\:tw-translate-y-0\.5:hover {
    --transform-translate-y: .125rem !important;
  }

  .md\:hover\:tw-translate-y-1\.5:hover {
    --transform-translate-y: .375rem !important;
  }

  .md\:hover\:tw-translate-y-2\.5:hover {
    --transform-translate-y: .625rem !important;
  }

  .md\:hover\:tw-translate-y-3\.5:hover {
    --transform-translate-y: .875rem !important;
  }

  .md\:hover\:tw-translate-y-1\.25em:hover {
    --transform-translate-y: 1.25em !important;
  }

  .md\:hover\:tw-translate-y-1\.5em:hover {
    --transform-translate-y: 1.5em !important;
  }

  .md\:hover\:tw-translate-y-4em:hover {
    --transform-translate-y: 4em !important;
  }

  .md\:hover\:tw--translate-y-1:hover {
    --transform-translate-y: -0.25rem !important;
  }

  .md\:hover\:tw--translate-y-2:hover {
    --transform-translate-y: -0.5rem !important;
  }

  .md\:hover\:tw--translate-y-3:hover {
    --transform-translate-y: -0.75rem !important;
  }

  .md\:hover\:tw--translate-y-4:hover {
    --transform-translate-y: -1rem !important;
  }

  .md\:hover\:tw--translate-y-5:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .md\:hover\:tw--translate-y-6:hover {
    --transform-translate-y: -1.5rem !important;
  }

  .md\:hover\:tw--translate-y-8:hover {
    --transform-translate-y: -2rem !important;
  }

  .md\:hover\:tw--translate-y-10:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .md\:hover\:tw--translate-y-12:hover {
    --transform-translate-y: -3rem !important;
  }

  .md\:hover\:tw--translate-y-16:hover {
    --transform-translate-y: -4rem !important;
  }

  .md\:hover\:tw--translate-y-20:hover {
    --transform-translate-y: -5rem !important;
  }

  .md\:hover\:tw--translate-y-24:hover {
    --transform-translate-y: -6rem !important;
  }

  .md\:hover\:tw--translate-y-30:hover {
    --transform-translate-y: -7.5rem !important;
  }

  .md\:hover\:tw--translate-y-32:hover {
    --transform-translate-y: -8rem !important;
  }

  .md\:hover\:tw--translate-y-36:hover {
    --transform-translate-y: -9rem !important;
  }

  .md\:hover\:tw--translate-y-40:hover {
    --transform-translate-y: -10rem !important;
  }

  .md\:hover\:tw--translate-y-48:hover {
    --transform-translate-y: -12rem !important;
  }

  .md\:hover\:tw--translate-y-56:hover {
    --transform-translate-y: -14rem !important;
  }

  .md\:hover\:tw--translate-y-64:hover {
    --transform-translate-y: -16rem !important;
  }

  .md\:hover\:tw--translate-y-px:hover {
    --transform-translate-y: -1px !important;
  }

  .md\:hover\:tw--translate-y-0\.5:hover {
    --transform-translate-y: -0.125rem !important;
  }

  .md\:hover\:tw--translate-y-1\.5:hover {
    --transform-translate-y: -0.375rem !important;
  }

  .md\:hover\:tw--translate-y-2\.5:hover {
    --transform-translate-y: -0.625rem !important;
  }

  .md\:hover\:tw--translate-y-3\.5:hover {
    --transform-translate-y: -0.875rem !important;
  }

  .md\:hover\:tw--translate-y-1\.25em:hover {
    --transform-translate-y: -1.25em !important;
  }

  .md\:hover\:tw--translate-y-1\.5em:hover {
    --transform-translate-y: -1.5em !important;
  }

  .md\:hover\:tw--translate-y-4em:hover {
    --transform-translate-y: -4em !important;
  }

  .md\:hover\:tw--translate-y-full:hover {
    --transform-translate-y: -100% !important;
  }

  .md\:hover\:tw--translate-y-1\/2:hover {
    --transform-translate-y: -50% !important;
  }

  .md\:hover\:tw-translate-y-1\/2:hover {
    --transform-translate-y: 50% !important;
  }

  .md\:hover\:tw-translate-y-full:hover {
    --transform-translate-y: 100% !important;
  }

  .md\:focus\:tw-translate-x-0:focus {
    --transform-translate-x: 0 !important;
  }

  .md\:focus\:tw-translate-x-1:focus {
    --transform-translate-x: 0.25rem !important;
  }

  .md\:focus\:tw-translate-x-2:focus {
    --transform-translate-x: 0.5rem !important;
  }

  .md\:focus\:tw-translate-x-3:focus {
    --transform-translate-x: 0.75rem !important;
  }

  .md\:focus\:tw-translate-x-4:focus {
    --transform-translate-x: 1rem !important;
  }

  .md\:focus\:tw-translate-x-5:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .md\:focus\:tw-translate-x-6:focus {
    --transform-translate-x: 1.5rem !important;
  }

  .md\:focus\:tw-translate-x-8:focus {
    --transform-translate-x: 2rem !important;
  }

  .md\:focus\:tw-translate-x-10:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .md\:focus\:tw-translate-x-12:focus {
    --transform-translate-x: 3rem !important;
  }

  .md\:focus\:tw-translate-x-16:focus {
    --transform-translate-x: 4rem !important;
  }

  .md\:focus\:tw-translate-x-20:focus {
    --transform-translate-x: 5rem !important;
  }

  .md\:focus\:tw-translate-x-24:focus {
    --transform-translate-x: 6rem !important;
  }

  .md\:focus\:tw-translate-x-30:focus {
    --transform-translate-x: 7.5rem !important;
  }

  .md\:focus\:tw-translate-x-32:focus {
    --transform-translate-x: 8rem !important;
  }

  .md\:focus\:tw-translate-x-36:focus {
    --transform-translate-x: 9rem !important;
  }

  .md\:focus\:tw-translate-x-40:focus {
    --transform-translate-x: 10rem !important;
  }

  .md\:focus\:tw-translate-x-48:focus {
    --transform-translate-x: 12rem !important;
  }

  .md\:focus\:tw-translate-x-56:focus {
    --transform-translate-x: 14rem !important;
  }

  .md\:focus\:tw-translate-x-64:focus {
    --transform-translate-x: 16rem !important;
  }

  .md\:focus\:tw-translate-x-px:focus {
    --transform-translate-x: 1px !important;
  }

  .md\:focus\:tw-translate-x-0\.5:focus {
    --transform-translate-x: .125rem !important;
  }

  .md\:focus\:tw-translate-x-1\.5:focus {
    --transform-translate-x: .375rem !important;
  }

  .md\:focus\:tw-translate-x-2\.5:focus {
    --transform-translate-x: .625rem !important;
  }

  .md\:focus\:tw-translate-x-3\.5:focus {
    --transform-translate-x: .875rem !important;
  }

  .md\:focus\:tw-translate-x-1\.25em:focus {
    --transform-translate-x: 1.25em !important;
  }

  .md\:focus\:tw-translate-x-1\.5em:focus {
    --transform-translate-x: 1.5em !important;
  }

  .md\:focus\:tw-translate-x-4em:focus {
    --transform-translate-x: 4em !important;
  }

  .md\:focus\:tw--translate-x-1:focus {
    --transform-translate-x: -0.25rem !important;
  }

  .md\:focus\:tw--translate-x-2:focus {
    --transform-translate-x: -0.5rem !important;
  }

  .md\:focus\:tw--translate-x-3:focus {
    --transform-translate-x: -0.75rem !important;
  }

  .md\:focus\:tw--translate-x-4:focus {
    --transform-translate-x: -1rem !important;
  }

  .md\:focus\:tw--translate-x-5:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .md\:focus\:tw--translate-x-6:focus {
    --transform-translate-x: -1.5rem !important;
  }

  .md\:focus\:tw--translate-x-8:focus {
    --transform-translate-x: -2rem !important;
  }

  .md\:focus\:tw--translate-x-10:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .md\:focus\:tw--translate-x-12:focus {
    --transform-translate-x: -3rem !important;
  }

  .md\:focus\:tw--translate-x-16:focus {
    --transform-translate-x: -4rem !important;
  }

  .md\:focus\:tw--translate-x-20:focus {
    --transform-translate-x: -5rem !important;
  }

  .md\:focus\:tw--translate-x-24:focus {
    --transform-translate-x: -6rem !important;
  }

  .md\:focus\:tw--translate-x-30:focus {
    --transform-translate-x: -7.5rem !important;
  }

  .md\:focus\:tw--translate-x-32:focus {
    --transform-translate-x: -8rem !important;
  }

  .md\:focus\:tw--translate-x-36:focus {
    --transform-translate-x: -9rem !important;
  }

  .md\:focus\:tw--translate-x-40:focus {
    --transform-translate-x: -10rem !important;
  }

  .md\:focus\:tw--translate-x-48:focus {
    --transform-translate-x: -12rem !important;
  }

  .md\:focus\:tw--translate-x-56:focus {
    --transform-translate-x: -14rem !important;
  }

  .md\:focus\:tw--translate-x-64:focus {
    --transform-translate-x: -16rem !important;
  }

  .md\:focus\:tw--translate-x-px:focus {
    --transform-translate-x: -1px !important;
  }

  .md\:focus\:tw--translate-x-0\.5:focus {
    --transform-translate-x: -0.125rem !important;
  }

  .md\:focus\:tw--translate-x-1\.5:focus {
    --transform-translate-x: -0.375rem !important;
  }

  .md\:focus\:tw--translate-x-2\.5:focus {
    --transform-translate-x: -0.625rem !important;
  }

  .md\:focus\:tw--translate-x-3\.5:focus {
    --transform-translate-x: -0.875rem !important;
  }

  .md\:focus\:tw--translate-x-1\.25em:focus {
    --transform-translate-x: -1.25em !important;
  }

  .md\:focus\:tw--translate-x-1\.5em:focus {
    --transform-translate-x: -1.5em !important;
  }

  .md\:focus\:tw--translate-x-4em:focus {
    --transform-translate-x: -4em !important;
  }

  .md\:focus\:tw--translate-x-full:focus {
    --transform-translate-x: -100% !important;
  }

  .md\:focus\:tw--translate-x-1\/2:focus {
    --transform-translate-x: -50% !important;
  }

  .md\:focus\:tw-translate-x-1\/2:focus {
    --transform-translate-x: 50% !important;
  }

  .md\:focus\:tw-translate-x-full:focus {
    --transform-translate-x: 100% !important;
  }

  .md\:focus\:tw-translate-y-0:focus {
    --transform-translate-y: 0 !important;
  }

  .md\:focus\:tw-translate-y-1:focus {
    --transform-translate-y: 0.25rem !important;
  }

  .md\:focus\:tw-translate-y-2:focus {
    --transform-translate-y: 0.5rem !important;
  }

  .md\:focus\:tw-translate-y-3:focus {
    --transform-translate-y: 0.75rem !important;
  }

  .md\:focus\:tw-translate-y-4:focus {
    --transform-translate-y: 1rem !important;
  }

  .md\:focus\:tw-translate-y-5:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .md\:focus\:tw-translate-y-6:focus {
    --transform-translate-y: 1.5rem !important;
  }

  .md\:focus\:tw-translate-y-8:focus {
    --transform-translate-y: 2rem !important;
  }

  .md\:focus\:tw-translate-y-10:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .md\:focus\:tw-translate-y-12:focus {
    --transform-translate-y: 3rem !important;
  }

  .md\:focus\:tw-translate-y-16:focus {
    --transform-translate-y: 4rem !important;
  }

  .md\:focus\:tw-translate-y-20:focus {
    --transform-translate-y: 5rem !important;
  }

  .md\:focus\:tw-translate-y-24:focus {
    --transform-translate-y: 6rem !important;
  }

  .md\:focus\:tw-translate-y-30:focus {
    --transform-translate-y: 7.5rem !important;
  }

  .md\:focus\:tw-translate-y-32:focus {
    --transform-translate-y: 8rem !important;
  }

  .md\:focus\:tw-translate-y-36:focus {
    --transform-translate-y: 9rem !important;
  }

  .md\:focus\:tw-translate-y-40:focus {
    --transform-translate-y: 10rem !important;
  }

  .md\:focus\:tw-translate-y-48:focus {
    --transform-translate-y: 12rem !important;
  }

  .md\:focus\:tw-translate-y-56:focus {
    --transform-translate-y: 14rem !important;
  }

  .md\:focus\:tw-translate-y-64:focus {
    --transform-translate-y: 16rem !important;
  }

  .md\:focus\:tw-translate-y-px:focus {
    --transform-translate-y: 1px !important;
  }

  .md\:focus\:tw-translate-y-0\.5:focus {
    --transform-translate-y: .125rem !important;
  }

  .md\:focus\:tw-translate-y-1\.5:focus {
    --transform-translate-y: .375rem !important;
  }

  .md\:focus\:tw-translate-y-2\.5:focus {
    --transform-translate-y: .625rem !important;
  }

  .md\:focus\:tw-translate-y-3\.5:focus {
    --transform-translate-y: .875rem !important;
  }

  .md\:focus\:tw-translate-y-1\.25em:focus {
    --transform-translate-y: 1.25em !important;
  }

  .md\:focus\:tw-translate-y-1\.5em:focus {
    --transform-translate-y: 1.5em !important;
  }

  .md\:focus\:tw-translate-y-4em:focus {
    --transform-translate-y: 4em !important;
  }

  .md\:focus\:tw--translate-y-1:focus {
    --transform-translate-y: -0.25rem !important;
  }

  .md\:focus\:tw--translate-y-2:focus {
    --transform-translate-y: -0.5rem !important;
  }

  .md\:focus\:tw--translate-y-3:focus {
    --transform-translate-y: -0.75rem !important;
  }

  .md\:focus\:tw--translate-y-4:focus {
    --transform-translate-y: -1rem !important;
  }

  .md\:focus\:tw--translate-y-5:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .md\:focus\:tw--translate-y-6:focus {
    --transform-translate-y: -1.5rem !important;
  }

  .md\:focus\:tw--translate-y-8:focus {
    --transform-translate-y: -2rem !important;
  }

  .md\:focus\:tw--translate-y-10:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .md\:focus\:tw--translate-y-12:focus {
    --transform-translate-y: -3rem !important;
  }

  .md\:focus\:tw--translate-y-16:focus {
    --transform-translate-y: -4rem !important;
  }

  .md\:focus\:tw--translate-y-20:focus {
    --transform-translate-y: -5rem !important;
  }

  .md\:focus\:tw--translate-y-24:focus {
    --transform-translate-y: -6rem !important;
  }

  .md\:focus\:tw--translate-y-30:focus {
    --transform-translate-y: -7.5rem !important;
  }

  .md\:focus\:tw--translate-y-32:focus {
    --transform-translate-y: -8rem !important;
  }

  .md\:focus\:tw--translate-y-36:focus {
    --transform-translate-y: -9rem !important;
  }

  .md\:focus\:tw--translate-y-40:focus {
    --transform-translate-y: -10rem !important;
  }

  .md\:focus\:tw--translate-y-48:focus {
    --transform-translate-y: -12rem !important;
  }

  .md\:focus\:tw--translate-y-56:focus {
    --transform-translate-y: -14rem !important;
  }

  .md\:focus\:tw--translate-y-64:focus {
    --transform-translate-y: -16rem !important;
  }

  .md\:focus\:tw--translate-y-px:focus {
    --transform-translate-y: -1px !important;
  }

  .md\:focus\:tw--translate-y-0\.5:focus {
    --transform-translate-y: -0.125rem !important;
  }

  .md\:focus\:tw--translate-y-1\.5:focus {
    --transform-translate-y: -0.375rem !important;
  }

  .md\:focus\:tw--translate-y-2\.5:focus {
    --transform-translate-y: -0.625rem !important;
  }

  .md\:focus\:tw--translate-y-3\.5:focus {
    --transform-translate-y: -0.875rem !important;
  }

  .md\:focus\:tw--translate-y-1\.25em:focus {
    --transform-translate-y: -1.25em !important;
  }

  .md\:focus\:tw--translate-y-1\.5em:focus {
    --transform-translate-y: -1.5em !important;
  }

  .md\:focus\:tw--translate-y-4em:focus {
    --transform-translate-y: -4em !important;
  }

  .md\:focus\:tw--translate-y-full:focus {
    --transform-translate-y: -100% !important;
  }

  .md\:focus\:tw--translate-y-1\/2:focus {
    --transform-translate-y: -50% !important;
  }

  .md\:focus\:tw-translate-y-1\/2:focus {
    --transform-translate-y: 50% !important;
  }

  .md\:focus\:tw-translate-y-full:focus {
    --transform-translate-y: 100% !important;
  }

  .md\:tw-skew-x-0 {
    --transform-skew-x: 0 !important;
  }

  .md\:tw-skew-x-1 {
    --transform-skew-x: 1deg !important;
  }

  .md\:tw-skew-x-2 {
    --transform-skew-x: 2deg !important;
  }

  .md\:tw-skew-x-3 {
    --transform-skew-x: 3deg !important;
  }

  .md\:tw-skew-x-6 {
    --transform-skew-x: 6deg !important;
  }

  .md\:tw-skew-x-12 {
    --transform-skew-x: 12deg !important;
  }

  .md\:tw--skew-x-12 {
    --transform-skew-x: -12deg !important;
  }

  .md\:tw--skew-x-6 {
    --transform-skew-x: -6deg !important;
  }

  .md\:tw--skew-x-3 {
    --transform-skew-x: -3deg !important;
  }

  .md\:tw--skew-x-2 {
    --transform-skew-x: -2deg !important;
  }

  .md\:tw--skew-x-1 {
    --transform-skew-x: -1deg !important;
  }

  .md\:tw-skew-y-0 {
    --transform-skew-y: 0 !important;
  }

  .md\:tw-skew-y-1 {
    --transform-skew-y: 1deg !important;
  }

  .md\:tw-skew-y-2 {
    --transform-skew-y: 2deg !important;
  }

  .md\:tw-skew-y-3 {
    --transform-skew-y: 3deg !important;
  }

  .md\:tw-skew-y-6 {
    --transform-skew-y: 6deg !important;
  }

  .md\:tw-skew-y-12 {
    --transform-skew-y: 12deg !important;
  }

  .md\:tw--skew-y-12 {
    --transform-skew-y: -12deg !important;
  }

  .md\:tw--skew-y-6 {
    --transform-skew-y: -6deg !important;
  }

  .md\:tw--skew-y-3 {
    --transform-skew-y: -3deg !important;
  }

  .md\:tw--skew-y-2 {
    --transform-skew-y: -2deg !important;
  }

  .md\:tw--skew-y-1 {
    --transform-skew-y: -1deg !important;
  }

  .md\:hover\:tw-skew-x-0:hover {
    --transform-skew-x: 0 !important;
  }

  .md\:hover\:tw-skew-x-1:hover {
    --transform-skew-x: 1deg !important;
  }

  .md\:hover\:tw-skew-x-2:hover {
    --transform-skew-x: 2deg !important;
  }

  .md\:hover\:tw-skew-x-3:hover {
    --transform-skew-x: 3deg !important;
  }

  .md\:hover\:tw-skew-x-6:hover {
    --transform-skew-x: 6deg !important;
  }

  .md\:hover\:tw-skew-x-12:hover {
    --transform-skew-x: 12deg !important;
  }

  .md\:hover\:tw--skew-x-12:hover {
    --transform-skew-x: -12deg !important;
  }

  .md\:hover\:tw--skew-x-6:hover {
    --transform-skew-x: -6deg !important;
  }

  .md\:hover\:tw--skew-x-3:hover {
    --transform-skew-x: -3deg !important;
  }

  .md\:hover\:tw--skew-x-2:hover {
    --transform-skew-x: -2deg !important;
  }

  .md\:hover\:tw--skew-x-1:hover {
    --transform-skew-x: -1deg !important;
  }

  .md\:hover\:tw-skew-y-0:hover {
    --transform-skew-y: 0 !important;
  }

  .md\:hover\:tw-skew-y-1:hover {
    --transform-skew-y: 1deg !important;
  }

  .md\:hover\:tw-skew-y-2:hover {
    --transform-skew-y: 2deg !important;
  }

  .md\:hover\:tw-skew-y-3:hover {
    --transform-skew-y: 3deg !important;
  }

  .md\:hover\:tw-skew-y-6:hover {
    --transform-skew-y: 6deg !important;
  }

  .md\:hover\:tw-skew-y-12:hover {
    --transform-skew-y: 12deg !important;
  }

  .md\:hover\:tw--skew-y-12:hover {
    --transform-skew-y: -12deg !important;
  }

  .md\:hover\:tw--skew-y-6:hover {
    --transform-skew-y: -6deg !important;
  }

  .md\:hover\:tw--skew-y-3:hover {
    --transform-skew-y: -3deg !important;
  }

  .md\:hover\:tw--skew-y-2:hover {
    --transform-skew-y: -2deg !important;
  }

  .md\:hover\:tw--skew-y-1:hover {
    --transform-skew-y: -1deg !important;
  }

  .md\:focus\:tw-skew-x-0:focus {
    --transform-skew-x: 0 !important;
  }

  .md\:focus\:tw-skew-x-1:focus {
    --transform-skew-x: 1deg !important;
  }

  .md\:focus\:tw-skew-x-2:focus {
    --transform-skew-x: 2deg !important;
  }

  .md\:focus\:tw-skew-x-3:focus {
    --transform-skew-x: 3deg !important;
  }

  .md\:focus\:tw-skew-x-6:focus {
    --transform-skew-x: 6deg !important;
  }

  .md\:focus\:tw-skew-x-12:focus {
    --transform-skew-x: 12deg !important;
  }

  .md\:focus\:tw--skew-x-12:focus {
    --transform-skew-x: -12deg !important;
  }

  .md\:focus\:tw--skew-x-6:focus {
    --transform-skew-x: -6deg !important;
  }

  .md\:focus\:tw--skew-x-3:focus {
    --transform-skew-x: -3deg !important;
  }

  .md\:focus\:tw--skew-x-2:focus {
    --transform-skew-x: -2deg !important;
  }

  .md\:focus\:tw--skew-x-1:focus {
    --transform-skew-x: -1deg !important;
  }

  .md\:focus\:tw-skew-y-0:focus {
    --transform-skew-y: 0 !important;
  }

  .md\:focus\:tw-skew-y-1:focus {
    --transform-skew-y: 1deg !important;
  }

  .md\:focus\:tw-skew-y-2:focus {
    --transform-skew-y: 2deg !important;
  }

  .md\:focus\:tw-skew-y-3:focus {
    --transform-skew-y: 3deg !important;
  }

  .md\:focus\:tw-skew-y-6:focus {
    --transform-skew-y: 6deg !important;
  }

  .md\:focus\:tw-skew-y-12:focus {
    --transform-skew-y: 12deg !important;
  }

  .md\:focus\:tw--skew-y-12:focus {
    --transform-skew-y: -12deg !important;
  }

  .md\:focus\:tw--skew-y-6:focus {
    --transform-skew-y: -6deg !important;
  }

  .md\:focus\:tw--skew-y-3:focus {
    --transform-skew-y: -3deg !important;
  }

  .md\:focus\:tw--skew-y-2:focus {
    --transform-skew-y: -2deg !important;
  }

  .md\:focus\:tw--skew-y-1:focus {
    --transform-skew-y: -1deg !important;
  }

  .md\:tw-transition-none {
    transition-property: none !important;
  }

  .md\:tw-transition-all {
    transition-property: all !important;
  }

  .md\:tw-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .md\:tw-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .md\:tw-transition-opacity {
    transition-property: opacity !important;
  }

  .md\:tw-transition-shadow {
    transition-property: box-shadow !important;
  }

  .md\:tw-transition-transform {
    transition-property: transform !important;
  }

  .md\:tw-ease-linear {
    transition-timing-function: linear !important;
  }

  .md\:tw-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .md\:tw-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .md\:tw-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .md\:tw-duration-75 {
    transition-duration: 75ms !important;
  }

  .md\:tw-duration-100 {
    transition-duration: 100ms !important;
  }

  .md\:tw-duration-150 {
    transition-duration: 150ms !important;
  }

  .md\:tw-duration-200 {
    transition-duration: 200ms !important;
  }

  .md\:tw-duration-300 {
    transition-duration: 300ms !important;
  }

  .md\:tw-duration-500 {
    transition-duration: 500ms !important;
  }

  .md\:tw-duration-700 {
    transition-duration: 700ms !important;
  }

  .md\:tw-duration-1000 {
    transition-duration: 1000ms !important;
  }

  .md\:tw-delay-75 {
    transition-delay: 75ms !important;
  }

  .md\:tw-delay-100 {
    transition-delay: 100ms !important;
  }

  .md\:tw-delay-150 {
    transition-delay: 150ms !important;
  }

  .md\:tw-delay-200 {
    transition-delay: 200ms !important;
  }

  .md\:tw-delay-300 {
    transition-delay: 300ms !important;
  }

  .md\:tw-delay-500 {
    transition-delay: 500ms !important;
  }

  .md\:tw-delay-700 {
    transition-delay: 700ms !important;
  }

  .md\:tw-delay-1000 {
    transition-delay: 1000ms !important;
  }

  .md\:tw-animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .md\:tw-animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .md\:tw-animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .md\:tw-animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .md\:tw-animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }
}

@media (min-width: 1024px) {
  .lg\:tw-container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .lg\:tw-container {
      max-width: 640px;
    }
  }

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

  @media (min-width: 1024px) {
    .lg\:tw-container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:tw-container {
      max-width: 1280px;
    }
  }

  .lg\:tw-space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-0\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(.125rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-0\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-1\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(.375rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-1\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-2\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(.625rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-2\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-3\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(.875rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-3\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-1\.25em > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25em * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25em * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-1\.25em > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25em * var(--space-x-reverse)) !important;
    margin-left: calc(1.25em * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-1\.5em > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5em * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5em * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-1\.5em > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5em * var(--space-x-reverse)) !important;
    margin-left: calc(1.5em * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-4em > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4em * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4em * var(--space-y-reverse)) !important;
  }

  .lg\:tw-space-x-4em > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4em * var(--space-x-reverse)) !important;
    margin-left: calc(4em * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-0\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-0\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-1\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-1\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-2\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-2\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-3\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-3\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-1\.25em > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25em * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25em * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-1\.25em > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25em * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25em * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-1\.5em > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5em * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5em * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-1\.5em > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5em * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5em * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw--space-y-4em > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4em * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4em * var(--space-y-reverse)) !important;
  }

  .lg\:tw--space-x-4em > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4em * var(--space-x-reverse)) !important;
    margin-left: calc(-4em * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:tw-space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1 !important;
  }

  .lg\:tw-space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1 !important;
  }

  .lg\:tw-divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .lg\:tw-divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:tw-divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .lg\:tw-divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:tw-divide-y-3 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(3px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(3px * var(--divide-y-reverse)) !important;
  }

  .lg\:tw-divide-x-3 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(3px * var(--divide-x-reverse)) !important;
    border-left-width: calc(3px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:tw-divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .lg\:tw-divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:tw-divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .lg\:tw-divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:tw-divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .lg\:tw-divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:tw-divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1 !important;
  }

  .lg\:tw-divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1 !important;
  }

  .lg\:tw-divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent !important;
  }

  .lg\:tw-divide-current > :not(template) ~ :not(template) {
    border-color: currentColor !important;
  }

  .lg\:tw-divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f9fafb !important;
    border-color: rgba(249, 250, 251, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f3f4f6 !important;
    border-color: rgba(243, 244, 246, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e5e7eb !important;
    border-color: rgba(229, 231, 235, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d1d5db !important;
    border-color: rgba(209, 213, 219, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9ca3af !important;
    border-color: rgba(156, 163, 175, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6b7280 !important;
    border-color: rgba(107, 114, 128, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4b5563 !important;
    border-color: rgba(75, 85, 99, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #374151 !important;
    border-color: rgba(55, 65, 81, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1f2937 !important;
    border-color: rgba(31, 41, 55, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #111827 !important;
    border-color: rgba(17, 24, 39, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-red-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fef2f2 !important;
    border-color: rgba(254, 242, 242, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-red-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fee2e2 !important;
    border-color: rgba(254, 226, 226, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-red-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fecaca !important;
    border-color: rgba(254, 202, 202, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-red-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fca5a5 !important;
    border-color: rgba(252, 165, 165, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-red-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f87171 !important;
    border-color: rgba(248, 113, 113, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-red-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ef4444 !important;
    border-color: rgba(239, 68, 68, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-red-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #dc2626 !important;
    border-color: rgba(220, 38, 38, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-red-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b91c1c !important;
    border-color: rgba(185, 28, 28, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-red-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #991b1b !important;
    border-color: rgba(153, 27, 27, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-red-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7f1d1d !important;
    border-color: rgba(127, 29, 29, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff7ed !important;
    border-color: rgba(255, 247, 237, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ffedd5 !important;
    border-color: rgba(255, 237, 213, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fed7aa !important;
    border-color: rgba(254, 215, 170, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fdba74 !important;
    border-color: rgba(253, 186, 116, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fb923c !important;
    border-color: rgba(251, 146, 60, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f97316 !important;
    border-color: rgba(249, 115, 22, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ea580c !important;
    border-color: rgba(234, 88, 12, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c2410c !important;
    border-color: rgba(194, 65, 12, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9a3412 !important;
    border-color: rgba(154, 52, 18, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7c2d12 !important;
    border-color: rgba(124, 45, 18, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fefce8 !important;
    border-color: rgba(254, 252, 232, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fef9c3 !important;
    border-color: rgba(254, 249, 195, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fef08a !important;
    border-color: rgba(254, 240, 138, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fde047 !important;
    border-color: rgba(253, 224, 71, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #facc15 !important;
    border-color: rgba(250, 204, 21, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #eab308 !important;
    border-color: rgba(234, 179, 8, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ca8a04 !important;
    border-color: rgba(202, 138, 4, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a16207 !important;
    border-color: rgba(161, 98, 7, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #854d0e !important;
    border-color: rgba(133, 77, 14, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #713f12 !important;
    border-color: rgba(113, 63, 18, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-green-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0fdf4 !important;
    border-color: rgba(240, 253, 244, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #dcfce7 !important;
    border-color: rgba(220, 252, 231, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #bbf7d0 !important;
    border-color: rgba(187, 247, 208, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #86efac !important;
    border-color: rgba(134, 239, 172, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4ade80 !important;
    border-color: rgba(74, 222, 128, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #22c55e !important;
    border-color: rgba(34, 197, 94, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #16a34a !important;
    border-color: rgba(22, 163, 74, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #15803d !important;
    border-color: rgba(21, 128, 61, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #166534 !important;
    border-color: rgba(22, 101, 52, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #14532d !important;
    border-color: rgba(20, 83, 45, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0fdfa !important;
    border-color: rgba(240, 253, 250, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ccfbf1 !important;
    border-color: rgba(204, 251, 241, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #99f6e4 !important;
    border-color: rgba(153, 246, 228, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #5eead4 !important;
    border-color: rgba(94, 234, 212, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2dd4bf !important;
    border-color: rgba(45, 212, 191, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #14b8a6 !important;
    border-color: rgba(20, 184, 166, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0d9488 !important;
    border-color: rgba(13, 148, 136, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0f766e !important;
    border-color: rgba(15, 118, 110, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #115e59 !important;
    border-color: rgba(17, 94, 89, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #134e4a !important;
    border-color: rgba(19, 78, 74, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #eff6ff !important;
    border-color: rgba(239, 246, 255, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #dbeafe !important;
    border-color: rgba(219, 234, 254, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #bfdbfe !important;
    border-color: rgba(191, 219, 254, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #93c5fd !important;
    border-color: rgba(147, 197, 253, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #60a5fa !important;
    border-color: rgba(96, 165, 250, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2563eb !important;
    border-color: rgba(37, 99, 235, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1d4ed8 !important;
    border-color: rgba(29, 78, 216, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1e40af !important;
    border-color: rgba(30, 64, 175, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1e3a8a !important;
    border-color: rgba(30, 58, 138, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #eef2ff !important;
    border-color: rgba(238, 242, 255, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e0e7ff !important;
    border-color: rgba(224, 231, 255, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c7d2fe !important;
    border-color: rgba(199, 210, 254, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a5b4fc !important;
    border-color: rgba(165, 180, 252, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #818cf8 !important;
    border-color: rgba(129, 140, 248, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6366f1 !important;
    border-color: rgba(99, 102, 241, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4f46e5 !important;
    border-color: rgba(79, 70, 229, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4338ca !important;
    border-color: rgba(67, 56, 202, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3730a3 !important;
    border-color: rgba(55, 48, 163, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #312e81 !important;
    border-color: rgba(49, 46, 129, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f3e8ff !important;
    border-color: rgba(243, 232, 255, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e9d5ff !important;
    border-color: rgba(233, 213, 255, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d8b4fe !important;
    border-color: rgba(216, 180, 254, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c084fc !important;
    border-color: rgba(192, 132, 252, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a855f7 !important;
    border-color: rgba(168, 85, 247, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9333ea !important;
    border-color: rgba(147, 51, 234, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7e22ce !important;
    border-color: rgba(126, 34, 206, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6b21a8 !important;
    border-color: rgba(107, 33, 168, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #581c87 !important;
    border-color: rgba(88, 28, 135, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fdf2f8 !important;
    border-color: rgba(253, 242, 248, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fce7f3 !important;
    border-color: rgba(252, 231, 243, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fbcfe8 !important;
    border-color: rgba(251, 207, 232, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f9a8d4 !important;
    border-color: rgba(249, 168, 212, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f472b6 !important;
    border-color: rgba(244, 114, 182, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ec4899 !important;
    border-color: rgba(236, 72, 153, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #db2777 !important;
    border-color: rgba(219, 39, 119, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #be185d !important;
    border-color: rgba(190, 24, 93, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9d174d !important;
    border-color: rgba(157, 23, 77, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #831843 !important;
    border-color: rgba(131, 24, 67, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-app-main > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F18D11 !important;
    border-color: rgba(241, 141, 17, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-app-sub-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1E548F !important;
    border-color: rgba(30, 84, 143, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-app-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #FFF5D1 !important;
    border-color: rgba(255, 245, 209, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-theme-primary > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f3980f !important;
    border-color: rgba(243, 152, 15, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-theme-info > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1b925a !important;
    border-color: rgba(27, 146, 90, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-slate-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-slate-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241, 245, 249, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-slate-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-slate-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #cbd5e1 !important;
    border-color: rgba(203, 213, 225, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-slate-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #94a3b8 !important;
    border-color: rgba(148, 163, 184, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-slate-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #64748b !important;
    border-color: rgba(100, 116, 139, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-slate-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #475569 !important;
    border-color: rgba(71, 85, 105, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-slate-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #334155 !important;
    border-color: rgba(51, 65, 85, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-slate-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1e293b !important;
    border-color: rgba(30, 41, 59, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-slate-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0f172a !important;
    border-color: rgba(15, 23, 42, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-zinc-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-zinc-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f4f4f5 !important;
    border-color: rgba(244, 244, 245, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-zinc-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e4e4e7 !important;
    border-color: rgba(228, 228, 231, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-zinc-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d4d4d8 !important;
    border-color: rgba(212, 212, 216, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-zinc-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a1a1aa !important;
    border-color: rgba(161, 161, 170, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-zinc-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #71717a !important;
    border-color: rgba(113, 113, 122, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-zinc-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #52525b !important;
    border-color: rgba(82, 82, 91, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-zinc-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3f3f46 !important;
    border-color: rgba(63, 63, 70, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-zinc-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #27272a !important;
    border-color: rgba(39, 39, 42, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-zinc-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #18181b !important;
    border-color: rgba(24, 24, 27, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-neutral-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-neutral-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-neutral-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e5e5e5 !important;
    border-color: rgba(229, 229, 229, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-neutral-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d4d4d4 !important;
    border-color: rgba(212, 212, 212, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-neutral-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a3a3a3 !important;
    border-color: rgba(163, 163, 163, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-neutral-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #737373 !important;
    border-color: rgba(115, 115, 115, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-neutral-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #525252 !important;
    border-color: rgba(82, 82, 82, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-neutral-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #404040 !important;
    border-color: rgba(64, 64, 64, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-neutral-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #262626 !important;
    border-color: rgba(38, 38, 38, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-neutral-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #171717 !important;
    border-color: rgba(23, 23, 23, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-stone-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fafaf9 !important;
    border-color: rgba(250, 250, 249, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-stone-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f5f5f4 !important;
    border-color: rgba(245, 245, 244, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-stone-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e7e5e4 !important;
    border-color: rgba(231, 229, 228, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-stone-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d6d3d1 !important;
    border-color: rgba(214, 211, 209, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-stone-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a8a29e !important;
    border-color: rgba(168, 162, 158, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-stone-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #78716c !important;
    border-color: rgba(120, 113, 108, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-stone-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #57534e !important;
    border-color: rgba(87, 83, 78, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-stone-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #44403c !important;
    border-color: rgba(68, 64, 60, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-stone-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #292524 !important;
    border-color: rgba(41, 37, 36, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-stone-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1c1917 !important;
    border-color: rgba(28, 25, 23, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-amber-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fffbeb !important;
    border-color: rgba(255, 251, 235, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-amber-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fef3c7 !important;
    border-color: rgba(254, 243, 199, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-amber-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fde68a !important;
    border-color: rgba(253, 230, 138, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-amber-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fcd34d !important;
    border-color: rgba(252, 211, 77, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-amber-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fbbf24 !important;
    border-color: rgba(251, 191, 36, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-amber-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f59e0b !important;
    border-color: rgba(245, 158, 11, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-amber-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d97706 !important;
    border-color: rgba(217, 119, 6, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-amber-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b45309 !important;
    border-color: rgba(180, 83, 9, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-amber-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #92400e !important;
    border-color: rgba(146, 64, 14, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-amber-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #78350f !important;
    border-color: rgba(120, 53, 15, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-lime-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f7fee7 !important;
    border-color: rgba(247, 254, 231, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-lime-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ecfccb !important;
    border-color: rgba(236, 252, 203, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-lime-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d9f99d !important;
    border-color: rgba(217, 249, 157, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-lime-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #bef264 !important;
    border-color: rgba(190, 242, 100, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-lime-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a3e635 !important;
    border-color: rgba(163, 230, 53, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-lime-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #84cc16 !important;
    border-color: rgba(132, 204, 22, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-lime-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #65a30d !important;
    border-color: rgba(101, 163, 13, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-lime-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4d7c0f !important;
    border-color: rgba(77, 124, 15, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-lime-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3f6212 !important;
    border-color: rgba(63, 98, 18, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-lime-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #365314 !important;
    border-color: rgba(54, 83, 20, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-emerald-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ecfdf5 !important;
    border-color: rgba(236, 253, 245, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-emerald-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d1fae5 !important;
    border-color: rgba(209, 250, 229, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-emerald-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a7f3d0 !important;
    border-color: rgba(167, 243, 208, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-emerald-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6ee7b7 !important;
    border-color: rgba(110, 231, 183, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-emerald-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #34d399 !important;
    border-color: rgba(52, 211, 153, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-emerald-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #10b981 !important;
    border-color: rgba(16, 185, 129, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-emerald-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #059669 !important;
    border-color: rgba(5, 150, 105, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-emerald-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #047857 !important;
    border-color: rgba(4, 120, 87, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-emerald-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #065f46 !important;
    border-color: rgba(6, 95, 70, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-emerald-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #064e3b !important;
    border-color: rgba(6, 78, 59, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-cyan-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ecfeff !important;
    border-color: rgba(236, 254, 255, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-cyan-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #cffafe !important;
    border-color: rgba(207, 250, 254, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-cyan-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a5f3fc !important;
    border-color: rgba(165, 243, 252, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-cyan-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #67e8f9 !important;
    border-color: rgba(103, 232, 249, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-cyan-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #22d3ee !important;
    border-color: rgba(34, 211, 238, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-cyan-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-cyan-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0891b2 !important;
    border-color: rgba(8, 145, 178, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-cyan-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0e7490 !important;
    border-color: rgba(14, 116, 144, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-cyan-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #155e75 !important;
    border-color: rgba(21, 94, 117, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-cyan-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #164e63 !important;
    border-color: rgba(22, 78, 99, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-sky-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0f9ff !important;
    border-color: rgba(240, 249, 255, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-sky-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e0f2fe !important;
    border-color: rgba(224, 242, 254, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-sky-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #bae6fd !important;
    border-color: rgba(186, 230, 253, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-sky-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7dd3fc !important;
    border-color: rgba(125, 211, 252, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-sky-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #38bdf8 !important;
    border-color: rgba(56, 189, 248, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-sky-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0ea5e9 !important;
    border-color: rgba(14, 165, 233, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-sky-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0284c7 !important;
    border-color: rgba(2, 132, 199, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-sky-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0369a1 !important;
    border-color: rgba(3, 105, 161, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-sky-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #075985 !important;
    border-color: rgba(7, 89, 133, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-sky-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0c4a6e !important;
    border-color: rgba(12, 74, 110, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-violet-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f5f3ff !important;
    border-color: rgba(245, 243, 255, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-violet-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ede9fe !important;
    border-color: rgba(237, 233, 254, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-violet-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ddd6fe !important;
    border-color: rgba(221, 214, 254, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-violet-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c4b5fd !important;
    border-color: rgba(196, 181, 253, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-violet-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a78bfa !important;
    border-color: rgba(167, 139, 250, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-violet-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #8b5cf6 !important;
    border-color: rgba(139, 92, 246, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-violet-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7c3aed !important;
    border-color: rgba(124, 58, 237, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-violet-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6d28d9 !important;
    border-color: rgba(109, 40, 217, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-violet-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #5b21b6 !important;
    border-color: rgba(91, 33, 182, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-violet-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-fuchsia-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fdf4ff !important;
    border-color: rgba(253, 244, 255, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-fuchsia-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fae8ff !important;
    border-color: rgba(250, 232, 255, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-fuchsia-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f5d0fe !important;
    border-color: rgba(245, 208, 254, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-fuchsia-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0abfc !important;
    border-color: rgba(240, 171, 252, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-fuchsia-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e879f9 !important;
    border-color: rgba(232, 121, 249, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-fuchsia-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d946ef !important;
    border-color: rgba(217, 70, 239, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-fuchsia-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c026d3 !important;
    border-color: rgba(192, 38, 211, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-fuchsia-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a21caf !important;
    border-color: rgba(162, 28, 175, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-fuchsia-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #86198f !important;
    border-color: rgba(134, 25, 143, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-fuchsia-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #701a75 !important;
    border-color: rgba(112, 26, 117, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-rose-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff1f2 !important;
    border-color: rgba(255, 241, 242, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-rose-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ffe4e6 !important;
    border-color: rgba(255, 228, 230, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-rose-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fecdd3 !important;
    border-color: rgba(254, 205, 211, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-rose-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fda4af !important;
    border-color: rgba(253, 164, 175, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-rose-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fb7185 !important;
    border-color: rgba(251, 113, 133, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-rose-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f43f5e !important;
    border-color: rgba(244, 63, 94, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-rose-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e11d48 !important;
    border-color: rgba(225, 29, 72, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-rose-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #be123c !important;
    border-color: rgba(190, 18, 60, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-rose-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9f1239 !important;
    border-color: rgba(159, 18, 57, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-rose-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #881337 !important;
    border-color: rgba(136, 19, 55, var(--divide-opacity)) !important;
  }

  .lg\:tw-divide-solid > :not(template) ~ :not(template) {
    border-style: solid !important;
  }

  .lg\:tw-divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed !important;
  }

  .lg\:tw-divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted !important;
  }

  .lg\:tw-divide-double > :not(template) ~ :not(template) {
    border-style: double !important;
  }

  .lg\:tw-divide-none > :not(template) ~ :not(template) {
    border-style: none !important;
  }

  .lg\:tw-divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0 !important;
  }

  .lg\:tw-divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25 !important;
  }

  .lg\:tw-divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5 !important;
  }

  .lg\:tw-divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75 !important;
  }

  .lg\:tw-divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  .lg\:tw-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:tw-not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:focus\:tw-sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:focus\:tw-not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:tw-appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .lg\:tw-bg-fixed {
    background-attachment: fixed !important;
  }

  .lg\:tw-bg-local {
    background-attachment: local !important;
  }

  .lg\:tw-bg-scroll {
    background-attachment: scroll !important;
  }

  .lg\:tw-bg-clip-border {
    background-clip: border-box !important;
  }

  .lg\:tw-bg-clip-padding {
    background-clip: padding-box !important;
  }

  .lg\:tw-bg-clip-content {
    background-clip: content-box !important;
  }

  .lg\:tw-bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .lg\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .lg\:tw-bg-current {
    background-color: currentColor !important;
  }

  .lg\:tw-bg-black {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-white {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-50 {
    --bg-opacity: 1 !important;
    background-color: #f9fafb !important;
    background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-100 {
    --bg-opacity: 1 !important;
    background-color: #f3f4f6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-200 {
    --bg-opacity: 1 !important;
    background-color: #e5e7eb !important;
    background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-300 {
    --bg-opacity: 1 !important;
    background-color: #d1d5db !important;
    background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-400 {
    --bg-opacity: 1 !important;
    background-color: #9ca3af !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-500 {
    --bg-opacity: 1 !important;
    background-color: #6b7280 !important;
    background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-600 {
    --bg-opacity: 1 !important;
    background-color: #4b5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-700 {
    --bg-opacity: 1 !important;
    background-color: #374151 !important;
    background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-800 {
    --bg-opacity: 1 !important;
    background-color: #1f2937 !important;
    background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-900 {
    --bg-opacity: 1 !important;
    background-color: #111827 !important;
    background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-red-50 {
    --bg-opacity: 1 !important;
    background-color: #fef2f2 !important;
    background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-red-100 {
    --bg-opacity: 1 !important;
    background-color: #fee2e2 !important;
    background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-red-200 {
    --bg-opacity: 1 !important;
    background-color: #fecaca !important;
    background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-red-300 {
    --bg-opacity: 1 !important;
    background-color: #fca5a5 !important;
    background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-red-400 {
    --bg-opacity: 1 !important;
    background-color: #f87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-red-500 {
    --bg-opacity: 1 !important;
    background-color: #ef4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-red-600 {
    --bg-opacity: 1 !important;
    background-color: #dc2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-red-700 {
    --bg-opacity: 1 !important;
    background-color: #b91c1c !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-red-800 {
    --bg-opacity: 1 !important;
    background-color: #991b1b !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-red-900 {
    --bg-opacity: 1 !important;
    background-color: #7f1d1d !important;
    background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-50 {
    --bg-opacity: 1 !important;
    background-color: #fff7ed !important;
    background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-100 {
    --bg-opacity: 1 !important;
    background-color: #ffedd5 !important;
    background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-200 {
    --bg-opacity: 1 !important;
    background-color: #fed7aa !important;
    background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-300 {
    --bg-opacity: 1 !important;
    background-color: #fdba74 !important;
    background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-400 {
    --bg-opacity: 1 !important;
    background-color: #fb923c !important;
    background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-500 {
    --bg-opacity: 1 !important;
    background-color: #f97316 !important;
    background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-600 {
    --bg-opacity: 1 !important;
    background-color: #ea580c !important;
    background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-700 {
    --bg-opacity: 1 !important;
    background-color: #c2410c !important;
    background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-800 {
    --bg-opacity: 1 !important;
    background-color: #9a3412 !important;
    background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-900 {
    --bg-opacity: 1 !important;
    background-color: #7c2d12 !important;
    background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-50 {
    --bg-opacity: 1 !important;
    background-color: #fefce8 !important;
    background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-100 {
    --bg-opacity: 1 !important;
    background-color: #fef9c3 !important;
    background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-200 {
    --bg-opacity: 1 !important;
    background-color: #fef08a !important;
    background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-300 {
    --bg-opacity: 1 !important;
    background-color: #fde047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-400 {
    --bg-opacity: 1 !important;
    background-color: #facc15 !important;
    background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-500 {
    --bg-opacity: 1 !important;
    background-color: #eab308 !important;
    background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-600 {
    --bg-opacity: 1 !important;
    background-color: #ca8a04 !important;
    background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-700 {
    --bg-opacity: 1 !important;
    background-color: #a16207 !important;
    background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-800 {
    --bg-opacity: 1 !important;
    background-color: #854d0e !important;
    background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-900 {
    --bg-opacity: 1 !important;
    background-color: #713f12 !important;
    background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-green-50 {
    --bg-opacity: 1 !important;
    background-color: #f0fdf4 !important;
    background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-green-100 {
    --bg-opacity: 1 !important;
    background-color: #dcfce7 !important;
    background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-green-200 {
    --bg-opacity: 1 !important;
    background-color: #bbf7d0 !important;
    background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-green-300 {
    --bg-opacity: 1 !important;
    background-color: #86efac !important;
    background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-green-400 {
    --bg-opacity: 1 !important;
    background-color: #4ade80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-green-500 {
    --bg-opacity: 1 !important;
    background-color: #22c55e !important;
    background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-green-600 {
    --bg-opacity: 1 !important;
    background-color: #16a34a !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-green-700 {
    --bg-opacity: 1 !important;
    background-color: #15803d !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-green-800 {
    --bg-opacity: 1 !important;
    background-color: #166534 !important;
    background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-green-900 {
    --bg-opacity: 1 !important;
    background-color: #14532d !important;
    background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-50 {
    --bg-opacity: 1 !important;
    background-color: #f0fdfa !important;
    background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-100 {
    --bg-opacity: 1 !important;
    background-color: #ccfbf1 !important;
    background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-200 {
    --bg-opacity: 1 !important;
    background-color: #99f6e4 !important;
    background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-300 {
    --bg-opacity: 1 !important;
    background-color: #5eead4 !important;
    background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-400 {
    --bg-opacity: 1 !important;
    background-color: #2dd4bf !important;
    background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-500 {
    --bg-opacity: 1 !important;
    background-color: #14b8a6 !important;
    background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-600 {
    --bg-opacity: 1 !important;
    background-color: #0d9488 !important;
    background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-700 {
    --bg-opacity: 1 !important;
    background-color: #0f766e !important;
    background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-800 {
    --bg-opacity: 1 !important;
    background-color: #115e59 !important;
    background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-900 {
    --bg-opacity: 1 !important;
    background-color: #134e4a !important;
    background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-50 {
    --bg-opacity: 1 !important;
    background-color: #eff6ff !important;
    background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-100 {
    --bg-opacity: 1 !important;
    background-color: #dbeafe !important;
    background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-200 {
    --bg-opacity: 1 !important;
    background-color: #bfdbfe !important;
    background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-300 {
    --bg-opacity: 1 !important;
    background-color: #93c5fd !important;
    background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-400 {
    --bg-opacity: 1 !important;
    background-color: #60a5fa !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-500 {
    --bg-opacity: 1 !important;
    background-color: #3b82f6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-600 {
    --bg-opacity: 1 !important;
    background-color: #2563eb !important;
    background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-700 {
    --bg-opacity: 1 !important;
    background-color: #1d4ed8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-800 {
    --bg-opacity: 1 !important;
    background-color: #1e40af !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-900 {
    --bg-opacity: 1 !important;
    background-color: #1e3a8a !important;
    background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-50 {
    --bg-opacity: 1 !important;
    background-color: #eef2ff !important;
    background-color: rgba(238, 242, 255, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-100 {
    --bg-opacity: 1 !important;
    background-color: #e0e7ff !important;
    background-color: rgba(224, 231, 255, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-200 {
    --bg-opacity: 1 !important;
    background-color: #c7d2fe !important;
    background-color: rgba(199, 210, 254, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-300 {
    --bg-opacity: 1 !important;
    background-color: #a5b4fc !important;
    background-color: rgba(165, 180, 252, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-400 {
    --bg-opacity: 1 !important;
    background-color: #818cf8 !important;
    background-color: rgba(129, 140, 248, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-500 {
    --bg-opacity: 1 !important;
    background-color: #6366f1 !important;
    background-color: rgba(99, 102, 241, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-600 {
    --bg-opacity: 1 !important;
    background-color: #4f46e5 !important;
    background-color: rgba(79, 70, 229, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-700 {
    --bg-opacity: 1 !important;
    background-color: #4338ca !important;
    background-color: rgba(67, 56, 202, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-800 {
    --bg-opacity: 1 !important;
    background-color: #3730a3 !important;
    background-color: rgba(55, 48, 163, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-900 {
    --bg-opacity: 1 !important;
    background-color: #312e81 !important;
    background-color: rgba(49, 46, 129, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-50 {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-100 {
    --bg-opacity: 1 !important;
    background-color: #f3e8ff !important;
    background-color: rgba(243, 232, 255, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-200 {
    --bg-opacity: 1 !important;
    background-color: #e9d5ff !important;
    background-color: rgba(233, 213, 255, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-300 {
    --bg-opacity: 1 !important;
    background-color: #d8b4fe !important;
    background-color: rgba(216, 180, 254, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-400 {
    --bg-opacity: 1 !important;
    background-color: #c084fc !important;
    background-color: rgba(192, 132, 252, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-500 {
    --bg-opacity: 1 !important;
    background-color: #a855f7 !important;
    background-color: rgba(168, 85, 247, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-600 {
    --bg-opacity: 1 !important;
    background-color: #9333ea !important;
    background-color: rgba(147, 51, 234, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-700 {
    --bg-opacity: 1 !important;
    background-color: #7e22ce !important;
    background-color: rgba(126, 34, 206, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-800 {
    --bg-opacity: 1 !important;
    background-color: #6b21a8 !important;
    background-color: rgba(107, 33, 168, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-900 {
    --bg-opacity: 1 !important;
    background-color: #581c87 !important;
    background-color: rgba(88, 28, 135, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-50 {
    --bg-opacity: 1 !important;
    background-color: #fdf2f8 !important;
    background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-100 {
    --bg-opacity: 1 !important;
    background-color: #fce7f3 !important;
    background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-200 {
    --bg-opacity: 1 !important;
    background-color: #fbcfe8 !important;
    background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-300 {
    --bg-opacity: 1 !important;
    background-color: #f9a8d4 !important;
    background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-400 {
    --bg-opacity: 1 !important;
    background-color: #f472b6 !important;
    background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-500 {
    --bg-opacity: 1 !important;
    background-color: #ec4899 !important;
    background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-600 {
    --bg-opacity: 1 !important;
    background-color: #db2777 !important;
    background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-700 {
    --bg-opacity: 1 !important;
    background-color: #be185d !important;
    background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-800 {
    --bg-opacity: 1 !important;
    background-color: #9d174d !important;
    background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-900 {
    --bg-opacity: 1 !important;
    background-color: #831843 !important;
    background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-app-main {
    --bg-opacity: 1 !important;
    background-color: #F18D11 !important;
    background-color: rgba(241, 141, 17, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-app-sub-blue {
    --bg-opacity: 1 !important;
    background-color: #1E548F !important;
    background-color: rgba(30, 84, 143, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-app-yellow {
    --bg-opacity: 1 !important;
    background-color: #FFF5D1 !important;
    background-color: rgba(255, 245, 209, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-theme-primary {
    --bg-opacity: 1 !important;
    background-color: #f3980f !important;
    background-color: rgba(243, 152, 15, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-theme-info {
    --bg-opacity: 1 !important;
    background-color: #1b925a !important;
    background-color: rgba(27, 146, 90, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-slate-50 {
    --bg-opacity: 1 !important;
    background-color: #f8fafc !important;
    background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-slate-100 {
    --bg-opacity: 1 !important;
    background-color: #f1f5f9 !important;
    background-color: rgba(241, 245, 249, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-slate-200 {
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-slate-300 {
    --bg-opacity: 1 !important;
    background-color: #cbd5e1 !important;
    background-color: rgba(203, 213, 225, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-slate-400 {
    --bg-opacity: 1 !important;
    background-color: #94a3b8 !important;
    background-color: rgba(148, 163, 184, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-slate-500 {
    --bg-opacity: 1 !important;
    background-color: #64748b !important;
    background-color: rgba(100, 116, 139, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-slate-600 {
    --bg-opacity: 1 !important;
    background-color: #475569 !important;
    background-color: rgba(71, 85, 105, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-slate-700 {
    --bg-opacity: 1 !important;
    background-color: #334155 !important;
    background-color: rgba(51, 65, 85, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-slate-800 {
    --bg-opacity: 1 !important;
    background-color: #1e293b !important;
    background-color: rgba(30, 41, 59, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-slate-900 {
    --bg-opacity: 1 !important;
    background-color: #0f172a !important;
    background-color: rgba(15, 23, 42, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-zinc-50 {
    --bg-opacity: 1 !important;
    background-color: #fafafa !important;
    background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-zinc-100 {
    --bg-opacity: 1 !important;
    background-color: #f4f4f5 !important;
    background-color: rgba(244, 244, 245, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-zinc-200 {
    --bg-opacity: 1 !important;
    background-color: #e4e4e7 !important;
    background-color: rgba(228, 228, 231, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-zinc-300 {
    --bg-opacity: 1 !important;
    background-color: #d4d4d8 !important;
    background-color: rgba(212, 212, 216, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-zinc-400 {
    --bg-opacity: 1 !important;
    background-color: #a1a1aa !important;
    background-color: rgba(161, 161, 170, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-zinc-500 {
    --bg-opacity: 1 !important;
    background-color: #71717a !important;
    background-color: rgba(113, 113, 122, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-zinc-600 {
    --bg-opacity: 1 !important;
    background-color: #52525b !important;
    background-color: rgba(82, 82, 91, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-zinc-700 {
    --bg-opacity: 1 !important;
    background-color: #3f3f46 !important;
    background-color: rgba(63, 63, 70, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-zinc-800 {
    --bg-opacity: 1 !important;
    background-color: #27272a !important;
    background-color: rgba(39, 39, 42, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-zinc-900 {
    --bg-opacity: 1 !important;
    background-color: #18181b !important;
    background-color: rgba(24, 24, 27, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-neutral-50 {
    --bg-opacity: 1 !important;
    background-color: #fafafa !important;
    background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-neutral-100 {
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-neutral-200 {
    --bg-opacity: 1 !important;
    background-color: #e5e5e5 !important;
    background-color: rgba(229, 229, 229, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-neutral-300 {
    --bg-opacity: 1 !important;
    background-color: #d4d4d4 !important;
    background-color: rgba(212, 212, 212, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-neutral-400 {
    --bg-opacity: 1 !important;
    background-color: #a3a3a3 !important;
    background-color: rgba(163, 163, 163, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-neutral-500 {
    --bg-opacity: 1 !important;
    background-color: #737373 !important;
    background-color: rgba(115, 115, 115, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-neutral-600 {
    --bg-opacity: 1 !important;
    background-color: #525252 !important;
    background-color: rgba(82, 82, 82, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-neutral-700 {
    --bg-opacity: 1 !important;
    background-color: #404040 !important;
    background-color: rgba(64, 64, 64, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-neutral-800 {
    --bg-opacity: 1 !important;
    background-color: #262626 !important;
    background-color: rgba(38, 38, 38, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-neutral-900 {
    --bg-opacity: 1 !important;
    background-color: #171717 !important;
    background-color: rgba(23, 23, 23, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-stone-50 {
    --bg-opacity: 1 !important;
    background-color: #fafaf9 !important;
    background-color: rgba(250, 250, 249, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-stone-100 {
    --bg-opacity: 1 !important;
    background-color: #f5f5f4 !important;
    background-color: rgba(245, 245, 244, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-stone-200 {
    --bg-opacity: 1 !important;
    background-color: #e7e5e4 !important;
    background-color: rgba(231, 229, 228, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-stone-300 {
    --bg-opacity: 1 !important;
    background-color: #d6d3d1 !important;
    background-color: rgba(214, 211, 209, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-stone-400 {
    --bg-opacity: 1 !important;
    background-color: #a8a29e !important;
    background-color: rgba(168, 162, 158, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-stone-500 {
    --bg-opacity: 1 !important;
    background-color: #78716c !important;
    background-color: rgba(120, 113, 108, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-stone-600 {
    --bg-opacity: 1 !important;
    background-color: #57534e !important;
    background-color: rgba(87, 83, 78, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-stone-700 {
    --bg-opacity: 1 !important;
    background-color: #44403c !important;
    background-color: rgba(68, 64, 60, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-stone-800 {
    --bg-opacity: 1 !important;
    background-color: #292524 !important;
    background-color: rgba(41, 37, 36, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-stone-900 {
    --bg-opacity: 1 !important;
    background-color: #1c1917 !important;
    background-color: rgba(28, 25, 23, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-amber-50 {
    --bg-opacity: 1 !important;
    background-color: #fffbeb !important;
    background-color: rgba(255, 251, 235, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-amber-100 {
    --bg-opacity: 1 !important;
    background-color: #fef3c7 !important;
    background-color: rgba(254, 243, 199, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-amber-200 {
    --bg-opacity: 1 !important;
    background-color: #fde68a !important;
    background-color: rgba(253, 230, 138, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-amber-300 {
    --bg-opacity: 1 !important;
    background-color: #fcd34d !important;
    background-color: rgba(252, 211, 77, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-amber-400 {
    --bg-opacity: 1 !important;
    background-color: #fbbf24 !important;
    background-color: rgba(251, 191, 36, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-amber-500 {
    --bg-opacity: 1 !important;
    background-color: #f59e0b !important;
    background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-amber-600 {
    --bg-opacity: 1 !important;
    background-color: #d97706 !important;
    background-color: rgba(217, 119, 6, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-amber-700 {
    --bg-opacity: 1 !important;
    background-color: #b45309 !important;
    background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-amber-800 {
    --bg-opacity: 1 !important;
    background-color: #92400e !important;
    background-color: rgba(146, 64, 14, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-amber-900 {
    --bg-opacity: 1 !important;
    background-color: #78350f !important;
    background-color: rgba(120, 53, 15, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-lime-50 {
    --bg-opacity: 1 !important;
    background-color: #f7fee7 !important;
    background-color: rgba(247, 254, 231, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-lime-100 {
    --bg-opacity: 1 !important;
    background-color: #ecfccb !important;
    background-color: rgba(236, 252, 203, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-lime-200 {
    --bg-opacity: 1 !important;
    background-color: #d9f99d !important;
    background-color: rgba(217, 249, 157, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-lime-300 {
    --bg-opacity: 1 !important;
    background-color: #bef264 !important;
    background-color: rgba(190, 242, 100, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-lime-400 {
    --bg-opacity: 1 !important;
    background-color: #a3e635 !important;
    background-color: rgba(163, 230, 53, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-lime-500 {
    --bg-opacity: 1 !important;
    background-color: #84cc16 !important;
    background-color: rgba(132, 204, 22, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-lime-600 {
    --bg-opacity: 1 !important;
    background-color: #65a30d !important;
    background-color: rgba(101, 163, 13, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-lime-700 {
    --bg-opacity: 1 !important;
    background-color: #4d7c0f !important;
    background-color: rgba(77, 124, 15, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-lime-800 {
    --bg-opacity: 1 !important;
    background-color: #3f6212 !important;
    background-color: rgba(63, 98, 18, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-lime-900 {
    --bg-opacity: 1 !important;
    background-color: #365314 !important;
    background-color: rgba(54, 83, 20, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-emerald-50 {
    --bg-opacity: 1 !important;
    background-color: #ecfdf5 !important;
    background-color: rgba(236, 253, 245, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-emerald-100 {
    --bg-opacity: 1 !important;
    background-color: #d1fae5 !important;
    background-color: rgba(209, 250, 229, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-emerald-200 {
    --bg-opacity: 1 !important;
    background-color: #a7f3d0 !important;
    background-color: rgba(167, 243, 208, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-emerald-300 {
    --bg-opacity: 1 !important;
    background-color: #6ee7b7 !important;
    background-color: rgba(110, 231, 183, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-emerald-400 {
    --bg-opacity: 1 !important;
    background-color: #34d399 !important;
    background-color: rgba(52, 211, 153, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-emerald-500 {
    --bg-opacity: 1 !important;
    background-color: #10b981 !important;
    background-color: rgba(16, 185, 129, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-emerald-600 {
    --bg-opacity: 1 !important;
    background-color: #059669 !important;
    background-color: rgba(5, 150, 105, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-emerald-700 {
    --bg-opacity: 1 !important;
    background-color: #047857 !important;
    background-color: rgba(4, 120, 87, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-emerald-800 {
    --bg-opacity: 1 !important;
    background-color: #065f46 !important;
    background-color: rgba(6, 95, 70, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-emerald-900 {
    --bg-opacity: 1 !important;
    background-color: #064e3b !important;
    background-color: rgba(6, 78, 59, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-cyan-50 {
    --bg-opacity: 1 !important;
    background-color: #ecfeff !important;
    background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-cyan-100 {
    --bg-opacity: 1 !important;
    background-color: #cffafe !important;
    background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-cyan-200 {
    --bg-opacity: 1 !important;
    background-color: #a5f3fc !important;
    background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-cyan-300 {
    --bg-opacity: 1 !important;
    background-color: #67e8f9 !important;
    background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-cyan-400 {
    --bg-opacity: 1 !important;
    background-color: #22d3ee !important;
    background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-cyan-500 {
    --bg-opacity: 1 !important;
    background-color: #06b6d4 !important;
    background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-cyan-600 {
    --bg-opacity: 1 !important;
    background-color: #0891b2 !important;
    background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-cyan-700 {
    --bg-opacity: 1 !important;
    background-color: #0e7490 !important;
    background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-cyan-800 {
    --bg-opacity: 1 !important;
    background-color: #155e75 !important;
    background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-cyan-900 {
    --bg-opacity: 1 !important;
    background-color: #164e63 !important;
    background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-sky-50 {
    --bg-opacity: 1 !important;
    background-color: #f0f9ff !important;
    background-color: rgba(240, 249, 255, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-sky-100 {
    --bg-opacity: 1 !important;
    background-color: #e0f2fe !important;
    background-color: rgba(224, 242, 254, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-sky-200 {
    --bg-opacity: 1 !important;
    background-color: #bae6fd !important;
    background-color: rgba(186, 230, 253, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-sky-300 {
    --bg-opacity: 1 !important;
    background-color: #7dd3fc !important;
    background-color: rgba(125, 211, 252, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-sky-400 {
    --bg-opacity: 1 !important;
    background-color: #38bdf8 !important;
    background-color: rgba(56, 189, 248, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-sky-500 {
    --bg-opacity: 1 !important;
    background-color: #0ea5e9 !important;
    background-color: rgba(14, 165, 233, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-sky-600 {
    --bg-opacity: 1 !important;
    background-color: #0284c7 !important;
    background-color: rgba(2, 132, 199, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-sky-700 {
    --bg-opacity: 1 !important;
    background-color: #0369a1 !important;
    background-color: rgba(3, 105, 161, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-sky-800 {
    --bg-opacity: 1 !important;
    background-color: #075985 !important;
    background-color: rgba(7, 89, 133, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-sky-900 {
    --bg-opacity: 1 !important;
    background-color: #0c4a6e !important;
    background-color: rgba(12, 74, 110, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-violet-50 {
    --bg-opacity: 1 !important;
    background-color: #f5f3ff !important;
    background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-violet-100 {
    --bg-opacity: 1 !important;
    background-color: #ede9fe !important;
    background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-violet-200 {
    --bg-opacity: 1 !important;
    background-color: #ddd6fe !important;
    background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-violet-300 {
    --bg-opacity: 1 !important;
    background-color: #c4b5fd !important;
    background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-violet-400 {
    --bg-opacity: 1 !important;
    background-color: #a78bfa !important;
    background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-violet-500 {
    --bg-opacity: 1 !important;
    background-color: #8b5cf6 !important;
    background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-violet-600 {
    --bg-opacity: 1 !important;
    background-color: #7c3aed !important;
    background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-violet-700 {
    --bg-opacity: 1 !important;
    background-color: #6d28d9 !important;
    background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-violet-800 {
    --bg-opacity: 1 !important;
    background-color: #5b21b6 !important;
    background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-violet-900 {
    --bg-opacity: 1 !important;
    background-color: #4c1d95 !important;
    background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-fuchsia-50 {
    --bg-opacity: 1 !important;
    background-color: #fdf4ff !important;
    background-color: rgba(253, 244, 255, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-fuchsia-100 {
    --bg-opacity: 1 !important;
    background-color: #fae8ff !important;
    background-color: rgba(250, 232, 255, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-fuchsia-200 {
    --bg-opacity: 1 !important;
    background-color: #f5d0fe !important;
    background-color: rgba(245, 208, 254, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-fuchsia-300 {
    --bg-opacity: 1 !important;
    background-color: #f0abfc !important;
    background-color: rgba(240, 171, 252, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-fuchsia-400 {
    --bg-opacity: 1 !important;
    background-color: #e879f9 !important;
    background-color: rgba(232, 121, 249, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-fuchsia-500 {
    --bg-opacity: 1 !important;
    background-color: #d946ef !important;
    background-color: rgba(217, 70, 239, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-fuchsia-600 {
    --bg-opacity: 1 !important;
    background-color: #c026d3 !important;
    background-color: rgba(192, 38, 211, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-fuchsia-700 {
    --bg-opacity: 1 !important;
    background-color: #a21caf !important;
    background-color: rgba(162, 28, 175, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-fuchsia-800 {
    --bg-opacity: 1 !important;
    background-color: #86198f !important;
    background-color: rgba(134, 25, 143, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-fuchsia-900 {
    --bg-opacity: 1 !important;
    background-color: #701a75 !important;
    background-color: rgba(112, 26, 117, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-rose-50 {
    --bg-opacity: 1 !important;
    background-color: #fff1f2 !important;
    background-color: rgba(255, 241, 242, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-rose-100 {
    --bg-opacity: 1 !important;
    background-color: #ffe4e6 !important;
    background-color: rgba(255, 228, 230, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-rose-200 {
    --bg-opacity: 1 !important;
    background-color: #fecdd3 !important;
    background-color: rgba(254, 205, 211, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-rose-300 {
    --bg-opacity: 1 !important;
    background-color: #fda4af !important;
    background-color: rgba(253, 164, 175, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-rose-400 {
    --bg-opacity: 1 !important;
    background-color: #fb7185 !important;
    background-color: rgba(251, 113, 133, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-rose-500 {
    --bg-opacity: 1 !important;
    background-color: #f43f5e !important;
    background-color: rgba(244, 63, 94, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-rose-600 {
    --bg-opacity: 1 !important;
    background-color: #e11d48 !important;
    background-color: rgba(225, 29, 72, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-rose-700 {
    --bg-opacity: 1 !important;
    background-color: #be123c !important;
    background-color: rgba(190, 18, 60, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-rose-800 {
    --bg-opacity: 1 !important;
    background-color: #9f1239 !important;
    background-color: rgba(159, 18, 57, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-rose-900 {
    --bg-opacity: 1 !important;
    background-color: #881337 !important;
    background-color: rgba(136, 19, 55, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-transparent:hover {
    background-color: transparent !important;
  }

  .lg\:hover\:tw-bg-current:hover {
    background-color: currentColor !important;
  }

  .lg\:hover\:tw-bg-black:hover {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-white:hover {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-50:hover {
    --bg-opacity: 1 !important;
    background-color: #f9fafb !important;
    background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f3f4f6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e5e7eb !important;
    background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d1d5db !important;
    background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-400:hover {
    --bg-opacity: 1 !important;
    background-color: #9ca3af !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-500:hover {
    --bg-opacity: 1 !important;
    background-color: #6b7280 !important;
    background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-600:hover {
    --bg-opacity: 1 !important;
    background-color: #4b5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-700:hover {
    --bg-opacity: 1 !important;
    background-color: #374151 !important;
    background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-800:hover {
    --bg-opacity: 1 !important;
    background-color: #1f2937 !important;
    background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-900:hover {
    --bg-opacity: 1 !important;
    background-color: #111827 !important;
    background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fef2f2 !important;
    background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fee2e2 !important;
    background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fecaca !important;
    background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fca5a5 !important;
    background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-400:hover {
    --bg-opacity: 1 !important;
    background-color: #f87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-500:hover {
    --bg-opacity: 1 !important;
    background-color: #ef4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-600:hover {
    --bg-opacity: 1 !important;
    background-color: #dc2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-700:hover {
    --bg-opacity: 1 !important;
    background-color: #b91c1c !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-800:hover {
    --bg-opacity: 1 !important;
    background-color: #991b1b !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-900:hover {
    --bg-opacity: 1 !important;
    background-color: #7f1d1d !important;
    background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fff7ed !important;
    background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ffedd5 !important;
    background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fed7aa !important;
    background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fdba74 !important;
    background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-400:hover {
    --bg-opacity: 1 !important;
    background-color: #fb923c !important;
    background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-500:hover {
    --bg-opacity: 1 !important;
    background-color: #f97316 !important;
    background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-600:hover {
    --bg-opacity: 1 !important;
    background-color: #ea580c !important;
    background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-700:hover {
    --bg-opacity: 1 !important;
    background-color: #c2410c !important;
    background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-800:hover {
    --bg-opacity: 1 !important;
    background-color: #9a3412 !important;
    background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-900:hover {
    --bg-opacity: 1 !important;
    background-color: #7c2d12 !important;
    background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fefce8 !important;
    background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fef9c3 !important;
    background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fef08a !important;
    background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fde047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-400:hover {
    --bg-opacity: 1 !important;
    background-color: #facc15 !important;
    background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-500:hover {
    --bg-opacity: 1 !important;
    background-color: #eab308 !important;
    background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-600:hover {
    --bg-opacity: 1 !important;
    background-color: #ca8a04 !important;
    background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-700:hover {
    --bg-opacity: 1 !important;
    background-color: #a16207 !important;
    background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-800:hover {
    --bg-opacity: 1 !important;
    background-color: #854d0e !important;
    background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-900:hover {
    --bg-opacity: 1 !important;
    background-color: #713f12 !important;
    background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-50:hover {
    --bg-opacity: 1 !important;
    background-color: #f0fdf4 !important;
    background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-100:hover {
    --bg-opacity: 1 !important;
    background-color: #dcfce7 !important;
    background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-200:hover {
    --bg-opacity: 1 !important;
    background-color: #bbf7d0 !important;
    background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-300:hover {
    --bg-opacity: 1 !important;
    background-color: #86efac !important;
    background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-400:hover {
    --bg-opacity: 1 !important;
    background-color: #4ade80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-500:hover {
    --bg-opacity: 1 !important;
    background-color: #22c55e !important;
    background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-600:hover {
    --bg-opacity: 1 !important;
    background-color: #16a34a !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-700:hover {
    --bg-opacity: 1 !important;
    background-color: #15803d !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-800:hover {
    --bg-opacity: 1 !important;
    background-color: #166534 !important;
    background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-900:hover {
    --bg-opacity: 1 !important;
    background-color: #14532d !important;
    background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-50:hover {
    --bg-opacity: 1 !important;
    background-color: #f0fdfa !important;
    background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ccfbf1 !important;
    background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-200:hover {
    --bg-opacity: 1 !important;
    background-color: #99f6e4 !important;
    background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-300:hover {
    --bg-opacity: 1 !important;
    background-color: #5eead4 !important;
    background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-400:hover {
    --bg-opacity: 1 !important;
    background-color: #2dd4bf !important;
    background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-500:hover {
    --bg-opacity: 1 !important;
    background-color: #14b8a6 !important;
    background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-600:hover {
    --bg-opacity: 1 !important;
    background-color: #0d9488 !important;
    background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-700:hover {
    --bg-opacity: 1 !important;
    background-color: #0f766e !important;
    background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-800:hover {
    --bg-opacity: 1 !important;
    background-color: #115e59 !important;
    background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-900:hover {
    --bg-opacity: 1 !important;
    background-color: #134e4a !important;
    background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-50:hover {
    --bg-opacity: 1 !important;
    background-color: #eff6ff !important;
    background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-100:hover {
    --bg-opacity: 1 !important;
    background-color: #dbeafe !important;
    background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-200:hover {
    --bg-opacity: 1 !important;
    background-color: #bfdbfe !important;
    background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-300:hover {
    --bg-opacity: 1 !important;
    background-color: #93c5fd !important;
    background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-400:hover {
    --bg-opacity: 1 !important;
    background-color: #60a5fa !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-500:hover {
    --bg-opacity: 1 !important;
    background-color: #3b82f6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-600:hover {
    --bg-opacity: 1 !important;
    background-color: #2563eb !important;
    background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-700:hover {
    --bg-opacity: 1 !important;
    background-color: #1d4ed8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-800:hover {
    --bg-opacity: 1 !important;
    background-color: #1e40af !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-900:hover {
    --bg-opacity: 1 !important;
    background-color: #1e3a8a !important;
    background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-50:hover {
    --bg-opacity: 1 !important;
    background-color: #eef2ff !important;
    background-color: rgba(238, 242, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-100:hover {
    --bg-opacity: 1 !important;
    background-color: #e0e7ff !important;
    background-color: rgba(224, 231, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-200:hover {
    --bg-opacity: 1 !important;
    background-color: #c7d2fe !important;
    background-color: rgba(199, 210, 254, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-300:hover {
    --bg-opacity: 1 !important;
    background-color: #a5b4fc !important;
    background-color: rgba(165, 180, 252, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-400:hover {
    --bg-opacity: 1 !important;
    background-color: #818cf8 !important;
    background-color: rgba(129, 140, 248, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-500:hover {
    --bg-opacity: 1 !important;
    background-color: #6366f1 !important;
    background-color: rgba(99, 102, 241, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-600:hover {
    --bg-opacity: 1 !important;
    background-color: #4f46e5 !important;
    background-color: rgba(79, 70, 229, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-700:hover {
    --bg-opacity: 1 !important;
    background-color: #4338ca !important;
    background-color: rgba(67, 56, 202, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-800:hover {
    --bg-opacity: 1 !important;
    background-color: #3730a3 !important;
    background-color: rgba(55, 48, 163, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-900:hover {
    --bg-opacity: 1 !important;
    background-color: #312e81 !important;
    background-color: rgba(49, 46, 129, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-50:hover {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f3e8ff !important;
    background-color: rgba(243, 232, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e9d5ff !important;
    background-color: rgba(233, 213, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d8b4fe !important;
    background-color: rgba(216, 180, 254, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-400:hover {
    --bg-opacity: 1 !important;
    background-color: #c084fc !important;
    background-color: rgba(192, 132, 252, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-500:hover {
    --bg-opacity: 1 !important;
    background-color: #a855f7 !important;
    background-color: rgba(168, 85, 247, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-600:hover {
    --bg-opacity: 1 !important;
    background-color: #9333ea !important;
    background-color: rgba(147, 51, 234, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-700:hover {
    --bg-opacity: 1 !important;
    background-color: #7e22ce !important;
    background-color: rgba(126, 34, 206, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-800:hover {
    --bg-opacity: 1 !important;
    background-color: #6b21a8 !important;
    background-color: rgba(107, 33, 168, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-900:hover {
    --bg-opacity: 1 !important;
    background-color: #581c87 !important;
    background-color: rgba(88, 28, 135, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fdf2f8 !important;
    background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fce7f3 !important;
    background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fbcfe8 !important;
    background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-300:hover {
    --bg-opacity: 1 !important;
    background-color: #f9a8d4 !important;
    background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-400:hover {
    --bg-opacity: 1 !important;
    background-color: #f472b6 !important;
    background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-500:hover {
    --bg-opacity: 1 !important;
    background-color: #ec4899 !important;
    background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-600:hover {
    --bg-opacity: 1 !important;
    background-color: #db2777 !important;
    background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-700:hover {
    --bg-opacity: 1 !important;
    background-color: #be185d !important;
    background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-800:hover {
    --bg-opacity: 1 !important;
    background-color: #9d174d !important;
    background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-900:hover {
    --bg-opacity: 1 !important;
    background-color: #831843 !important;
    background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-app-main:hover {
    --bg-opacity: 1 !important;
    background-color: #F18D11 !important;
    background-color: rgba(241, 141, 17, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-app-sub-blue:hover {
    --bg-opacity: 1 !important;
    background-color: #1E548F !important;
    background-color: rgba(30, 84, 143, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-app-yellow:hover {
    --bg-opacity: 1 !important;
    background-color: #FFF5D1 !important;
    background-color: rgba(255, 245, 209, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-theme-primary:hover {
    --bg-opacity: 1 !important;
    background-color: #f3980f !important;
    background-color: rgba(243, 152, 15, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-theme-info:hover {
    --bg-opacity: 1 !important;
    background-color: #1b925a !important;
    background-color: rgba(27, 146, 90, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-slate-50:hover {
    --bg-opacity: 1 !important;
    background-color: #f8fafc !important;
    background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-slate-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f1f5f9 !important;
    background-color: rgba(241, 245, 249, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-slate-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-slate-300:hover {
    --bg-opacity: 1 !important;
    background-color: #cbd5e1 !important;
    background-color: rgba(203, 213, 225, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-slate-400:hover {
    --bg-opacity: 1 !important;
    background-color: #94a3b8 !important;
    background-color: rgba(148, 163, 184, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-slate-500:hover {
    --bg-opacity: 1 !important;
    background-color: #64748b !important;
    background-color: rgba(100, 116, 139, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-slate-600:hover {
    --bg-opacity: 1 !important;
    background-color: #475569 !important;
    background-color: rgba(71, 85, 105, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-slate-700:hover {
    --bg-opacity: 1 !important;
    background-color: #334155 !important;
    background-color: rgba(51, 65, 85, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-slate-800:hover {
    --bg-opacity: 1 !important;
    background-color: #1e293b !important;
    background-color: rgba(30, 41, 59, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-slate-900:hover {
    --bg-opacity: 1 !important;
    background-color: #0f172a !important;
    background-color: rgba(15, 23, 42, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-zinc-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fafafa !important;
    background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-zinc-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f4f4f5 !important;
    background-color: rgba(244, 244, 245, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-zinc-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e4e4e7 !important;
    background-color: rgba(228, 228, 231, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-zinc-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d4d4d8 !important;
    background-color: rgba(212, 212, 216, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-zinc-400:hover {
    --bg-opacity: 1 !important;
    background-color: #a1a1aa !important;
    background-color: rgba(161, 161, 170, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-zinc-500:hover {
    --bg-opacity: 1 !important;
    background-color: #71717a !important;
    background-color: rgba(113, 113, 122, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-zinc-600:hover {
    --bg-opacity: 1 !important;
    background-color: #52525b !important;
    background-color: rgba(82, 82, 91, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-zinc-700:hover {
    --bg-opacity: 1 !important;
    background-color: #3f3f46 !important;
    background-color: rgba(63, 63, 70, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-zinc-800:hover {
    --bg-opacity: 1 !important;
    background-color: #27272a !important;
    background-color: rgba(39, 39, 42, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-zinc-900:hover {
    --bg-opacity: 1 !important;
    background-color: #18181b !important;
    background-color: rgba(24, 24, 27, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-neutral-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fafafa !important;
    background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-neutral-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-neutral-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e5e5e5 !important;
    background-color: rgba(229, 229, 229, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-neutral-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d4d4d4 !important;
    background-color: rgba(212, 212, 212, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-neutral-400:hover {
    --bg-opacity: 1 !important;
    background-color: #a3a3a3 !important;
    background-color: rgba(163, 163, 163, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-neutral-500:hover {
    --bg-opacity: 1 !important;
    background-color: #737373 !important;
    background-color: rgba(115, 115, 115, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-neutral-600:hover {
    --bg-opacity: 1 !important;
    background-color: #525252 !important;
    background-color: rgba(82, 82, 82, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-neutral-700:hover {
    --bg-opacity: 1 !important;
    background-color: #404040 !important;
    background-color: rgba(64, 64, 64, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-neutral-800:hover {
    --bg-opacity: 1 !important;
    background-color: #262626 !important;
    background-color: rgba(38, 38, 38, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-neutral-900:hover {
    --bg-opacity: 1 !important;
    background-color: #171717 !important;
    background-color: rgba(23, 23, 23, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-stone-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fafaf9 !important;
    background-color: rgba(250, 250, 249, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-stone-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f5f5f4 !important;
    background-color: rgba(245, 245, 244, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-stone-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e7e5e4 !important;
    background-color: rgba(231, 229, 228, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-stone-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d6d3d1 !important;
    background-color: rgba(214, 211, 209, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-stone-400:hover {
    --bg-opacity: 1 !important;
    background-color: #a8a29e !important;
    background-color: rgba(168, 162, 158, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-stone-500:hover {
    --bg-opacity: 1 !important;
    background-color: #78716c !important;
    background-color: rgba(120, 113, 108, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-stone-600:hover {
    --bg-opacity: 1 !important;
    background-color: #57534e !important;
    background-color: rgba(87, 83, 78, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-stone-700:hover {
    --bg-opacity: 1 !important;
    background-color: #44403c !important;
    background-color: rgba(68, 64, 60, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-stone-800:hover {
    --bg-opacity: 1 !important;
    background-color: #292524 !important;
    background-color: rgba(41, 37, 36, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-stone-900:hover {
    --bg-opacity: 1 !important;
    background-color: #1c1917 !important;
    background-color: rgba(28, 25, 23, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-amber-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fffbeb !important;
    background-color: rgba(255, 251, 235, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-amber-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fef3c7 !important;
    background-color: rgba(254, 243, 199, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-amber-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fde68a !important;
    background-color: rgba(253, 230, 138, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-amber-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fcd34d !important;
    background-color: rgba(252, 211, 77, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-amber-400:hover {
    --bg-opacity: 1 !important;
    background-color: #fbbf24 !important;
    background-color: rgba(251, 191, 36, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-amber-500:hover {
    --bg-opacity: 1 !important;
    background-color: #f59e0b !important;
    background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-amber-600:hover {
    --bg-opacity: 1 !important;
    background-color: #d97706 !important;
    background-color: rgba(217, 119, 6, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-amber-700:hover {
    --bg-opacity: 1 !important;
    background-color: #b45309 !important;
    background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-amber-800:hover {
    --bg-opacity: 1 !important;
    background-color: #92400e !important;
    background-color: rgba(146, 64, 14, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-amber-900:hover {
    --bg-opacity: 1 !important;
    background-color: #78350f !important;
    background-color: rgba(120, 53, 15, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lime-50:hover {
    --bg-opacity: 1 !important;
    background-color: #f7fee7 !important;
    background-color: rgba(247, 254, 231, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lime-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ecfccb !important;
    background-color: rgba(236, 252, 203, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lime-200:hover {
    --bg-opacity: 1 !important;
    background-color: #d9f99d !important;
    background-color: rgba(217, 249, 157, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lime-300:hover {
    --bg-opacity: 1 !important;
    background-color: #bef264 !important;
    background-color: rgba(190, 242, 100, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lime-400:hover {
    --bg-opacity: 1 !important;
    background-color: #a3e635 !important;
    background-color: rgba(163, 230, 53, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lime-500:hover {
    --bg-opacity: 1 !important;
    background-color: #84cc16 !important;
    background-color: rgba(132, 204, 22, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lime-600:hover {
    --bg-opacity: 1 !important;
    background-color: #65a30d !important;
    background-color: rgba(101, 163, 13, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lime-700:hover {
    --bg-opacity: 1 !important;
    background-color: #4d7c0f !important;
    background-color: rgba(77, 124, 15, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lime-800:hover {
    --bg-opacity: 1 !important;
    background-color: #3f6212 !important;
    background-color: rgba(63, 98, 18, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lime-900:hover {
    --bg-opacity: 1 !important;
    background-color: #365314 !important;
    background-color: rgba(54, 83, 20, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-emerald-50:hover {
    --bg-opacity: 1 !important;
    background-color: #ecfdf5 !important;
    background-color: rgba(236, 253, 245, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-emerald-100:hover {
    --bg-opacity: 1 !important;
    background-color: #d1fae5 !important;
    background-color: rgba(209, 250, 229, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-emerald-200:hover {
    --bg-opacity: 1 !important;
    background-color: #a7f3d0 !important;
    background-color: rgba(167, 243, 208, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-emerald-300:hover {
    --bg-opacity: 1 !important;
    background-color: #6ee7b7 !important;
    background-color: rgba(110, 231, 183, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-emerald-400:hover {
    --bg-opacity: 1 !important;
    background-color: #34d399 !important;
    background-color: rgba(52, 211, 153, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-emerald-500:hover {
    --bg-opacity: 1 !important;
    background-color: #10b981 !important;
    background-color: rgba(16, 185, 129, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-emerald-600:hover {
    --bg-opacity: 1 !important;
    background-color: #059669 !important;
    background-color: rgba(5, 150, 105, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-emerald-700:hover {
    --bg-opacity: 1 !important;
    background-color: #047857 !important;
    background-color: rgba(4, 120, 87, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-emerald-800:hover {
    --bg-opacity: 1 !important;
    background-color: #065f46 !important;
    background-color: rgba(6, 95, 70, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-emerald-900:hover {
    --bg-opacity: 1 !important;
    background-color: #064e3b !important;
    background-color: rgba(6, 78, 59, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-cyan-50:hover {
    --bg-opacity: 1 !important;
    background-color: #ecfeff !important;
    background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-cyan-100:hover {
    --bg-opacity: 1 !important;
    background-color: #cffafe !important;
    background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-cyan-200:hover {
    --bg-opacity: 1 !important;
    background-color: #a5f3fc !important;
    background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-cyan-300:hover {
    --bg-opacity: 1 !important;
    background-color: #67e8f9 !important;
    background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-cyan-400:hover {
    --bg-opacity: 1 !important;
    background-color: #22d3ee !important;
    background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-cyan-500:hover {
    --bg-opacity: 1 !important;
    background-color: #06b6d4 !important;
    background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-cyan-600:hover {
    --bg-opacity: 1 !important;
    background-color: #0891b2 !important;
    background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-cyan-700:hover {
    --bg-opacity: 1 !important;
    background-color: #0e7490 !important;
    background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-cyan-800:hover {
    --bg-opacity: 1 !important;
    background-color: #155e75 !important;
    background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-cyan-900:hover {
    --bg-opacity: 1 !important;
    background-color: #164e63 !important;
    background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-sky-50:hover {
    --bg-opacity: 1 !important;
    background-color: #f0f9ff !important;
    background-color: rgba(240, 249, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-sky-100:hover {
    --bg-opacity: 1 !important;
    background-color: #e0f2fe !important;
    background-color: rgba(224, 242, 254, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-sky-200:hover {
    --bg-opacity: 1 !important;
    background-color: #bae6fd !important;
    background-color: rgba(186, 230, 253, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-sky-300:hover {
    --bg-opacity: 1 !important;
    background-color: #7dd3fc !important;
    background-color: rgba(125, 211, 252, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-sky-400:hover {
    --bg-opacity: 1 !important;
    background-color: #38bdf8 !important;
    background-color: rgba(56, 189, 248, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-sky-500:hover {
    --bg-opacity: 1 !important;
    background-color: #0ea5e9 !important;
    background-color: rgba(14, 165, 233, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-sky-600:hover {
    --bg-opacity: 1 !important;
    background-color: #0284c7 !important;
    background-color: rgba(2, 132, 199, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-sky-700:hover {
    --bg-opacity: 1 !important;
    background-color: #0369a1 !important;
    background-color: rgba(3, 105, 161, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-sky-800:hover {
    --bg-opacity: 1 !important;
    background-color: #075985 !important;
    background-color: rgba(7, 89, 133, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-sky-900:hover {
    --bg-opacity: 1 !important;
    background-color: #0c4a6e !important;
    background-color: rgba(12, 74, 110, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-violet-50:hover {
    --bg-opacity: 1 !important;
    background-color: #f5f3ff !important;
    background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-violet-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ede9fe !important;
    background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-violet-200:hover {
    --bg-opacity: 1 !important;
    background-color: #ddd6fe !important;
    background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-violet-300:hover {
    --bg-opacity: 1 !important;
    background-color: #c4b5fd !important;
    background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-violet-400:hover {
    --bg-opacity: 1 !important;
    background-color: #a78bfa !important;
    background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-violet-500:hover {
    --bg-opacity: 1 !important;
    background-color: #8b5cf6 !important;
    background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-violet-600:hover {
    --bg-opacity: 1 !important;
    background-color: #7c3aed !important;
    background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-violet-700:hover {
    --bg-opacity: 1 !important;
    background-color: #6d28d9 !important;
    background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-violet-800:hover {
    --bg-opacity: 1 !important;
    background-color: #5b21b6 !important;
    background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-violet-900:hover {
    --bg-opacity: 1 !important;
    background-color: #4c1d95 !important;
    background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-fuchsia-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fdf4ff !important;
    background-color: rgba(253, 244, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-fuchsia-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fae8ff !important;
    background-color: rgba(250, 232, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-fuchsia-200:hover {
    --bg-opacity: 1 !important;
    background-color: #f5d0fe !important;
    background-color: rgba(245, 208, 254, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-fuchsia-300:hover {
    --bg-opacity: 1 !important;
    background-color: #f0abfc !important;
    background-color: rgba(240, 171, 252, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-fuchsia-400:hover {
    --bg-opacity: 1 !important;
    background-color: #e879f9 !important;
    background-color: rgba(232, 121, 249, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-fuchsia-500:hover {
    --bg-opacity: 1 !important;
    background-color: #d946ef !important;
    background-color: rgba(217, 70, 239, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-fuchsia-600:hover {
    --bg-opacity: 1 !important;
    background-color: #c026d3 !important;
    background-color: rgba(192, 38, 211, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-fuchsia-700:hover {
    --bg-opacity: 1 !important;
    background-color: #a21caf !important;
    background-color: rgba(162, 28, 175, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-fuchsia-800:hover {
    --bg-opacity: 1 !important;
    background-color: #86198f !important;
    background-color: rgba(134, 25, 143, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-fuchsia-900:hover {
    --bg-opacity: 1 !important;
    background-color: #701a75 !important;
    background-color: rgba(112, 26, 117, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-rose-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fff1f2 !important;
    background-color: rgba(255, 241, 242, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-rose-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ffe4e6 !important;
    background-color: rgba(255, 228, 230, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-rose-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fecdd3 !important;
    background-color: rgba(254, 205, 211, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-rose-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fda4af !important;
    background-color: rgba(253, 164, 175, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-rose-400:hover {
    --bg-opacity: 1 !important;
    background-color: #fb7185 !important;
    background-color: rgba(251, 113, 133, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-rose-500:hover {
    --bg-opacity: 1 !important;
    background-color: #f43f5e !important;
    background-color: rgba(244, 63, 94, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-rose-600:hover {
    --bg-opacity: 1 !important;
    background-color: #e11d48 !important;
    background-color: rgba(225, 29, 72, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-rose-700:hover {
    --bg-opacity: 1 !important;
    background-color: #be123c !important;
    background-color: rgba(190, 18, 60, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-rose-800:hover {
    --bg-opacity: 1 !important;
    background-color: #9f1239 !important;
    background-color: rgba(159, 18, 57, var(--bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-rose-900:hover {
    --bg-opacity: 1 !important;
    background-color: #881337 !important;
    background-color: rgba(136, 19, 55, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-transparent:focus {
    background-color: transparent !important;
  }

  .lg\:focus\:tw-bg-current:focus {
    background-color: currentColor !important;
  }

  .lg\:focus\:tw-bg-black:focus {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-white:focus {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-50:focus {
    --bg-opacity: 1 !important;
    background-color: #f9fafb !important;
    background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f3f4f6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-200:focus {
    --bg-opacity: 1 !important;
    background-color: #e5e7eb !important;
    background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-300:focus {
    --bg-opacity: 1 !important;
    background-color: #d1d5db !important;
    background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-400:focus {
    --bg-opacity: 1 !important;
    background-color: #9ca3af !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-500:focus {
    --bg-opacity: 1 !important;
    background-color: #6b7280 !important;
    background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-600:focus {
    --bg-opacity: 1 !important;
    background-color: #4b5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-700:focus {
    --bg-opacity: 1 !important;
    background-color: #374151 !important;
    background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-800:focus {
    --bg-opacity: 1 !important;
    background-color: #1f2937 !important;
    background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-900:focus {
    --bg-opacity: 1 !important;
    background-color: #111827 !important;
    background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fef2f2 !important;
    background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fee2e2 !important;
    background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fecaca !important;
    background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-300:focus {
    --bg-opacity: 1 !important;
    background-color: #fca5a5 !important;
    background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-400:focus {
    --bg-opacity: 1 !important;
    background-color: #f87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-500:focus {
    --bg-opacity: 1 !important;
    background-color: #ef4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-600:focus {
    --bg-opacity: 1 !important;
    background-color: #dc2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-700:focus {
    --bg-opacity: 1 !important;
    background-color: #b91c1c !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-800:focus {
    --bg-opacity: 1 !important;
    background-color: #991b1b !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-900:focus {
    --bg-opacity: 1 !important;
    background-color: #7f1d1d !important;
    background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fff7ed !important;
    background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-100:focus {
    --bg-opacity: 1 !important;
    background-color: #ffedd5 !important;
    background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fed7aa !important;
    background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-300:focus {
    --bg-opacity: 1 !important;
    background-color: #fdba74 !important;
    background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-400:focus {
    --bg-opacity: 1 !important;
    background-color: #fb923c !important;
    background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-500:focus {
    --bg-opacity: 1 !important;
    background-color: #f97316 !important;
    background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-600:focus {
    --bg-opacity: 1 !important;
    background-color: #ea580c !important;
    background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-700:focus {
    --bg-opacity: 1 !important;
    background-color: #c2410c !important;
    background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-800:focus {
    --bg-opacity: 1 !important;
    background-color: #9a3412 !important;
    background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-900:focus {
    --bg-opacity: 1 !important;
    background-color: #7c2d12 !important;
    background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fefce8 !important;
    background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fef9c3 !important;
    background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fef08a !important;
    background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-300:focus {
    --bg-opacity: 1 !important;
    background-color: #fde047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-400:focus {
    --bg-opacity: 1 !important;
    background-color: #facc15 !important;
    background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-500:focus {
    --bg-opacity: 1 !important;
    background-color: #eab308 !important;
    background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-600:focus {
    --bg-opacity: 1 !important;
    background-color: #ca8a04 !important;
    background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-700:focus {
    --bg-opacity: 1 !important;
    background-color: #a16207 !important;
    background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-800:focus {
    --bg-opacity: 1 !important;
    background-color: #854d0e !important;
    background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-900:focus {
    --bg-opacity: 1 !important;
    background-color: #713f12 !important;
    background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-50:focus {
    --bg-opacity: 1 !important;
    background-color: #f0fdf4 !important;
    background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-100:focus {
    --bg-opacity: 1 !important;
    background-color: #dcfce7 !important;
    background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-200:focus {
    --bg-opacity: 1 !important;
    background-color: #bbf7d0 !important;
    background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-300:focus {
    --bg-opacity: 1 !important;
    background-color: #86efac !important;
    background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-400:focus {
    --bg-opacity: 1 !important;
    background-color: #4ade80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-500:focus {
    --bg-opacity: 1 !important;
    background-color: #22c55e !important;
    background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-600:focus {
    --bg-opacity: 1 !important;
    background-color: #16a34a !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-700:focus {
    --bg-opacity: 1 !important;
    background-color: #15803d !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-800:focus {
    --bg-opacity: 1 !important;
    background-color: #166534 !important;
    background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-900:focus {
    --bg-opacity: 1 !important;
    background-color: #14532d !important;
    background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-50:focus {
    --bg-opacity: 1 !important;
    background-color: #f0fdfa !important;
    background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-100:focus {
    --bg-opacity: 1 !important;
    background-color: #ccfbf1 !important;
    background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-200:focus {
    --bg-opacity: 1 !important;
    background-color: #99f6e4 !important;
    background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-300:focus {
    --bg-opacity: 1 !important;
    background-color: #5eead4 !important;
    background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-400:focus {
    --bg-opacity: 1 !important;
    background-color: #2dd4bf !important;
    background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-500:focus {
    --bg-opacity: 1 !important;
    background-color: #14b8a6 !important;
    background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-600:focus {
    --bg-opacity: 1 !important;
    background-color: #0d9488 !important;
    background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-700:focus {
    --bg-opacity: 1 !important;
    background-color: #0f766e !important;
    background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-800:focus {
    --bg-opacity: 1 !important;
    background-color: #115e59 !important;
    background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-900:focus {
    --bg-opacity: 1 !important;
    background-color: #134e4a !important;
    background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-50:focus {
    --bg-opacity: 1 !important;
    background-color: #eff6ff !important;
    background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-100:focus {
    --bg-opacity: 1 !important;
    background-color: #dbeafe !important;
    background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-200:focus {
    --bg-opacity: 1 !important;
    background-color: #bfdbfe !important;
    background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-300:focus {
    --bg-opacity: 1 !important;
    background-color: #93c5fd !important;
    background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-400:focus {
    --bg-opacity: 1 !important;
    background-color: #60a5fa !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-500:focus {
    --bg-opacity: 1 !important;
    background-color: #3b82f6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-600:focus {
    --bg-opacity: 1 !important;
    background-color: #2563eb !important;
    background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-700:focus {
    --bg-opacity: 1 !important;
    background-color: #1d4ed8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-800:focus {
    --bg-opacity: 1 !important;
    background-color: #1e40af !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-900:focus {
    --bg-opacity: 1 !important;
    background-color: #1e3a8a !important;
    background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-50:focus {
    --bg-opacity: 1 !important;
    background-color: #eef2ff !important;
    background-color: rgba(238, 242, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-100:focus {
    --bg-opacity: 1 !important;
    background-color: #e0e7ff !important;
    background-color: rgba(224, 231, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-200:focus {
    --bg-opacity: 1 !important;
    background-color: #c7d2fe !important;
    background-color: rgba(199, 210, 254, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-300:focus {
    --bg-opacity: 1 !important;
    background-color: #a5b4fc !important;
    background-color: rgba(165, 180, 252, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-400:focus {
    --bg-opacity: 1 !important;
    background-color: #818cf8 !important;
    background-color: rgba(129, 140, 248, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-500:focus {
    --bg-opacity: 1 !important;
    background-color: #6366f1 !important;
    background-color: rgba(99, 102, 241, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-600:focus {
    --bg-opacity: 1 !important;
    background-color: #4f46e5 !important;
    background-color: rgba(79, 70, 229, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-700:focus {
    --bg-opacity: 1 !important;
    background-color: #4338ca !important;
    background-color: rgba(67, 56, 202, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-800:focus {
    --bg-opacity: 1 !important;
    background-color: #3730a3 !important;
    background-color: rgba(55, 48, 163, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-900:focus {
    --bg-opacity: 1 !important;
    background-color: #312e81 !important;
    background-color: rgba(49, 46, 129, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-50:focus {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f3e8ff !important;
    background-color: rgba(243, 232, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-200:focus {
    --bg-opacity: 1 !important;
    background-color: #e9d5ff !important;
    background-color: rgba(233, 213, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-300:focus {
    --bg-opacity: 1 !important;
    background-color: #d8b4fe !important;
    background-color: rgba(216, 180, 254, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-400:focus {
    --bg-opacity: 1 !important;
    background-color: #c084fc !important;
    background-color: rgba(192, 132, 252, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-500:focus {
    --bg-opacity: 1 !important;
    background-color: #a855f7 !important;
    background-color: rgba(168, 85, 247, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-600:focus {
    --bg-opacity: 1 !important;
    background-color: #9333ea !important;
    background-color: rgba(147, 51, 234, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-700:focus {
    --bg-opacity: 1 !important;
    background-color: #7e22ce !important;
    background-color: rgba(126, 34, 206, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-800:focus {
    --bg-opacity: 1 !important;
    background-color: #6b21a8 !important;
    background-color: rgba(107, 33, 168, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-900:focus {
    --bg-opacity: 1 !important;
    background-color: #581c87 !important;
    background-color: rgba(88, 28, 135, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fdf2f8 !important;
    background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fce7f3 !important;
    background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fbcfe8 !important;
    background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-300:focus {
    --bg-opacity: 1 !important;
    background-color: #f9a8d4 !important;
    background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-400:focus {
    --bg-opacity: 1 !important;
    background-color: #f472b6 !important;
    background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-500:focus {
    --bg-opacity: 1 !important;
    background-color: #ec4899 !important;
    background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-600:focus {
    --bg-opacity: 1 !important;
    background-color: #db2777 !important;
    background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-700:focus {
    --bg-opacity: 1 !important;
    background-color: #be185d !important;
    background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-800:focus {
    --bg-opacity: 1 !important;
    background-color: #9d174d !important;
    background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-900:focus {
    --bg-opacity: 1 !important;
    background-color: #831843 !important;
    background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-app-main:focus {
    --bg-opacity: 1 !important;
    background-color: #F18D11 !important;
    background-color: rgba(241, 141, 17, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-app-sub-blue:focus {
    --bg-opacity: 1 !important;
    background-color: #1E548F !important;
    background-color: rgba(30, 84, 143, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-app-yellow:focus {
    --bg-opacity: 1 !important;
    background-color: #FFF5D1 !important;
    background-color: rgba(255, 245, 209, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-theme-primary:focus {
    --bg-opacity: 1 !important;
    background-color: #f3980f !important;
    background-color: rgba(243, 152, 15, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-theme-info:focus {
    --bg-opacity: 1 !important;
    background-color: #1b925a !important;
    background-color: rgba(27, 146, 90, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-slate-50:focus {
    --bg-opacity: 1 !important;
    background-color: #f8fafc !important;
    background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-slate-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f1f5f9 !important;
    background-color: rgba(241, 245, 249, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-slate-200:focus {
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-slate-300:focus {
    --bg-opacity: 1 !important;
    background-color: #cbd5e1 !important;
    background-color: rgba(203, 213, 225, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-slate-400:focus {
    --bg-opacity: 1 !important;
    background-color: #94a3b8 !important;
    background-color: rgba(148, 163, 184, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-slate-500:focus {
    --bg-opacity: 1 !important;
    background-color: #64748b !important;
    background-color: rgba(100, 116, 139, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-slate-600:focus {
    --bg-opacity: 1 !important;
    background-color: #475569 !important;
    background-color: rgba(71, 85, 105, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-slate-700:focus {
    --bg-opacity: 1 !important;
    background-color: #334155 !important;
    background-color: rgba(51, 65, 85, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-slate-800:focus {
    --bg-opacity: 1 !important;
    background-color: #1e293b !important;
    background-color: rgba(30, 41, 59, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-slate-900:focus {
    --bg-opacity: 1 !important;
    background-color: #0f172a !important;
    background-color: rgba(15, 23, 42, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-zinc-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fafafa !important;
    background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-zinc-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f4f4f5 !important;
    background-color: rgba(244, 244, 245, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-zinc-200:focus {
    --bg-opacity: 1 !important;
    background-color: #e4e4e7 !important;
    background-color: rgba(228, 228, 231, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-zinc-300:focus {
    --bg-opacity: 1 !important;
    background-color: #d4d4d8 !important;
    background-color: rgba(212, 212, 216, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-zinc-400:focus {
    --bg-opacity: 1 !important;
    background-color: #a1a1aa !important;
    background-color: rgba(161, 161, 170, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-zinc-500:focus {
    --bg-opacity: 1 !important;
    background-color: #71717a !important;
    background-color: rgba(113, 113, 122, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-zinc-600:focus {
    --bg-opacity: 1 !important;
    background-color: #52525b !important;
    background-color: rgba(82, 82, 91, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-zinc-700:focus {
    --bg-opacity: 1 !important;
    background-color: #3f3f46 !important;
    background-color: rgba(63, 63, 70, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-zinc-800:focus {
    --bg-opacity: 1 !important;
    background-color: #27272a !important;
    background-color: rgba(39, 39, 42, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-zinc-900:focus {
    --bg-opacity: 1 !important;
    background-color: #18181b !important;
    background-color: rgba(24, 24, 27, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-neutral-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fafafa !important;
    background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-neutral-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-neutral-200:focus {
    --bg-opacity: 1 !important;
    background-color: #e5e5e5 !important;
    background-color: rgba(229, 229, 229, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-neutral-300:focus {
    --bg-opacity: 1 !important;
    background-color: #d4d4d4 !important;
    background-color: rgba(212, 212, 212, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-neutral-400:focus {
    --bg-opacity: 1 !important;
    background-color: #a3a3a3 !important;
    background-color: rgba(163, 163, 163, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-neutral-500:focus {
    --bg-opacity: 1 !important;
    background-color: #737373 !important;
    background-color: rgba(115, 115, 115, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-neutral-600:focus {
    --bg-opacity: 1 !important;
    background-color: #525252 !important;
    background-color: rgba(82, 82, 82, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-neutral-700:focus {
    --bg-opacity: 1 !important;
    background-color: #404040 !important;
    background-color: rgba(64, 64, 64, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-neutral-800:focus {
    --bg-opacity: 1 !important;
    background-color: #262626 !important;
    background-color: rgba(38, 38, 38, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-neutral-900:focus {
    --bg-opacity: 1 !important;
    background-color: #171717 !important;
    background-color: rgba(23, 23, 23, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-stone-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fafaf9 !important;
    background-color: rgba(250, 250, 249, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-stone-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f5f5f4 !important;
    background-color: rgba(245, 245, 244, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-stone-200:focus {
    --bg-opacity: 1 !important;
    background-color: #e7e5e4 !important;
    background-color: rgba(231, 229, 228, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-stone-300:focus {
    --bg-opacity: 1 !important;
    background-color: #d6d3d1 !important;
    background-color: rgba(214, 211, 209, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-stone-400:focus {
    --bg-opacity: 1 !important;
    background-color: #a8a29e !important;
    background-color: rgba(168, 162, 158, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-stone-500:focus {
    --bg-opacity: 1 !important;
    background-color: #78716c !important;
    background-color: rgba(120, 113, 108, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-stone-600:focus {
    --bg-opacity: 1 !important;
    background-color: #57534e !important;
    background-color: rgba(87, 83, 78, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-stone-700:focus {
    --bg-opacity: 1 !important;
    background-color: #44403c !important;
    background-color: rgba(68, 64, 60, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-stone-800:focus {
    --bg-opacity: 1 !important;
    background-color: #292524 !important;
    background-color: rgba(41, 37, 36, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-stone-900:focus {
    --bg-opacity: 1 !important;
    background-color: #1c1917 !important;
    background-color: rgba(28, 25, 23, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-amber-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fffbeb !important;
    background-color: rgba(255, 251, 235, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-amber-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fef3c7 !important;
    background-color: rgba(254, 243, 199, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-amber-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fde68a !important;
    background-color: rgba(253, 230, 138, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-amber-300:focus {
    --bg-opacity: 1 !important;
    background-color: #fcd34d !important;
    background-color: rgba(252, 211, 77, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-amber-400:focus {
    --bg-opacity: 1 !important;
    background-color: #fbbf24 !important;
    background-color: rgba(251, 191, 36, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-amber-500:focus {
    --bg-opacity: 1 !important;
    background-color: #f59e0b !important;
    background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-amber-600:focus {
    --bg-opacity: 1 !important;
    background-color: #d97706 !important;
    background-color: rgba(217, 119, 6, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-amber-700:focus {
    --bg-opacity: 1 !important;
    background-color: #b45309 !important;
    background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-amber-800:focus {
    --bg-opacity: 1 !important;
    background-color: #92400e !important;
    background-color: rgba(146, 64, 14, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-amber-900:focus {
    --bg-opacity: 1 !important;
    background-color: #78350f !important;
    background-color: rgba(120, 53, 15, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lime-50:focus {
    --bg-opacity: 1 !important;
    background-color: #f7fee7 !important;
    background-color: rgba(247, 254, 231, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lime-100:focus {
    --bg-opacity: 1 !important;
    background-color: #ecfccb !important;
    background-color: rgba(236, 252, 203, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lime-200:focus {
    --bg-opacity: 1 !important;
    background-color: #d9f99d !important;
    background-color: rgba(217, 249, 157, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lime-300:focus {
    --bg-opacity: 1 !important;
    background-color: #bef264 !important;
    background-color: rgba(190, 242, 100, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lime-400:focus {
    --bg-opacity: 1 !important;
    background-color: #a3e635 !important;
    background-color: rgba(163, 230, 53, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lime-500:focus {
    --bg-opacity: 1 !important;
    background-color: #84cc16 !important;
    background-color: rgba(132, 204, 22, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lime-600:focus {
    --bg-opacity: 1 !important;
    background-color: #65a30d !important;
    background-color: rgba(101, 163, 13, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lime-700:focus {
    --bg-opacity: 1 !important;
    background-color: #4d7c0f !important;
    background-color: rgba(77, 124, 15, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lime-800:focus {
    --bg-opacity: 1 !important;
    background-color: #3f6212 !important;
    background-color: rgba(63, 98, 18, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lime-900:focus {
    --bg-opacity: 1 !important;
    background-color: #365314 !important;
    background-color: rgba(54, 83, 20, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-emerald-50:focus {
    --bg-opacity: 1 !important;
    background-color: #ecfdf5 !important;
    background-color: rgba(236, 253, 245, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-emerald-100:focus {
    --bg-opacity: 1 !important;
    background-color: #d1fae5 !important;
    background-color: rgba(209, 250, 229, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-emerald-200:focus {
    --bg-opacity: 1 !important;
    background-color: #a7f3d0 !important;
    background-color: rgba(167, 243, 208, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-emerald-300:focus {
    --bg-opacity: 1 !important;
    background-color: #6ee7b7 !important;
    background-color: rgba(110, 231, 183, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-emerald-400:focus {
    --bg-opacity: 1 !important;
    background-color: #34d399 !important;
    background-color: rgba(52, 211, 153, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-emerald-500:focus {
    --bg-opacity: 1 !important;
    background-color: #10b981 !important;
    background-color: rgba(16, 185, 129, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-emerald-600:focus {
    --bg-opacity: 1 !important;
    background-color: #059669 !important;
    background-color: rgba(5, 150, 105, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-emerald-700:focus {
    --bg-opacity: 1 !important;
    background-color: #047857 !important;
    background-color: rgba(4, 120, 87, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-emerald-800:focus {
    --bg-opacity: 1 !important;
    background-color: #065f46 !important;
    background-color: rgba(6, 95, 70, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-emerald-900:focus {
    --bg-opacity: 1 !important;
    background-color: #064e3b !important;
    background-color: rgba(6, 78, 59, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-cyan-50:focus {
    --bg-opacity: 1 !important;
    background-color: #ecfeff !important;
    background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-cyan-100:focus {
    --bg-opacity: 1 !important;
    background-color: #cffafe !important;
    background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-cyan-200:focus {
    --bg-opacity: 1 !important;
    background-color: #a5f3fc !important;
    background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-cyan-300:focus {
    --bg-opacity: 1 !important;
    background-color: #67e8f9 !important;
    background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-cyan-400:focus {
    --bg-opacity: 1 !important;
    background-color: #22d3ee !important;
    background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-cyan-500:focus {
    --bg-opacity: 1 !important;
    background-color: #06b6d4 !important;
    background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-cyan-600:focus {
    --bg-opacity: 1 !important;
    background-color: #0891b2 !important;
    background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-cyan-700:focus {
    --bg-opacity: 1 !important;
    background-color: #0e7490 !important;
    background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-cyan-800:focus {
    --bg-opacity: 1 !important;
    background-color: #155e75 !important;
    background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-cyan-900:focus {
    --bg-opacity: 1 !important;
    background-color: #164e63 !important;
    background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-sky-50:focus {
    --bg-opacity: 1 !important;
    background-color: #f0f9ff !important;
    background-color: rgba(240, 249, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-sky-100:focus {
    --bg-opacity: 1 !important;
    background-color: #e0f2fe !important;
    background-color: rgba(224, 242, 254, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-sky-200:focus {
    --bg-opacity: 1 !important;
    background-color: #bae6fd !important;
    background-color: rgba(186, 230, 253, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-sky-300:focus {
    --bg-opacity: 1 !important;
    background-color: #7dd3fc !important;
    background-color: rgba(125, 211, 252, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-sky-400:focus {
    --bg-opacity: 1 !important;
    background-color: #38bdf8 !important;
    background-color: rgba(56, 189, 248, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-sky-500:focus {
    --bg-opacity: 1 !important;
    background-color: #0ea5e9 !important;
    background-color: rgba(14, 165, 233, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-sky-600:focus {
    --bg-opacity: 1 !important;
    background-color: #0284c7 !important;
    background-color: rgba(2, 132, 199, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-sky-700:focus {
    --bg-opacity: 1 !important;
    background-color: #0369a1 !important;
    background-color: rgba(3, 105, 161, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-sky-800:focus {
    --bg-opacity: 1 !important;
    background-color: #075985 !important;
    background-color: rgba(7, 89, 133, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-sky-900:focus {
    --bg-opacity: 1 !important;
    background-color: #0c4a6e !important;
    background-color: rgba(12, 74, 110, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-violet-50:focus {
    --bg-opacity: 1 !important;
    background-color: #f5f3ff !important;
    background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-violet-100:focus {
    --bg-opacity: 1 !important;
    background-color: #ede9fe !important;
    background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-violet-200:focus {
    --bg-opacity: 1 !important;
    background-color: #ddd6fe !important;
    background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-violet-300:focus {
    --bg-opacity: 1 !important;
    background-color: #c4b5fd !important;
    background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-violet-400:focus {
    --bg-opacity: 1 !important;
    background-color: #a78bfa !important;
    background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-violet-500:focus {
    --bg-opacity: 1 !important;
    background-color: #8b5cf6 !important;
    background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-violet-600:focus {
    --bg-opacity: 1 !important;
    background-color: #7c3aed !important;
    background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-violet-700:focus {
    --bg-opacity: 1 !important;
    background-color: #6d28d9 !important;
    background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-violet-800:focus {
    --bg-opacity: 1 !important;
    background-color: #5b21b6 !important;
    background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-violet-900:focus {
    --bg-opacity: 1 !important;
    background-color: #4c1d95 !important;
    background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-fuchsia-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fdf4ff !important;
    background-color: rgba(253, 244, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-fuchsia-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fae8ff !important;
    background-color: rgba(250, 232, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-fuchsia-200:focus {
    --bg-opacity: 1 !important;
    background-color: #f5d0fe !important;
    background-color: rgba(245, 208, 254, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-fuchsia-300:focus {
    --bg-opacity: 1 !important;
    background-color: #f0abfc !important;
    background-color: rgba(240, 171, 252, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-fuchsia-400:focus {
    --bg-opacity: 1 !important;
    background-color: #e879f9 !important;
    background-color: rgba(232, 121, 249, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-fuchsia-500:focus {
    --bg-opacity: 1 !important;
    background-color: #d946ef !important;
    background-color: rgba(217, 70, 239, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-fuchsia-600:focus {
    --bg-opacity: 1 !important;
    background-color: #c026d3 !important;
    background-color: rgba(192, 38, 211, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-fuchsia-700:focus {
    --bg-opacity: 1 !important;
    background-color: #a21caf !important;
    background-color: rgba(162, 28, 175, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-fuchsia-800:focus {
    --bg-opacity: 1 !important;
    background-color: #86198f !important;
    background-color: rgba(134, 25, 143, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-fuchsia-900:focus {
    --bg-opacity: 1 !important;
    background-color: #701a75 !important;
    background-color: rgba(112, 26, 117, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-rose-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fff1f2 !important;
    background-color: rgba(255, 241, 242, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-rose-100:focus {
    --bg-opacity: 1 !important;
    background-color: #ffe4e6 !important;
    background-color: rgba(255, 228, 230, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-rose-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fecdd3 !important;
    background-color: rgba(254, 205, 211, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-rose-300:focus {
    --bg-opacity: 1 !important;
    background-color: #fda4af !important;
    background-color: rgba(253, 164, 175, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-rose-400:focus {
    --bg-opacity: 1 !important;
    background-color: #fb7185 !important;
    background-color: rgba(251, 113, 133, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-rose-500:focus {
    --bg-opacity: 1 !important;
    background-color: #f43f5e !important;
    background-color: rgba(244, 63, 94, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-rose-600:focus {
    --bg-opacity: 1 !important;
    background-color: #e11d48 !important;
    background-color: rgba(225, 29, 72, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-rose-700:focus {
    --bg-opacity: 1 !important;
    background-color: #be123c !important;
    background-color: rgba(190, 18, 60, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-rose-800:focus {
    --bg-opacity: 1 !important;
    background-color: #9f1239 !important;
    background-color: rgba(159, 18, 57, var(--bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-rose-900:focus {
    --bg-opacity: 1 !important;
    background-color: #881337 !important;
    background-color: rgba(136, 19, 55, var(--bg-opacity)) !important;
  }

  .lg\:tw-bg-none {
    background-image: none !important;
  }

  .lg\:tw-bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .lg\:tw-bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .lg\:tw-bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .lg\:tw-bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .lg\:tw-bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .lg\:tw-bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .lg\:tw-bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .lg\:tw-bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .lg\:tw-from-transparent {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:tw-from-current {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:tw-from-black {
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:tw-from-white {
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:tw-from-gray-50 {
    --gradient-from-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .lg\:tw-from-gray-100 {
    --gradient-from-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .lg\:tw-from-gray-200 {
    --gradient-from-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .lg\:tw-from-gray-300 {
    --gradient-from-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .lg\:tw-from-gray-400 {
    --gradient-from-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:tw-from-gray-500 {
    --gradient-from-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:tw-from-gray-600 {
    --gradient-from-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:tw-from-gray-700 {
    --gradient-from-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .lg\:tw-from-gray-800 {
    --gradient-from-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .lg\:tw-from-gray-900 {
    --gradient-from-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .lg\:tw-from-red-50 {
    --gradient-from-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:tw-from-red-100 {
    --gradient-from-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:tw-from-red-200 {
    --gradient-from-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:tw-from-red-300 {
    --gradient-from-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:tw-from-red-400 {
    --gradient-from-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:tw-from-red-500 {
    --gradient-from-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:tw-from-red-600 {
    --gradient-from-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:tw-from-red-700 {
    --gradient-from-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:tw-from-red-800 {
    --gradient-from-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:tw-from-red-900 {
    --gradient-from-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:tw-from-orange-50 {
    --gradient-from-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .lg\:tw-from-orange-100 {
    --gradient-from-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .lg\:tw-from-orange-200 {
    --gradient-from-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .lg\:tw-from-orange-300 {
    --gradient-from-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .lg\:tw-from-orange-400 {
    --gradient-from-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .lg\:tw-from-orange-500 {
    --gradient-from-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .lg\:tw-from-orange-600 {
    --gradient-from-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .lg\:tw-from-orange-700 {
    --gradient-from-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .lg\:tw-from-orange-800 {
    --gradient-from-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .lg\:tw-from-orange-900 {
    --gradient-from-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .lg\:tw-from-yellow-50 {
    --gradient-from-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .lg\:tw-from-yellow-100 {
    --gradient-from-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .lg\:tw-from-yellow-200 {
    --gradient-from-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .lg\:tw-from-yellow-300 {
    --gradient-from-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .lg\:tw-from-yellow-400 {
    --gradient-from-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .lg\:tw-from-yellow-500 {
    --gradient-from-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .lg\:tw-from-yellow-600 {
    --gradient-from-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .lg\:tw-from-yellow-700 {
    --gradient-from-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .lg\:tw-from-yellow-800 {
    --gradient-from-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .lg\:tw-from-yellow-900 {
    --gradient-from-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .lg\:tw-from-green-50 {
    --gradient-from-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .lg\:tw-from-green-100 {
    --gradient-from-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .lg\:tw-from-green-200 {
    --gradient-from-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .lg\:tw-from-green-300 {
    --gradient-from-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .lg\:tw-from-green-400 {
    --gradient-from-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .lg\:tw-from-green-500 {
    --gradient-from-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .lg\:tw-from-green-600 {
    --gradient-from-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .lg\:tw-from-green-700 {
    --gradient-from-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .lg\:tw-from-green-800 {
    --gradient-from-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .lg\:tw-from-green-900 {
    --gradient-from-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .lg\:tw-from-teal-50 {
    --gradient-from-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .lg\:tw-from-teal-100 {
    --gradient-from-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .lg\:tw-from-teal-200 {
    --gradient-from-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .lg\:tw-from-teal-300 {
    --gradient-from-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .lg\:tw-from-teal-400 {
    --gradient-from-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .lg\:tw-from-teal-500 {
    --gradient-from-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .lg\:tw-from-teal-600 {
    --gradient-from-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .lg\:tw-from-teal-700 {
    --gradient-from-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .lg\:tw-from-teal-800 {
    --gradient-from-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .lg\:tw-from-teal-900 {
    --gradient-from-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .lg\:tw-from-blue-50 {
    --gradient-from-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .lg\:tw-from-blue-100 {
    --gradient-from-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .lg\:tw-from-blue-200 {
    --gradient-from-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .lg\:tw-from-blue-300 {
    --gradient-from-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .lg\:tw-from-blue-400 {
    --gradient-from-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:tw-from-blue-500 {
    --gradient-from-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:tw-from-blue-600 {
    --gradient-from-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .lg\:tw-from-blue-700 {
    --gradient-from-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:tw-from-blue-800 {
    --gradient-from-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:tw-from-blue-900 {
    --gradient-from-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .lg\:tw-from-indigo-50 {
    --gradient-from-color: #eef2ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
  }

  .lg\:tw-from-indigo-100 {
    --gradient-from-color: #e0e7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
  }

  .lg\:tw-from-indigo-200 {
    --gradient-from-color: #c7d2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
  }

  .lg\:tw-from-indigo-300 {
    --gradient-from-color: #a5b4fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
  }

  .lg\:tw-from-indigo-400 {
    --gradient-from-color: #818cf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
  }

  .lg\:tw-from-indigo-500 {
    --gradient-from-color: #6366f1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
  }

  .lg\:tw-from-indigo-600 {
    --gradient-from-color: #4f46e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
  }

  .lg\:tw-from-indigo-700 {
    --gradient-from-color: #4338ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
  }

  .lg\:tw-from-indigo-800 {
    --gradient-from-color: #3730a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
  }

  .lg\:tw-from-indigo-900 {
    --gradient-from-color: #312e81 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
  }

  .lg\:tw-from-purple-50 {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:tw-from-purple-100 {
    --gradient-from-color: #f3e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
  }

  .lg\:tw-from-purple-200 {
    --gradient-from-color: #e9d5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
  }

  .lg\:tw-from-purple-300 {
    --gradient-from-color: #d8b4fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
  }

  .lg\:tw-from-purple-400 {
    --gradient-from-color: #c084fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
  }

  .lg\:tw-from-purple-500 {
    --gradient-from-color: #a855f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
  }

  .lg\:tw-from-purple-600 {
    --gradient-from-color: #9333ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
  }

  .lg\:tw-from-purple-700 {
    --gradient-from-color: #7e22ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
  }

  .lg\:tw-from-purple-800 {
    --gradient-from-color: #6b21a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
  }

  .lg\:tw-from-purple-900 {
    --gradient-from-color: #581c87 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
  }

  .lg\:tw-from-pink-50 {
    --gradient-from-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .lg\:tw-from-pink-100 {
    --gradient-from-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .lg\:tw-from-pink-200 {
    --gradient-from-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .lg\:tw-from-pink-300 {
    --gradient-from-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .lg\:tw-from-pink-400 {
    --gradient-from-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .lg\:tw-from-pink-500 {
    --gradient-from-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .lg\:tw-from-pink-600 {
    --gradient-from-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .lg\:tw-from-pink-700 {
    --gradient-from-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .lg\:tw-from-pink-800 {
    --gradient-from-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .lg\:tw-from-pink-900 {
    --gradient-from-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .lg\:tw-from-app-main {
    --gradient-from-color: #F18D11 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
  }

  .lg\:tw-from-app-sub-blue {
    --gradient-from-color: #1E548F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
  }

  .lg\:tw-from-app-yellow {
    --gradient-from-color: #FFF5D1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
  }

  .lg\:tw-from-theme-primary {
    --gradient-from-color: #f3980f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
  }

  .lg\:tw-from-theme-info {
    --gradient-from-color: #1b925a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
  }

  .lg\:tw-from-slate-50 {
    --gradient-from-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .lg\:tw-from-slate-100 {
    --gradient-from-color: #f1f5f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
  }

  .lg\:tw-from-slate-200 {
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:tw-from-slate-300 {
    --gradient-from-color: #cbd5e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
  }

  .lg\:tw-from-slate-400 {
    --gradient-from-color: #94a3b8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
  }

  .lg\:tw-from-slate-500 {
    --gradient-from-color: #64748b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
  }

  .lg\:tw-from-slate-600 {
    --gradient-from-color: #475569 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
  }

  .lg\:tw-from-slate-700 {
    --gradient-from-color: #334155 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
  }

  .lg\:tw-from-slate-800 {
    --gradient-from-color: #1e293b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
  }

  .lg\:tw-from-slate-900 {
    --gradient-from-color: #0f172a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
  }

  .lg\:tw-from-zinc-50 {
    --gradient-from-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:tw-from-zinc-100 {
    --gradient-from-color: #f4f4f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
  }

  .lg\:tw-from-zinc-200 {
    --gradient-from-color: #e4e4e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
  }

  .lg\:tw-from-zinc-300 {
    --gradient-from-color: #d4d4d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
  }

  .lg\:tw-from-zinc-400 {
    --gradient-from-color: #a1a1aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
  }

  .lg\:tw-from-zinc-500 {
    --gradient-from-color: #71717a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
  }

  .lg\:tw-from-zinc-600 {
    --gradient-from-color: #52525b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
  }

  .lg\:tw-from-zinc-700 {
    --gradient-from-color: #3f3f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
  }

  .lg\:tw-from-zinc-800 {
    --gradient-from-color: #27272a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
  }

  .lg\:tw-from-zinc-900 {
    --gradient-from-color: #18181b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
  }

  .lg\:tw-from-neutral-50 {
    --gradient-from-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:tw-from-neutral-100 {
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:tw-from-neutral-200 {
    --gradient-from-color: #e5e5e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
  }

  .lg\:tw-from-neutral-300 {
    --gradient-from-color: #d4d4d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
  }

  .lg\:tw-from-neutral-400 {
    --gradient-from-color: #a3a3a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
  }

  .lg\:tw-from-neutral-500 {
    --gradient-from-color: #737373 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
  }

  .lg\:tw-from-neutral-600 {
    --gradient-from-color: #525252 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
  }

  .lg\:tw-from-neutral-700 {
    --gradient-from-color: #404040 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
  }

  .lg\:tw-from-neutral-800 {
    --gradient-from-color: #262626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
  }

  .lg\:tw-from-neutral-900 {
    --gradient-from-color: #171717 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
  }

  .lg\:tw-from-stone-50 {
    --gradient-from-color: #fafaf9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
  }

  .lg\:tw-from-stone-100 {
    --gradient-from-color: #f5f5f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
  }

  .lg\:tw-from-stone-200 {
    --gradient-from-color: #e7e5e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
  }

  .lg\:tw-from-stone-300 {
    --gradient-from-color: #d6d3d1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
  }

  .lg\:tw-from-stone-400 {
    --gradient-from-color: #a8a29e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
  }

  .lg\:tw-from-stone-500 {
    --gradient-from-color: #78716c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
  }

  .lg\:tw-from-stone-600 {
    --gradient-from-color: #57534e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
  }

  .lg\:tw-from-stone-700 {
    --gradient-from-color: #44403c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
  }

  .lg\:tw-from-stone-800 {
    --gradient-from-color: #292524 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
  }

  .lg\:tw-from-stone-900 {
    --gradient-from-color: #1c1917 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
  }

  .lg\:tw-from-amber-50 {
    --gradient-from-color: #fffbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
  }

  .lg\:tw-from-amber-100 {
    --gradient-from-color: #fef3c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
  }

  .lg\:tw-from-amber-200 {
    --gradient-from-color: #fde68a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
  }

  .lg\:tw-from-amber-300 {
    --gradient-from-color: #fcd34d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
  }

  .lg\:tw-from-amber-400 {
    --gradient-from-color: #fbbf24 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
  }

  .lg\:tw-from-amber-500 {
    --gradient-from-color: #f59e0b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .lg\:tw-from-amber-600 {
    --gradient-from-color: #d97706 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
  }

  .lg\:tw-from-amber-700 {
    --gradient-from-color: #b45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .lg\:tw-from-amber-800 {
    --gradient-from-color: #92400e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
  }

  .lg\:tw-from-amber-900 {
    --gradient-from-color: #78350f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
  }

  .lg\:tw-from-lime-50 {
    --gradient-from-color: #f7fee7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
  }

  .lg\:tw-from-lime-100 {
    --gradient-from-color: #ecfccb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
  }

  .lg\:tw-from-lime-200 {
    --gradient-from-color: #d9f99d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
  }

  .lg\:tw-from-lime-300 {
    --gradient-from-color: #bef264 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
  }

  .lg\:tw-from-lime-400 {
    --gradient-from-color: #a3e635 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
  }

  .lg\:tw-from-lime-500 {
    --gradient-from-color: #84cc16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
  }

  .lg\:tw-from-lime-600 {
    --gradient-from-color: #65a30d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
  }

  .lg\:tw-from-lime-700 {
    --gradient-from-color: #4d7c0f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
  }

  .lg\:tw-from-lime-800 {
    --gradient-from-color: #3f6212 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
  }

  .lg\:tw-from-lime-900 {
    --gradient-from-color: #365314 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
  }

  .lg\:tw-from-emerald-50 {
    --gradient-from-color: #ecfdf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
  }

  .lg\:tw-from-emerald-100 {
    --gradient-from-color: #d1fae5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
  }

  .lg\:tw-from-emerald-200 {
    --gradient-from-color: #a7f3d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
  }

  .lg\:tw-from-emerald-300 {
    --gradient-from-color: #6ee7b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
  }

  .lg\:tw-from-emerald-400 {
    --gradient-from-color: #34d399 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
  }

  .lg\:tw-from-emerald-500 {
    --gradient-from-color: #10b981 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
  }

  .lg\:tw-from-emerald-600 {
    --gradient-from-color: #059669 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
  }

  .lg\:tw-from-emerald-700 {
    --gradient-from-color: #047857 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
  }

  .lg\:tw-from-emerald-800 {
    --gradient-from-color: #065f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
  }

  .lg\:tw-from-emerald-900 {
    --gradient-from-color: #064e3b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
  }

  .lg\:tw-from-cyan-50 {
    --gradient-from-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .lg\:tw-from-cyan-100 {
    --gradient-from-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .lg\:tw-from-cyan-200 {
    --gradient-from-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .lg\:tw-from-cyan-300 {
    --gradient-from-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .lg\:tw-from-cyan-400 {
    --gradient-from-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .lg\:tw-from-cyan-500 {
    --gradient-from-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .lg\:tw-from-cyan-600 {
    --gradient-from-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .lg\:tw-from-cyan-700 {
    --gradient-from-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .lg\:tw-from-cyan-800 {
    --gradient-from-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .lg\:tw-from-cyan-900 {
    --gradient-from-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .lg\:tw-from-sky-50 {
    --gradient-from-color: #f0f9ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
  }

  .lg\:tw-from-sky-100 {
    --gradient-from-color: #e0f2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
  }

  .lg\:tw-from-sky-200 {
    --gradient-from-color: #bae6fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
  }

  .lg\:tw-from-sky-300 {
    --gradient-from-color: #7dd3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
  }

  .lg\:tw-from-sky-400 {
    --gradient-from-color: #38bdf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
  }

  .lg\:tw-from-sky-500 {
    --gradient-from-color: #0ea5e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
  }

  .lg\:tw-from-sky-600 {
    --gradient-from-color: #0284c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
  }

  .lg\:tw-from-sky-700 {
    --gradient-from-color: #0369a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
  }

  .lg\:tw-from-sky-800 {
    --gradient-from-color: #075985 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
  }

  .lg\:tw-from-sky-900 {
    --gradient-from-color: #0c4a6e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
  }

  .lg\:tw-from-violet-50 {
    --gradient-from-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .lg\:tw-from-violet-100 {
    --gradient-from-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .lg\:tw-from-violet-200 {
    --gradient-from-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .lg\:tw-from-violet-300 {
    --gradient-from-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .lg\:tw-from-violet-400 {
    --gradient-from-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .lg\:tw-from-violet-500 {
    --gradient-from-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .lg\:tw-from-violet-600 {
    --gradient-from-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .lg\:tw-from-violet-700 {
    --gradient-from-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .lg\:tw-from-violet-800 {
    --gradient-from-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .lg\:tw-from-violet-900 {
    --gradient-from-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .lg\:tw-from-fuchsia-50 {
    --gradient-from-color: #fdf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
  }

  .lg\:tw-from-fuchsia-100 {
    --gradient-from-color: #fae8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
  }

  .lg\:tw-from-fuchsia-200 {
    --gradient-from-color: #f5d0fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
  }

  .lg\:tw-from-fuchsia-300 {
    --gradient-from-color: #f0abfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
  }

  .lg\:tw-from-fuchsia-400 {
    --gradient-from-color: #e879f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
  }

  .lg\:tw-from-fuchsia-500 {
    --gradient-from-color: #d946ef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
  }

  .lg\:tw-from-fuchsia-600 {
    --gradient-from-color: #c026d3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
  }

  .lg\:tw-from-fuchsia-700 {
    --gradient-from-color: #a21caf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
  }

  .lg\:tw-from-fuchsia-800 {
    --gradient-from-color: #86198f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
  }

  .lg\:tw-from-fuchsia-900 {
    --gradient-from-color: #701a75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
  }

  .lg\:tw-from-rose-50 {
    --gradient-from-color: #fff1f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
  }

  .lg\:tw-from-rose-100 {
    --gradient-from-color: #ffe4e6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
  }

  .lg\:tw-from-rose-200 {
    --gradient-from-color: #fecdd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
  }

  .lg\:tw-from-rose-300 {
    --gradient-from-color: #fda4af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
  }

  .lg\:tw-from-rose-400 {
    --gradient-from-color: #fb7185 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
  }

  .lg\:tw-from-rose-500 {
    --gradient-from-color: #f43f5e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
  }

  .lg\:tw-from-rose-600 {
    --gradient-from-color: #e11d48 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
  }

  .lg\:tw-from-rose-700 {
    --gradient-from-color: #be123c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
  }

  .lg\:tw-from-rose-800 {
    --gradient-from-color: #9f1239 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
  }

  .lg\:tw-from-rose-900 {
    --gradient-from-color: #881337 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
  }

  .lg\:tw-via-transparent {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:tw-via-current {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:tw-via-black {
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:tw-via-white {
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:tw-via-gray-50 {
    --gradient-via-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .lg\:tw-via-gray-100 {
    --gradient-via-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .lg\:tw-via-gray-200 {
    --gradient-via-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .lg\:tw-via-gray-300 {
    --gradient-via-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .lg\:tw-via-gray-400 {
    --gradient-via-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:tw-via-gray-500 {
    --gradient-via-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:tw-via-gray-600 {
    --gradient-via-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:tw-via-gray-700 {
    --gradient-via-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .lg\:tw-via-gray-800 {
    --gradient-via-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .lg\:tw-via-gray-900 {
    --gradient-via-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .lg\:tw-via-red-50 {
    --gradient-via-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:tw-via-red-100 {
    --gradient-via-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:tw-via-red-200 {
    --gradient-via-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:tw-via-red-300 {
    --gradient-via-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:tw-via-red-400 {
    --gradient-via-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:tw-via-red-500 {
    --gradient-via-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:tw-via-red-600 {
    --gradient-via-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:tw-via-red-700 {
    --gradient-via-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:tw-via-red-800 {
    --gradient-via-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:tw-via-red-900 {
    --gradient-via-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:tw-via-orange-50 {
    --gradient-via-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .lg\:tw-via-orange-100 {
    --gradient-via-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .lg\:tw-via-orange-200 {
    --gradient-via-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .lg\:tw-via-orange-300 {
    --gradient-via-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .lg\:tw-via-orange-400 {
    --gradient-via-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .lg\:tw-via-orange-500 {
    --gradient-via-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .lg\:tw-via-orange-600 {
    --gradient-via-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .lg\:tw-via-orange-700 {
    --gradient-via-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .lg\:tw-via-orange-800 {
    --gradient-via-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .lg\:tw-via-orange-900 {
    --gradient-via-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .lg\:tw-via-yellow-50 {
    --gradient-via-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .lg\:tw-via-yellow-100 {
    --gradient-via-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .lg\:tw-via-yellow-200 {
    --gradient-via-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .lg\:tw-via-yellow-300 {
    --gradient-via-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .lg\:tw-via-yellow-400 {
    --gradient-via-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .lg\:tw-via-yellow-500 {
    --gradient-via-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .lg\:tw-via-yellow-600 {
    --gradient-via-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .lg\:tw-via-yellow-700 {
    --gradient-via-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .lg\:tw-via-yellow-800 {
    --gradient-via-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .lg\:tw-via-yellow-900 {
    --gradient-via-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .lg\:tw-via-green-50 {
    --gradient-via-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .lg\:tw-via-green-100 {
    --gradient-via-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .lg\:tw-via-green-200 {
    --gradient-via-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .lg\:tw-via-green-300 {
    --gradient-via-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .lg\:tw-via-green-400 {
    --gradient-via-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .lg\:tw-via-green-500 {
    --gradient-via-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .lg\:tw-via-green-600 {
    --gradient-via-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .lg\:tw-via-green-700 {
    --gradient-via-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .lg\:tw-via-green-800 {
    --gradient-via-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .lg\:tw-via-green-900 {
    --gradient-via-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .lg\:tw-via-teal-50 {
    --gradient-via-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .lg\:tw-via-teal-100 {
    --gradient-via-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .lg\:tw-via-teal-200 {
    --gradient-via-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .lg\:tw-via-teal-300 {
    --gradient-via-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .lg\:tw-via-teal-400 {
    --gradient-via-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .lg\:tw-via-teal-500 {
    --gradient-via-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .lg\:tw-via-teal-600 {
    --gradient-via-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .lg\:tw-via-teal-700 {
    --gradient-via-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .lg\:tw-via-teal-800 {
    --gradient-via-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .lg\:tw-via-teal-900 {
    --gradient-via-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .lg\:tw-via-blue-50 {
    --gradient-via-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .lg\:tw-via-blue-100 {
    --gradient-via-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .lg\:tw-via-blue-200 {
    --gradient-via-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .lg\:tw-via-blue-300 {
    --gradient-via-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .lg\:tw-via-blue-400 {
    --gradient-via-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:tw-via-blue-500 {
    --gradient-via-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:tw-via-blue-600 {
    --gradient-via-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .lg\:tw-via-blue-700 {
    --gradient-via-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:tw-via-blue-800 {
    --gradient-via-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:tw-via-blue-900 {
    --gradient-via-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .lg\:tw-via-indigo-50 {
    --gradient-via-color: #eef2ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
  }

  .lg\:tw-via-indigo-100 {
    --gradient-via-color: #e0e7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
  }

  .lg\:tw-via-indigo-200 {
    --gradient-via-color: #c7d2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
  }

  .lg\:tw-via-indigo-300 {
    --gradient-via-color: #a5b4fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
  }

  .lg\:tw-via-indigo-400 {
    --gradient-via-color: #818cf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
  }

  .lg\:tw-via-indigo-500 {
    --gradient-via-color: #6366f1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
  }

  .lg\:tw-via-indigo-600 {
    --gradient-via-color: #4f46e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
  }

  .lg\:tw-via-indigo-700 {
    --gradient-via-color: #4338ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
  }

  .lg\:tw-via-indigo-800 {
    --gradient-via-color: #3730a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
  }

  .lg\:tw-via-indigo-900 {
    --gradient-via-color: #312e81 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
  }

  .lg\:tw-via-purple-50 {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:tw-via-purple-100 {
    --gradient-via-color: #f3e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
  }

  .lg\:tw-via-purple-200 {
    --gradient-via-color: #e9d5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
  }

  .lg\:tw-via-purple-300 {
    --gradient-via-color: #d8b4fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
  }

  .lg\:tw-via-purple-400 {
    --gradient-via-color: #c084fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
  }

  .lg\:tw-via-purple-500 {
    --gradient-via-color: #a855f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
  }

  .lg\:tw-via-purple-600 {
    --gradient-via-color: #9333ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
  }

  .lg\:tw-via-purple-700 {
    --gradient-via-color: #7e22ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
  }

  .lg\:tw-via-purple-800 {
    --gradient-via-color: #6b21a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
  }

  .lg\:tw-via-purple-900 {
    --gradient-via-color: #581c87 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
  }

  .lg\:tw-via-pink-50 {
    --gradient-via-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .lg\:tw-via-pink-100 {
    --gradient-via-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .lg\:tw-via-pink-200 {
    --gradient-via-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .lg\:tw-via-pink-300 {
    --gradient-via-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .lg\:tw-via-pink-400 {
    --gradient-via-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .lg\:tw-via-pink-500 {
    --gradient-via-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .lg\:tw-via-pink-600 {
    --gradient-via-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .lg\:tw-via-pink-700 {
    --gradient-via-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .lg\:tw-via-pink-800 {
    --gradient-via-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .lg\:tw-via-pink-900 {
    --gradient-via-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .lg\:tw-via-app-main {
    --gradient-via-color: #F18D11 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
  }

  .lg\:tw-via-app-sub-blue {
    --gradient-via-color: #1E548F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
  }

  .lg\:tw-via-app-yellow {
    --gradient-via-color: #FFF5D1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
  }

  .lg\:tw-via-theme-primary {
    --gradient-via-color: #f3980f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
  }

  .lg\:tw-via-theme-info {
    --gradient-via-color: #1b925a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
  }

  .lg\:tw-via-slate-50 {
    --gradient-via-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .lg\:tw-via-slate-100 {
    --gradient-via-color: #f1f5f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
  }

  .lg\:tw-via-slate-200 {
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:tw-via-slate-300 {
    --gradient-via-color: #cbd5e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
  }

  .lg\:tw-via-slate-400 {
    --gradient-via-color: #94a3b8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
  }

  .lg\:tw-via-slate-500 {
    --gradient-via-color: #64748b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
  }

  .lg\:tw-via-slate-600 {
    --gradient-via-color: #475569 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
  }

  .lg\:tw-via-slate-700 {
    --gradient-via-color: #334155 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
  }

  .lg\:tw-via-slate-800 {
    --gradient-via-color: #1e293b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
  }

  .lg\:tw-via-slate-900 {
    --gradient-via-color: #0f172a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
  }

  .lg\:tw-via-zinc-50 {
    --gradient-via-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:tw-via-zinc-100 {
    --gradient-via-color: #f4f4f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
  }

  .lg\:tw-via-zinc-200 {
    --gradient-via-color: #e4e4e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
  }

  .lg\:tw-via-zinc-300 {
    --gradient-via-color: #d4d4d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
  }

  .lg\:tw-via-zinc-400 {
    --gradient-via-color: #a1a1aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
  }

  .lg\:tw-via-zinc-500 {
    --gradient-via-color: #71717a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
  }

  .lg\:tw-via-zinc-600 {
    --gradient-via-color: #52525b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
  }

  .lg\:tw-via-zinc-700 {
    --gradient-via-color: #3f3f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
  }

  .lg\:tw-via-zinc-800 {
    --gradient-via-color: #27272a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
  }

  .lg\:tw-via-zinc-900 {
    --gradient-via-color: #18181b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
  }

  .lg\:tw-via-neutral-50 {
    --gradient-via-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:tw-via-neutral-100 {
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:tw-via-neutral-200 {
    --gradient-via-color: #e5e5e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
  }

  .lg\:tw-via-neutral-300 {
    --gradient-via-color: #d4d4d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
  }

  .lg\:tw-via-neutral-400 {
    --gradient-via-color: #a3a3a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
  }

  .lg\:tw-via-neutral-500 {
    --gradient-via-color: #737373 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
  }

  .lg\:tw-via-neutral-600 {
    --gradient-via-color: #525252 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
  }

  .lg\:tw-via-neutral-700 {
    --gradient-via-color: #404040 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
  }

  .lg\:tw-via-neutral-800 {
    --gradient-via-color: #262626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
  }

  .lg\:tw-via-neutral-900 {
    --gradient-via-color: #171717 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
  }

  .lg\:tw-via-stone-50 {
    --gradient-via-color: #fafaf9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
  }

  .lg\:tw-via-stone-100 {
    --gradient-via-color: #f5f5f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
  }

  .lg\:tw-via-stone-200 {
    --gradient-via-color: #e7e5e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
  }

  .lg\:tw-via-stone-300 {
    --gradient-via-color: #d6d3d1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
  }

  .lg\:tw-via-stone-400 {
    --gradient-via-color: #a8a29e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
  }

  .lg\:tw-via-stone-500 {
    --gradient-via-color: #78716c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
  }

  .lg\:tw-via-stone-600 {
    --gradient-via-color: #57534e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
  }

  .lg\:tw-via-stone-700 {
    --gradient-via-color: #44403c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
  }

  .lg\:tw-via-stone-800 {
    --gradient-via-color: #292524 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
  }

  .lg\:tw-via-stone-900 {
    --gradient-via-color: #1c1917 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
  }

  .lg\:tw-via-amber-50 {
    --gradient-via-color: #fffbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
  }

  .lg\:tw-via-amber-100 {
    --gradient-via-color: #fef3c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
  }

  .lg\:tw-via-amber-200 {
    --gradient-via-color: #fde68a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
  }

  .lg\:tw-via-amber-300 {
    --gradient-via-color: #fcd34d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
  }

  .lg\:tw-via-amber-400 {
    --gradient-via-color: #fbbf24 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
  }

  .lg\:tw-via-amber-500 {
    --gradient-via-color: #f59e0b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .lg\:tw-via-amber-600 {
    --gradient-via-color: #d97706 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
  }

  .lg\:tw-via-amber-700 {
    --gradient-via-color: #b45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .lg\:tw-via-amber-800 {
    --gradient-via-color: #92400e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
  }

  .lg\:tw-via-amber-900 {
    --gradient-via-color: #78350f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
  }

  .lg\:tw-via-lime-50 {
    --gradient-via-color: #f7fee7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
  }

  .lg\:tw-via-lime-100 {
    --gradient-via-color: #ecfccb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
  }

  .lg\:tw-via-lime-200 {
    --gradient-via-color: #d9f99d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
  }

  .lg\:tw-via-lime-300 {
    --gradient-via-color: #bef264 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
  }

  .lg\:tw-via-lime-400 {
    --gradient-via-color: #a3e635 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
  }

  .lg\:tw-via-lime-500 {
    --gradient-via-color: #84cc16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
  }

  .lg\:tw-via-lime-600 {
    --gradient-via-color: #65a30d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
  }

  .lg\:tw-via-lime-700 {
    --gradient-via-color: #4d7c0f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
  }

  .lg\:tw-via-lime-800 {
    --gradient-via-color: #3f6212 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
  }

  .lg\:tw-via-lime-900 {
    --gradient-via-color: #365314 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
  }

  .lg\:tw-via-emerald-50 {
    --gradient-via-color: #ecfdf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
  }

  .lg\:tw-via-emerald-100 {
    --gradient-via-color: #d1fae5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
  }

  .lg\:tw-via-emerald-200 {
    --gradient-via-color: #a7f3d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
  }

  .lg\:tw-via-emerald-300 {
    --gradient-via-color: #6ee7b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
  }

  .lg\:tw-via-emerald-400 {
    --gradient-via-color: #34d399 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
  }

  .lg\:tw-via-emerald-500 {
    --gradient-via-color: #10b981 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
  }

  .lg\:tw-via-emerald-600 {
    --gradient-via-color: #059669 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
  }

  .lg\:tw-via-emerald-700 {
    --gradient-via-color: #047857 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
  }

  .lg\:tw-via-emerald-800 {
    --gradient-via-color: #065f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
  }

  .lg\:tw-via-emerald-900 {
    --gradient-via-color: #064e3b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
  }

  .lg\:tw-via-cyan-50 {
    --gradient-via-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .lg\:tw-via-cyan-100 {
    --gradient-via-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .lg\:tw-via-cyan-200 {
    --gradient-via-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .lg\:tw-via-cyan-300 {
    --gradient-via-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .lg\:tw-via-cyan-400 {
    --gradient-via-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .lg\:tw-via-cyan-500 {
    --gradient-via-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .lg\:tw-via-cyan-600 {
    --gradient-via-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .lg\:tw-via-cyan-700 {
    --gradient-via-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .lg\:tw-via-cyan-800 {
    --gradient-via-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .lg\:tw-via-cyan-900 {
    --gradient-via-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .lg\:tw-via-sky-50 {
    --gradient-via-color: #f0f9ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
  }

  .lg\:tw-via-sky-100 {
    --gradient-via-color: #e0f2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
  }

  .lg\:tw-via-sky-200 {
    --gradient-via-color: #bae6fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
  }

  .lg\:tw-via-sky-300 {
    --gradient-via-color: #7dd3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
  }

  .lg\:tw-via-sky-400 {
    --gradient-via-color: #38bdf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
  }

  .lg\:tw-via-sky-500 {
    --gradient-via-color: #0ea5e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
  }

  .lg\:tw-via-sky-600 {
    --gradient-via-color: #0284c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
  }

  .lg\:tw-via-sky-700 {
    --gradient-via-color: #0369a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
  }

  .lg\:tw-via-sky-800 {
    --gradient-via-color: #075985 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
  }

  .lg\:tw-via-sky-900 {
    --gradient-via-color: #0c4a6e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
  }

  .lg\:tw-via-violet-50 {
    --gradient-via-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .lg\:tw-via-violet-100 {
    --gradient-via-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .lg\:tw-via-violet-200 {
    --gradient-via-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .lg\:tw-via-violet-300 {
    --gradient-via-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .lg\:tw-via-violet-400 {
    --gradient-via-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .lg\:tw-via-violet-500 {
    --gradient-via-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .lg\:tw-via-violet-600 {
    --gradient-via-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .lg\:tw-via-violet-700 {
    --gradient-via-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .lg\:tw-via-violet-800 {
    --gradient-via-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .lg\:tw-via-violet-900 {
    --gradient-via-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .lg\:tw-via-fuchsia-50 {
    --gradient-via-color: #fdf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
  }

  .lg\:tw-via-fuchsia-100 {
    --gradient-via-color: #fae8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
  }

  .lg\:tw-via-fuchsia-200 {
    --gradient-via-color: #f5d0fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
  }

  .lg\:tw-via-fuchsia-300 {
    --gradient-via-color: #f0abfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
  }

  .lg\:tw-via-fuchsia-400 {
    --gradient-via-color: #e879f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
  }

  .lg\:tw-via-fuchsia-500 {
    --gradient-via-color: #d946ef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
  }

  .lg\:tw-via-fuchsia-600 {
    --gradient-via-color: #c026d3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
  }

  .lg\:tw-via-fuchsia-700 {
    --gradient-via-color: #a21caf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
  }

  .lg\:tw-via-fuchsia-800 {
    --gradient-via-color: #86198f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
  }

  .lg\:tw-via-fuchsia-900 {
    --gradient-via-color: #701a75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
  }

  .lg\:tw-via-rose-50 {
    --gradient-via-color: #fff1f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
  }

  .lg\:tw-via-rose-100 {
    --gradient-via-color: #ffe4e6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
  }

  .lg\:tw-via-rose-200 {
    --gradient-via-color: #fecdd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
  }

  .lg\:tw-via-rose-300 {
    --gradient-via-color: #fda4af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
  }

  .lg\:tw-via-rose-400 {
    --gradient-via-color: #fb7185 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
  }

  .lg\:tw-via-rose-500 {
    --gradient-via-color: #f43f5e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
  }

  .lg\:tw-via-rose-600 {
    --gradient-via-color: #e11d48 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
  }

  .lg\:tw-via-rose-700 {
    --gradient-via-color: #be123c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
  }

  .lg\:tw-via-rose-800 {
    --gradient-via-color: #9f1239 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
  }

  .lg\:tw-via-rose-900 {
    --gradient-via-color: #881337 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
  }

  .lg\:tw-to-transparent {
    --gradient-to-color: transparent !important;
  }

  .lg\:tw-to-current {
    --gradient-to-color: currentColor !important;
  }

  .lg\:tw-to-black {
    --gradient-to-color: #000 !important;
  }

  .lg\:tw-to-white {
    --gradient-to-color: #fff !important;
  }

  .lg\:tw-to-gray-50 {
    --gradient-to-color: #f9fafb !important;
  }

  .lg\:tw-to-gray-100 {
    --gradient-to-color: #f3f4f6 !important;
  }

  .lg\:tw-to-gray-200 {
    --gradient-to-color: #e5e7eb !important;
  }

  .lg\:tw-to-gray-300 {
    --gradient-to-color: #d1d5db !important;
  }

  .lg\:tw-to-gray-400 {
    --gradient-to-color: #9ca3af !important;
  }

  .lg\:tw-to-gray-500 {
    --gradient-to-color: #6b7280 !important;
  }

  .lg\:tw-to-gray-600 {
    --gradient-to-color: #4b5563 !important;
  }

  .lg\:tw-to-gray-700 {
    --gradient-to-color: #374151 !important;
  }

  .lg\:tw-to-gray-800 {
    --gradient-to-color: #1f2937 !important;
  }

  .lg\:tw-to-gray-900 {
    --gradient-to-color: #111827 !important;
  }

  .lg\:tw-to-red-50 {
    --gradient-to-color: #fef2f2 !important;
  }

  .lg\:tw-to-red-100 {
    --gradient-to-color: #fee2e2 !important;
  }

  .lg\:tw-to-red-200 {
    --gradient-to-color: #fecaca !important;
  }

  .lg\:tw-to-red-300 {
    --gradient-to-color: #fca5a5 !important;
  }

  .lg\:tw-to-red-400 {
    --gradient-to-color: #f87171 !important;
  }

  .lg\:tw-to-red-500 {
    --gradient-to-color: #ef4444 !important;
  }

  .lg\:tw-to-red-600 {
    --gradient-to-color: #dc2626 !important;
  }

  .lg\:tw-to-red-700 {
    --gradient-to-color: #b91c1c !important;
  }

  .lg\:tw-to-red-800 {
    --gradient-to-color: #991b1b !important;
  }

  .lg\:tw-to-red-900 {
    --gradient-to-color: #7f1d1d !important;
  }

  .lg\:tw-to-orange-50 {
    --gradient-to-color: #fff7ed !important;
  }

  .lg\:tw-to-orange-100 {
    --gradient-to-color: #ffedd5 !important;
  }

  .lg\:tw-to-orange-200 {
    --gradient-to-color: #fed7aa !important;
  }

  .lg\:tw-to-orange-300 {
    --gradient-to-color: #fdba74 !important;
  }

  .lg\:tw-to-orange-400 {
    --gradient-to-color: #fb923c !important;
  }

  .lg\:tw-to-orange-500 {
    --gradient-to-color: #f97316 !important;
  }

  .lg\:tw-to-orange-600 {
    --gradient-to-color: #ea580c !important;
  }

  .lg\:tw-to-orange-700 {
    --gradient-to-color: #c2410c !important;
  }

  .lg\:tw-to-orange-800 {
    --gradient-to-color: #9a3412 !important;
  }

  .lg\:tw-to-orange-900 {
    --gradient-to-color: #7c2d12 !important;
  }

  .lg\:tw-to-yellow-50 {
    --gradient-to-color: #fefce8 !important;
  }

  .lg\:tw-to-yellow-100 {
    --gradient-to-color: #fef9c3 !important;
  }

  .lg\:tw-to-yellow-200 {
    --gradient-to-color: #fef08a !important;
  }

  .lg\:tw-to-yellow-300 {
    --gradient-to-color: #fde047 !important;
  }

  .lg\:tw-to-yellow-400 {
    --gradient-to-color: #facc15 !important;
  }

  .lg\:tw-to-yellow-500 {
    --gradient-to-color: #eab308 !important;
  }

  .lg\:tw-to-yellow-600 {
    --gradient-to-color: #ca8a04 !important;
  }

  .lg\:tw-to-yellow-700 {
    --gradient-to-color: #a16207 !important;
  }

  .lg\:tw-to-yellow-800 {
    --gradient-to-color: #854d0e !important;
  }

  .lg\:tw-to-yellow-900 {
    --gradient-to-color: #713f12 !important;
  }

  .lg\:tw-to-green-50 {
    --gradient-to-color: #f0fdf4 !important;
  }

  .lg\:tw-to-green-100 {
    --gradient-to-color: #dcfce7 !important;
  }

  .lg\:tw-to-green-200 {
    --gradient-to-color: #bbf7d0 !important;
  }

  .lg\:tw-to-green-300 {
    --gradient-to-color: #86efac !important;
  }

  .lg\:tw-to-green-400 {
    --gradient-to-color: #4ade80 !important;
  }

  .lg\:tw-to-green-500 {
    --gradient-to-color: #22c55e !important;
  }

  .lg\:tw-to-green-600 {
    --gradient-to-color: #16a34a !important;
  }

  .lg\:tw-to-green-700 {
    --gradient-to-color: #15803d !important;
  }

  .lg\:tw-to-green-800 {
    --gradient-to-color: #166534 !important;
  }

  .lg\:tw-to-green-900 {
    --gradient-to-color: #14532d !important;
  }

  .lg\:tw-to-teal-50 {
    --gradient-to-color: #f0fdfa !important;
  }

  .lg\:tw-to-teal-100 {
    --gradient-to-color: #ccfbf1 !important;
  }

  .lg\:tw-to-teal-200 {
    --gradient-to-color: #99f6e4 !important;
  }

  .lg\:tw-to-teal-300 {
    --gradient-to-color: #5eead4 !important;
  }

  .lg\:tw-to-teal-400 {
    --gradient-to-color: #2dd4bf !important;
  }

  .lg\:tw-to-teal-500 {
    --gradient-to-color: #14b8a6 !important;
  }

  .lg\:tw-to-teal-600 {
    --gradient-to-color: #0d9488 !important;
  }

  .lg\:tw-to-teal-700 {
    --gradient-to-color: #0f766e !important;
  }

  .lg\:tw-to-teal-800 {
    --gradient-to-color: #115e59 !important;
  }

  .lg\:tw-to-teal-900 {
    --gradient-to-color: #134e4a !important;
  }

  .lg\:tw-to-blue-50 {
    --gradient-to-color: #eff6ff !important;
  }

  .lg\:tw-to-blue-100 {
    --gradient-to-color: #dbeafe !important;
  }

  .lg\:tw-to-blue-200 {
    --gradient-to-color: #bfdbfe !important;
  }

  .lg\:tw-to-blue-300 {
    --gradient-to-color: #93c5fd !important;
  }

  .lg\:tw-to-blue-400 {
    --gradient-to-color: #60a5fa !important;
  }

  .lg\:tw-to-blue-500 {
    --gradient-to-color: #3b82f6 !important;
  }

  .lg\:tw-to-blue-600 {
    --gradient-to-color: #2563eb !important;
  }

  .lg\:tw-to-blue-700 {
    --gradient-to-color: #1d4ed8 !important;
  }

  .lg\:tw-to-blue-800 {
    --gradient-to-color: #1e40af !important;
  }

  .lg\:tw-to-blue-900 {
    --gradient-to-color: #1e3a8a !important;
  }

  .lg\:tw-to-indigo-50 {
    --gradient-to-color: #eef2ff !important;
  }

  .lg\:tw-to-indigo-100 {
    --gradient-to-color: #e0e7ff !important;
  }

  .lg\:tw-to-indigo-200 {
    --gradient-to-color: #c7d2fe !important;
  }

  .lg\:tw-to-indigo-300 {
    --gradient-to-color: #a5b4fc !important;
  }

  .lg\:tw-to-indigo-400 {
    --gradient-to-color: #818cf8 !important;
  }

  .lg\:tw-to-indigo-500 {
    --gradient-to-color: #6366f1 !important;
  }

  .lg\:tw-to-indigo-600 {
    --gradient-to-color: #4f46e5 !important;
  }

  .lg\:tw-to-indigo-700 {
    --gradient-to-color: #4338ca !important;
  }

  .lg\:tw-to-indigo-800 {
    --gradient-to-color: #3730a3 !important;
  }

  .lg\:tw-to-indigo-900 {
    --gradient-to-color: #312e81 !important;
  }

  .lg\:tw-to-purple-50 {
    --gradient-to-color: #faf5ff !important;
  }

  .lg\:tw-to-purple-100 {
    --gradient-to-color: #f3e8ff !important;
  }

  .lg\:tw-to-purple-200 {
    --gradient-to-color: #e9d5ff !important;
  }

  .lg\:tw-to-purple-300 {
    --gradient-to-color: #d8b4fe !important;
  }

  .lg\:tw-to-purple-400 {
    --gradient-to-color: #c084fc !important;
  }

  .lg\:tw-to-purple-500 {
    --gradient-to-color: #a855f7 !important;
  }

  .lg\:tw-to-purple-600 {
    --gradient-to-color: #9333ea !important;
  }

  .lg\:tw-to-purple-700 {
    --gradient-to-color: #7e22ce !important;
  }

  .lg\:tw-to-purple-800 {
    --gradient-to-color: #6b21a8 !important;
  }

  .lg\:tw-to-purple-900 {
    --gradient-to-color: #581c87 !important;
  }

  .lg\:tw-to-pink-50 {
    --gradient-to-color: #fdf2f8 !important;
  }

  .lg\:tw-to-pink-100 {
    --gradient-to-color: #fce7f3 !important;
  }

  .lg\:tw-to-pink-200 {
    --gradient-to-color: #fbcfe8 !important;
  }

  .lg\:tw-to-pink-300 {
    --gradient-to-color: #f9a8d4 !important;
  }

  .lg\:tw-to-pink-400 {
    --gradient-to-color: #f472b6 !important;
  }

  .lg\:tw-to-pink-500 {
    --gradient-to-color: #ec4899 !important;
  }

  .lg\:tw-to-pink-600 {
    --gradient-to-color: #db2777 !important;
  }

  .lg\:tw-to-pink-700 {
    --gradient-to-color: #be185d !important;
  }

  .lg\:tw-to-pink-800 {
    --gradient-to-color: #9d174d !important;
  }

  .lg\:tw-to-pink-900 {
    --gradient-to-color: #831843 !important;
  }

  .lg\:tw-to-app-main {
    --gradient-to-color: #F18D11 !important;
  }

  .lg\:tw-to-app-sub-blue {
    --gradient-to-color: #1E548F !important;
  }

  .lg\:tw-to-app-yellow {
    --gradient-to-color: #FFF5D1 !important;
  }

  .lg\:tw-to-theme-primary {
    --gradient-to-color: #f3980f !important;
  }

  .lg\:tw-to-theme-info {
    --gradient-to-color: #1b925a !important;
  }

  .lg\:tw-to-slate-50 {
    --gradient-to-color: #f8fafc !important;
  }

  .lg\:tw-to-slate-100 {
    --gradient-to-color: #f1f5f9 !important;
  }

  .lg\:tw-to-slate-200 {
    --gradient-to-color: #e2e8f0 !important;
  }

  .lg\:tw-to-slate-300 {
    --gradient-to-color: #cbd5e1 !important;
  }

  .lg\:tw-to-slate-400 {
    --gradient-to-color: #94a3b8 !important;
  }

  .lg\:tw-to-slate-500 {
    --gradient-to-color: #64748b !important;
  }

  .lg\:tw-to-slate-600 {
    --gradient-to-color: #475569 !important;
  }

  .lg\:tw-to-slate-700 {
    --gradient-to-color: #334155 !important;
  }

  .lg\:tw-to-slate-800 {
    --gradient-to-color: #1e293b !important;
  }

  .lg\:tw-to-slate-900 {
    --gradient-to-color: #0f172a !important;
  }

  .lg\:tw-to-zinc-50 {
    --gradient-to-color: #fafafa !important;
  }

  .lg\:tw-to-zinc-100 {
    --gradient-to-color: #f4f4f5 !important;
  }

  .lg\:tw-to-zinc-200 {
    --gradient-to-color: #e4e4e7 !important;
  }

  .lg\:tw-to-zinc-300 {
    --gradient-to-color: #d4d4d8 !important;
  }

  .lg\:tw-to-zinc-400 {
    --gradient-to-color: #a1a1aa !important;
  }

  .lg\:tw-to-zinc-500 {
    --gradient-to-color: #71717a !important;
  }

  .lg\:tw-to-zinc-600 {
    --gradient-to-color: #52525b !important;
  }

  .lg\:tw-to-zinc-700 {
    --gradient-to-color: #3f3f46 !important;
  }

  .lg\:tw-to-zinc-800 {
    --gradient-to-color: #27272a !important;
  }

  .lg\:tw-to-zinc-900 {
    --gradient-to-color: #18181b !important;
  }

  .lg\:tw-to-neutral-50 {
    --gradient-to-color: #fafafa !important;
  }

  .lg\:tw-to-neutral-100 {
    --gradient-to-color: #f5f5f5 !important;
  }

  .lg\:tw-to-neutral-200 {
    --gradient-to-color: #e5e5e5 !important;
  }

  .lg\:tw-to-neutral-300 {
    --gradient-to-color: #d4d4d4 !important;
  }

  .lg\:tw-to-neutral-400 {
    --gradient-to-color: #a3a3a3 !important;
  }

  .lg\:tw-to-neutral-500 {
    --gradient-to-color: #737373 !important;
  }

  .lg\:tw-to-neutral-600 {
    --gradient-to-color: #525252 !important;
  }

  .lg\:tw-to-neutral-700 {
    --gradient-to-color: #404040 !important;
  }

  .lg\:tw-to-neutral-800 {
    --gradient-to-color: #262626 !important;
  }

  .lg\:tw-to-neutral-900 {
    --gradient-to-color: #171717 !important;
  }

  .lg\:tw-to-stone-50 {
    --gradient-to-color: #fafaf9 !important;
  }

  .lg\:tw-to-stone-100 {
    --gradient-to-color: #f5f5f4 !important;
  }

  .lg\:tw-to-stone-200 {
    --gradient-to-color: #e7e5e4 !important;
  }

  .lg\:tw-to-stone-300 {
    --gradient-to-color: #d6d3d1 !important;
  }

  .lg\:tw-to-stone-400 {
    --gradient-to-color: #a8a29e !important;
  }

  .lg\:tw-to-stone-500 {
    --gradient-to-color: #78716c !important;
  }

  .lg\:tw-to-stone-600 {
    --gradient-to-color: #57534e !important;
  }

  .lg\:tw-to-stone-700 {
    --gradient-to-color: #44403c !important;
  }

  .lg\:tw-to-stone-800 {
    --gradient-to-color: #292524 !important;
  }

  .lg\:tw-to-stone-900 {
    --gradient-to-color: #1c1917 !important;
  }

  .lg\:tw-to-amber-50 {
    --gradient-to-color: #fffbeb !important;
  }

  .lg\:tw-to-amber-100 {
    --gradient-to-color: #fef3c7 !important;
  }

  .lg\:tw-to-amber-200 {
    --gradient-to-color: #fde68a !important;
  }

  .lg\:tw-to-amber-300 {
    --gradient-to-color: #fcd34d !important;
  }

  .lg\:tw-to-amber-400 {
    --gradient-to-color: #fbbf24 !important;
  }

  .lg\:tw-to-amber-500 {
    --gradient-to-color: #f59e0b !important;
  }

  .lg\:tw-to-amber-600 {
    --gradient-to-color: #d97706 !important;
  }

  .lg\:tw-to-amber-700 {
    --gradient-to-color: #b45309 !important;
  }

  .lg\:tw-to-amber-800 {
    --gradient-to-color: #92400e !important;
  }

  .lg\:tw-to-amber-900 {
    --gradient-to-color: #78350f !important;
  }

  .lg\:tw-to-lime-50 {
    --gradient-to-color: #f7fee7 !important;
  }

  .lg\:tw-to-lime-100 {
    --gradient-to-color: #ecfccb !important;
  }

  .lg\:tw-to-lime-200 {
    --gradient-to-color: #d9f99d !important;
  }

  .lg\:tw-to-lime-300 {
    --gradient-to-color: #bef264 !important;
  }

  .lg\:tw-to-lime-400 {
    --gradient-to-color: #a3e635 !important;
  }

  .lg\:tw-to-lime-500 {
    --gradient-to-color: #84cc16 !important;
  }

  .lg\:tw-to-lime-600 {
    --gradient-to-color: #65a30d !important;
  }

  .lg\:tw-to-lime-700 {
    --gradient-to-color: #4d7c0f !important;
  }

  .lg\:tw-to-lime-800 {
    --gradient-to-color: #3f6212 !important;
  }

  .lg\:tw-to-lime-900 {
    --gradient-to-color: #365314 !important;
  }

  .lg\:tw-to-emerald-50 {
    --gradient-to-color: #ecfdf5 !important;
  }

  .lg\:tw-to-emerald-100 {
    --gradient-to-color: #d1fae5 !important;
  }

  .lg\:tw-to-emerald-200 {
    --gradient-to-color: #a7f3d0 !important;
  }

  .lg\:tw-to-emerald-300 {
    --gradient-to-color: #6ee7b7 !important;
  }

  .lg\:tw-to-emerald-400 {
    --gradient-to-color: #34d399 !important;
  }

  .lg\:tw-to-emerald-500 {
    --gradient-to-color: #10b981 !important;
  }

  .lg\:tw-to-emerald-600 {
    --gradient-to-color: #059669 !important;
  }

  .lg\:tw-to-emerald-700 {
    --gradient-to-color: #047857 !important;
  }

  .lg\:tw-to-emerald-800 {
    --gradient-to-color: #065f46 !important;
  }

  .lg\:tw-to-emerald-900 {
    --gradient-to-color: #064e3b !important;
  }

  .lg\:tw-to-cyan-50 {
    --gradient-to-color: #ecfeff !important;
  }

  .lg\:tw-to-cyan-100 {
    --gradient-to-color: #cffafe !important;
  }

  .lg\:tw-to-cyan-200 {
    --gradient-to-color: #a5f3fc !important;
  }

  .lg\:tw-to-cyan-300 {
    --gradient-to-color: #67e8f9 !important;
  }

  .lg\:tw-to-cyan-400 {
    --gradient-to-color: #22d3ee !important;
  }

  .lg\:tw-to-cyan-500 {
    --gradient-to-color: #06b6d4 !important;
  }

  .lg\:tw-to-cyan-600 {
    --gradient-to-color: #0891b2 !important;
  }

  .lg\:tw-to-cyan-700 {
    --gradient-to-color: #0e7490 !important;
  }

  .lg\:tw-to-cyan-800 {
    --gradient-to-color: #155e75 !important;
  }

  .lg\:tw-to-cyan-900 {
    --gradient-to-color: #164e63 !important;
  }

  .lg\:tw-to-sky-50 {
    --gradient-to-color: #f0f9ff !important;
  }

  .lg\:tw-to-sky-100 {
    --gradient-to-color: #e0f2fe !important;
  }

  .lg\:tw-to-sky-200 {
    --gradient-to-color: #bae6fd !important;
  }

  .lg\:tw-to-sky-300 {
    --gradient-to-color: #7dd3fc !important;
  }

  .lg\:tw-to-sky-400 {
    --gradient-to-color: #38bdf8 !important;
  }

  .lg\:tw-to-sky-500 {
    --gradient-to-color: #0ea5e9 !important;
  }

  .lg\:tw-to-sky-600 {
    --gradient-to-color: #0284c7 !important;
  }

  .lg\:tw-to-sky-700 {
    --gradient-to-color: #0369a1 !important;
  }

  .lg\:tw-to-sky-800 {
    --gradient-to-color: #075985 !important;
  }

  .lg\:tw-to-sky-900 {
    --gradient-to-color: #0c4a6e !important;
  }

  .lg\:tw-to-violet-50 {
    --gradient-to-color: #f5f3ff !important;
  }

  .lg\:tw-to-violet-100 {
    --gradient-to-color: #ede9fe !important;
  }

  .lg\:tw-to-violet-200 {
    --gradient-to-color: #ddd6fe !important;
  }

  .lg\:tw-to-violet-300 {
    --gradient-to-color: #c4b5fd !important;
  }

  .lg\:tw-to-violet-400 {
    --gradient-to-color: #a78bfa !important;
  }

  .lg\:tw-to-violet-500 {
    --gradient-to-color: #8b5cf6 !important;
  }

  .lg\:tw-to-violet-600 {
    --gradient-to-color: #7c3aed !important;
  }

  .lg\:tw-to-violet-700 {
    --gradient-to-color: #6d28d9 !important;
  }

  .lg\:tw-to-violet-800 {
    --gradient-to-color: #5b21b6 !important;
  }

  .lg\:tw-to-violet-900 {
    --gradient-to-color: #4c1d95 !important;
  }

  .lg\:tw-to-fuchsia-50 {
    --gradient-to-color: #fdf4ff !important;
  }

  .lg\:tw-to-fuchsia-100 {
    --gradient-to-color: #fae8ff !important;
  }

  .lg\:tw-to-fuchsia-200 {
    --gradient-to-color: #f5d0fe !important;
  }

  .lg\:tw-to-fuchsia-300 {
    --gradient-to-color: #f0abfc !important;
  }

  .lg\:tw-to-fuchsia-400 {
    --gradient-to-color: #e879f9 !important;
  }

  .lg\:tw-to-fuchsia-500 {
    --gradient-to-color: #d946ef !important;
  }

  .lg\:tw-to-fuchsia-600 {
    --gradient-to-color: #c026d3 !important;
  }

  .lg\:tw-to-fuchsia-700 {
    --gradient-to-color: #a21caf !important;
  }

  .lg\:tw-to-fuchsia-800 {
    --gradient-to-color: #86198f !important;
  }

  .lg\:tw-to-fuchsia-900 {
    --gradient-to-color: #701a75 !important;
  }

  .lg\:tw-to-rose-50 {
    --gradient-to-color: #fff1f2 !important;
  }

  .lg\:tw-to-rose-100 {
    --gradient-to-color: #ffe4e6 !important;
  }

  .lg\:tw-to-rose-200 {
    --gradient-to-color: #fecdd3 !important;
  }

  .lg\:tw-to-rose-300 {
    --gradient-to-color: #fda4af !important;
  }

  .lg\:tw-to-rose-400 {
    --gradient-to-color: #fb7185 !important;
  }

  .lg\:tw-to-rose-500 {
    --gradient-to-color: #f43f5e !important;
  }

  .lg\:tw-to-rose-600 {
    --gradient-to-color: #e11d48 !important;
  }

  .lg\:tw-to-rose-700 {
    --gradient-to-color: #be123c !important;
  }

  .lg\:tw-to-rose-800 {
    --gradient-to-color: #9f1239 !important;
  }

  .lg\:tw-to-rose-900 {
    --gradient-to-color: #881337 !important;
  }

  .lg\:hover\:tw-from-transparent:hover {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:tw-from-current:hover {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-black:hover {
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:tw-from-white:hover {
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-50:hover {
    --gradient-from-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-100:hover {
    --gradient-from-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-200:hover {
    --gradient-from-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-300:hover {
    --gradient-from-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-400:hover {
    --gradient-from-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-500:hover {
    --gradient-from-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-600:hover {
    --gradient-from-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-700:hover {
    --gradient-from-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-800:hover {
    --gradient-from-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-900:hover {
    --gradient-from-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .lg\:hover\:tw-from-red-50:hover {
    --gradient-from-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:hover\:tw-from-red-100:hover {
    --gradient-from-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:hover\:tw-from-red-200:hover {
    --gradient-from-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:hover\:tw-from-red-300:hover {
    --gradient-from-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:hover\:tw-from-red-400:hover {
    --gradient-from-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:hover\:tw-from-red-500:hover {
    --gradient-from-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:hover\:tw-from-red-600:hover {
    --gradient-from-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:hover\:tw-from-red-700:hover {
    --gradient-from-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:hover\:tw-from-red-800:hover {
    --gradient-from-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:hover\:tw-from-red-900:hover {
    --gradient-from-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-50:hover {
    --gradient-from-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-100:hover {
    --gradient-from-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-200:hover {
    --gradient-from-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-300:hover {
    --gradient-from-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-400:hover {
    --gradient-from-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-500:hover {
    --gradient-from-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-600:hover {
    --gradient-from-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-700:hover {
    --gradient-from-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-800:hover {
    --gradient-from-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-900:hover {
    --gradient-from-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-50:hover {
    --gradient-from-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-100:hover {
    --gradient-from-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-200:hover {
    --gradient-from-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-300:hover {
    --gradient-from-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-400:hover {
    --gradient-from-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-500:hover {
    --gradient-from-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-600:hover {
    --gradient-from-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-700:hover {
    --gradient-from-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-800:hover {
    --gradient-from-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-900:hover {
    --gradient-from-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .lg\:hover\:tw-from-green-50:hover {
    --gradient-from-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .lg\:hover\:tw-from-green-100:hover {
    --gradient-from-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .lg\:hover\:tw-from-green-200:hover {
    --gradient-from-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .lg\:hover\:tw-from-green-300:hover {
    --gradient-from-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .lg\:hover\:tw-from-green-400:hover {
    --gradient-from-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .lg\:hover\:tw-from-green-500:hover {
    --gradient-from-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .lg\:hover\:tw-from-green-600:hover {
    --gradient-from-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .lg\:hover\:tw-from-green-700:hover {
    --gradient-from-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .lg\:hover\:tw-from-green-800:hover {
    --gradient-from-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .lg\:hover\:tw-from-green-900:hover {
    --gradient-from-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-50:hover {
    --gradient-from-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-100:hover {
    --gradient-from-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-200:hover {
    --gradient-from-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-300:hover {
    --gradient-from-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-400:hover {
    --gradient-from-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-500:hover {
    --gradient-from-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-600:hover {
    --gradient-from-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-700:hover {
    --gradient-from-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-800:hover {
    --gradient-from-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-900:hover {
    --gradient-from-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-50:hover {
    --gradient-from-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-100:hover {
    --gradient-from-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-200:hover {
    --gradient-from-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-300:hover {
    --gradient-from-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-400:hover {
    --gradient-from-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-500:hover {
    --gradient-from-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-600:hover {
    --gradient-from-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-700:hover {
    --gradient-from-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-800:hover {
    --gradient-from-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-900:hover {
    --gradient-from-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-50:hover {
    --gradient-from-color: #eef2ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-100:hover {
    --gradient-from-color: #e0e7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-200:hover {
    --gradient-from-color: #c7d2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-300:hover {
    --gradient-from-color: #a5b4fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-400:hover {
    --gradient-from-color: #818cf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-500:hover {
    --gradient-from-color: #6366f1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-600:hover {
    --gradient-from-color: #4f46e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-700:hover {
    --gradient-from-color: #4338ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-800:hover {
    --gradient-from-color: #3730a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-900:hover {
    --gradient-from-color: #312e81 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-50:hover {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-100:hover {
    --gradient-from-color: #f3e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-200:hover {
    --gradient-from-color: #e9d5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-300:hover {
    --gradient-from-color: #d8b4fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-400:hover {
    --gradient-from-color: #c084fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-500:hover {
    --gradient-from-color: #a855f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-600:hover {
    --gradient-from-color: #9333ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-700:hover {
    --gradient-from-color: #7e22ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-800:hover {
    --gradient-from-color: #6b21a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-900:hover {
    --gradient-from-color: #581c87 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-50:hover {
    --gradient-from-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-100:hover {
    --gradient-from-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-200:hover {
    --gradient-from-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-300:hover {
    --gradient-from-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-400:hover {
    --gradient-from-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-500:hover {
    --gradient-from-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-600:hover {
    --gradient-from-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-700:hover {
    --gradient-from-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-800:hover {
    --gradient-from-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-900:hover {
    --gradient-from-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .lg\:hover\:tw-from-app-main:hover {
    --gradient-from-color: #F18D11 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
  }

  .lg\:hover\:tw-from-app-sub-blue:hover {
    --gradient-from-color: #1E548F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
  }

  .lg\:hover\:tw-from-app-yellow:hover {
    --gradient-from-color: #FFF5D1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
  }

  .lg\:hover\:tw-from-theme-primary:hover {
    --gradient-from-color: #f3980f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
  }

  .lg\:hover\:tw-from-theme-info:hover {
    --gradient-from-color: #1b925a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
  }

  .lg\:hover\:tw-from-slate-50:hover {
    --gradient-from-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .lg\:hover\:tw-from-slate-100:hover {
    --gradient-from-color: #f1f5f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
  }

  .lg\:hover\:tw-from-slate-200:hover {
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:hover\:tw-from-slate-300:hover {
    --gradient-from-color: #cbd5e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
  }

  .lg\:hover\:tw-from-slate-400:hover {
    --gradient-from-color: #94a3b8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
  }

  .lg\:hover\:tw-from-slate-500:hover {
    --gradient-from-color: #64748b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
  }

  .lg\:hover\:tw-from-slate-600:hover {
    --gradient-from-color: #475569 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
  }

  .lg\:hover\:tw-from-slate-700:hover {
    --gradient-from-color: #334155 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
  }

  .lg\:hover\:tw-from-slate-800:hover {
    --gradient-from-color: #1e293b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
  }

  .lg\:hover\:tw-from-slate-900:hover {
    --gradient-from-color: #0f172a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
  }

  .lg\:hover\:tw-from-zinc-50:hover {
    --gradient-from-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:hover\:tw-from-zinc-100:hover {
    --gradient-from-color: #f4f4f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
  }

  .lg\:hover\:tw-from-zinc-200:hover {
    --gradient-from-color: #e4e4e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
  }

  .lg\:hover\:tw-from-zinc-300:hover {
    --gradient-from-color: #d4d4d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
  }

  .lg\:hover\:tw-from-zinc-400:hover {
    --gradient-from-color: #a1a1aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
  }

  .lg\:hover\:tw-from-zinc-500:hover {
    --gradient-from-color: #71717a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
  }

  .lg\:hover\:tw-from-zinc-600:hover {
    --gradient-from-color: #52525b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
  }

  .lg\:hover\:tw-from-zinc-700:hover {
    --gradient-from-color: #3f3f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
  }

  .lg\:hover\:tw-from-zinc-800:hover {
    --gradient-from-color: #27272a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
  }

  .lg\:hover\:tw-from-zinc-900:hover {
    --gradient-from-color: #18181b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
  }

  .lg\:hover\:tw-from-neutral-50:hover {
    --gradient-from-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:hover\:tw-from-neutral-100:hover {
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:hover\:tw-from-neutral-200:hover {
    --gradient-from-color: #e5e5e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
  }

  .lg\:hover\:tw-from-neutral-300:hover {
    --gradient-from-color: #d4d4d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
  }

  .lg\:hover\:tw-from-neutral-400:hover {
    --gradient-from-color: #a3a3a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
  }

  .lg\:hover\:tw-from-neutral-500:hover {
    --gradient-from-color: #737373 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
  }

  .lg\:hover\:tw-from-neutral-600:hover {
    --gradient-from-color: #525252 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
  }

  .lg\:hover\:tw-from-neutral-700:hover {
    --gradient-from-color: #404040 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
  }

  .lg\:hover\:tw-from-neutral-800:hover {
    --gradient-from-color: #262626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
  }

  .lg\:hover\:tw-from-neutral-900:hover {
    --gradient-from-color: #171717 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
  }

  .lg\:hover\:tw-from-stone-50:hover {
    --gradient-from-color: #fafaf9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
  }

  .lg\:hover\:tw-from-stone-100:hover {
    --gradient-from-color: #f5f5f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
  }

  .lg\:hover\:tw-from-stone-200:hover {
    --gradient-from-color: #e7e5e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
  }

  .lg\:hover\:tw-from-stone-300:hover {
    --gradient-from-color: #d6d3d1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
  }

  .lg\:hover\:tw-from-stone-400:hover {
    --gradient-from-color: #a8a29e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
  }

  .lg\:hover\:tw-from-stone-500:hover {
    --gradient-from-color: #78716c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
  }

  .lg\:hover\:tw-from-stone-600:hover {
    --gradient-from-color: #57534e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
  }

  .lg\:hover\:tw-from-stone-700:hover {
    --gradient-from-color: #44403c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
  }

  .lg\:hover\:tw-from-stone-800:hover {
    --gradient-from-color: #292524 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
  }

  .lg\:hover\:tw-from-stone-900:hover {
    --gradient-from-color: #1c1917 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
  }

  .lg\:hover\:tw-from-amber-50:hover {
    --gradient-from-color: #fffbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
  }

  .lg\:hover\:tw-from-amber-100:hover {
    --gradient-from-color: #fef3c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
  }

  .lg\:hover\:tw-from-amber-200:hover {
    --gradient-from-color: #fde68a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
  }

  .lg\:hover\:tw-from-amber-300:hover {
    --gradient-from-color: #fcd34d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
  }

  .lg\:hover\:tw-from-amber-400:hover {
    --gradient-from-color: #fbbf24 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
  }

  .lg\:hover\:tw-from-amber-500:hover {
    --gradient-from-color: #f59e0b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .lg\:hover\:tw-from-amber-600:hover {
    --gradient-from-color: #d97706 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
  }

  .lg\:hover\:tw-from-amber-700:hover {
    --gradient-from-color: #b45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .lg\:hover\:tw-from-amber-800:hover {
    --gradient-from-color: #92400e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
  }

  .lg\:hover\:tw-from-amber-900:hover {
    --gradient-from-color: #78350f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
  }

  .lg\:hover\:tw-from-lime-50:hover {
    --gradient-from-color: #f7fee7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
  }

  .lg\:hover\:tw-from-lime-100:hover {
    --gradient-from-color: #ecfccb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
  }

  .lg\:hover\:tw-from-lime-200:hover {
    --gradient-from-color: #d9f99d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
  }

  .lg\:hover\:tw-from-lime-300:hover {
    --gradient-from-color: #bef264 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
  }

  .lg\:hover\:tw-from-lime-400:hover {
    --gradient-from-color: #a3e635 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
  }

  .lg\:hover\:tw-from-lime-500:hover {
    --gradient-from-color: #84cc16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
  }

  .lg\:hover\:tw-from-lime-600:hover {
    --gradient-from-color: #65a30d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
  }

  .lg\:hover\:tw-from-lime-700:hover {
    --gradient-from-color: #4d7c0f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
  }

  .lg\:hover\:tw-from-lime-800:hover {
    --gradient-from-color: #3f6212 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
  }

  .lg\:hover\:tw-from-lime-900:hover {
    --gradient-from-color: #365314 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
  }

  .lg\:hover\:tw-from-emerald-50:hover {
    --gradient-from-color: #ecfdf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
  }

  .lg\:hover\:tw-from-emerald-100:hover {
    --gradient-from-color: #d1fae5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
  }

  .lg\:hover\:tw-from-emerald-200:hover {
    --gradient-from-color: #a7f3d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
  }

  .lg\:hover\:tw-from-emerald-300:hover {
    --gradient-from-color: #6ee7b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
  }

  .lg\:hover\:tw-from-emerald-400:hover {
    --gradient-from-color: #34d399 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
  }

  .lg\:hover\:tw-from-emerald-500:hover {
    --gradient-from-color: #10b981 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
  }

  .lg\:hover\:tw-from-emerald-600:hover {
    --gradient-from-color: #059669 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
  }

  .lg\:hover\:tw-from-emerald-700:hover {
    --gradient-from-color: #047857 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
  }

  .lg\:hover\:tw-from-emerald-800:hover {
    --gradient-from-color: #065f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
  }

  .lg\:hover\:tw-from-emerald-900:hover {
    --gradient-from-color: #064e3b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
  }

  .lg\:hover\:tw-from-cyan-50:hover {
    --gradient-from-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-cyan-100:hover {
    --gradient-from-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .lg\:hover\:tw-from-cyan-200:hover {
    --gradient-from-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .lg\:hover\:tw-from-cyan-300:hover {
    --gradient-from-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .lg\:hover\:tw-from-cyan-400:hover {
    --gradient-from-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .lg\:hover\:tw-from-cyan-500:hover {
    --gradient-from-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .lg\:hover\:tw-from-cyan-600:hover {
    --gradient-from-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .lg\:hover\:tw-from-cyan-700:hover {
    --gradient-from-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .lg\:hover\:tw-from-cyan-800:hover {
    --gradient-from-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .lg\:hover\:tw-from-cyan-900:hover {
    --gradient-from-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .lg\:hover\:tw-from-sky-50:hover {
    --gradient-from-color: #f0f9ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-sky-100:hover {
    --gradient-from-color: #e0f2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
  }

  .lg\:hover\:tw-from-sky-200:hover {
    --gradient-from-color: #bae6fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
  }

  .lg\:hover\:tw-from-sky-300:hover {
    --gradient-from-color: #7dd3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
  }

  .lg\:hover\:tw-from-sky-400:hover {
    --gradient-from-color: #38bdf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
  }

  .lg\:hover\:tw-from-sky-500:hover {
    --gradient-from-color: #0ea5e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
  }

  .lg\:hover\:tw-from-sky-600:hover {
    --gradient-from-color: #0284c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
  }

  .lg\:hover\:tw-from-sky-700:hover {
    --gradient-from-color: #0369a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
  }

  .lg\:hover\:tw-from-sky-800:hover {
    --gradient-from-color: #075985 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
  }

  .lg\:hover\:tw-from-sky-900:hover {
    --gradient-from-color: #0c4a6e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
  }

  .lg\:hover\:tw-from-violet-50:hover {
    --gradient-from-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-violet-100:hover {
    --gradient-from-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .lg\:hover\:tw-from-violet-200:hover {
    --gradient-from-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .lg\:hover\:tw-from-violet-300:hover {
    --gradient-from-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .lg\:hover\:tw-from-violet-400:hover {
    --gradient-from-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .lg\:hover\:tw-from-violet-500:hover {
    --gradient-from-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .lg\:hover\:tw-from-violet-600:hover {
    --gradient-from-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .lg\:hover\:tw-from-violet-700:hover {
    --gradient-from-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .lg\:hover\:tw-from-violet-800:hover {
    --gradient-from-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .lg\:hover\:tw-from-violet-900:hover {
    --gradient-from-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .lg\:hover\:tw-from-fuchsia-50:hover {
    --gradient-from-color: #fdf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-fuchsia-100:hover {
    --gradient-from-color: #fae8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-fuchsia-200:hover {
    --gradient-from-color: #f5d0fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
  }

  .lg\:hover\:tw-from-fuchsia-300:hover {
    --gradient-from-color: #f0abfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
  }

  .lg\:hover\:tw-from-fuchsia-400:hover {
    --gradient-from-color: #e879f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
  }

  .lg\:hover\:tw-from-fuchsia-500:hover {
    --gradient-from-color: #d946ef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
  }

  .lg\:hover\:tw-from-fuchsia-600:hover {
    --gradient-from-color: #c026d3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
  }

  .lg\:hover\:tw-from-fuchsia-700:hover {
    --gradient-from-color: #a21caf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
  }

  .lg\:hover\:tw-from-fuchsia-800:hover {
    --gradient-from-color: #86198f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
  }

  .lg\:hover\:tw-from-fuchsia-900:hover {
    --gradient-from-color: #701a75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
  }

  .lg\:hover\:tw-from-rose-50:hover {
    --gradient-from-color: #fff1f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
  }

  .lg\:hover\:tw-from-rose-100:hover {
    --gradient-from-color: #ffe4e6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
  }

  .lg\:hover\:tw-from-rose-200:hover {
    --gradient-from-color: #fecdd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
  }

  .lg\:hover\:tw-from-rose-300:hover {
    --gradient-from-color: #fda4af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
  }

  .lg\:hover\:tw-from-rose-400:hover {
    --gradient-from-color: #fb7185 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
  }

  .lg\:hover\:tw-from-rose-500:hover {
    --gradient-from-color: #f43f5e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
  }

  .lg\:hover\:tw-from-rose-600:hover {
    --gradient-from-color: #e11d48 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
  }

  .lg\:hover\:tw-from-rose-700:hover {
    --gradient-from-color: #be123c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
  }

  .lg\:hover\:tw-from-rose-800:hover {
    --gradient-from-color: #9f1239 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
  }

  .lg\:hover\:tw-from-rose-900:hover {
    --gradient-from-color: #881337 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
  }

  .lg\:hover\:tw-via-transparent:hover {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:tw-via-current:hover {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-black:hover {
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:tw-via-white:hover {
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-50:hover {
    --gradient-via-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-100:hover {
    --gradient-via-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-200:hover {
    --gradient-via-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-300:hover {
    --gradient-via-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-400:hover {
    --gradient-via-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-500:hover {
    --gradient-via-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-600:hover {
    --gradient-via-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-700:hover {
    --gradient-via-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-800:hover {
    --gradient-via-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-900:hover {
    --gradient-via-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .lg\:hover\:tw-via-red-50:hover {
    --gradient-via-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:hover\:tw-via-red-100:hover {
    --gradient-via-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:hover\:tw-via-red-200:hover {
    --gradient-via-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:hover\:tw-via-red-300:hover {
    --gradient-via-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:hover\:tw-via-red-400:hover {
    --gradient-via-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:hover\:tw-via-red-500:hover {
    --gradient-via-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:hover\:tw-via-red-600:hover {
    --gradient-via-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:hover\:tw-via-red-700:hover {
    --gradient-via-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:hover\:tw-via-red-800:hover {
    --gradient-via-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:hover\:tw-via-red-900:hover {
    --gradient-via-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-50:hover {
    --gradient-via-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-100:hover {
    --gradient-via-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-200:hover {
    --gradient-via-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-300:hover {
    --gradient-via-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-400:hover {
    --gradient-via-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-500:hover {
    --gradient-via-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-600:hover {
    --gradient-via-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-700:hover {
    --gradient-via-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-800:hover {
    --gradient-via-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-900:hover {
    --gradient-via-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-50:hover {
    --gradient-via-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-100:hover {
    --gradient-via-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-200:hover {
    --gradient-via-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-300:hover {
    --gradient-via-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-400:hover {
    --gradient-via-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-500:hover {
    --gradient-via-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-600:hover {
    --gradient-via-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-700:hover {
    --gradient-via-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-800:hover {
    --gradient-via-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-900:hover {
    --gradient-via-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .lg\:hover\:tw-via-green-50:hover {
    --gradient-via-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .lg\:hover\:tw-via-green-100:hover {
    --gradient-via-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .lg\:hover\:tw-via-green-200:hover {
    --gradient-via-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .lg\:hover\:tw-via-green-300:hover {
    --gradient-via-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .lg\:hover\:tw-via-green-400:hover {
    --gradient-via-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .lg\:hover\:tw-via-green-500:hover {
    --gradient-via-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .lg\:hover\:tw-via-green-600:hover {
    --gradient-via-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .lg\:hover\:tw-via-green-700:hover {
    --gradient-via-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .lg\:hover\:tw-via-green-800:hover {
    --gradient-via-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .lg\:hover\:tw-via-green-900:hover {
    --gradient-via-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-50:hover {
    --gradient-via-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-100:hover {
    --gradient-via-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-200:hover {
    --gradient-via-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-300:hover {
    --gradient-via-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-400:hover {
    --gradient-via-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-500:hover {
    --gradient-via-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-600:hover {
    --gradient-via-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-700:hover {
    --gradient-via-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-800:hover {
    --gradient-via-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-900:hover {
    --gradient-via-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-50:hover {
    --gradient-via-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-100:hover {
    --gradient-via-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-200:hover {
    --gradient-via-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-300:hover {
    --gradient-via-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-400:hover {
    --gradient-via-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-500:hover {
    --gradient-via-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-600:hover {
    --gradient-via-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-700:hover {
    --gradient-via-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-800:hover {
    --gradient-via-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-900:hover {
    --gradient-via-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-50:hover {
    --gradient-via-color: #eef2ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-100:hover {
    --gradient-via-color: #e0e7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-200:hover {
    --gradient-via-color: #c7d2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-300:hover {
    --gradient-via-color: #a5b4fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-400:hover {
    --gradient-via-color: #818cf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-500:hover {
    --gradient-via-color: #6366f1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-600:hover {
    --gradient-via-color: #4f46e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-700:hover {
    --gradient-via-color: #4338ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-800:hover {
    --gradient-via-color: #3730a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-900:hover {
    --gradient-via-color: #312e81 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-50:hover {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-100:hover {
    --gradient-via-color: #f3e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-200:hover {
    --gradient-via-color: #e9d5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-300:hover {
    --gradient-via-color: #d8b4fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-400:hover {
    --gradient-via-color: #c084fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-500:hover {
    --gradient-via-color: #a855f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-600:hover {
    --gradient-via-color: #9333ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-700:hover {
    --gradient-via-color: #7e22ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-800:hover {
    --gradient-via-color: #6b21a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-900:hover {
    --gradient-via-color: #581c87 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-50:hover {
    --gradient-via-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-100:hover {
    --gradient-via-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-200:hover {
    --gradient-via-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-300:hover {
    --gradient-via-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-400:hover {
    --gradient-via-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-500:hover {
    --gradient-via-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-600:hover {
    --gradient-via-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-700:hover {
    --gradient-via-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-800:hover {
    --gradient-via-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-900:hover {
    --gradient-via-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .lg\:hover\:tw-via-app-main:hover {
    --gradient-via-color: #F18D11 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
  }

  .lg\:hover\:tw-via-app-sub-blue:hover {
    --gradient-via-color: #1E548F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
  }

  .lg\:hover\:tw-via-app-yellow:hover {
    --gradient-via-color: #FFF5D1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
  }

  .lg\:hover\:tw-via-theme-primary:hover {
    --gradient-via-color: #f3980f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
  }

  .lg\:hover\:tw-via-theme-info:hover {
    --gradient-via-color: #1b925a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
  }

  .lg\:hover\:tw-via-slate-50:hover {
    --gradient-via-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .lg\:hover\:tw-via-slate-100:hover {
    --gradient-via-color: #f1f5f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
  }

  .lg\:hover\:tw-via-slate-200:hover {
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:hover\:tw-via-slate-300:hover {
    --gradient-via-color: #cbd5e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
  }

  .lg\:hover\:tw-via-slate-400:hover {
    --gradient-via-color: #94a3b8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
  }

  .lg\:hover\:tw-via-slate-500:hover {
    --gradient-via-color: #64748b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
  }

  .lg\:hover\:tw-via-slate-600:hover {
    --gradient-via-color: #475569 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
  }

  .lg\:hover\:tw-via-slate-700:hover {
    --gradient-via-color: #334155 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
  }

  .lg\:hover\:tw-via-slate-800:hover {
    --gradient-via-color: #1e293b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
  }

  .lg\:hover\:tw-via-slate-900:hover {
    --gradient-via-color: #0f172a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
  }

  .lg\:hover\:tw-via-zinc-50:hover {
    --gradient-via-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:hover\:tw-via-zinc-100:hover {
    --gradient-via-color: #f4f4f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
  }

  .lg\:hover\:tw-via-zinc-200:hover {
    --gradient-via-color: #e4e4e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
  }

  .lg\:hover\:tw-via-zinc-300:hover {
    --gradient-via-color: #d4d4d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
  }

  .lg\:hover\:tw-via-zinc-400:hover {
    --gradient-via-color: #a1a1aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
  }

  .lg\:hover\:tw-via-zinc-500:hover {
    --gradient-via-color: #71717a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
  }

  .lg\:hover\:tw-via-zinc-600:hover {
    --gradient-via-color: #52525b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
  }

  .lg\:hover\:tw-via-zinc-700:hover {
    --gradient-via-color: #3f3f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
  }

  .lg\:hover\:tw-via-zinc-800:hover {
    --gradient-via-color: #27272a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
  }

  .lg\:hover\:tw-via-zinc-900:hover {
    --gradient-via-color: #18181b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
  }

  .lg\:hover\:tw-via-neutral-50:hover {
    --gradient-via-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:hover\:tw-via-neutral-100:hover {
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:hover\:tw-via-neutral-200:hover {
    --gradient-via-color: #e5e5e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
  }

  .lg\:hover\:tw-via-neutral-300:hover {
    --gradient-via-color: #d4d4d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
  }

  .lg\:hover\:tw-via-neutral-400:hover {
    --gradient-via-color: #a3a3a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
  }

  .lg\:hover\:tw-via-neutral-500:hover {
    --gradient-via-color: #737373 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
  }

  .lg\:hover\:tw-via-neutral-600:hover {
    --gradient-via-color: #525252 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
  }

  .lg\:hover\:tw-via-neutral-700:hover {
    --gradient-via-color: #404040 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
  }

  .lg\:hover\:tw-via-neutral-800:hover {
    --gradient-via-color: #262626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
  }

  .lg\:hover\:tw-via-neutral-900:hover {
    --gradient-via-color: #171717 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
  }

  .lg\:hover\:tw-via-stone-50:hover {
    --gradient-via-color: #fafaf9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
  }

  .lg\:hover\:tw-via-stone-100:hover {
    --gradient-via-color: #f5f5f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
  }

  .lg\:hover\:tw-via-stone-200:hover {
    --gradient-via-color: #e7e5e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
  }

  .lg\:hover\:tw-via-stone-300:hover {
    --gradient-via-color: #d6d3d1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
  }

  .lg\:hover\:tw-via-stone-400:hover {
    --gradient-via-color: #a8a29e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
  }

  .lg\:hover\:tw-via-stone-500:hover {
    --gradient-via-color: #78716c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
  }

  .lg\:hover\:tw-via-stone-600:hover {
    --gradient-via-color: #57534e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
  }

  .lg\:hover\:tw-via-stone-700:hover {
    --gradient-via-color: #44403c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
  }

  .lg\:hover\:tw-via-stone-800:hover {
    --gradient-via-color: #292524 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
  }

  .lg\:hover\:tw-via-stone-900:hover {
    --gradient-via-color: #1c1917 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
  }

  .lg\:hover\:tw-via-amber-50:hover {
    --gradient-via-color: #fffbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
  }

  .lg\:hover\:tw-via-amber-100:hover {
    --gradient-via-color: #fef3c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
  }

  .lg\:hover\:tw-via-amber-200:hover {
    --gradient-via-color: #fde68a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
  }

  .lg\:hover\:tw-via-amber-300:hover {
    --gradient-via-color: #fcd34d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
  }

  .lg\:hover\:tw-via-amber-400:hover {
    --gradient-via-color: #fbbf24 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
  }

  .lg\:hover\:tw-via-amber-500:hover {
    --gradient-via-color: #f59e0b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .lg\:hover\:tw-via-amber-600:hover {
    --gradient-via-color: #d97706 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
  }

  .lg\:hover\:tw-via-amber-700:hover {
    --gradient-via-color: #b45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .lg\:hover\:tw-via-amber-800:hover {
    --gradient-via-color: #92400e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
  }

  .lg\:hover\:tw-via-amber-900:hover {
    --gradient-via-color: #78350f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
  }

  .lg\:hover\:tw-via-lime-50:hover {
    --gradient-via-color: #f7fee7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
  }

  .lg\:hover\:tw-via-lime-100:hover {
    --gradient-via-color: #ecfccb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
  }

  .lg\:hover\:tw-via-lime-200:hover {
    --gradient-via-color: #d9f99d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
  }

  .lg\:hover\:tw-via-lime-300:hover {
    --gradient-via-color: #bef264 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
  }

  .lg\:hover\:tw-via-lime-400:hover {
    --gradient-via-color: #a3e635 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
  }

  .lg\:hover\:tw-via-lime-500:hover {
    --gradient-via-color: #84cc16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
  }

  .lg\:hover\:tw-via-lime-600:hover {
    --gradient-via-color: #65a30d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
  }

  .lg\:hover\:tw-via-lime-700:hover {
    --gradient-via-color: #4d7c0f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
  }

  .lg\:hover\:tw-via-lime-800:hover {
    --gradient-via-color: #3f6212 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
  }

  .lg\:hover\:tw-via-lime-900:hover {
    --gradient-via-color: #365314 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
  }

  .lg\:hover\:tw-via-emerald-50:hover {
    --gradient-via-color: #ecfdf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
  }

  .lg\:hover\:tw-via-emerald-100:hover {
    --gradient-via-color: #d1fae5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
  }

  .lg\:hover\:tw-via-emerald-200:hover {
    --gradient-via-color: #a7f3d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
  }

  .lg\:hover\:tw-via-emerald-300:hover {
    --gradient-via-color: #6ee7b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
  }

  .lg\:hover\:tw-via-emerald-400:hover {
    --gradient-via-color: #34d399 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
  }

  .lg\:hover\:tw-via-emerald-500:hover {
    --gradient-via-color: #10b981 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
  }

  .lg\:hover\:tw-via-emerald-600:hover {
    --gradient-via-color: #059669 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
  }

  .lg\:hover\:tw-via-emerald-700:hover {
    --gradient-via-color: #047857 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
  }

  .lg\:hover\:tw-via-emerald-800:hover {
    --gradient-via-color: #065f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
  }

  .lg\:hover\:tw-via-emerald-900:hover {
    --gradient-via-color: #064e3b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
  }

  .lg\:hover\:tw-via-cyan-50:hover {
    --gradient-via-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-cyan-100:hover {
    --gradient-via-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .lg\:hover\:tw-via-cyan-200:hover {
    --gradient-via-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .lg\:hover\:tw-via-cyan-300:hover {
    --gradient-via-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .lg\:hover\:tw-via-cyan-400:hover {
    --gradient-via-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .lg\:hover\:tw-via-cyan-500:hover {
    --gradient-via-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .lg\:hover\:tw-via-cyan-600:hover {
    --gradient-via-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .lg\:hover\:tw-via-cyan-700:hover {
    --gradient-via-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .lg\:hover\:tw-via-cyan-800:hover {
    --gradient-via-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .lg\:hover\:tw-via-cyan-900:hover {
    --gradient-via-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .lg\:hover\:tw-via-sky-50:hover {
    --gradient-via-color: #f0f9ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-sky-100:hover {
    --gradient-via-color: #e0f2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
  }

  .lg\:hover\:tw-via-sky-200:hover {
    --gradient-via-color: #bae6fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
  }

  .lg\:hover\:tw-via-sky-300:hover {
    --gradient-via-color: #7dd3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
  }

  .lg\:hover\:tw-via-sky-400:hover {
    --gradient-via-color: #38bdf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
  }

  .lg\:hover\:tw-via-sky-500:hover {
    --gradient-via-color: #0ea5e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
  }

  .lg\:hover\:tw-via-sky-600:hover {
    --gradient-via-color: #0284c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
  }

  .lg\:hover\:tw-via-sky-700:hover {
    --gradient-via-color: #0369a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
  }

  .lg\:hover\:tw-via-sky-800:hover {
    --gradient-via-color: #075985 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
  }

  .lg\:hover\:tw-via-sky-900:hover {
    --gradient-via-color: #0c4a6e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
  }

  .lg\:hover\:tw-via-violet-50:hover {
    --gradient-via-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-violet-100:hover {
    --gradient-via-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .lg\:hover\:tw-via-violet-200:hover {
    --gradient-via-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .lg\:hover\:tw-via-violet-300:hover {
    --gradient-via-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .lg\:hover\:tw-via-violet-400:hover {
    --gradient-via-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .lg\:hover\:tw-via-violet-500:hover {
    --gradient-via-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .lg\:hover\:tw-via-violet-600:hover {
    --gradient-via-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .lg\:hover\:tw-via-violet-700:hover {
    --gradient-via-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .lg\:hover\:tw-via-violet-800:hover {
    --gradient-via-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .lg\:hover\:tw-via-violet-900:hover {
    --gradient-via-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .lg\:hover\:tw-via-fuchsia-50:hover {
    --gradient-via-color: #fdf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-fuchsia-100:hover {
    --gradient-via-color: #fae8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-fuchsia-200:hover {
    --gradient-via-color: #f5d0fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
  }

  .lg\:hover\:tw-via-fuchsia-300:hover {
    --gradient-via-color: #f0abfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
  }

  .lg\:hover\:tw-via-fuchsia-400:hover {
    --gradient-via-color: #e879f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
  }

  .lg\:hover\:tw-via-fuchsia-500:hover {
    --gradient-via-color: #d946ef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
  }

  .lg\:hover\:tw-via-fuchsia-600:hover {
    --gradient-via-color: #c026d3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
  }

  .lg\:hover\:tw-via-fuchsia-700:hover {
    --gradient-via-color: #a21caf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
  }

  .lg\:hover\:tw-via-fuchsia-800:hover {
    --gradient-via-color: #86198f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
  }

  .lg\:hover\:tw-via-fuchsia-900:hover {
    --gradient-via-color: #701a75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
  }

  .lg\:hover\:tw-via-rose-50:hover {
    --gradient-via-color: #fff1f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
  }

  .lg\:hover\:tw-via-rose-100:hover {
    --gradient-via-color: #ffe4e6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
  }

  .lg\:hover\:tw-via-rose-200:hover {
    --gradient-via-color: #fecdd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
  }

  .lg\:hover\:tw-via-rose-300:hover {
    --gradient-via-color: #fda4af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
  }

  .lg\:hover\:tw-via-rose-400:hover {
    --gradient-via-color: #fb7185 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
  }

  .lg\:hover\:tw-via-rose-500:hover {
    --gradient-via-color: #f43f5e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
  }

  .lg\:hover\:tw-via-rose-600:hover {
    --gradient-via-color: #e11d48 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
  }

  .lg\:hover\:tw-via-rose-700:hover {
    --gradient-via-color: #be123c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
  }

  .lg\:hover\:tw-via-rose-800:hover {
    --gradient-via-color: #9f1239 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
  }

  .lg\:hover\:tw-via-rose-900:hover {
    --gradient-via-color: #881337 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
  }

  .lg\:hover\:tw-to-transparent:hover {
    --gradient-to-color: transparent !important;
  }

  .lg\:hover\:tw-to-current:hover {
    --gradient-to-color: currentColor !important;
  }

  .lg\:hover\:tw-to-black:hover {
    --gradient-to-color: #000 !important;
  }

  .lg\:hover\:tw-to-white:hover {
    --gradient-to-color: #fff !important;
  }

  .lg\:hover\:tw-to-gray-50:hover {
    --gradient-to-color: #f9fafb !important;
  }

  .lg\:hover\:tw-to-gray-100:hover {
    --gradient-to-color: #f3f4f6 !important;
  }

  .lg\:hover\:tw-to-gray-200:hover {
    --gradient-to-color: #e5e7eb !important;
  }

  .lg\:hover\:tw-to-gray-300:hover {
    --gradient-to-color: #d1d5db !important;
  }

  .lg\:hover\:tw-to-gray-400:hover {
    --gradient-to-color: #9ca3af !important;
  }

  .lg\:hover\:tw-to-gray-500:hover {
    --gradient-to-color: #6b7280 !important;
  }

  .lg\:hover\:tw-to-gray-600:hover {
    --gradient-to-color: #4b5563 !important;
  }

  .lg\:hover\:tw-to-gray-700:hover {
    --gradient-to-color: #374151 !important;
  }

  .lg\:hover\:tw-to-gray-800:hover {
    --gradient-to-color: #1f2937 !important;
  }

  .lg\:hover\:tw-to-gray-900:hover {
    --gradient-to-color: #111827 !important;
  }

  .lg\:hover\:tw-to-red-50:hover {
    --gradient-to-color: #fef2f2 !important;
  }

  .lg\:hover\:tw-to-red-100:hover {
    --gradient-to-color: #fee2e2 !important;
  }

  .lg\:hover\:tw-to-red-200:hover {
    --gradient-to-color: #fecaca !important;
  }

  .lg\:hover\:tw-to-red-300:hover {
    --gradient-to-color: #fca5a5 !important;
  }

  .lg\:hover\:tw-to-red-400:hover {
    --gradient-to-color: #f87171 !important;
  }

  .lg\:hover\:tw-to-red-500:hover {
    --gradient-to-color: #ef4444 !important;
  }

  .lg\:hover\:tw-to-red-600:hover {
    --gradient-to-color: #dc2626 !important;
  }

  .lg\:hover\:tw-to-red-700:hover {
    --gradient-to-color: #b91c1c !important;
  }

  .lg\:hover\:tw-to-red-800:hover {
    --gradient-to-color: #991b1b !important;
  }

  .lg\:hover\:tw-to-red-900:hover {
    --gradient-to-color: #7f1d1d !important;
  }

  .lg\:hover\:tw-to-orange-50:hover {
    --gradient-to-color: #fff7ed !important;
  }

  .lg\:hover\:tw-to-orange-100:hover {
    --gradient-to-color: #ffedd5 !important;
  }

  .lg\:hover\:tw-to-orange-200:hover {
    --gradient-to-color: #fed7aa !important;
  }

  .lg\:hover\:tw-to-orange-300:hover {
    --gradient-to-color: #fdba74 !important;
  }

  .lg\:hover\:tw-to-orange-400:hover {
    --gradient-to-color: #fb923c !important;
  }

  .lg\:hover\:tw-to-orange-500:hover {
    --gradient-to-color: #f97316 !important;
  }

  .lg\:hover\:tw-to-orange-600:hover {
    --gradient-to-color: #ea580c !important;
  }

  .lg\:hover\:tw-to-orange-700:hover {
    --gradient-to-color: #c2410c !important;
  }

  .lg\:hover\:tw-to-orange-800:hover {
    --gradient-to-color: #9a3412 !important;
  }

  .lg\:hover\:tw-to-orange-900:hover {
    --gradient-to-color: #7c2d12 !important;
  }

  .lg\:hover\:tw-to-yellow-50:hover {
    --gradient-to-color: #fefce8 !important;
  }

  .lg\:hover\:tw-to-yellow-100:hover {
    --gradient-to-color: #fef9c3 !important;
  }

  .lg\:hover\:tw-to-yellow-200:hover {
    --gradient-to-color: #fef08a !important;
  }

  .lg\:hover\:tw-to-yellow-300:hover {
    --gradient-to-color: #fde047 !important;
  }

  .lg\:hover\:tw-to-yellow-400:hover {
    --gradient-to-color: #facc15 !important;
  }

  .lg\:hover\:tw-to-yellow-500:hover {
    --gradient-to-color: #eab308 !important;
  }

  .lg\:hover\:tw-to-yellow-600:hover {
    --gradient-to-color: #ca8a04 !important;
  }

  .lg\:hover\:tw-to-yellow-700:hover {
    --gradient-to-color: #a16207 !important;
  }

  .lg\:hover\:tw-to-yellow-800:hover {
    --gradient-to-color: #854d0e !important;
  }

  .lg\:hover\:tw-to-yellow-900:hover {
    --gradient-to-color: #713f12 !important;
  }

  .lg\:hover\:tw-to-green-50:hover {
    --gradient-to-color: #f0fdf4 !important;
  }

  .lg\:hover\:tw-to-green-100:hover {
    --gradient-to-color: #dcfce7 !important;
  }

  .lg\:hover\:tw-to-green-200:hover {
    --gradient-to-color: #bbf7d0 !important;
  }

  .lg\:hover\:tw-to-green-300:hover {
    --gradient-to-color: #86efac !important;
  }

  .lg\:hover\:tw-to-green-400:hover {
    --gradient-to-color: #4ade80 !important;
  }

  .lg\:hover\:tw-to-green-500:hover {
    --gradient-to-color: #22c55e !important;
  }

  .lg\:hover\:tw-to-green-600:hover {
    --gradient-to-color: #16a34a !important;
  }

  .lg\:hover\:tw-to-green-700:hover {
    --gradient-to-color: #15803d !important;
  }

  .lg\:hover\:tw-to-green-800:hover {
    --gradient-to-color: #166534 !important;
  }

  .lg\:hover\:tw-to-green-900:hover {
    --gradient-to-color: #14532d !important;
  }

  .lg\:hover\:tw-to-teal-50:hover {
    --gradient-to-color: #f0fdfa !important;
  }

  .lg\:hover\:tw-to-teal-100:hover {
    --gradient-to-color: #ccfbf1 !important;
  }

  .lg\:hover\:tw-to-teal-200:hover {
    --gradient-to-color: #99f6e4 !important;
  }

  .lg\:hover\:tw-to-teal-300:hover {
    --gradient-to-color: #5eead4 !important;
  }

  .lg\:hover\:tw-to-teal-400:hover {
    --gradient-to-color: #2dd4bf !important;
  }

  .lg\:hover\:tw-to-teal-500:hover {
    --gradient-to-color: #14b8a6 !important;
  }

  .lg\:hover\:tw-to-teal-600:hover {
    --gradient-to-color: #0d9488 !important;
  }

  .lg\:hover\:tw-to-teal-700:hover {
    --gradient-to-color: #0f766e !important;
  }

  .lg\:hover\:tw-to-teal-800:hover {
    --gradient-to-color: #115e59 !important;
  }

  .lg\:hover\:tw-to-teal-900:hover {
    --gradient-to-color: #134e4a !important;
  }

  .lg\:hover\:tw-to-blue-50:hover {
    --gradient-to-color: #eff6ff !important;
  }

  .lg\:hover\:tw-to-blue-100:hover {
    --gradient-to-color: #dbeafe !important;
  }

  .lg\:hover\:tw-to-blue-200:hover {
    --gradient-to-color: #bfdbfe !important;
  }

  .lg\:hover\:tw-to-blue-300:hover {
    --gradient-to-color: #93c5fd !important;
  }

  .lg\:hover\:tw-to-blue-400:hover {
    --gradient-to-color: #60a5fa !important;
  }

  .lg\:hover\:tw-to-blue-500:hover {
    --gradient-to-color: #3b82f6 !important;
  }

  .lg\:hover\:tw-to-blue-600:hover {
    --gradient-to-color: #2563eb !important;
  }

  .lg\:hover\:tw-to-blue-700:hover {
    --gradient-to-color: #1d4ed8 !important;
  }

  .lg\:hover\:tw-to-blue-800:hover {
    --gradient-to-color: #1e40af !important;
  }

  .lg\:hover\:tw-to-blue-900:hover {
    --gradient-to-color: #1e3a8a !important;
  }

  .lg\:hover\:tw-to-indigo-50:hover {
    --gradient-to-color: #eef2ff !important;
  }

  .lg\:hover\:tw-to-indigo-100:hover {
    --gradient-to-color: #e0e7ff !important;
  }

  .lg\:hover\:tw-to-indigo-200:hover {
    --gradient-to-color: #c7d2fe !important;
  }

  .lg\:hover\:tw-to-indigo-300:hover {
    --gradient-to-color: #a5b4fc !important;
  }

  .lg\:hover\:tw-to-indigo-400:hover {
    --gradient-to-color: #818cf8 !important;
  }

  .lg\:hover\:tw-to-indigo-500:hover {
    --gradient-to-color: #6366f1 !important;
  }

  .lg\:hover\:tw-to-indigo-600:hover {
    --gradient-to-color: #4f46e5 !important;
  }

  .lg\:hover\:tw-to-indigo-700:hover {
    --gradient-to-color: #4338ca !important;
  }

  .lg\:hover\:tw-to-indigo-800:hover {
    --gradient-to-color: #3730a3 !important;
  }

  .lg\:hover\:tw-to-indigo-900:hover {
    --gradient-to-color: #312e81 !important;
  }

  .lg\:hover\:tw-to-purple-50:hover {
    --gradient-to-color: #faf5ff !important;
  }

  .lg\:hover\:tw-to-purple-100:hover {
    --gradient-to-color: #f3e8ff !important;
  }

  .lg\:hover\:tw-to-purple-200:hover {
    --gradient-to-color: #e9d5ff !important;
  }

  .lg\:hover\:tw-to-purple-300:hover {
    --gradient-to-color: #d8b4fe !important;
  }

  .lg\:hover\:tw-to-purple-400:hover {
    --gradient-to-color: #c084fc !important;
  }

  .lg\:hover\:tw-to-purple-500:hover {
    --gradient-to-color: #a855f7 !important;
  }

  .lg\:hover\:tw-to-purple-600:hover {
    --gradient-to-color: #9333ea !important;
  }

  .lg\:hover\:tw-to-purple-700:hover {
    --gradient-to-color: #7e22ce !important;
  }

  .lg\:hover\:tw-to-purple-800:hover {
    --gradient-to-color: #6b21a8 !important;
  }

  .lg\:hover\:tw-to-purple-900:hover {
    --gradient-to-color: #581c87 !important;
  }

  .lg\:hover\:tw-to-pink-50:hover {
    --gradient-to-color: #fdf2f8 !important;
  }

  .lg\:hover\:tw-to-pink-100:hover {
    --gradient-to-color: #fce7f3 !important;
  }

  .lg\:hover\:tw-to-pink-200:hover {
    --gradient-to-color: #fbcfe8 !important;
  }

  .lg\:hover\:tw-to-pink-300:hover {
    --gradient-to-color: #f9a8d4 !important;
  }

  .lg\:hover\:tw-to-pink-400:hover {
    --gradient-to-color: #f472b6 !important;
  }

  .lg\:hover\:tw-to-pink-500:hover {
    --gradient-to-color: #ec4899 !important;
  }

  .lg\:hover\:tw-to-pink-600:hover {
    --gradient-to-color: #db2777 !important;
  }

  .lg\:hover\:tw-to-pink-700:hover {
    --gradient-to-color: #be185d !important;
  }

  .lg\:hover\:tw-to-pink-800:hover {
    --gradient-to-color: #9d174d !important;
  }

  .lg\:hover\:tw-to-pink-900:hover {
    --gradient-to-color: #831843 !important;
  }

  .lg\:hover\:tw-to-app-main:hover {
    --gradient-to-color: #F18D11 !important;
  }

  .lg\:hover\:tw-to-app-sub-blue:hover {
    --gradient-to-color: #1E548F !important;
  }

  .lg\:hover\:tw-to-app-yellow:hover {
    --gradient-to-color: #FFF5D1 !important;
  }

  .lg\:hover\:tw-to-theme-primary:hover {
    --gradient-to-color: #f3980f !important;
  }

  .lg\:hover\:tw-to-theme-info:hover {
    --gradient-to-color: #1b925a !important;
  }

  .lg\:hover\:tw-to-slate-50:hover {
    --gradient-to-color: #f8fafc !important;
  }

  .lg\:hover\:tw-to-slate-100:hover {
    --gradient-to-color: #f1f5f9 !important;
  }

  .lg\:hover\:tw-to-slate-200:hover {
    --gradient-to-color: #e2e8f0 !important;
  }

  .lg\:hover\:tw-to-slate-300:hover {
    --gradient-to-color: #cbd5e1 !important;
  }

  .lg\:hover\:tw-to-slate-400:hover {
    --gradient-to-color: #94a3b8 !important;
  }

  .lg\:hover\:tw-to-slate-500:hover {
    --gradient-to-color: #64748b !important;
  }

  .lg\:hover\:tw-to-slate-600:hover {
    --gradient-to-color: #475569 !important;
  }

  .lg\:hover\:tw-to-slate-700:hover {
    --gradient-to-color: #334155 !important;
  }

  .lg\:hover\:tw-to-slate-800:hover {
    --gradient-to-color: #1e293b !important;
  }

  .lg\:hover\:tw-to-slate-900:hover {
    --gradient-to-color: #0f172a !important;
  }

  .lg\:hover\:tw-to-zinc-50:hover {
    --gradient-to-color: #fafafa !important;
  }

  .lg\:hover\:tw-to-zinc-100:hover {
    --gradient-to-color: #f4f4f5 !important;
  }

  .lg\:hover\:tw-to-zinc-200:hover {
    --gradient-to-color: #e4e4e7 !important;
  }

  .lg\:hover\:tw-to-zinc-300:hover {
    --gradient-to-color: #d4d4d8 !important;
  }

  .lg\:hover\:tw-to-zinc-400:hover {
    --gradient-to-color: #a1a1aa !important;
  }

  .lg\:hover\:tw-to-zinc-500:hover {
    --gradient-to-color: #71717a !important;
  }

  .lg\:hover\:tw-to-zinc-600:hover {
    --gradient-to-color: #52525b !important;
  }

  .lg\:hover\:tw-to-zinc-700:hover {
    --gradient-to-color: #3f3f46 !important;
  }

  .lg\:hover\:tw-to-zinc-800:hover {
    --gradient-to-color: #27272a !important;
  }

  .lg\:hover\:tw-to-zinc-900:hover {
    --gradient-to-color: #18181b !important;
  }

  .lg\:hover\:tw-to-neutral-50:hover {
    --gradient-to-color: #fafafa !important;
  }

  .lg\:hover\:tw-to-neutral-100:hover {
    --gradient-to-color: #f5f5f5 !important;
  }

  .lg\:hover\:tw-to-neutral-200:hover {
    --gradient-to-color: #e5e5e5 !important;
  }

  .lg\:hover\:tw-to-neutral-300:hover {
    --gradient-to-color: #d4d4d4 !important;
  }

  .lg\:hover\:tw-to-neutral-400:hover {
    --gradient-to-color: #a3a3a3 !important;
  }

  .lg\:hover\:tw-to-neutral-500:hover {
    --gradient-to-color: #737373 !important;
  }

  .lg\:hover\:tw-to-neutral-600:hover {
    --gradient-to-color: #525252 !important;
  }

  .lg\:hover\:tw-to-neutral-700:hover {
    --gradient-to-color: #404040 !important;
  }

  .lg\:hover\:tw-to-neutral-800:hover {
    --gradient-to-color: #262626 !important;
  }

  .lg\:hover\:tw-to-neutral-900:hover {
    --gradient-to-color: #171717 !important;
  }

  .lg\:hover\:tw-to-stone-50:hover {
    --gradient-to-color: #fafaf9 !important;
  }

  .lg\:hover\:tw-to-stone-100:hover {
    --gradient-to-color: #f5f5f4 !important;
  }

  .lg\:hover\:tw-to-stone-200:hover {
    --gradient-to-color: #e7e5e4 !important;
  }

  .lg\:hover\:tw-to-stone-300:hover {
    --gradient-to-color: #d6d3d1 !important;
  }

  .lg\:hover\:tw-to-stone-400:hover {
    --gradient-to-color: #a8a29e !important;
  }

  .lg\:hover\:tw-to-stone-500:hover {
    --gradient-to-color: #78716c !important;
  }

  .lg\:hover\:tw-to-stone-600:hover {
    --gradient-to-color: #57534e !important;
  }

  .lg\:hover\:tw-to-stone-700:hover {
    --gradient-to-color: #44403c !important;
  }

  .lg\:hover\:tw-to-stone-800:hover {
    --gradient-to-color: #292524 !important;
  }

  .lg\:hover\:tw-to-stone-900:hover {
    --gradient-to-color: #1c1917 !important;
  }

  .lg\:hover\:tw-to-amber-50:hover {
    --gradient-to-color: #fffbeb !important;
  }

  .lg\:hover\:tw-to-amber-100:hover {
    --gradient-to-color: #fef3c7 !important;
  }

  .lg\:hover\:tw-to-amber-200:hover {
    --gradient-to-color: #fde68a !important;
  }

  .lg\:hover\:tw-to-amber-300:hover {
    --gradient-to-color: #fcd34d !important;
  }

  .lg\:hover\:tw-to-amber-400:hover {
    --gradient-to-color: #fbbf24 !important;
  }

  .lg\:hover\:tw-to-amber-500:hover {
    --gradient-to-color: #f59e0b !important;
  }

  .lg\:hover\:tw-to-amber-600:hover {
    --gradient-to-color: #d97706 !important;
  }

  .lg\:hover\:tw-to-amber-700:hover {
    --gradient-to-color: #b45309 !important;
  }

  .lg\:hover\:tw-to-amber-800:hover {
    --gradient-to-color: #92400e !important;
  }

  .lg\:hover\:tw-to-amber-900:hover {
    --gradient-to-color: #78350f !important;
  }

  .lg\:hover\:tw-to-lime-50:hover {
    --gradient-to-color: #f7fee7 !important;
  }

  .lg\:hover\:tw-to-lime-100:hover {
    --gradient-to-color: #ecfccb !important;
  }

  .lg\:hover\:tw-to-lime-200:hover {
    --gradient-to-color: #d9f99d !important;
  }

  .lg\:hover\:tw-to-lime-300:hover {
    --gradient-to-color: #bef264 !important;
  }

  .lg\:hover\:tw-to-lime-400:hover {
    --gradient-to-color: #a3e635 !important;
  }

  .lg\:hover\:tw-to-lime-500:hover {
    --gradient-to-color: #84cc16 !important;
  }

  .lg\:hover\:tw-to-lime-600:hover {
    --gradient-to-color: #65a30d !important;
  }

  .lg\:hover\:tw-to-lime-700:hover {
    --gradient-to-color: #4d7c0f !important;
  }

  .lg\:hover\:tw-to-lime-800:hover {
    --gradient-to-color: #3f6212 !important;
  }

  .lg\:hover\:tw-to-lime-900:hover {
    --gradient-to-color: #365314 !important;
  }

  .lg\:hover\:tw-to-emerald-50:hover {
    --gradient-to-color: #ecfdf5 !important;
  }

  .lg\:hover\:tw-to-emerald-100:hover {
    --gradient-to-color: #d1fae5 !important;
  }

  .lg\:hover\:tw-to-emerald-200:hover {
    --gradient-to-color: #a7f3d0 !important;
  }

  .lg\:hover\:tw-to-emerald-300:hover {
    --gradient-to-color: #6ee7b7 !important;
  }

  .lg\:hover\:tw-to-emerald-400:hover {
    --gradient-to-color: #34d399 !important;
  }

  .lg\:hover\:tw-to-emerald-500:hover {
    --gradient-to-color: #10b981 !important;
  }

  .lg\:hover\:tw-to-emerald-600:hover {
    --gradient-to-color: #059669 !important;
  }

  .lg\:hover\:tw-to-emerald-700:hover {
    --gradient-to-color: #047857 !important;
  }

  .lg\:hover\:tw-to-emerald-800:hover {
    --gradient-to-color: #065f46 !important;
  }

  .lg\:hover\:tw-to-emerald-900:hover {
    --gradient-to-color: #064e3b !important;
  }

  .lg\:hover\:tw-to-cyan-50:hover {
    --gradient-to-color: #ecfeff !important;
  }

  .lg\:hover\:tw-to-cyan-100:hover {
    --gradient-to-color: #cffafe !important;
  }

  .lg\:hover\:tw-to-cyan-200:hover {
    --gradient-to-color: #a5f3fc !important;
  }

  .lg\:hover\:tw-to-cyan-300:hover {
    --gradient-to-color: #67e8f9 !important;
  }

  .lg\:hover\:tw-to-cyan-400:hover {
    --gradient-to-color: #22d3ee !important;
  }

  .lg\:hover\:tw-to-cyan-500:hover {
    --gradient-to-color: #06b6d4 !important;
  }

  .lg\:hover\:tw-to-cyan-600:hover {
    --gradient-to-color: #0891b2 !important;
  }

  .lg\:hover\:tw-to-cyan-700:hover {
    --gradient-to-color: #0e7490 !important;
  }

  .lg\:hover\:tw-to-cyan-800:hover {
    --gradient-to-color: #155e75 !important;
  }

  .lg\:hover\:tw-to-cyan-900:hover {
    --gradient-to-color: #164e63 !important;
  }

  .lg\:hover\:tw-to-sky-50:hover {
    --gradient-to-color: #f0f9ff !important;
  }

  .lg\:hover\:tw-to-sky-100:hover {
    --gradient-to-color: #e0f2fe !important;
  }

  .lg\:hover\:tw-to-sky-200:hover {
    --gradient-to-color: #bae6fd !important;
  }

  .lg\:hover\:tw-to-sky-300:hover {
    --gradient-to-color: #7dd3fc !important;
  }

  .lg\:hover\:tw-to-sky-400:hover {
    --gradient-to-color: #38bdf8 !important;
  }

  .lg\:hover\:tw-to-sky-500:hover {
    --gradient-to-color: #0ea5e9 !important;
  }

  .lg\:hover\:tw-to-sky-600:hover {
    --gradient-to-color: #0284c7 !important;
  }

  .lg\:hover\:tw-to-sky-700:hover {
    --gradient-to-color: #0369a1 !important;
  }

  .lg\:hover\:tw-to-sky-800:hover {
    --gradient-to-color: #075985 !important;
  }

  .lg\:hover\:tw-to-sky-900:hover {
    --gradient-to-color: #0c4a6e !important;
  }

  .lg\:hover\:tw-to-violet-50:hover {
    --gradient-to-color: #f5f3ff !important;
  }

  .lg\:hover\:tw-to-violet-100:hover {
    --gradient-to-color: #ede9fe !important;
  }

  .lg\:hover\:tw-to-violet-200:hover {
    --gradient-to-color: #ddd6fe !important;
  }

  .lg\:hover\:tw-to-violet-300:hover {
    --gradient-to-color: #c4b5fd !important;
  }

  .lg\:hover\:tw-to-violet-400:hover {
    --gradient-to-color: #a78bfa !important;
  }

  .lg\:hover\:tw-to-violet-500:hover {
    --gradient-to-color: #8b5cf6 !important;
  }

  .lg\:hover\:tw-to-violet-600:hover {
    --gradient-to-color: #7c3aed !important;
  }

  .lg\:hover\:tw-to-violet-700:hover {
    --gradient-to-color: #6d28d9 !important;
  }

  .lg\:hover\:tw-to-violet-800:hover {
    --gradient-to-color: #5b21b6 !important;
  }

  .lg\:hover\:tw-to-violet-900:hover {
    --gradient-to-color: #4c1d95 !important;
  }

  .lg\:hover\:tw-to-fuchsia-50:hover {
    --gradient-to-color: #fdf4ff !important;
  }

  .lg\:hover\:tw-to-fuchsia-100:hover {
    --gradient-to-color: #fae8ff !important;
  }

  .lg\:hover\:tw-to-fuchsia-200:hover {
    --gradient-to-color: #f5d0fe !important;
  }

  .lg\:hover\:tw-to-fuchsia-300:hover {
    --gradient-to-color: #f0abfc !important;
  }

  .lg\:hover\:tw-to-fuchsia-400:hover {
    --gradient-to-color: #e879f9 !important;
  }

  .lg\:hover\:tw-to-fuchsia-500:hover {
    --gradient-to-color: #d946ef !important;
  }

  .lg\:hover\:tw-to-fuchsia-600:hover {
    --gradient-to-color: #c026d3 !important;
  }

  .lg\:hover\:tw-to-fuchsia-700:hover {
    --gradient-to-color: #a21caf !important;
  }

  .lg\:hover\:tw-to-fuchsia-800:hover {
    --gradient-to-color: #86198f !important;
  }

  .lg\:hover\:tw-to-fuchsia-900:hover {
    --gradient-to-color: #701a75 !important;
  }

  .lg\:hover\:tw-to-rose-50:hover {
    --gradient-to-color: #fff1f2 !important;
  }

  .lg\:hover\:tw-to-rose-100:hover {
    --gradient-to-color: #ffe4e6 !important;
  }

  .lg\:hover\:tw-to-rose-200:hover {
    --gradient-to-color: #fecdd3 !important;
  }

  .lg\:hover\:tw-to-rose-300:hover {
    --gradient-to-color: #fda4af !important;
  }

  .lg\:hover\:tw-to-rose-400:hover {
    --gradient-to-color: #fb7185 !important;
  }

  .lg\:hover\:tw-to-rose-500:hover {
    --gradient-to-color: #f43f5e !important;
  }

  .lg\:hover\:tw-to-rose-600:hover {
    --gradient-to-color: #e11d48 !important;
  }

  .lg\:hover\:tw-to-rose-700:hover {
    --gradient-to-color: #be123c !important;
  }

  .lg\:hover\:tw-to-rose-800:hover {
    --gradient-to-color: #9f1239 !important;
  }

  .lg\:hover\:tw-to-rose-900:hover {
    --gradient-to-color: #881337 !important;
  }

  .lg\:focus\:tw-from-transparent:focus {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:tw-from-current:focus {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-black:focus {
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:tw-from-white:focus {
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-50:focus {
    --gradient-from-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-100:focus {
    --gradient-from-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-200:focus {
    --gradient-from-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-300:focus {
    --gradient-from-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-400:focus {
    --gradient-from-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-500:focus {
    --gradient-from-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-600:focus {
    --gradient-from-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-700:focus {
    --gradient-from-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-800:focus {
    --gradient-from-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-900:focus {
    --gradient-from-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .lg\:focus\:tw-from-red-50:focus {
    --gradient-from-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:focus\:tw-from-red-100:focus {
    --gradient-from-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:focus\:tw-from-red-200:focus {
    --gradient-from-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:focus\:tw-from-red-300:focus {
    --gradient-from-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:focus\:tw-from-red-400:focus {
    --gradient-from-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:focus\:tw-from-red-500:focus {
    --gradient-from-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:focus\:tw-from-red-600:focus {
    --gradient-from-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:focus\:tw-from-red-700:focus {
    --gradient-from-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:focus\:tw-from-red-800:focus {
    --gradient-from-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:focus\:tw-from-red-900:focus {
    --gradient-from-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-50:focus {
    --gradient-from-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-100:focus {
    --gradient-from-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-200:focus {
    --gradient-from-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-300:focus {
    --gradient-from-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-400:focus {
    --gradient-from-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-500:focus {
    --gradient-from-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-600:focus {
    --gradient-from-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-700:focus {
    --gradient-from-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-800:focus {
    --gradient-from-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-900:focus {
    --gradient-from-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-50:focus {
    --gradient-from-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-100:focus {
    --gradient-from-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-200:focus {
    --gradient-from-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-300:focus {
    --gradient-from-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-400:focus {
    --gradient-from-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-500:focus {
    --gradient-from-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-600:focus {
    --gradient-from-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-700:focus {
    --gradient-from-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-800:focus {
    --gradient-from-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-900:focus {
    --gradient-from-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .lg\:focus\:tw-from-green-50:focus {
    --gradient-from-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .lg\:focus\:tw-from-green-100:focus {
    --gradient-from-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .lg\:focus\:tw-from-green-200:focus {
    --gradient-from-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .lg\:focus\:tw-from-green-300:focus {
    --gradient-from-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .lg\:focus\:tw-from-green-400:focus {
    --gradient-from-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .lg\:focus\:tw-from-green-500:focus {
    --gradient-from-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .lg\:focus\:tw-from-green-600:focus {
    --gradient-from-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .lg\:focus\:tw-from-green-700:focus {
    --gradient-from-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .lg\:focus\:tw-from-green-800:focus {
    --gradient-from-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .lg\:focus\:tw-from-green-900:focus {
    --gradient-from-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-50:focus {
    --gradient-from-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-100:focus {
    --gradient-from-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-200:focus {
    --gradient-from-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-300:focus {
    --gradient-from-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-400:focus {
    --gradient-from-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-500:focus {
    --gradient-from-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-600:focus {
    --gradient-from-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-700:focus {
    --gradient-from-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-800:focus {
    --gradient-from-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-900:focus {
    --gradient-from-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-50:focus {
    --gradient-from-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-100:focus {
    --gradient-from-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-200:focus {
    --gradient-from-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-300:focus {
    --gradient-from-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-400:focus {
    --gradient-from-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-500:focus {
    --gradient-from-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-600:focus {
    --gradient-from-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-700:focus {
    --gradient-from-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-800:focus {
    --gradient-from-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-900:focus {
    --gradient-from-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-50:focus {
    --gradient-from-color: #eef2ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-100:focus {
    --gradient-from-color: #e0e7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-200:focus {
    --gradient-from-color: #c7d2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-300:focus {
    --gradient-from-color: #a5b4fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-400:focus {
    --gradient-from-color: #818cf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-500:focus {
    --gradient-from-color: #6366f1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-600:focus {
    --gradient-from-color: #4f46e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-700:focus {
    --gradient-from-color: #4338ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-800:focus {
    --gradient-from-color: #3730a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-900:focus {
    --gradient-from-color: #312e81 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-50:focus {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-100:focus {
    --gradient-from-color: #f3e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-200:focus {
    --gradient-from-color: #e9d5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-300:focus {
    --gradient-from-color: #d8b4fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-400:focus {
    --gradient-from-color: #c084fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-500:focus {
    --gradient-from-color: #a855f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-600:focus {
    --gradient-from-color: #9333ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-700:focus {
    --gradient-from-color: #7e22ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-800:focus {
    --gradient-from-color: #6b21a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-900:focus {
    --gradient-from-color: #581c87 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-50:focus {
    --gradient-from-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-100:focus {
    --gradient-from-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-200:focus {
    --gradient-from-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-300:focus {
    --gradient-from-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-400:focus {
    --gradient-from-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-500:focus {
    --gradient-from-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-600:focus {
    --gradient-from-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-700:focus {
    --gradient-from-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-800:focus {
    --gradient-from-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-900:focus {
    --gradient-from-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .lg\:focus\:tw-from-app-main:focus {
    --gradient-from-color: #F18D11 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
  }

  .lg\:focus\:tw-from-app-sub-blue:focus {
    --gradient-from-color: #1E548F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
  }

  .lg\:focus\:tw-from-app-yellow:focus {
    --gradient-from-color: #FFF5D1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
  }

  .lg\:focus\:tw-from-theme-primary:focus {
    --gradient-from-color: #f3980f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
  }

  .lg\:focus\:tw-from-theme-info:focus {
    --gradient-from-color: #1b925a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
  }

  .lg\:focus\:tw-from-slate-50:focus {
    --gradient-from-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .lg\:focus\:tw-from-slate-100:focus {
    --gradient-from-color: #f1f5f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
  }

  .lg\:focus\:tw-from-slate-200:focus {
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:focus\:tw-from-slate-300:focus {
    --gradient-from-color: #cbd5e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
  }

  .lg\:focus\:tw-from-slate-400:focus {
    --gradient-from-color: #94a3b8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
  }

  .lg\:focus\:tw-from-slate-500:focus {
    --gradient-from-color: #64748b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
  }

  .lg\:focus\:tw-from-slate-600:focus {
    --gradient-from-color: #475569 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
  }

  .lg\:focus\:tw-from-slate-700:focus {
    --gradient-from-color: #334155 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
  }

  .lg\:focus\:tw-from-slate-800:focus {
    --gradient-from-color: #1e293b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
  }

  .lg\:focus\:tw-from-slate-900:focus {
    --gradient-from-color: #0f172a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
  }

  .lg\:focus\:tw-from-zinc-50:focus {
    --gradient-from-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:focus\:tw-from-zinc-100:focus {
    --gradient-from-color: #f4f4f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
  }

  .lg\:focus\:tw-from-zinc-200:focus {
    --gradient-from-color: #e4e4e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
  }

  .lg\:focus\:tw-from-zinc-300:focus {
    --gradient-from-color: #d4d4d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
  }

  .lg\:focus\:tw-from-zinc-400:focus {
    --gradient-from-color: #a1a1aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
  }

  .lg\:focus\:tw-from-zinc-500:focus {
    --gradient-from-color: #71717a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
  }

  .lg\:focus\:tw-from-zinc-600:focus {
    --gradient-from-color: #52525b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
  }

  .lg\:focus\:tw-from-zinc-700:focus {
    --gradient-from-color: #3f3f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
  }

  .lg\:focus\:tw-from-zinc-800:focus {
    --gradient-from-color: #27272a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
  }

  .lg\:focus\:tw-from-zinc-900:focus {
    --gradient-from-color: #18181b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
  }

  .lg\:focus\:tw-from-neutral-50:focus {
    --gradient-from-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:focus\:tw-from-neutral-100:focus {
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:focus\:tw-from-neutral-200:focus {
    --gradient-from-color: #e5e5e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
  }

  .lg\:focus\:tw-from-neutral-300:focus {
    --gradient-from-color: #d4d4d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
  }

  .lg\:focus\:tw-from-neutral-400:focus {
    --gradient-from-color: #a3a3a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
  }

  .lg\:focus\:tw-from-neutral-500:focus {
    --gradient-from-color: #737373 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
  }

  .lg\:focus\:tw-from-neutral-600:focus {
    --gradient-from-color: #525252 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
  }

  .lg\:focus\:tw-from-neutral-700:focus {
    --gradient-from-color: #404040 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
  }

  .lg\:focus\:tw-from-neutral-800:focus {
    --gradient-from-color: #262626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
  }

  .lg\:focus\:tw-from-neutral-900:focus {
    --gradient-from-color: #171717 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
  }

  .lg\:focus\:tw-from-stone-50:focus {
    --gradient-from-color: #fafaf9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
  }

  .lg\:focus\:tw-from-stone-100:focus {
    --gradient-from-color: #f5f5f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
  }

  .lg\:focus\:tw-from-stone-200:focus {
    --gradient-from-color: #e7e5e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
  }

  .lg\:focus\:tw-from-stone-300:focus {
    --gradient-from-color: #d6d3d1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
  }

  .lg\:focus\:tw-from-stone-400:focus {
    --gradient-from-color: #a8a29e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
  }

  .lg\:focus\:tw-from-stone-500:focus {
    --gradient-from-color: #78716c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
  }

  .lg\:focus\:tw-from-stone-600:focus {
    --gradient-from-color: #57534e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
  }

  .lg\:focus\:tw-from-stone-700:focus {
    --gradient-from-color: #44403c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
  }

  .lg\:focus\:tw-from-stone-800:focus {
    --gradient-from-color: #292524 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
  }

  .lg\:focus\:tw-from-stone-900:focus {
    --gradient-from-color: #1c1917 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
  }

  .lg\:focus\:tw-from-amber-50:focus {
    --gradient-from-color: #fffbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
  }

  .lg\:focus\:tw-from-amber-100:focus {
    --gradient-from-color: #fef3c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
  }

  .lg\:focus\:tw-from-amber-200:focus {
    --gradient-from-color: #fde68a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
  }

  .lg\:focus\:tw-from-amber-300:focus {
    --gradient-from-color: #fcd34d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
  }

  .lg\:focus\:tw-from-amber-400:focus {
    --gradient-from-color: #fbbf24 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
  }

  .lg\:focus\:tw-from-amber-500:focus {
    --gradient-from-color: #f59e0b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .lg\:focus\:tw-from-amber-600:focus {
    --gradient-from-color: #d97706 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
  }

  .lg\:focus\:tw-from-amber-700:focus {
    --gradient-from-color: #b45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .lg\:focus\:tw-from-amber-800:focus {
    --gradient-from-color: #92400e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
  }

  .lg\:focus\:tw-from-amber-900:focus {
    --gradient-from-color: #78350f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
  }

  .lg\:focus\:tw-from-lime-50:focus {
    --gradient-from-color: #f7fee7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
  }

  .lg\:focus\:tw-from-lime-100:focus {
    --gradient-from-color: #ecfccb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
  }

  .lg\:focus\:tw-from-lime-200:focus {
    --gradient-from-color: #d9f99d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
  }

  .lg\:focus\:tw-from-lime-300:focus {
    --gradient-from-color: #bef264 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
  }

  .lg\:focus\:tw-from-lime-400:focus {
    --gradient-from-color: #a3e635 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
  }

  .lg\:focus\:tw-from-lime-500:focus {
    --gradient-from-color: #84cc16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
  }

  .lg\:focus\:tw-from-lime-600:focus {
    --gradient-from-color: #65a30d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
  }

  .lg\:focus\:tw-from-lime-700:focus {
    --gradient-from-color: #4d7c0f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
  }

  .lg\:focus\:tw-from-lime-800:focus {
    --gradient-from-color: #3f6212 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
  }

  .lg\:focus\:tw-from-lime-900:focus {
    --gradient-from-color: #365314 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
  }

  .lg\:focus\:tw-from-emerald-50:focus {
    --gradient-from-color: #ecfdf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
  }

  .lg\:focus\:tw-from-emerald-100:focus {
    --gradient-from-color: #d1fae5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
  }

  .lg\:focus\:tw-from-emerald-200:focus {
    --gradient-from-color: #a7f3d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
  }

  .lg\:focus\:tw-from-emerald-300:focus {
    --gradient-from-color: #6ee7b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
  }

  .lg\:focus\:tw-from-emerald-400:focus {
    --gradient-from-color: #34d399 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
  }

  .lg\:focus\:tw-from-emerald-500:focus {
    --gradient-from-color: #10b981 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
  }

  .lg\:focus\:tw-from-emerald-600:focus {
    --gradient-from-color: #059669 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
  }

  .lg\:focus\:tw-from-emerald-700:focus {
    --gradient-from-color: #047857 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
  }

  .lg\:focus\:tw-from-emerald-800:focus {
    --gradient-from-color: #065f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
  }

  .lg\:focus\:tw-from-emerald-900:focus {
    --gradient-from-color: #064e3b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
  }

  .lg\:focus\:tw-from-cyan-50:focus {
    --gradient-from-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-cyan-100:focus {
    --gradient-from-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .lg\:focus\:tw-from-cyan-200:focus {
    --gradient-from-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .lg\:focus\:tw-from-cyan-300:focus {
    --gradient-from-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .lg\:focus\:tw-from-cyan-400:focus {
    --gradient-from-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .lg\:focus\:tw-from-cyan-500:focus {
    --gradient-from-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .lg\:focus\:tw-from-cyan-600:focus {
    --gradient-from-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .lg\:focus\:tw-from-cyan-700:focus {
    --gradient-from-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .lg\:focus\:tw-from-cyan-800:focus {
    --gradient-from-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .lg\:focus\:tw-from-cyan-900:focus {
    --gradient-from-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .lg\:focus\:tw-from-sky-50:focus {
    --gradient-from-color: #f0f9ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-sky-100:focus {
    --gradient-from-color: #e0f2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
  }

  .lg\:focus\:tw-from-sky-200:focus {
    --gradient-from-color: #bae6fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
  }

  .lg\:focus\:tw-from-sky-300:focus {
    --gradient-from-color: #7dd3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
  }

  .lg\:focus\:tw-from-sky-400:focus {
    --gradient-from-color: #38bdf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
  }

  .lg\:focus\:tw-from-sky-500:focus {
    --gradient-from-color: #0ea5e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
  }

  .lg\:focus\:tw-from-sky-600:focus {
    --gradient-from-color: #0284c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
  }

  .lg\:focus\:tw-from-sky-700:focus {
    --gradient-from-color: #0369a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
  }

  .lg\:focus\:tw-from-sky-800:focus {
    --gradient-from-color: #075985 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
  }

  .lg\:focus\:tw-from-sky-900:focus {
    --gradient-from-color: #0c4a6e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
  }

  .lg\:focus\:tw-from-violet-50:focus {
    --gradient-from-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-violet-100:focus {
    --gradient-from-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .lg\:focus\:tw-from-violet-200:focus {
    --gradient-from-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .lg\:focus\:tw-from-violet-300:focus {
    --gradient-from-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .lg\:focus\:tw-from-violet-400:focus {
    --gradient-from-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .lg\:focus\:tw-from-violet-500:focus {
    --gradient-from-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .lg\:focus\:tw-from-violet-600:focus {
    --gradient-from-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .lg\:focus\:tw-from-violet-700:focus {
    --gradient-from-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .lg\:focus\:tw-from-violet-800:focus {
    --gradient-from-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .lg\:focus\:tw-from-violet-900:focus {
    --gradient-from-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .lg\:focus\:tw-from-fuchsia-50:focus {
    --gradient-from-color: #fdf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-fuchsia-100:focus {
    --gradient-from-color: #fae8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-fuchsia-200:focus {
    --gradient-from-color: #f5d0fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
  }

  .lg\:focus\:tw-from-fuchsia-300:focus {
    --gradient-from-color: #f0abfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
  }

  .lg\:focus\:tw-from-fuchsia-400:focus {
    --gradient-from-color: #e879f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
  }

  .lg\:focus\:tw-from-fuchsia-500:focus {
    --gradient-from-color: #d946ef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
  }

  .lg\:focus\:tw-from-fuchsia-600:focus {
    --gradient-from-color: #c026d3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
  }

  .lg\:focus\:tw-from-fuchsia-700:focus {
    --gradient-from-color: #a21caf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
  }

  .lg\:focus\:tw-from-fuchsia-800:focus {
    --gradient-from-color: #86198f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
  }

  .lg\:focus\:tw-from-fuchsia-900:focus {
    --gradient-from-color: #701a75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
  }

  .lg\:focus\:tw-from-rose-50:focus {
    --gradient-from-color: #fff1f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
  }

  .lg\:focus\:tw-from-rose-100:focus {
    --gradient-from-color: #ffe4e6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
  }

  .lg\:focus\:tw-from-rose-200:focus {
    --gradient-from-color: #fecdd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
  }

  .lg\:focus\:tw-from-rose-300:focus {
    --gradient-from-color: #fda4af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
  }

  .lg\:focus\:tw-from-rose-400:focus {
    --gradient-from-color: #fb7185 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
  }

  .lg\:focus\:tw-from-rose-500:focus {
    --gradient-from-color: #f43f5e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
  }

  .lg\:focus\:tw-from-rose-600:focus {
    --gradient-from-color: #e11d48 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
  }

  .lg\:focus\:tw-from-rose-700:focus {
    --gradient-from-color: #be123c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
  }

  .lg\:focus\:tw-from-rose-800:focus {
    --gradient-from-color: #9f1239 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
  }

  .lg\:focus\:tw-from-rose-900:focus {
    --gradient-from-color: #881337 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
  }

  .lg\:focus\:tw-via-transparent:focus {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:tw-via-current:focus {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-black:focus {
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:tw-via-white:focus {
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-50:focus {
    --gradient-via-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-100:focus {
    --gradient-via-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-200:focus {
    --gradient-via-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-300:focus {
    --gradient-via-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-400:focus {
    --gradient-via-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-500:focus {
    --gradient-via-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-600:focus {
    --gradient-via-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-700:focus {
    --gradient-via-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-800:focus {
    --gradient-via-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-900:focus {
    --gradient-via-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .lg\:focus\:tw-via-red-50:focus {
    --gradient-via-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:focus\:tw-via-red-100:focus {
    --gradient-via-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:focus\:tw-via-red-200:focus {
    --gradient-via-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:focus\:tw-via-red-300:focus {
    --gradient-via-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:focus\:tw-via-red-400:focus {
    --gradient-via-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:focus\:tw-via-red-500:focus {
    --gradient-via-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:focus\:tw-via-red-600:focus {
    --gradient-via-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:focus\:tw-via-red-700:focus {
    --gradient-via-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:focus\:tw-via-red-800:focus {
    --gradient-via-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:focus\:tw-via-red-900:focus {
    --gradient-via-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-50:focus {
    --gradient-via-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-100:focus {
    --gradient-via-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-200:focus {
    --gradient-via-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-300:focus {
    --gradient-via-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-400:focus {
    --gradient-via-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-500:focus {
    --gradient-via-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-600:focus {
    --gradient-via-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-700:focus {
    --gradient-via-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-800:focus {
    --gradient-via-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-900:focus {
    --gradient-via-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-50:focus {
    --gradient-via-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-100:focus {
    --gradient-via-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-200:focus {
    --gradient-via-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-300:focus {
    --gradient-via-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-400:focus {
    --gradient-via-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-500:focus {
    --gradient-via-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-600:focus {
    --gradient-via-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-700:focus {
    --gradient-via-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-800:focus {
    --gradient-via-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-900:focus {
    --gradient-via-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .lg\:focus\:tw-via-green-50:focus {
    --gradient-via-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .lg\:focus\:tw-via-green-100:focus {
    --gradient-via-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .lg\:focus\:tw-via-green-200:focus {
    --gradient-via-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .lg\:focus\:tw-via-green-300:focus {
    --gradient-via-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .lg\:focus\:tw-via-green-400:focus {
    --gradient-via-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .lg\:focus\:tw-via-green-500:focus {
    --gradient-via-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .lg\:focus\:tw-via-green-600:focus {
    --gradient-via-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .lg\:focus\:tw-via-green-700:focus {
    --gradient-via-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .lg\:focus\:tw-via-green-800:focus {
    --gradient-via-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .lg\:focus\:tw-via-green-900:focus {
    --gradient-via-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-50:focus {
    --gradient-via-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-100:focus {
    --gradient-via-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-200:focus {
    --gradient-via-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-300:focus {
    --gradient-via-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-400:focus {
    --gradient-via-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-500:focus {
    --gradient-via-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-600:focus {
    --gradient-via-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-700:focus {
    --gradient-via-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-800:focus {
    --gradient-via-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-900:focus {
    --gradient-via-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-50:focus {
    --gradient-via-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-100:focus {
    --gradient-via-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-200:focus {
    --gradient-via-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-300:focus {
    --gradient-via-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-400:focus {
    --gradient-via-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-500:focus {
    --gradient-via-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-600:focus {
    --gradient-via-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-700:focus {
    --gradient-via-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-800:focus {
    --gradient-via-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-900:focus {
    --gradient-via-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-50:focus {
    --gradient-via-color: #eef2ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-100:focus {
    --gradient-via-color: #e0e7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-200:focus {
    --gradient-via-color: #c7d2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-300:focus {
    --gradient-via-color: #a5b4fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-400:focus {
    --gradient-via-color: #818cf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-500:focus {
    --gradient-via-color: #6366f1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-600:focus {
    --gradient-via-color: #4f46e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-700:focus {
    --gradient-via-color: #4338ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-800:focus {
    --gradient-via-color: #3730a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-900:focus {
    --gradient-via-color: #312e81 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-50:focus {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-100:focus {
    --gradient-via-color: #f3e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-200:focus {
    --gradient-via-color: #e9d5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-300:focus {
    --gradient-via-color: #d8b4fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-400:focus {
    --gradient-via-color: #c084fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-500:focus {
    --gradient-via-color: #a855f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-600:focus {
    --gradient-via-color: #9333ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-700:focus {
    --gradient-via-color: #7e22ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-800:focus {
    --gradient-via-color: #6b21a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-900:focus {
    --gradient-via-color: #581c87 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-50:focus {
    --gradient-via-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-100:focus {
    --gradient-via-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-200:focus {
    --gradient-via-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-300:focus {
    --gradient-via-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-400:focus {
    --gradient-via-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-500:focus {
    --gradient-via-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-600:focus {
    --gradient-via-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-700:focus {
    --gradient-via-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-800:focus {
    --gradient-via-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-900:focus {
    --gradient-via-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .lg\:focus\:tw-via-app-main:focus {
    --gradient-via-color: #F18D11 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
  }

  .lg\:focus\:tw-via-app-sub-blue:focus {
    --gradient-via-color: #1E548F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
  }

  .lg\:focus\:tw-via-app-yellow:focus {
    --gradient-via-color: #FFF5D1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
  }

  .lg\:focus\:tw-via-theme-primary:focus {
    --gradient-via-color: #f3980f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
  }

  .lg\:focus\:tw-via-theme-info:focus {
    --gradient-via-color: #1b925a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
  }

  .lg\:focus\:tw-via-slate-50:focus {
    --gradient-via-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .lg\:focus\:tw-via-slate-100:focus {
    --gradient-via-color: #f1f5f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
  }

  .lg\:focus\:tw-via-slate-200:focus {
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:focus\:tw-via-slate-300:focus {
    --gradient-via-color: #cbd5e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
  }

  .lg\:focus\:tw-via-slate-400:focus {
    --gradient-via-color: #94a3b8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
  }

  .lg\:focus\:tw-via-slate-500:focus {
    --gradient-via-color: #64748b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
  }

  .lg\:focus\:tw-via-slate-600:focus {
    --gradient-via-color: #475569 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
  }

  .lg\:focus\:tw-via-slate-700:focus {
    --gradient-via-color: #334155 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
  }

  .lg\:focus\:tw-via-slate-800:focus {
    --gradient-via-color: #1e293b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
  }

  .lg\:focus\:tw-via-slate-900:focus {
    --gradient-via-color: #0f172a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
  }

  .lg\:focus\:tw-via-zinc-50:focus {
    --gradient-via-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:focus\:tw-via-zinc-100:focus {
    --gradient-via-color: #f4f4f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
  }

  .lg\:focus\:tw-via-zinc-200:focus {
    --gradient-via-color: #e4e4e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
  }

  .lg\:focus\:tw-via-zinc-300:focus {
    --gradient-via-color: #d4d4d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
  }

  .lg\:focus\:tw-via-zinc-400:focus {
    --gradient-via-color: #a1a1aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
  }

  .lg\:focus\:tw-via-zinc-500:focus {
    --gradient-via-color: #71717a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
  }

  .lg\:focus\:tw-via-zinc-600:focus {
    --gradient-via-color: #52525b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
  }

  .lg\:focus\:tw-via-zinc-700:focus {
    --gradient-via-color: #3f3f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
  }

  .lg\:focus\:tw-via-zinc-800:focus {
    --gradient-via-color: #27272a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
  }

  .lg\:focus\:tw-via-zinc-900:focus {
    --gradient-via-color: #18181b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
  }

  .lg\:focus\:tw-via-neutral-50:focus {
    --gradient-via-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:focus\:tw-via-neutral-100:focus {
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:focus\:tw-via-neutral-200:focus {
    --gradient-via-color: #e5e5e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
  }

  .lg\:focus\:tw-via-neutral-300:focus {
    --gradient-via-color: #d4d4d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
  }

  .lg\:focus\:tw-via-neutral-400:focus {
    --gradient-via-color: #a3a3a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
  }

  .lg\:focus\:tw-via-neutral-500:focus {
    --gradient-via-color: #737373 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
  }

  .lg\:focus\:tw-via-neutral-600:focus {
    --gradient-via-color: #525252 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
  }

  .lg\:focus\:tw-via-neutral-700:focus {
    --gradient-via-color: #404040 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
  }

  .lg\:focus\:tw-via-neutral-800:focus {
    --gradient-via-color: #262626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
  }

  .lg\:focus\:tw-via-neutral-900:focus {
    --gradient-via-color: #171717 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
  }

  .lg\:focus\:tw-via-stone-50:focus {
    --gradient-via-color: #fafaf9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
  }

  .lg\:focus\:tw-via-stone-100:focus {
    --gradient-via-color: #f5f5f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
  }

  .lg\:focus\:tw-via-stone-200:focus {
    --gradient-via-color: #e7e5e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
  }

  .lg\:focus\:tw-via-stone-300:focus {
    --gradient-via-color: #d6d3d1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
  }

  .lg\:focus\:tw-via-stone-400:focus {
    --gradient-via-color: #a8a29e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
  }

  .lg\:focus\:tw-via-stone-500:focus {
    --gradient-via-color: #78716c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
  }

  .lg\:focus\:tw-via-stone-600:focus {
    --gradient-via-color: #57534e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
  }

  .lg\:focus\:tw-via-stone-700:focus {
    --gradient-via-color: #44403c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
  }

  .lg\:focus\:tw-via-stone-800:focus {
    --gradient-via-color: #292524 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
  }

  .lg\:focus\:tw-via-stone-900:focus {
    --gradient-via-color: #1c1917 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
  }

  .lg\:focus\:tw-via-amber-50:focus {
    --gradient-via-color: #fffbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
  }

  .lg\:focus\:tw-via-amber-100:focus {
    --gradient-via-color: #fef3c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
  }

  .lg\:focus\:tw-via-amber-200:focus {
    --gradient-via-color: #fde68a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
  }

  .lg\:focus\:tw-via-amber-300:focus {
    --gradient-via-color: #fcd34d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
  }

  .lg\:focus\:tw-via-amber-400:focus {
    --gradient-via-color: #fbbf24 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
  }

  .lg\:focus\:tw-via-amber-500:focus {
    --gradient-via-color: #f59e0b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .lg\:focus\:tw-via-amber-600:focus {
    --gradient-via-color: #d97706 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
  }

  .lg\:focus\:tw-via-amber-700:focus {
    --gradient-via-color: #b45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .lg\:focus\:tw-via-amber-800:focus {
    --gradient-via-color: #92400e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
  }

  .lg\:focus\:tw-via-amber-900:focus {
    --gradient-via-color: #78350f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
  }

  .lg\:focus\:tw-via-lime-50:focus {
    --gradient-via-color: #f7fee7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
  }

  .lg\:focus\:tw-via-lime-100:focus {
    --gradient-via-color: #ecfccb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
  }

  .lg\:focus\:tw-via-lime-200:focus {
    --gradient-via-color: #d9f99d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
  }

  .lg\:focus\:tw-via-lime-300:focus {
    --gradient-via-color: #bef264 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
  }

  .lg\:focus\:tw-via-lime-400:focus {
    --gradient-via-color: #a3e635 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
  }

  .lg\:focus\:tw-via-lime-500:focus {
    --gradient-via-color: #84cc16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
  }

  .lg\:focus\:tw-via-lime-600:focus {
    --gradient-via-color: #65a30d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
  }

  .lg\:focus\:tw-via-lime-700:focus {
    --gradient-via-color: #4d7c0f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
  }

  .lg\:focus\:tw-via-lime-800:focus {
    --gradient-via-color: #3f6212 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
  }

  .lg\:focus\:tw-via-lime-900:focus {
    --gradient-via-color: #365314 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
  }

  .lg\:focus\:tw-via-emerald-50:focus {
    --gradient-via-color: #ecfdf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
  }

  .lg\:focus\:tw-via-emerald-100:focus {
    --gradient-via-color: #d1fae5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
  }

  .lg\:focus\:tw-via-emerald-200:focus {
    --gradient-via-color: #a7f3d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
  }

  .lg\:focus\:tw-via-emerald-300:focus {
    --gradient-via-color: #6ee7b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
  }

  .lg\:focus\:tw-via-emerald-400:focus {
    --gradient-via-color: #34d399 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
  }

  .lg\:focus\:tw-via-emerald-500:focus {
    --gradient-via-color: #10b981 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
  }

  .lg\:focus\:tw-via-emerald-600:focus {
    --gradient-via-color: #059669 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
  }

  .lg\:focus\:tw-via-emerald-700:focus {
    --gradient-via-color: #047857 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
  }

  .lg\:focus\:tw-via-emerald-800:focus {
    --gradient-via-color: #065f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
  }

  .lg\:focus\:tw-via-emerald-900:focus {
    --gradient-via-color: #064e3b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
  }

  .lg\:focus\:tw-via-cyan-50:focus {
    --gradient-via-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-cyan-100:focus {
    --gradient-via-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .lg\:focus\:tw-via-cyan-200:focus {
    --gradient-via-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .lg\:focus\:tw-via-cyan-300:focus {
    --gradient-via-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .lg\:focus\:tw-via-cyan-400:focus {
    --gradient-via-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .lg\:focus\:tw-via-cyan-500:focus {
    --gradient-via-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .lg\:focus\:tw-via-cyan-600:focus {
    --gradient-via-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .lg\:focus\:tw-via-cyan-700:focus {
    --gradient-via-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .lg\:focus\:tw-via-cyan-800:focus {
    --gradient-via-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .lg\:focus\:tw-via-cyan-900:focus {
    --gradient-via-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .lg\:focus\:tw-via-sky-50:focus {
    --gradient-via-color: #f0f9ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-sky-100:focus {
    --gradient-via-color: #e0f2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
  }

  .lg\:focus\:tw-via-sky-200:focus {
    --gradient-via-color: #bae6fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
  }

  .lg\:focus\:tw-via-sky-300:focus {
    --gradient-via-color: #7dd3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
  }

  .lg\:focus\:tw-via-sky-400:focus {
    --gradient-via-color: #38bdf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
  }

  .lg\:focus\:tw-via-sky-500:focus {
    --gradient-via-color: #0ea5e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
  }

  .lg\:focus\:tw-via-sky-600:focus {
    --gradient-via-color: #0284c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
  }

  .lg\:focus\:tw-via-sky-700:focus {
    --gradient-via-color: #0369a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
  }

  .lg\:focus\:tw-via-sky-800:focus {
    --gradient-via-color: #075985 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
  }

  .lg\:focus\:tw-via-sky-900:focus {
    --gradient-via-color: #0c4a6e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
  }

  .lg\:focus\:tw-via-violet-50:focus {
    --gradient-via-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-violet-100:focus {
    --gradient-via-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .lg\:focus\:tw-via-violet-200:focus {
    --gradient-via-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .lg\:focus\:tw-via-violet-300:focus {
    --gradient-via-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .lg\:focus\:tw-via-violet-400:focus {
    --gradient-via-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .lg\:focus\:tw-via-violet-500:focus {
    --gradient-via-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .lg\:focus\:tw-via-violet-600:focus {
    --gradient-via-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .lg\:focus\:tw-via-violet-700:focus {
    --gradient-via-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .lg\:focus\:tw-via-violet-800:focus {
    --gradient-via-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .lg\:focus\:tw-via-violet-900:focus {
    --gradient-via-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .lg\:focus\:tw-via-fuchsia-50:focus {
    --gradient-via-color: #fdf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-fuchsia-100:focus {
    --gradient-via-color: #fae8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-fuchsia-200:focus {
    --gradient-via-color: #f5d0fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
  }

  .lg\:focus\:tw-via-fuchsia-300:focus {
    --gradient-via-color: #f0abfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
  }

  .lg\:focus\:tw-via-fuchsia-400:focus {
    --gradient-via-color: #e879f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
  }

  .lg\:focus\:tw-via-fuchsia-500:focus {
    --gradient-via-color: #d946ef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
  }

  .lg\:focus\:tw-via-fuchsia-600:focus {
    --gradient-via-color: #c026d3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
  }

  .lg\:focus\:tw-via-fuchsia-700:focus {
    --gradient-via-color: #a21caf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
  }

  .lg\:focus\:tw-via-fuchsia-800:focus {
    --gradient-via-color: #86198f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
  }

  .lg\:focus\:tw-via-fuchsia-900:focus {
    --gradient-via-color: #701a75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
  }

  .lg\:focus\:tw-via-rose-50:focus {
    --gradient-via-color: #fff1f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
  }

  .lg\:focus\:tw-via-rose-100:focus {
    --gradient-via-color: #ffe4e6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
  }

  .lg\:focus\:tw-via-rose-200:focus {
    --gradient-via-color: #fecdd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
  }

  .lg\:focus\:tw-via-rose-300:focus {
    --gradient-via-color: #fda4af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
  }

  .lg\:focus\:tw-via-rose-400:focus {
    --gradient-via-color: #fb7185 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
  }

  .lg\:focus\:tw-via-rose-500:focus {
    --gradient-via-color: #f43f5e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
  }

  .lg\:focus\:tw-via-rose-600:focus {
    --gradient-via-color: #e11d48 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
  }

  .lg\:focus\:tw-via-rose-700:focus {
    --gradient-via-color: #be123c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
  }

  .lg\:focus\:tw-via-rose-800:focus {
    --gradient-via-color: #9f1239 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
  }

  .lg\:focus\:tw-via-rose-900:focus {
    --gradient-via-color: #881337 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
  }

  .lg\:focus\:tw-to-transparent:focus {
    --gradient-to-color: transparent !important;
  }

  .lg\:focus\:tw-to-current:focus {
    --gradient-to-color: currentColor !important;
  }

  .lg\:focus\:tw-to-black:focus {
    --gradient-to-color: #000 !important;
  }

  .lg\:focus\:tw-to-white:focus {
    --gradient-to-color: #fff !important;
  }

  .lg\:focus\:tw-to-gray-50:focus {
    --gradient-to-color: #f9fafb !important;
  }

  .lg\:focus\:tw-to-gray-100:focus {
    --gradient-to-color: #f3f4f6 !important;
  }

  .lg\:focus\:tw-to-gray-200:focus {
    --gradient-to-color: #e5e7eb !important;
  }

  .lg\:focus\:tw-to-gray-300:focus {
    --gradient-to-color: #d1d5db !important;
  }

  .lg\:focus\:tw-to-gray-400:focus {
    --gradient-to-color: #9ca3af !important;
  }

  .lg\:focus\:tw-to-gray-500:focus {
    --gradient-to-color: #6b7280 !important;
  }

  .lg\:focus\:tw-to-gray-600:focus {
    --gradient-to-color: #4b5563 !important;
  }

  .lg\:focus\:tw-to-gray-700:focus {
    --gradient-to-color: #374151 !important;
  }

  .lg\:focus\:tw-to-gray-800:focus {
    --gradient-to-color: #1f2937 !important;
  }

  .lg\:focus\:tw-to-gray-900:focus {
    --gradient-to-color: #111827 !important;
  }

  .lg\:focus\:tw-to-red-50:focus {
    --gradient-to-color: #fef2f2 !important;
  }

  .lg\:focus\:tw-to-red-100:focus {
    --gradient-to-color: #fee2e2 !important;
  }

  .lg\:focus\:tw-to-red-200:focus {
    --gradient-to-color: #fecaca !important;
  }

  .lg\:focus\:tw-to-red-300:focus {
    --gradient-to-color: #fca5a5 !important;
  }

  .lg\:focus\:tw-to-red-400:focus {
    --gradient-to-color: #f87171 !important;
  }

  .lg\:focus\:tw-to-red-500:focus {
    --gradient-to-color: #ef4444 !important;
  }

  .lg\:focus\:tw-to-red-600:focus {
    --gradient-to-color: #dc2626 !important;
  }

  .lg\:focus\:tw-to-red-700:focus {
    --gradient-to-color: #b91c1c !important;
  }

  .lg\:focus\:tw-to-red-800:focus {
    --gradient-to-color: #991b1b !important;
  }

  .lg\:focus\:tw-to-red-900:focus {
    --gradient-to-color: #7f1d1d !important;
  }

  .lg\:focus\:tw-to-orange-50:focus {
    --gradient-to-color: #fff7ed !important;
  }

  .lg\:focus\:tw-to-orange-100:focus {
    --gradient-to-color: #ffedd5 !important;
  }

  .lg\:focus\:tw-to-orange-200:focus {
    --gradient-to-color: #fed7aa !important;
  }

  .lg\:focus\:tw-to-orange-300:focus {
    --gradient-to-color: #fdba74 !important;
  }

  .lg\:focus\:tw-to-orange-400:focus {
    --gradient-to-color: #fb923c !important;
  }

  .lg\:focus\:tw-to-orange-500:focus {
    --gradient-to-color: #f97316 !important;
  }

  .lg\:focus\:tw-to-orange-600:focus {
    --gradient-to-color: #ea580c !important;
  }

  .lg\:focus\:tw-to-orange-700:focus {
    --gradient-to-color: #c2410c !important;
  }

  .lg\:focus\:tw-to-orange-800:focus {
    --gradient-to-color: #9a3412 !important;
  }

  .lg\:focus\:tw-to-orange-900:focus {
    --gradient-to-color: #7c2d12 !important;
  }

  .lg\:focus\:tw-to-yellow-50:focus {
    --gradient-to-color: #fefce8 !important;
  }

  .lg\:focus\:tw-to-yellow-100:focus {
    --gradient-to-color: #fef9c3 !important;
  }

  .lg\:focus\:tw-to-yellow-200:focus {
    --gradient-to-color: #fef08a !important;
  }

  .lg\:focus\:tw-to-yellow-300:focus {
    --gradient-to-color: #fde047 !important;
  }

  .lg\:focus\:tw-to-yellow-400:focus {
    --gradient-to-color: #facc15 !important;
  }

  .lg\:focus\:tw-to-yellow-500:focus {
    --gradient-to-color: #eab308 !important;
  }

  .lg\:focus\:tw-to-yellow-600:focus {
    --gradient-to-color: #ca8a04 !important;
  }

  .lg\:focus\:tw-to-yellow-700:focus {
    --gradient-to-color: #a16207 !important;
  }

  .lg\:focus\:tw-to-yellow-800:focus {
    --gradient-to-color: #854d0e !important;
  }

  .lg\:focus\:tw-to-yellow-900:focus {
    --gradient-to-color: #713f12 !important;
  }

  .lg\:focus\:tw-to-green-50:focus {
    --gradient-to-color: #f0fdf4 !important;
  }

  .lg\:focus\:tw-to-green-100:focus {
    --gradient-to-color: #dcfce7 !important;
  }

  .lg\:focus\:tw-to-green-200:focus {
    --gradient-to-color: #bbf7d0 !important;
  }

  .lg\:focus\:tw-to-green-300:focus {
    --gradient-to-color: #86efac !important;
  }

  .lg\:focus\:tw-to-green-400:focus {
    --gradient-to-color: #4ade80 !important;
  }

  .lg\:focus\:tw-to-green-500:focus {
    --gradient-to-color: #22c55e !important;
  }

  .lg\:focus\:tw-to-green-600:focus {
    --gradient-to-color: #16a34a !important;
  }

  .lg\:focus\:tw-to-green-700:focus {
    --gradient-to-color: #15803d !important;
  }

  .lg\:focus\:tw-to-green-800:focus {
    --gradient-to-color: #166534 !important;
  }

  .lg\:focus\:tw-to-green-900:focus {
    --gradient-to-color: #14532d !important;
  }

  .lg\:focus\:tw-to-teal-50:focus {
    --gradient-to-color: #f0fdfa !important;
  }

  .lg\:focus\:tw-to-teal-100:focus {
    --gradient-to-color: #ccfbf1 !important;
  }

  .lg\:focus\:tw-to-teal-200:focus {
    --gradient-to-color: #99f6e4 !important;
  }

  .lg\:focus\:tw-to-teal-300:focus {
    --gradient-to-color: #5eead4 !important;
  }

  .lg\:focus\:tw-to-teal-400:focus {
    --gradient-to-color: #2dd4bf !important;
  }

  .lg\:focus\:tw-to-teal-500:focus {
    --gradient-to-color: #14b8a6 !important;
  }

  .lg\:focus\:tw-to-teal-600:focus {
    --gradient-to-color: #0d9488 !important;
  }

  .lg\:focus\:tw-to-teal-700:focus {
    --gradient-to-color: #0f766e !important;
  }

  .lg\:focus\:tw-to-teal-800:focus {
    --gradient-to-color: #115e59 !important;
  }

  .lg\:focus\:tw-to-teal-900:focus {
    --gradient-to-color: #134e4a !important;
  }

  .lg\:focus\:tw-to-blue-50:focus {
    --gradient-to-color: #eff6ff !important;
  }

  .lg\:focus\:tw-to-blue-100:focus {
    --gradient-to-color: #dbeafe !important;
  }

  .lg\:focus\:tw-to-blue-200:focus {
    --gradient-to-color: #bfdbfe !important;
  }

  .lg\:focus\:tw-to-blue-300:focus {
    --gradient-to-color: #93c5fd !important;
  }

  .lg\:focus\:tw-to-blue-400:focus {
    --gradient-to-color: #60a5fa !important;
  }

  .lg\:focus\:tw-to-blue-500:focus {
    --gradient-to-color: #3b82f6 !important;
  }

  .lg\:focus\:tw-to-blue-600:focus {
    --gradient-to-color: #2563eb !important;
  }

  .lg\:focus\:tw-to-blue-700:focus {
    --gradient-to-color: #1d4ed8 !important;
  }

  .lg\:focus\:tw-to-blue-800:focus {
    --gradient-to-color: #1e40af !important;
  }

  .lg\:focus\:tw-to-blue-900:focus {
    --gradient-to-color: #1e3a8a !important;
  }

  .lg\:focus\:tw-to-indigo-50:focus {
    --gradient-to-color: #eef2ff !important;
  }

  .lg\:focus\:tw-to-indigo-100:focus {
    --gradient-to-color: #e0e7ff !important;
  }

  .lg\:focus\:tw-to-indigo-200:focus {
    --gradient-to-color: #c7d2fe !important;
  }

  .lg\:focus\:tw-to-indigo-300:focus {
    --gradient-to-color: #a5b4fc !important;
  }

  .lg\:focus\:tw-to-indigo-400:focus {
    --gradient-to-color: #818cf8 !important;
  }

  .lg\:focus\:tw-to-indigo-500:focus {
    --gradient-to-color: #6366f1 !important;
  }

  .lg\:focus\:tw-to-indigo-600:focus {
    --gradient-to-color: #4f46e5 !important;
  }

  .lg\:focus\:tw-to-indigo-700:focus {
    --gradient-to-color: #4338ca !important;
  }

  .lg\:focus\:tw-to-indigo-800:focus {
    --gradient-to-color: #3730a3 !important;
  }

  .lg\:focus\:tw-to-indigo-900:focus {
    --gradient-to-color: #312e81 !important;
  }

  .lg\:focus\:tw-to-purple-50:focus {
    --gradient-to-color: #faf5ff !important;
  }

  .lg\:focus\:tw-to-purple-100:focus {
    --gradient-to-color: #f3e8ff !important;
  }

  .lg\:focus\:tw-to-purple-200:focus {
    --gradient-to-color: #e9d5ff !important;
  }

  .lg\:focus\:tw-to-purple-300:focus {
    --gradient-to-color: #d8b4fe !important;
  }

  .lg\:focus\:tw-to-purple-400:focus {
    --gradient-to-color: #c084fc !important;
  }

  .lg\:focus\:tw-to-purple-500:focus {
    --gradient-to-color: #a855f7 !important;
  }

  .lg\:focus\:tw-to-purple-600:focus {
    --gradient-to-color: #9333ea !important;
  }

  .lg\:focus\:tw-to-purple-700:focus {
    --gradient-to-color: #7e22ce !important;
  }

  .lg\:focus\:tw-to-purple-800:focus {
    --gradient-to-color: #6b21a8 !important;
  }

  .lg\:focus\:tw-to-purple-900:focus {
    --gradient-to-color: #581c87 !important;
  }

  .lg\:focus\:tw-to-pink-50:focus {
    --gradient-to-color: #fdf2f8 !important;
  }

  .lg\:focus\:tw-to-pink-100:focus {
    --gradient-to-color: #fce7f3 !important;
  }

  .lg\:focus\:tw-to-pink-200:focus {
    --gradient-to-color: #fbcfe8 !important;
  }

  .lg\:focus\:tw-to-pink-300:focus {
    --gradient-to-color: #f9a8d4 !important;
  }

  .lg\:focus\:tw-to-pink-400:focus {
    --gradient-to-color: #f472b6 !important;
  }

  .lg\:focus\:tw-to-pink-500:focus {
    --gradient-to-color: #ec4899 !important;
  }

  .lg\:focus\:tw-to-pink-600:focus {
    --gradient-to-color: #db2777 !important;
  }

  .lg\:focus\:tw-to-pink-700:focus {
    --gradient-to-color: #be185d !important;
  }

  .lg\:focus\:tw-to-pink-800:focus {
    --gradient-to-color: #9d174d !important;
  }

  .lg\:focus\:tw-to-pink-900:focus {
    --gradient-to-color: #831843 !important;
  }

  .lg\:focus\:tw-to-app-main:focus {
    --gradient-to-color: #F18D11 !important;
  }

  .lg\:focus\:tw-to-app-sub-blue:focus {
    --gradient-to-color: #1E548F !important;
  }

  .lg\:focus\:tw-to-app-yellow:focus {
    --gradient-to-color: #FFF5D1 !important;
  }

  .lg\:focus\:tw-to-theme-primary:focus {
    --gradient-to-color: #f3980f !important;
  }

  .lg\:focus\:tw-to-theme-info:focus {
    --gradient-to-color: #1b925a !important;
  }

  .lg\:focus\:tw-to-slate-50:focus {
    --gradient-to-color: #f8fafc !important;
  }

  .lg\:focus\:tw-to-slate-100:focus {
    --gradient-to-color: #f1f5f9 !important;
  }

  .lg\:focus\:tw-to-slate-200:focus {
    --gradient-to-color: #e2e8f0 !important;
  }

  .lg\:focus\:tw-to-slate-300:focus {
    --gradient-to-color: #cbd5e1 !important;
  }

  .lg\:focus\:tw-to-slate-400:focus {
    --gradient-to-color: #94a3b8 !important;
  }

  .lg\:focus\:tw-to-slate-500:focus {
    --gradient-to-color: #64748b !important;
  }

  .lg\:focus\:tw-to-slate-600:focus {
    --gradient-to-color: #475569 !important;
  }

  .lg\:focus\:tw-to-slate-700:focus {
    --gradient-to-color: #334155 !important;
  }

  .lg\:focus\:tw-to-slate-800:focus {
    --gradient-to-color: #1e293b !important;
  }

  .lg\:focus\:tw-to-slate-900:focus {
    --gradient-to-color: #0f172a !important;
  }

  .lg\:focus\:tw-to-zinc-50:focus {
    --gradient-to-color: #fafafa !important;
  }

  .lg\:focus\:tw-to-zinc-100:focus {
    --gradient-to-color: #f4f4f5 !important;
  }

  .lg\:focus\:tw-to-zinc-200:focus {
    --gradient-to-color: #e4e4e7 !important;
  }

  .lg\:focus\:tw-to-zinc-300:focus {
    --gradient-to-color: #d4d4d8 !important;
  }

  .lg\:focus\:tw-to-zinc-400:focus {
    --gradient-to-color: #a1a1aa !important;
  }

  .lg\:focus\:tw-to-zinc-500:focus {
    --gradient-to-color: #71717a !important;
  }

  .lg\:focus\:tw-to-zinc-600:focus {
    --gradient-to-color: #52525b !important;
  }

  .lg\:focus\:tw-to-zinc-700:focus {
    --gradient-to-color: #3f3f46 !important;
  }

  .lg\:focus\:tw-to-zinc-800:focus {
    --gradient-to-color: #27272a !important;
  }

  .lg\:focus\:tw-to-zinc-900:focus {
    --gradient-to-color: #18181b !important;
  }

  .lg\:focus\:tw-to-neutral-50:focus {
    --gradient-to-color: #fafafa !important;
  }

  .lg\:focus\:tw-to-neutral-100:focus {
    --gradient-to-color: #f5f5f5 !important;
  }

  .lg\:focus\:tw-to-neutral-200:focus {
    --gradient-to-color: #e5e5e5 !important;
  }

  .lg\:focus\:tw-to-neutral-300:focus {
    --gradient-to-color: #d4d4d4 !important;
  }

  .lg\:focus\:tw-to-neutral-400:focus {
    --gradient-to-color: #a3a3a3 !important;
  }

  .lg\:focus\:tw-to-neutral-500:focus {
    --gradient-to-color: #737373 !important;
  }

  .lg\:focus\:tw-to-neutral-600:focus {
    --gradient-to-color: #525252 !important;
  }

  .lg\:focus\:tw-to-neutral-700:focus {
    --gradient-to-color: #404040 !important;
  }

  .lg\:focus\:tw-to-neutral-800:focus {
    --gradient-to-color: #262626 !important;
  }

  .lg\:focus\:tw-to-neutral-900:focus {
    --gradient-to-color: #171717 !important;
  }

  .lg\:focus\:tw-to-stone-50:focus {
    --gradient-to-color: #fafaf9 !important;
  }

  .lg\:focus\:tw-to-stone-100:focus {
    --gradient-to-color: #f5f5f4 !important;
  }

  .lg\:focus\:tw-to-stone-200:focus {
    --gradient-to-color: #e7e5e4 !important;
  }

  .lg\:focus\:tw-to-stone-300:focus {
    --gradient-to-color: #d6d3d1 !important;
  }

  .lg\:focus\:tw-to-stone-400:focus {
    --gradient-to-color: #a8a29e !important;
  }

  .lg\:focus\:tw-to-stone-500:focus {
    --gradient-to-color: #78716c !important;
  }

  .lg\:focus\:tw-to-stone-600:focus {
    --gradient-to-color: #57534e !important;
  }

  .lg\:focus\:tw-to-stone-700:focus {
    --gradient-to-color: #44403c !important;
  }

  .lg\:focus\:tw-to-stone-800:focus {
    --gradient-to-color: #292524 !important;
  }

  .lg\:focus\:tw-to-stone-900:focus {
    --gradient-to-color: #1c1917 !important;
  }

  .lg\:focus\:tw-to-amber-50:focus {
    --gradient-to-color: #fffbeb !important;
  }

  .lg\:focus\:tw-to-amber-100:focus {
    --gradient-to-color: #fef3c7 !important;
  }

  .lg\:focus\:tw-to-amber-200:focus {
    --gradient-to-color: #fde68a !important;
  }

  .lg\:focus\:tw-to-amber-300:focus {
    --gradient-to-color: #fcd34d !important;
  }

  .lg\:focus\:tw-to-amber-400:focus {
    --gradient-to-color: #fbbf24 !important;
  }

  .lg\:focus\:tw-to-amber-500:focus {
    --gradient-to-color: #f59e0b !important;
  }

  .lg\:focus\:tw-to-amber-600:focus {
    --gradient-to-color: #d97706 !important;
  }

  .lg\:focus\:tw-to-amber-700:focus {
    --gradient-to-color: #b45309 !important;
  }

  .lg\:focus\:tw-to-amber-800:focus {
    --gradient-to-color: #92400e !important;
  }

  .lg\:focus\:tw-to-amber-900:focus {
    --gradient-to-color: #78350f !important;
  }

  .lg\:focus\:tw-to-lime-50:focus {
    --gradient-to-color: #f7fee7 !important;
  }

  .lg\:focus\:tw-to-lime-100:focus {
    --gradient-to-color: #ecfccb !important;
  }

  .lg\:focus\:tw-to-lime-200:focus {
    --gradient-to-color: #d9f99d !important;
  }

  .lg\:focus\:tw-to-lime-300:focus {
    --gradient-to-color: #bef264 !important;
  }

  .lg\:focus\:tw-to-lime-400:focus {
    --gradient-to-color: #a3e635 !important;
  }

  .lg\:focus\:tw-to-lime-500:focus {
    --gradient-to-color: #84cc16 !important;
  }

  .lg\:focus\:tw-to-lime-600:focus {
    --gradient-to-color: #65a30d !important;
  }

  .lg\:focus\:tw-to-lime-700:focus {
    --gradient-to-color: #4d7c0f !important;
  }

  .lg\:focus\:tw-to-lime-800:focus {
    --gradient-to-color: #3f6212 !important;
  }

  .lg\:focus\:tw-to-lime-900:focus {
    --gradient-to-color: #365314 !important;
  }

  .lg\:focus\:tw-to-emerald-50:focus {
    --gradient-to-color: #ecfdf5 !important;
  }

  .lg\:focus\:tw-to-emerald-100:focus {
    --gradient-to-color: #d1fae5 !important;
  }

  .lg\:focus\:tw-to-emerald-200:focus {
    --gradient-to-color: #a7f3d0 !important;
  }

  .lg\:focus\:tw-to-emerald-300:focus {
    --gradient-to-color: #6ee7b7 !important;
  }

  .lg\:focus\:tw-to-emerald-400:focus {
    --gradient-to-color: #34d399 !important;
  }

  .lg\:focus\:tw-to-emerald-500:focus {
    --gradient-to-color: #10b981 !important;
  }

  .lg\:focus\:tw-to-emerald-600:focus {
    --gradient-to-color: #059669 !important;
  }

  .lg\:focus\:tw-to-emerald-700:focus {
    --gradient-to-color: #047857 !important;
  }

  .lg\:focus\:tw-to-emerald-800:focus {
    --gradient-to-color: #065f46 !important;
  }

  .lg\:focus\:tw-to-emerald-900:focus {
    --gradient-to-color: #064e3b !important;
  }

  .lg\:focus\:tw-to-cyan-50:focus {
    --gradient-to-color: #ecfeff !important;
  }

  .lg\:focus\:tw-to-cyan-100:focus {
    --gradient-to-color: #cffafe !important;
  }

  .lg\:focus\:tw-to-cyan-200:focus {
    --gradient-to-color: #a5f3fc !important;
  }

  .lg\:focus\:tw-to-cyan-300:focus {
    --gradient-to-color: #67e8f9 !important;
  }

  .lg\:focus\:tw-to-cyan-400:focus {
    --gradient-to-color: #22d3ee !important;
  }

  .lg\:focus\:tw-to-cyan-500:focus {
    --gradient-to-color: #06b6d4 !important;
  }

  .lg\:focus\:tw-to-cyan-600:focus {
    --gradient-to-color: #0891b2 !important;
  }

  .lg\:focus\:tw-to-cyan-700:focus {
    --gradient-to-color: #0e7490 !important;
  }

  .lg\:focus\:tw-to-cyan-800:focus {
    --gradient-to-color: #155e75 !important;
  }

  .lg\:focus\:tw-to-cyan-900:focus {
    --gradient-to-color: #164e63 !important;
  }

  .lg\:focus\:tw-to-sky-50:focus {
    --gradient-to-color: #f0f9ff !important;
  }

  .lg\:focus\:tw-to-sky-100:focus {
    --gradient-to-color: #e0f2fe !important;
  }

  .lg\:focus\:tw-to-sky-200:focus {
    --gradient-to-color: #bae6fd !important;
  }

  .lg\:focus\:tw-to-sky-300:focus {
    --gradient-to-color: #7dd3fc !important;
  }

  .lg\:focus\:tw-to-sky-400:focus {
    --gradient-to-color: #38bdf8 !important;
  }

  .lg\:focus\:tw-to-sky-500:focus {
    --gradient-to-color: #0ea5e9 !important;
  }

  .lg\:focus\:tw-to-sky-600:focus {
    --gradient-to-color: #0284c7 !important;
  }

  .lg\:focus\:tw-to-sky-700:focus {
    --gradient-to-color: #0369a1 !important;
  }

  .lg\:focus\:tw-to-sky-800:focus {
    --gradient-to-color: #075985 !important;
  }

  .lg\:focus\:tw-to-sky-900:focus {
    --gradient-to-color: #0c4a6e !important;
  }

  .lg\:focus\:tw-to-violet-50:focus {
    --gradient-to-color: #f5f3ff !important;
  }

  .lg\:focus\:tw-to-violet-100:focus {
    --gradient-to-color: #ede9fe !important;
  }

  .lg\:focus\:tw-to-violet-200:focus {
    --gradient-to-color: #ddd6fe !important;
  }

  .lg\:focus\:tw-to-violet-300:focus {
    --gradient-to-color: #c4b5fd !important;
  }

  .lg\:focus\:tw-to-violet-400:focus {
    --gradient-to-color: #a78bfa !important;
  }

  .lg\:focus\:tw-to-violet-500:focus {
    --gradient-to-color: #8b5cf6 !important;
  }

  .lg\:focus\:tw-to-violet-600:focus {
    --gradient-to-color: #7c3aed !important;
  }

  .lg\:focus\:tw-to-violet-700:focus {
    --gradient-to-color: #6d28d9 !important;
  }

  .lg\:focus\:tw-to-violet-800:focus {
    --gradient-to-color: #5b21b6 !important;
  }

  .lg\:focus\:tw-to-violet-900:focus {
    --gradient-to-color: #4c1d95 !important;
  }

  .lg\:focus\:tw-to-fuchsia-50:focus {
    --gradient-to-color: #fdf4ff !important;
  }

  .lg\:focus\:tw-to-fuchsia-100:focus {
    --gradient-to-color: #fae8ff !important;
  }

  .lg\:focus\:tw-to-fuchsia-200:focus {
    --gradient-to-color: #f5d0fe !important;
  }

  .lg\:focus\:tw-to-fuchsia-300:focus {
    --gradient-to-color: #f0abfc !important;
  }

  .lg\:focus\:tw-to-fuchsia-400:focus {
    --gradient-to-color: #e879f9 !important;
  }

  .lg\:focus\:tw-to-fuchsia-500:focus {
    --gradient-to-color: #d946ef !important;
  }

  .lg\:focus\:tw-to-fuchsia-600:focus {
    --gradient-to-color: #c026d3 !important;
  }

  .lg\:focus\:tw-to-fuchsia-700:focus {
    --gradient-to-color: #a21caf !important;
  }

  .lg\:focus\:tw-to-fuchsia-800:focus {
    --gradient-to-color: #86198f !important;
  }

  .lg\:focus\:tw-to-fuchsia-900:focus {
    --gradient-to-color: #701a75 !important;
  }

  .lg\:focus\:tw-to-rose-50:focus {
    --gradient-to-color: #fff1f2 !important;
  }

  .lg\:focus\:tw-to-rose-100:focus {
    --gradient-to-color: #ffe4e6 !important;
  }

  .lg\:focus\:tw-to-rose-200:focus {
    --gradient-to-color: #fecdd3 !important;
  }

  .lg\:focus\:tw-to-rose-300:focus {
    --gradient-to-color: #fda4af !important;
  }

  .lg\:focus\:tw-to-rose-400:focus {
    --gradient-to-color: #fb7185 !important;
  }

  .lg\:focus\:tw-to-rose-500:focus {
    --gradient-to-color: #f43f5e !important;
  }

  .lg\:focus\:tw-to-rose-600:focus {
    --gradient-to-color: #e11d48 !important;
  }

  .lg\:focus\:tw-to-rose-700:focus {
    --gradient-to-color: #be123c !important;
  }

  .lg\:focus\:tw-to-rose-800:focus {
    --gradient-to-color: #9f1239 !important;
  }

  .lg\:focus\:tw-to-rose-900:focus {
    --gradient-to-color: #881337 !important;
  }

  .lg\:tw-bg-opacity-0 {
    --bg-opacity: 0 !important;
  }

  .lg\:tw-bg-opacity-25 {
    --bg-opacity: 0.25 !important;
  }

  .lg\:tw-bg-opacity-50 {
    --bg-opacity: 0.5 !important;
  }

  .lg\:tw-bg-opacity-75 {
    --bg-opacity: 0.75 !important;
  }

  .lg\:tw-bg-opacity-100 {
    --bg-opacity: 1 !important;
  }

  .lg\:hover\:tw-bg-opacity-0:hover {
    --bg-opacity: 0 !important;
  }

  .lg\:hover\:tw-bg-opacity-25:hover {
    --bg-opacity: 0.25 !important;
  }

  .lg\:hover\:tw-bg-opacity-50:hover {
    --bg-opacity: 0.5 !important;
  }

  .lg\:hover\:tw-bg-opacity-75:hover {
    --bg-opacity: 0.75 !important;
  }

  .lg\:hover\:tw-bg-opacity-100:hover {
    --bg-opacity: 1 !important;
  }

  .lg\:focus\:tw-bg-opacity-0:focus {
    --bg-opacity: 0 !important;
  }

  .lg\:focus\:tw-bg-opacity-25:focus {
    --bg-opacity: 0.25 !important;
  }

  .lg\:focus\:tw-bg-opacity-50:focus {
    --bg-opacity: 0.5 !important;
  }

  .lg\:focus\:tw-bg-opacity-75:focus {
    --bg-opacity: 0.75 !important;
  }

  .lg\:focus\:tw-bg-opacity-100:focus {
    --bg-opacity: 1 !important;
  }

  .lg\:tw-bg-bottom {
    background-position: bottom !important;
  }

  .lg\:tw-bg-center {
    background-position: center !important;
  }

  .lg\:tw-bg-left {
    background-position: left !important;
  }

  .lg\:tw-bg-left-bottom {
    background-position: left bottom !important;
  }

  .lg\:tw-bg-left-top {
    background-position: left top !important;
  }

  .lg\:tw-bg-right {
    background-position: right !important;
  }

  .lg\:tw-bg-right-bottom {
    background-position: right bottom !important;
  }

  .lg\:tw-bg-right-top {
    background-position: right top !important;
  }

  .lg\:tw-bg-top {
    background-position: top !important;
  }

  .lg\:tw-bg-repeat {
    background-repeat: repeat !important;
  }

  .lg\:tw-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .lg\:tw-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .lg\:tw-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .lg\:tw-bg-repeat-round {
    background-repeat: round !important;
  }

  .lg\:tw-bg-repeat-space {
    background-repeat: space !important;
  }

  .lg\:tw-bg-auto {
    background-size: auto !important;
  }

  .lg\:tw-bg-cover {
    background-size: cover !important;
  }

  .lg\:tw-bg-contain {
    background-size: contain !important;
  }

  .lg\:tw-border-collapse {
    border-collapse: collapse !important;
  }

  .lg\:tw-border-separate {
    border-collapse: separate !important;
  }

  .lg\:tw-border-transparent {
    border-color: transparent !important;
  }

  .lg\:tw-border-current {
    border-color: currentColor !important;
  }

  .lg\:tw-border-black {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .lg\:tw-border-white {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:tw-border-gray-50 {
    --border-opacity: 1 !important;
    border-color: #f9fafb !important;
    border-color: rgba(249, 250, 251, var(--border-opacity)) !important;
  }

  .lg\:tw-border-gray-100 {
    --border-opacity: 1 !important;
    border-color: #f3f4f6 !important;
    border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
  }

  .lg\:tw-border-gray-200 {
    --border-opacity: 1 !important;
    border-color: #e5e7eb !important;
    border-color: rgba(229, 231, 235, var(--border-opacity)) !important;
  }

  .lg\:tw-border-gray-300 {
    --border-opacity: 1 !important;
    border-color: #d1d5db !important;
    border-color: rgba(209, 213, 219, var(--border-opacity)) !important;
  }

  .lg\:tw-border-gray-400 {
    --border-opacity: 1 !important;
    border-color: #9ca3af !important;
    border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
  }

  .lg\:tw-border-gray-500 {
    --border-opacity: 1 !important;
    border-color: #6b7280 !important;
    border-color: rgba(107, 114, 128, var(--border-opacity)) !important;
  }

  .lg\:tw-border-gray-600 {
    --border-opacity: 1 !important;
    border-color: #4b5563 !important;
    border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
  }

  .lg\:tw-border-gray-700 {
    --border-opacity: 1 !important;
    border-color: #374151 !important;
    border-color: rgba(55, 65, 81, var(--border-opacity)) !important;
  }

  .lg\:tw-border-gray-800 {
    --border-opacity: 1 !important;
    border-color: #1f2937 !important;
    border-color: rgba(31, 41, 55, var(--border-opacity)) !important;
  }

  .lg\:tw-border-gray-900 {
    --border-opacity: 1 !important;
    border-color: #111827 !important;
    border-color: rgba(17, 24, 39, var(--border-opacity)) !important;
  }

  .lg\:tw-border-red-50 {
    --border-opacity: 1 !important;
    border-color: #fef2f2 !important;
    border-color: rgba(254, 242, 242, var(--border-opacity)) !important;
  }

  .lg\:tw-border-red-100 {
    --border-opacity: 1 !important;
    border-color: #fee2e2 !important;
    border-color: rgba(254, 226, 226, var(--border-opacity)) !important;
  }

  .lg\:tw-border-red-200 {
    --border-opacity: 1 !important;
    border-color: #fecaca !important;
    border-color: rgba(254, 202, 202, var(--border-opacity)) !important;
  }

  .lg\:tw-border-red-300 {
    --border-opacity: 1 !important;
    border-color: #fca5a5 !important;
    border-color: rgba(252, 165, 165, var(--border-opacity)) !important;
  }

  .lg\:tw-border-red-400 {
    --border-opacity: 1 !important;
    border-color: #f87171 !important;
    border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
  }

  .lg\:tw-border-red-500 {
    --border-opacity: 1 !important;
    border-color: #ef4444 !important;
    border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
  }

  .lg\:tw-border-red-600 {
    --border-opacity: 1 !important;
    border-color: #dc2626 !important;
    border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
  }

  .lg\:tw-border-red-700 {
    --border-opacity: 1 !important;
    border-color: #b91c1c !important;
    border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
  }

  .lg\:tw-border-red-800 {
    --border-opacity: 1 !important;
    border-color: #991b1b !important;
    border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
  }

  .lg\:tw-border-red-900 {
    --border-opacity: 1 !important;
    border-color: #7f1d1d !important;
    border-color: rgba(127, 29, 29, var(--border-opacity)) !important;
  }

  .lg\:tw-border-orange-50 {
    --border-opacity: 1 !important;
    border-color: #fff7ed !important;
    border-color: rgba(255, 247, 237, var(--border-opacity)) !important;
  }

  .lg\:tw-border-orange-100 {
    --border-opacity: 1 !important;
    border-color: #ffedd5 !important;
    border-color: rgba(255, 237, 213, var(--border-opacity)) !important;
  }

  .lg\:tw-border-orange-200 {
    --border-opacity: 1 !important;
    border-color: #fed7aa !important;
    border-color: rgba(254, 215, 170, var(--border-opacity)) !important;
  }

  .lg\:tw-border-orange-300 {
    --border-opacity: 1 !important;
    border-color: #fdba74 !important;
    border-color: rgba(253, 186, 116, var(--border-opacity)) !important;
  }

  .lg\:tw-border-orange-400 {
    --border-opacity: 1 !important;
    border-color: #fb923c !important;
    border-color: rgba(251, 146, 60, var(--border-opacity)) !important;
  }

  .lg\:tw-border-orange-500 {
    --border-opacity: 1 !important;
    border-color: #f97316 !important;
    border-color: rgba(249, 115, 22, var(--border-opacity)) !important;
  }

  .lg\:tw-border-orange-600 {
    --border-opacity: 1 !important;
    border-color: #ea580c !important;
    border-color: rgba(234, 88, 12, var(--border-opacity)) !important;
  }

  .lg\:tw-border-orange-700 {
    --border-opacity: 1 !important;
    border-color: #c2410c !important;
    border-color: rgba(194, 65, 12, var(--border-opacity)) !important;
  }

  .lg\:tw-border-orange-800 {
    --border-opacity: 1 !important;
    border-color: #9a3412 !important;
    border-color: rgba(154, 52, 18, var(--border-opacity)) !important;
  }

  .lg\:tw-border-orange-900 {
    --border-opacity: 1 !important;
    border-color: #7c2d12 !important;
    border-color: rgba(124, 45, 18, var(--border-opacity)) !important;
  }

  .lg\:tw-border-yellow-50 {
    --border-opacity: 1 !important;
    border-color: #fefce8 !important;
    border-color: rgba(254, 252, 232, var(--border-opacity)) !important;
  }

  .lg\:tw-border-yellow-100 {
    --border-opacity: 1 !important;
    border-color: #fef9c3 !important;
    border-color: rgba(254, 249, 195, var(--border-opacity)) !important;
  }

  .lg\:tw-border-yellow-200 {
    --border-opacity: 1 !important;
    border-color: #fef08a !important;
    border-color: rgba(254, 240, 138, var(--border-opacity)) !important;
  }

  .lg\:tw-border-yellow-300 {
    --border-opacity: 1 !important;
    border-color: #fde047 !important;
    border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
  }

  .lg\:tw-border-yellow-400 {
    --border-opacity: 1 !important;
    border-color: #facc15 !important;
    border-color: rgba(250, 204, 21, var(--border-opacity)) !important;
  }

  .lg\:tw-border-yellow-500 {
    --border-opacity: 1 !important;
    border-color: #eab308 !important;
    border-color: rgba(234, 179, 8, var(--border-opacity)) !important;
  }

  .lg\:tw-border-yellow-600 {
    --border-opacity: 1 !important;
    border-color: #ca8a04 !important;
    border-color: rgba(202, 138, 4, var(--border-opacity)) !important;
  }

  .lg\:tw-border-yellow-700 {
    --border-opacity: 1 !important;
    border-color: #a16207 !important;
    border-color: rgba(161, 98, 7, var(--border-opacity)) !important;
  }

  .lg\:tw-border-yellow-800 {
    --border-opacity: 1 !important;
    border-color: #854d0e !important;
    border-color: rgba(133, 77, 14, var(--border-opacity)) !important;
  }

  .lg\:tw-border-yellow-900 {
    --border-opacity: 1 !important;
    border-color: #713f12 !important;
    border-color: rgba(113, 63, 18, var(--border-opacity)) !important;
  }

  .lg\:tw-border-green-50 {
    --border-opacity: 1 !important;
    border-color: #f0fdf4 !important;
    border-color: rgba(240, 253, 244, var(--border-opacity)) !important;
  }

  .lg\:tw-border-green-100 {
    --border-opacity: 1 !important;
    border-color: #dcfce7 !important;
    border-color: rgba(220, 252, 231, var(--border-opacity)) !important;
  }

  .lg\:tw-border-green-200 {
    --border-opacity: 1 !important;
    border-color: #bbf7d0 !important;
    border-color: rgba(187, 247, 208, var(--border-opacity)) !important;
  }

  .lg\:tw-border-green-300 {
    --border-opacity: 1 !important;
    border-color: #86efac !important;
    border-color: rgba(134, 239, 172, var(--border-opacity)) !important;
  }

  .lg\:tw-border-green-400 {
    --border-opacity: 1 !important;
    border-color: #4ade80 !important;
    border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
  }

  .lg\:tw-border-green-500 {
    --border-opacity: 1 !important;
    border-color: #22c55e !important;
    border-color: rgba(34, 197, 94, var(--border-opacity)) !important;
  }

  .lg\:tw-border-green-600 {
    --border-opacity: 1 !important;
    border-color: #16a34a !important;
    border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
  }

  .lg\:tw-border-green-700 {
    --border-opacity: 1 !important;
    border-color: #15803d !important;
    border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
  }

  .lg\:tw-border-green-800 {
    --border-opacity: 1 !important;
    border-color: #166534 !important;
    border-color: rgba(22, 101, 52, var(--border-opacity)) !important;
  }

  .lg\:tw-border-green-900 {
    --border-opacity: 1 !important;
    border-color: #14532d !important;
    border-color: rgba(20, 83, 45, var(--border-opacity)) !important;
  }

  .lg\:tw-border-teal-50 {
    --border-opacity: 1 !important;
    border-color: #f0fdfa !important;
    border-color: rgba(240, 253, 250, var(--border-opacity)) !important;
  }

  .lg\:tw-border-teal-100 {
    --border-opacity: 1 !important;
    border-color: #ccfbf1 !important;
    border-color: rgba(204, 251, 241, var(--border-opacity)) !important;
  }

  .lg\:tw-border-teal-200 {
    --border-opacity: 1 !important;
    border-color: #99f6e4 !important;
    border-color: rgba(153, 246, 228, var(--border-opacity)) !important;
  }

  .lg\:tw-border-teal-300 {
    --border-opacity: 1 !important;
    border-color: #5eead4 !important;
    border-color: rgba(94, 234, 212, var(--border-opacity)) !important;
  }

  .lg\:tw-border-teal-400 {
    --border-opacity: 1 !important;
    border-color: #2dd4bf !important;
    border-color: rgba(45, 212, 191, var(--border-opacity)) !important;
  }

  .lg\:tw-border-teal-500 {
    --border-opacity: 1 !important;
    border-color: #14b8a6 !important;
    border-color: rgba(20, 184, 166, var(--border-opacity)) !important;
  }

  .lg\:tw-border-teal-600 {
    --border-opacity: 1 !important;
    border-color: #0d9488 !important;
    border-color: rgba(13, 148, 136, var(--border-opacity)) !important;
  }

  .lg\:tw-border-teal-700 {
    --border-opacity: 1 !important;
    border-color: #0f766e !important;
    border-color: rgba(15, 118, 110, var(--border-opacity)) !important;
  }

  .lg\:tw-border-teal-800 {
    --border-opacity: 1 !important;
    border-color: #115e59 !important;
    border-color: rgba(17, 94, 89, var(--border-opacity)) !important;
  }

  .lg\:tw-border-teal-900 {
    --border-opacity: 1 !important;
    border-color: #134e4a !important;
    border-color: rgba(19, 78, 74, var(--border-opacity)) !important;
  }

  .lg\:tw-border-blue-50 {
    --border-opacity: 1 !important;
    border-color: #eff6ff !important;
    border-color: rgba(239, 246, 255, var(--border-opacity)) !important;
  }

  .lg\:tw-border-blue-100 {
    --border-opacity: 1 !important;
    border-color: #dbeafe !important;
    border-color: rgba(219, 234, 254, var(--border-opacity)) !important;
  }

  .lg\:tw-border-blue-200 {
    --border-opacity: 1 !important;
    border-color: #bfdbfe !important;
    border-color: rgba(191, 219, 254, var(--border-opacity)) !important;
  }

  .lg\:tw-border-blue-300 {
    --border-opacity: 1 !important;
    border-color: #93c5fd !important;
    border-color: rgba(147, 197, 253, var(--border-opacity)) !important;
  }

  .lg\:tw-border-blue-400 {
    --border-opacity: 1 !important;
    border-color: #60a5fa !important;
    border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
  }

  .lg\:tw-border-blue-500 {
    --border-opacity: 1 !important;
    border-color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
  }

  .lg\:tw-border-blue-600 {
    --border-opacity: 1 !important;
    border-color: #2563eb !important;
    border-color: rgba(37, 99, 235, var(--border-opacity)) !important;
  }

  .lg\:tw-border-blue-700 {
    --border-opacity: 1 !important;
    border-color: #1d4ed8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .lg\:tw-border-blue-800 {
    --border-opacity: 1 !important;
    border-color: #1e40af !important;
    border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
  }

  .lg\:tw-border-blue-900 {
    --border-opacity: 1 !important;
    border-color: #1e3a8a !important;
    border-color: rgba(30, 58, 138, var(--border-opacity)) !important;
  }

  .lg\:tw-border-indigo-50 {
    --border-opacity: 1 !important;
    border-color: #eef2ff !important;
    border-color: rgba(238, 242, 255, var(--border-opacity)) !important;
  }

  .lg\:tw-border-indigo-100 {
    --border-opacity: 1 !important;
    border-color: #e0e7ff !important;
    border-color: rgba(224, 231, 255, var(--border-opacity)) !important;
  }

  .lg\:tw-border-indigo-200 {
    --border-opacity: 1 !important;
    border-color: #c7d2fe !important;
    border-color: rgba(199, 210, 254, var(--border-opacity)) !important;
  }

  .lg\:tw-border-indigo-300 {
    --border-opacity: 1 !important;
    border-color: #a5b4fc !important;
    border-color: rgba(165, 180, 252, var(--border-opacity)) !important;
  }

  .lg\:tw-border-indigo-400 {
    --border-opacity: 1 !important;
    border-color: #818cf8 !important;
    border-color: rgba(129, 140, 248, var(--border-opacity)) !important;
  }

  .lg\:tw-border-indigo-500 {
    --border-opacity: 1 !important;
    border-color: #6366f1 !important;
    border-color: rgba(99, 102, 241, var(--border-opacity)) !important;
  }

  .lg\:tw-border-indigo-600 {
    --border-opacity: 1 !important;
    border-color: #4f46e5 !important;
    border-color: rgba(79, 70, 229, var(--border-opacity)) !important;
  }

  .lg\:tw-border-indigo-700 {
    --border-opacity: 1 !important;
    border-color: #4338ca !important;
    border-color: rgba(67, 56, 202, var(--border-opacity)) !important;
  }

  .lg\:tw-border-indigo-800 {
    --border-opacity: 1 !important;
    border-color: #3730a3 !important;
    border-color: rgba(55, 48, 163, var(--border-opacity)) !important;
  }

  .lg\:tw-border-indigo-900 {
    --border-opacity: 1 !important;
    border-color: #312e81 !important;
    border-color: rgba(49, 46, 129, var(--border-opacity)) !important;
  }

  .lg\:tw-border-purple-50 {
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .lg\:tw-border-purple-100 {
    --border-opacity: 1 !important;
    border-color: #f3e8ff !important;
    border-color: rgba(243, 232, 255, var(--border-opacity)) !important;
  }

  .lg\:tw-border-purple-200 {
    --border-opacity: 1 !important;
    border-color: #e9d5ff !important;
    border-color: rgba(233, 213, 255, var(--border-opacity)) !important;
  }

  .lg\:tw-border-purple-300 {
    --border-opacity: 1 !important;
    border-color: #d8b4fe !important;
    border-color: rgba(216, 180, 254, var(--border-opacity)) !important;
  }

  .lg\:tw-border-purple-400 {
    --border-opacity: 1 !important;
    border-color: #c084fc !important;
    border-color: rgba(192, 132, 252, var(--border-opacity)) !important;
  }

  .lg\:tw-border-purple-500 {
    --border-opacity: 1 !important;
    border-color: #a855f7 !important;
    border-color: rgba(168, 85, 247, var(--border-opacity)) !important;
  }

  .lg\:tw-border-purple-600 {
    --border-opacity: 1 !important;
    border-color: #9333ea !important;
    border-color: rgba(147, 51, 234, var(--border-opacity)) !important;
  }

  .lg\:tw-border-purple-700 {
    --border-opacity: 1 !important;
    border-color: #7e22ce !important;
    border-color: rgba(126, 34, 206, var(--border-opacity)) !important;
  }

  .lg\:tw-border-purple-800 {
    --border-opacity: 1 !important;
    border-color: #6b21a8 !important;
    border-color: rgba(107, 33, 168, var(--border-opacity)) !important;
  }

  .lg\:tw-border-purple-900 {
    --border-opacity: 1 !important;
    border-color: #581c87 !important;
    border-color: rgba(88, 28, 135, var(--border-opacity)) !important;
  }

  .lg\:tw-border-pink-50 {
    --border-opacity: 1 !important;
    border-color: #fdf2f8 !important;
    border-color: rgba(253, 242, 248, var(--border-opacity)) !important;
  }

  .lg\:tw-border-pink-100 {
    --border-opacity: 1 !important;
    border-color: #fce7f3 !important;
    border-color: rgba(252, 231, 243, var(--border-opacity)) !important;
  }

  .lg\:tw-border-pink-200 {
    --border-opacity: 1 !important;
    border-color: #fbcfe8 !important;
    border-color: rgba(251, 207, 232, var(--border-opacity)) !important;
  }

  .lg\:tw-border-pink-300 {
    --border-opacity: 1 !important;
    border-color: #f9a8d4 !important;
    border-color: rgba(249, 168, 212, var(--border-opacity)) !important;
  }

  .lg\:tw-border-pink-400 {
    --border-opacity: 1 !important;
    border-color: #f472b6 !important;
    border-color: rgba(244, 114, 182, var(--border-opacity)) !important;
  }

  .lg\:tw-border-pink-500 {
    --border-opacity: 1 !important;
    border-color: #ec4899 !important;
    border-color: rgba(236, 72, 153, var(--border-opacity)) !important;
  }

  .lg\:tw-border-pink-600 {
    --border-opacity: 1 !important;
    border-color: #db2777 !important;
    border-color: rgba(219, 39, 119, var(--border-opacity)) !important;
  }

  .lg\:tw-border-pink-700 {
    --border-opacity: 1 !important;
    border-color: #be185d !important;
    border-color: rgba(190, 24, 93, var(--border-opacity)) !important;
  }

  .lg\:tw-border-pink-800 {
    --border-opacity: 1 !important;
    border-color: #9d174d !important;
    border-color: rgba(157, 23, 77, var(--border-opacity)) !important;
  }

  .lg\:tw-border-pink-900 {
    --border-opacity: 1 !important;
    border-color: #831843 !important;
    border-color: rgba(131, 24, 67, var(--border-opacity)) !important;
  }

  .lg\:tw-border-app-main {
    --border-opacity: 1 !important;
    border-color: #F18D11 !important;
    border-color: rgba(241, 141, 17, var(--border-opacity)) !important;
  }

  .lg\:tw-border-app-sub-blue {
    --border-opacity: 1 !important;
    border-color: #1E548F !important;
    border-color: rgba(30, 84, 143, var(--border-opacity)) !important;
  }

  .lg\:tw-border-app-yellow {
    --border-opacity: 1 !important;
    border-color: #FFF5D1 !important;
    border-color: rgba(255, 245, 209, var(--border-opacity)) !important;
  }

  .lg\:tw-border-theme-primary {
    --border-opacity: 1 !important;
    border-color: #f3980f !important;
    border-color: rgba(243, 152, 15, var(--border-opacity)) !important;
  }

  .lg\:tw-border-theme-info {
    --border-opacity: 1 !important;
    border-color: #1b925a !important;
    border-color: rgba(27, 146, 90, var(--border-opacity)) !important;
  }

  .lg\:tw-border-slate-50 {
    --border-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
  }

  .lg\:tw-border-slate-100 {
    --border-opacity: 1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
  }

  .lg\:tw-border-slate-200 {
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .lg\:tw-border-slate-300 {
    --border-opacity: 1 !important;
    border-color: #cbd5e1 !important;
    border-color: rgba(203, 213, 225, var(--border-opacity)) !important;
  }

  .lg\:tw-border-slate-400 {
    --border-opacity: 1 !important;
    border-color: #94a3b8 !important;
    border-color: rgba(148, 163, 184, var(--border-opacity)) !important;
  }

  .lg\:tw-border-slate-500 {
    --border-opacity: 1 !important;
    border-color: #64748b !important;
    border-color: rgba(100, 116, 139, var(--border-opacity)) !important;
  }

  .lg\:tw-border-slate-600 {
    --border-opacity: 1 !important;
    border-color: #475569 !important;
    border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
  }

  .lg\:tw-border-slate-700 {
    --border-opacity: 1 !important;
    border-color: #334155 !important;
    border-color: rgba(51, 65, 85, var(--border-opacity)) !important;
  }

  .lg\:tw-border-slate-800 {
    --border-opacity: 1 !important;
    border-color: #1e293b !important;
    border-color: rgba(30, 41, 59, var(--border-opacity)) !important;
  }

  .lg\:tw-border-slate-900 {
    --border-opacity: 1 !important;
    border-color: #0f172a !important;
    border-color: rgba(15, 23, 42, var(--border-opacity)) !important;
  }

  .lg\:tw-border-zinc-50 {
    --border-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
  }

  .lg\:tw-border-zinc-100 {
    --border-opacity: 1 !important;
    border-color: #f4f4f5 !important;
    border-color: rgba(244, 244, 245, var(--border-opacity)) !important;
  }

  .lg\:tw-border-zinc-200 {
    --border-opacity: 1 !important;
    border-color: #e4e4e7 !important;
    border-color: rgba(228, 228, 231, var(--border-opacity)) !important;
  }

  .lg\:tw-border-zinc-300 {
    --border-opacity: 1 !important;
    border-color: #d4d4d8 !important;
    border-color: rgba(212, 212, 216, var(--border-opacity)) !important;
  }

  .lg\:tw-border-zinc-400 {
    --border-opacity: 1 !important;
    border-color: #a1a1aa !important;
    border-color: rgba(161, 161, 170, var(--border-opacity)) !important;
  }

  .lg\:tw-border-zinc-500 {
    --border-opacity: 1 !important;
    border-color: #71717a !important;
    border-color: rgba(113, 113, 122, var(--border-opacity)) !important;
  }

  .lg\:tw-border-zinc-600 {
    --border-opacity: 1 !important;
    border-color: #52525b !important;
    border-color: rgba(82, 82, 91, var(--border-opacity)) !important;
  }

  .lg\:tw-border-zinc-700 {
    --border-opacity: 1 !important;
    border-color: #3f3f46 !important;
    border-color: rgba(63, 63, 70, var(--border-opacity)) !important;
  }

  .lg\:tw-border-zinc-800 {
    --border-opacity: 1 !important;
    border-color: #27272a !important;
    border-color: rgba(39, 39, 42, var(--border-opacity)) !important;
  }

  .lg\:tw-border-zinc-900 {
    --border-opacity: 1 !important;
    border-color: #18181b !important;
    border-color: rgba(24, 24, 27, var(--border-opacity)) !important;
  }

  .lg\:tw-border-neutral-50 {
    --border-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
  }

  .lg\:tw-border-neutral-100 {
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .lg\:tw-border-neutral-200 {
    --border-opacity: 1 !important;
    border-color: #e5e5e5 !important;
    border-color: rgba(229, 229, 229, var(--border-opacity)) !important;
  }

  .lg\:tw-border-neutral-300 {
    --border-opacity: 1 !important;
    border-color: #d4d4d4 !important;
    border-color: rgba(212, 212, 212, var(--border-opacity)) !important;
  }

  .lg\:tw-border-neutral-400 {
    --border-opacity: 1 !important;
    border-color: #a3a3a3 !important;
    border-color: rgba(163, 163, 163, var(--border-opacity)) !important;
  }

  .lg\:tw-border-neutral-500 {
    --border-opacity: 1 !important;
    border-color: #737373 !important;
    border-color: rgba(115, 115, 115, var(--border-opacity)) !important;
  }

  .lg\:tw-border-neutral-600 {
    --border-opacity: 1 !important;
    border-color: #525252 !important;
    border-color: rgba(82, 82, 82, var(--border-opacity)) !important;
  }

  .lg\:tw-border-neutral-700 {
    --border-opacity: 1 !important;
    border-color: #404040 !important;
    border-color: rgba(64, 64, 64, var(--border-opacity)) !important;
  }

  .lg\:tw-border-neutral-800 {
    --border-opacity: 1 !important;
    border-color: #262626 !important;
    border-color: rgba(38, 38, 38, var(--border-opacity)) !important;
  }

  .lg\:tw-border-neutral-900 {
    --border-opacity: 1 !important;
    border-color: #171717 !important;
    border-color: rgba(23, 23, 23, var(--border-opacity)) !important;
  }

  .lg\:tw-border-stone-50 {
    --border-opacity: 1 !important;
    border-color: #fafaf9 !important;
    border-color: rgba(250, 250, 249, var(--border-opacity)) !important;
  }

  .lg\:tw-border-stone-100 {
    --border-opacity: 1 !important;
    border-color: #f5f5f4 !important;
    border-color: rgba(245, 245, 244, var(--border-opacity)) !important;
  }

  .lg\:tw-border-stone-200 {
    --border-opacity: 1 !important;
    border-color: #e7e5e4 !important;
    border-color: rgba(231, 229, 228, var(--border-opacity)) !important;
  }

  .lg\:tw-border-stone-300 {
    --border-opacity: 1 !important;
    border-color: #d6d3d1 !important;
    border-color: rgba(214, 211, 209, var(--border-opacity)) !important;
  }

  .lg\:tw-border-stone-400 {
    --border-opacity: 1 !important;
    border-color: #a8a29e !important;
    border-color: rgba(168, 162, 158, var(--border-opacity)) !important;
  }

  .lg\:tw-border-stone-500 {
    --border-opacity: 1 !important;
    border-color: #78716c !important;
    border-color: rgba(120, 113, 108, var(--border-opacity)) !important;
  }

  .lg\:tw-border-stone-600 {
    --border-opacity: 1 !important;
    border-color: #57534e !important;
    border-color: rgba(87, 83, 78, var(--border-opacity)) !important;
  }

  .lg\:tw-border-stone-700 {
    --border-opacity: 1 !important;
    border-color: #44403c !important;
    border-color: rgba(68, 64, 60, var(--border-opacity)) !important;
  }

  .lg\:tw-border-stone-800 {
    --border-opacity: 1 !important;
    border-color: #292524 !important;
    border-color: rgba(41, 37, 36, var(--border-opacity)) !important;
  }

  .lg\:tw-border-stone-900 {
    --border-opacity: 1 !important;
    border-color: #1c1917 !important;
    border-color: rgba(28, 25, 23, var(--border-opacity)) !important;
  }

  .lg\:tw-border-amber-50 {
    --border-opacity: 1 !important;
    border-color: #fffbeb !important;
    border-color: rgba(255, 251, 235, var(--border-opacity)) !important;
  }

  .lg\:tw-border-amber-100 {
    --border-opacity: 1 !important;
    border-color: #fef3c7 !important;
    border-color: rgba(254, 243, 199, var(--border-opacity)) !important;
  }

  .lg\:tw-border-amber-200 {
    --border-opacity: 1 !important;
    border-color: #fde68a !important;
    border-color: rgba(253, 230, 138, var(--border-opacity)) !important;
  }

  .lg\:tw-border-amber-300 {
    --border-opacity: 1 !important;
    border-color: #fcd34d !important;
    border-color: rgba(252, 211, 77, var(--border-opacity)) !important;
  }

  .lg\:tw-border-amber-400 {
    --border-opacity: 1 !important;
    border-color: #fbbf24 !important;
    border-color: rgba(251, 191, 36, var(--border-opacity)) !important;
  }

  .lg\:tw-border-amber-500 {
    --border-opacity: 1 !important;
    border-color: #f59e0b !important;
    border-color: rgba(245, 158, 11, var(--border-opacity)) !important;
  }

  .lg\:tw-border-amber-600 {
    --border-opacity: 1 !important;
    border-color: #d97706 !important;
    border-color: rgba(217, 119, 6, var(--border-opacity)) !important;
  }

  .lg\:tw-border-amber-700 {
    --border-opacity: 1 !important;
    border-color: #b45309 !important;
    border-color: rgba(180, 83, 9, var(--border-opacity)) !important;
  }

  .lg\:tw-border-amber-800 {
    --border-opacity: 1 !important;
    border-color: #92400e !important;
    border-color: rgba(146, 64, 14, var(--border-opacity)) !important;
  }

  .lg\:tw-border-amber-900 {
    --border-opacity: 1 !important;
    border-color: #78350f !important;
    border-color: rgba(120, 53, 15, var(--border-opacity)) !important;
  }

  .lg\:tw-border-lime-50 {
    --border-opacity: 1 !important;
    border-color: #f7fee7 !important;
    border-color: rgba(247, 254, 231, var(--border-opacity)) !important;
  }

  .lg\:tw-border-lime-100 {
    --border-opacity: 1 !important;
    border-color: #ecfccb !important;
    border-color: rgba(236, 252, 203, var(--border-opacity)) !important;
  }

  .lg\:tw-border-lime-200 {
    --border-opacity: 1 !important;
    border-color: #d9f99d !important;
    border-color: rgba(217, 249, 157, var(--border-opacity)) !important;
  }

  .lg\:tw-border-lime-300 {
    --border-opacity: 1 !important;
    border-color: #bef264 !important;
    border-color: rgba(190, 242, 100, var(--border-opacity)) !important;
  }

  .lg\:tw-border-lime-400 {
    --border-opacity: 1 !important;
    border-color: #a3e635 !important;
    border-color: rgba(163, 230, 53, var(--border-opacity)) !important;
  }

  .lg\:tw-border-lime-500 {
    --border-opacity: 1 !important;
    border-color: #84cc16 !important;
    border-color: rgba(132, 204, 22, var(--border-opacity)) !important;
  }

  .lg\:tw-border-lime-600 {
    --border-opacity: 1 !important;
    border-color: #65a30d !important;
    border-color: rgba(101, 163, 13, var(--border-opacity)) !important;
  }

  .lg\:tw-border-lime-700 {
    --border-opacity: 1 !important;
    border-color: #4d7c0f !important;
    border-color: rgba(77, 124, 15, var(--border-opacity)) !important;
  }

  .lg\:tw-border-lime-800 {
    --border-opacity: 1 !important;
    border-color: #3f6212 !important;
    border-color: rgba(63, 98, 18, var(--border-opacity)) !important;
  }

  .lg\:tw-border-lime-900 {
    --border-opacity: 1 !important;
    border-color: #365314 !important;
    border-color: rgba(54, 83, 20, var(--border-opacity)) !important;
  }

  .lg\:tw-border-emerald-50 {
    --border-opacity: 1 !important;
    border-color: #ecfdf5 !important;
    border-color: rgba(236, 253, 245, var(--border-opacity)) !important;
  }

  .lg\:tw-border-emerald-100 {
    --border-opacity: 1 !important;
    border-color: #d1fae5 !important;
    border-color: rgba(209, 250, 229, var(--border-opacity)) !important;
  }

  .lg\:tw-border-emerald-200 {
    --border-opacity: 1 !important;
    border-color: #a7f3d0 !important;
    border-color: rgba(167, 243, 208, var(--border-opacity)) !important;
  }

  .lg\:tw-border-emerald-300 {
    --border-opacity: 1 !important;
    border-color: #6ee7b7 !important;
    border-color: rgba(110, 231, 183, var(--border-opacity)) !important;
  }

  .lg\:tw-border-emerald-400 {
    --border-opacity: 1 !important;
    border-color: #34d399 !important;
    border-color: rgba(52, 211, 153, var(--border-opacity)) !important;
  }

  .lg\:tw-border-emerald-500 {
    --border-opacity: 1 !important;
    border-color: #10b981 !important;
    border-color: rgba(16, 185, 129, var(--border-opacity)) !important;
  }

  .lg\:tw-border-emerald-600 {
    --border-opacity: 1 !important;
    border-color: #059669 !important;
    border-color: rgba(5, 150, 105, var(--border-opacity)) !important;
  }

  .lg\:tw-border-emerald-700 {
    --border-opacity: 1 !important;
    border-color: #047857 !important;
    border-color: rgba(4, 120, 87, var(--border-opacity)) !important;
  }

  .lg\:tw-border-emerald-800 {
    --border-opacity: 1 !important;
    border-color: #065f46 !important;
    border-color: rgba(6, 95, 70, var(--border-opacity)) !important;
  }

  .lg\:tw-border-emerald-900 {
    --border-opacity: 1 !important;
    border-color: #064e3b !important;
    border-color: rgba(6, 78, 59, var(--border-opacity)) !important;
  }

  .lg\:tw-border-cyan-50 {
    --border-opacity: 1 !important;
    border-color: #ecfeff !important;
    border-color: rgba(236, 254, 255, var(--border-opacity)) !important;
  }

  .lg\:tw-border-cyan-100 {
    --border-opacity: 1 !important;
    border-color: #cffafe !important;
    border-color: rgba(207, 250, 254, var(--border-opacity)) !important;
  }

  .lg\:tw-border-cyan-200 {
    --border-opacity: 1 !important;
    border-color: #a5f3fc !important;
    border-color: rgba(165, 243, 252, var(--border-opacity)) !important;
  }

  .lg\:tw-border-cyan-300 {
    --border-opacity: 1 !important;
    border-color: #67e8f9 !important;
    border-color: rgba(103, 232, 249, var(--border-opacity)) !important;
  }

  .lg\:tw-border-cyan-400 {
    --border-opacity: 1 !important;
    border-color: #22d3ee !important;
    border-color: rgba(34, 211, 238, var(--border-opacity)) !important;
  }

  .lg\:tw-border-cyan-500 {
    --border-opacity: 1 !important;
    border-color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, var(--border-opacity)) !important;
  }

  .lg\:tw-border-cyan-600 {
    --border-opacity: 1 !important;
    border-color: #0891b2 !important;
    border-color: rgba(8, 145, 178, var(--border-opacity)) !important;
  }

  .lg\:tw-border-cyan-700 {
    --border-opacity: 1 !important;
    border-color: #0e7490 !important;
    border-color: rgba(14, 116, 144, var(--border-opacity)) !important;
  }

  .lg\:tw-border-cyan-800 {
    --border-opacity: 1 !important;
    border-color: #155e75 !important;
    border-color: rgba(21, 94, 117, var(--border-opacity)) !important;
  }

  .lg\:tw-border-cyan-900 {
    --border-opacity: 1 !important;
    border-color: #164e63 !important;
    border-color: rgba(22, 78, 99, var(--border-opacity)) !important;
  }

  .lg\:tw-border-sky-50 {
    --border-opacity: 1 !important;
    border-color: #f0f9ff !important;
    border-color: rgba(240, 249, 255, var(--border-opacity)) !important;
  }

  .lg\:tw-border-sky-100 {
    --border-opacity: 1 !important;
    border-color: #e0f2fe !important;
    border-color: rgba(224, 242, 254, var(--border-opacity)) !important;
  }

  .lg\:tw-border-sky-200 {
    --border-opacity: 1 !important;
    border-color: #bae6fd !important;
    border-color: rgba(186, 230, 253, var(--border-opacity)) !important;
  }

  .lg\:tw-border-sky-300 {
    --border-opacity: 1 !important;
    border-color: #7dd3fc !important;
    border-color: rgba(125, 211, 252, var(--border-opacity)) !important;
  }

  .lg\:tw-border-sky-400 {
    --border-opacity: 1 !important;
    border-color: #38bdf8 !important;
    border-color: rgba(56, 189, 248, var(--border-opacity)) !important;
  }

  .lg\:tw-border-sky-500 {
    --border-opacity: 1 !important;
    border-color: #0ea5e9 !important;
    border-color: rgba(14, 165, 233, var(--border-opacity)) !important;
  }

  .lg\:tw-border-sky-600 {
    --border-opacity: 1 !important;
    border-color: #0284c7 !important;
    border-color: rgba(2, 132, 199, var(--border-opacity)) !important;
  }

  .lg\:tw-border-sky-700 {
    --border-opacity: 1 !important;
    border-color: #0369a1 !important;
    border-color: rgba(3, 105, 161, var(--border-opacity)) !important;
  }

  .lg\:tw-border-sky-800 {
    --border-opacity: 1 !important;
    border-color: #075985 !important;
    border-color: rgba(7, 89, 133, var(--border-opacity)) !important;
  }

  .lg\:tw-border-sky-900 {
    --border-opacity: 1 !important;
    border-color: #0c4a6e !important;
    border-color: rgba(12, 74, 110, var(--border-opacity)) !important;
  }

  .lg\:tw-border-violet-50 {
    --border-opacity: 1 !important;
    border-color: #f5f3ff !important;
    border-color: rgba(245, 243, 255, var(--border-opacity)) !important;
  }

  .lg\:tw-border-violet-100 {
    --border-opacity: 1 !important;
    border-color: #ede9fe !important;
    border-color: rgba(237, 233, 254, var(--border-opacity)) !important;
  }

  .lg\:tw-border-violet-200 {
    --border-opacity: 1 !important;
    border-color: #ddd6fe !important;
    border-color: rgba(221, 214, 254, var(--border-opacity)) !important;
  }

  .lg\:tw-border-violet-300 {
    --border-opacity: 1 !important;
    border-color: #c4b5fd !important;
    border-color: rgba(196, 181, 253, var(--border-opacity)) !important;
  }

  .lg\:tw-border-violet-400 {
    --border-opacity: 1 !important;
    border-color: #a78bfa !important;
    border-color: rgba(167, 139, 250, var(--border-opacity)) !important;
  }

  .lg\:tw-border-violet-500 {
    --border-opacity: 1 !important;
    border-color: #8b5cf6 !important;
    border-color: rgba(139, 92, 246, var(--border-opacity)) !important;
  }

  .lg\:tw-border-violet-600 {
    --border-opacity: 1 !important;
    border-color: #7c3aed !important;
    border-color: rgba(124, 58, 237, var(--border-opacity)) !important;
  }

  .lg\:tw-border-violet-700 {
    --border-opacity: 1 !important;
    border-color: #6d28d9 !important;
    border-color: rgba(109, 40, 217, var(--border-opacity)) !important;
  }

  .lg\:tw-border-violet-800 {
    --border-opacity: 1 !important;
    border-color: #5b21b6 !important;
    border-color: rgba(91, 33, 182, var(--border-opacity)) !important;
  }

  .lg\:tw-border-violet-900 {
    --border-opacity: 1 !important;
    border-color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, var(--border-opacity)) !important;
  }

  .lg\:tw-border-fuchsia-50 {
    --border-opacity: 1 !important;
    border-color: #fdf4ff !important;
    border-color: rgba(253, 244, 255, var(--border-opacity)) !important;
  }

  .lg\:tw-border-fuchsia-100 {
    --border-opacity: 1 !important;
    border-color: #fae8ff !important;
    border-color: rgba(250, 232, 255, var(--border-opacity)) !important;
  }

  .lg\:tw-border-fuchsia-200 {
    --border-opacity: 1 !important;
    border-color: #f5d0fe !important;
    border-color: rgba(245, 208, 254, var(--border-opacity)) !important;
  }

  .lg\:tw-border-fuchsia-300 {
    --border-opacity: 1 !important;
    border-color: #f0abfc !important;
    border-color: rgba(240, 171, 252, var(--border-opacity)) !important;
  }

  .lg\:tw-border-fuchsia-400 {
    --border-opacity: 1 !important;
    border-color: #e879f9 !important;
    border-color: rgba(232, 121, 249, var(--border-opacity)) !important;
  }

  .lg\:tw-border-fuchsia-500 {
    --border-opacity: 1 !important;
    border-color: #d946ef !important;
    border-color: rgba(217, 70, 239, var(--border-opacity)) !important;
  }

  .lg\:tw-border-fuchsia-600 {
    --border-opacity: 1 !important;
    border-color: #c026d3 !important;
    border-color: rgba(192, 38, 211, var(--border-opacity)) !important;
  }

  .lg\:tw-border-fuchsia-700 {
    --border-opacity: 1 !important;
    border-color: #a21caf !important;
    border-color: rgba(162, 28, 175, var(--border-opacity)) !important;
  }

  .lg\:tw-border-fuchsia-800 {
    --border-opacity: 1 !important;
    border-color: #86198f !important;
    border-color: rgba(134, 25, 143, var(--border-opacity)) !important;
  }

  .lg\:tw-border-fuchsia-900 {
    --border-opacity: 1 !important;
    border-color: #701a75 !important;
    border-color: rgba(112, 26, 117, var(--border-opacity)) !important;
  }

  .lg\:tw-border-rose-50 {
    --border-opacity: 1 !important;
    border-color: #fff1f2 !important;
    border-color: rgba(255, 241, 242, var(--border-opacity)) !important;
  }

  .lg\:tw-border-rose-100 {
    --border-opacity: 1 !important;
    border-color: #ffe4e6 !important;
    border-color: rgba(255, 228, 230, var(--border-opacity)) !important;
  }

  .lg\:tw-border-rose-200 {
    --border-opacity: 1 !important;
    border-color: #fecdd3 !important;
    border-color: rgba(254, 205, 211, var(--border-opacity)) !important;
  }

  .lg\:tw-border-rose-300 {
    --border-opacity: 1 !important;
    border-color: #fda4af !important;
    border-color: rgba(253, 164, 175, var(--border-opacity)) !important;
  }

  .lg\:tw-border-rose-400 {
    --border-opacity: 1 !important;
    border-color: #fb7185 !important;
    border-color: rgba(251, 113, 133, var(--border-opacity)) !important;
  }

  .lg\:tw-border-rose-500 {
    --border-opacity: 1 !important;
    border-color: #f43f5e !important;
    border-color: rgba(244, 63, 94, var(--border-opacity)) !important;
  }

  .lg\:tw-border-rose-600 {
    --border-opacity: 1 !important;
    border-color: #e11d48 !important;
    border-color: rgba(225, 29, 72, var(--border-opacity)) !important;
  }

  .lg\:tw-border-rose-700 {
    --border-opacity: 1 !important;
    border-color: #be123c !important;
    border-color: rgba(190, 18, 60, var(--border-opacity)) !important;
  }

  .lg\:tw-border-rose-800 {
    --border-opacity: 1 !important;
    border-color: #9f1239 !important;
    border-color: rgba(159, 18, 57, var(--border-opacity)) !important;
  }

  .lg\:tw-border-rose-900 {
    --border-opacity: 1 !important;
    border-color: #881337 !important;
    border-color: rgba(136, 19, 55, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-transparent:hover {
    border-color: transparent !important;
  }

  .lg\:hover\:tw-border-current:hover {
    border-color: currentColor !important;
  }

  .lg\:hover\:tw-border-black:hover {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-white:hover {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-50:hover {
    --border-opacity: 1 !important;
    border-color: #f9fafb !important;
    border-color: rgba(249, 250, 251, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-100:hover {
    --border-opacity: 1 !important;
    border-color: #f3f4f6 !important;
    border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-200:hover {
    --border-opacity: 1 !important;
    border-color: #e5e7eb !important;
    border-color: rgba(229, 231, 235, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-300:hover {
    --border-opacity: 1 !important;
    border-color: #d1d5db !important;
    border-color: rgba(209, 213, 219, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-400:hover {
    --border-opacity: 1 !important;
    border-color: #9ca3af !important;
    border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-500:hover {
    --border-opacity: 1 !important;
    border-color: #6b7280 !important;
    border-color: rgba(107, 114, 128, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-600:hover {
    --border-opacity: 1 !important;
    border-color: #4b5563 !important;
    border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-700:hover {
    --border-opacity: 1 !important;
    border-color: #374151 !important;
    border-color: rgba(55, 65, 81, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-800:hover {
    --border-opacity: 1 !important;
    border-color: #1f2937 !important;
    border-color: rgba(31, 41, 55, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-900:hover {
    --border-opacity: 1 !important;
    border-color: #111827 !important;
    border-color: rgba(17, 24, 39, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-50:hover {
    --border-opacity: 1 !important;
    border-color: #fef2f2 !important;
    border-color: rgba(254, 242, 242, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-100:hover {
    --border-opacity: 1 !important;
    border-color: #fee2e2 !important;
    border-color: rgba(254, 226, 226, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-200:hover {
    --border-opacity: 1 !important;
    border-color: #fecaca !important;
    border-color: rgba(254, 202, 202, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-300:hover {
    --border-opacity: 1 !important;
    border-color: #fca5a5 !important;
    border-color: rgba(252, 165, 165, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-400:hover {
    --border-opacity: 1 !important;
    border-color: #f87171 !important;
    border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-500:hover {
    --border-opacity: 1 !important;
    border-color: #ef4444 !important;
    border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-600:hover {
    --border-opacity: 1 !important;
    border-color: #dc2626 !important;
    border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-700:hover {
    --border-opacity: 1 !important;
    border-color: #b91c1c !important;
    border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-800:hover {
    --border-opacity: 1 !important;
    border-color: #991b1b !important;
    border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-900:hover {
    --border-opacity: 1 !important;
    border-color: #7f1d1d !important;
    border-color: rgba(127, 29, 29, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-50:hover {
    --border-opacity: 1 !important;
    border-color: #fff7ed !important;
    border-color: rgba(255, 247, 237, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-100:hover {
    --border-opacity: 1 !important;
    border-color: #ffedd5 !important;
    border-color: rgba(255, 237, 213, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-200:hover {
    --border-opacity: 1 !important;
    border-color: #fed7aa !important;
    border-color: rgba(254, 215, 170, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-300:hover {
    --border-opacity: 1 !important;
    border-color: #fdba74 !important;
    border-color: rgba(253, 186, 116, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-400:hover {
    --border-opacity: 1 !important;
    border-color: #fb923c !important;
    border-color: rgba(251, 146, 60, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-500:hover {
    --border-opacity: 1 !important;
    border-color: #f97316 !important;
    border-color: rgba(249, 115, 22, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-600:hover {
    --border-opacity: 1 !important;
    border-color: #ea580c !important;
    border-color: rgba(234, 88, 12, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-700:hover {
    --border-opacity: 1 !important;
    border-color: #c2410c !important;
    border-color: rgba(194, 65, 12, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-800:hover {
    --border-opacity: 1 !important;
    border-color: #9a3412 !important;
    border-color: rgba(154, 52, 18, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-900:hover {
    --border-opacity: 1 !important;
    border-color: #7c2d12 !important;
    border-color: rgba(124, 45, 18, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-50:hover {
    --border-opacity: 1 !important;
    border-color: #fefce8 !important;
    border-color: rgba(254, 252, 232, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-100:hover {
    --border-opacity: 1 !important;
    border-color: #fef9c3 !important;
    border-color: rgba(254, 249, 195, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-200:hover {
    --border-opacity: 1 !important;
    border-color: #fef08a !important;
    border-color: rgba(254, 240, 138, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-300:hover {
    --border-opacity: 1 !important;
    border-color: #fde047 !important;
    border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-400:hover {
    --border-opacity: 1 !important;
    border-color: #facc15 !important;
    border-color: rgba(250, 204, 21, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-500:hover {
    --border-opacity: 1 !important;
    border-color: #eab308 !important;
    border-color: rgba(234, 179, 8, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-600:hover {
    --border-opacity: 1 !important;
    border-color: #ca8a04 !important;
    border-color: rgba(202, 138, 4, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-700:hover {
    --border-opacity: 1 !important;
    border-color: #a16207 !important;
    border-color: rgba(161, 98, 7, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-800:hover {
    --border-opacity: 1 !important;
    border-color: #854d0e !important;
    border-color: rgba(133, 77, 14, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-900:hover {
    --border-opacity: 1 !important;
    border-color: #713f12 !important;
    border-color: rgba(113, 63, 18, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-50:hover {
    --border-opacity: 1 !important;
    border-color: #f0fdf4 !important;
    border-color: rgba(240, 253, 244, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-100:hover {
    --border-opacity: 1 !important;
    border-color: #dcfce7 !important;
    border-color: rgba(220, 252, 231, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-200:hover {
    --border-opacity: 1 !important;
    border-color: #bbf7d0 !important;
    border-color: rgba(187, 247, 208, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-300:hover {
    --border-opacity: 1 !important;
    border-color: #86efac !important;
    border-color: rgba(134, 239, 172, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-400:hover {
    --border-opacity: 1 !important;
    border-color: #4ade80 !important;
    border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-500:hover {
    --border-opacity: 1 !important;
    border-color: #22c55e !important;
    border-color: rgba(34, 197, 94, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-600:hover {
    --border-opacity: 1 !important;
    border-color: #16a34a !important;
    border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-700:hover {
    --border-opacity: 1 !important;
    border-color: #15803d !important;
    border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-800:hover {
    --border-opacity: 1 !important;
    border-color: #166534 !important;
    border-color: rgba(22, 101, 52, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-900:hover {
    --border-opacity: 1 !important;
    border-color: #14532d !important;
    border-color: rgba(20, 83, 45, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-50:hover {
    --border-opacity: 1 !important;
    border-color: #f0fdfa !important;
    border-color: rgba(240, 253, 250, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-100:hover {
    --border-opacity: 1 !important;
    border-color: #ccfbf1 !important;
    border-color: rgba(204, 251, 241, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-200:hover {
    --border-opacity: 1 !important;
    border-color: #99f6e4 !important;
    border-color: rgba(153, 246, 228, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-300:hover {
    --border-opacity: 1 !important;
    border-color: #5eead4 !important;
    border-color: rgba(94, 234, 212, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-400:hover {
    --border-opacity: 1 !important;
    border-color: #2dd4bf !important;
    border-color: rgba(45, 212, 191, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-500:hover {
    --border-opacity: 1 !important;
    border-color: #14b8a6 !important;
    border-color: rgba(20, 184, 166, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-600:hover {
    --border-opacity: 1 !important;
    border-color: #0d9488 !important;
    border-color: rgba(13, 148, 136, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-700:hover {
    --border-opacity: 1 !important;
    border-color: #0f766e !important;
    border-color: rgba(15, 118, 110, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-800:hover {
    --border-opacity: 1 !important;
    border-color: #115e59 !important;
    border-color: rgba(17, 94, 89, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-900:hover {
    --border-opacity: 1 !important;
    border-color: #134e4a !important;
    border-color: rgba(19, 78, 74, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-50:hover {
    --border-opacity: 1 !important;
    border-color: #eff6ff !important;
    border-color: rgba(239, 246, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-100:hover {
    --border-opacity: 1 !important;
    border-color: #dbeafe !important;
    border-color: rgba(219, 234, 254, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-200:hover {
    --border-opacity: 1 !important;
    border-color: #bfdbfe !important;
    border-color: rgba(191, 219, 254, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-300:hover {
    --border-opacity: 1 !important;
    border-color: #93c5fd !important;
    border-color: rgba(147, 197, 253, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-400:hover {
    --border-opacity: 1 !important;
    border-color: #60a5fa !important;
    border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-500:hover {
    --border-opacity: 1 !important;
    border-color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-600:hover {
    --border-opacity: 1 !important;
    border-color: #2563eb !important;
    border-color: rgba(37, 99, 235, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-700:hover {
    --border-opacity: 1 !important;
    border-color: #1d4ed8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-800:hover {
    --border-opacity: 1 !important;
    border-color: #1e40af !important;
    border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-900:hover {
    --border-opacity: 1 !important;
    border-color: #1e3a8a !important;
    border-color: rgba(30, 58, 138, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-50:hover {
    --border-opacity: 1 !important;
    border-color: #eef2ff !important;
    border-color: rgba(238, 242, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-100:hover {
    --border-opacity: 1 !important;
    border-color: #e0e7ff !important;
    border-color: rgba(224, 231, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-200:hover {
    --border-opacity: 1 !important;
    border-color: #c7d2fe !important;
    border-color: rgba(199, 210, 254, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-300:hover {
    --border-opacity: 1 !important;
    border-color: #a5b4fc !important;
    border-color: rgba(165, 180, 252, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-400:hover {
    --border-opacity: 1 !important;
    border-color: #818cf8 !important;
    border-color: rgba(129, 140, 248, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-500:hover {
    --border-opacity: 1 !important;
    border-color: #6366f1 !important;
    border-color: rgba(99, 102, 241, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-600:hover {
    --border-opacity: 1 !important;
    border-color: #4f46e5 !important;
    border-color: rgba(79, 70, 229, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-700:hover {
    --border-opacity: 1 !important;
    border-color: #4338ca !important;
    border-color: rgba(67, 56, 202, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-800:hover {
    --border-opacity: 1 !important;
    border-color: #3730a3 !important;
    border-color: rgba(55, 48, 163, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-900:hover {
    --border-opacity: 1 !important;
    border-color: #312e81 !important;
    border-color: rgba(49, 46, 129, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-50:hover {
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-100:hover {
    --border-opacity: 1 !important;
    border-color: #f3e8ff !important;
    border-color: rgba(243, 232, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-200:hover {
    --border-opacity: 1 !important;
    border-color: #e9d5ff !important;
    border-color: rgba(233, 213, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-300:hover {
    --border-opacity: 1 !important;
    border-color: #d8b4fe !important;
    border-color: rgba(216, 180, 254, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-400:hover {
    --border-opacity: 1 !important;
    border-color: #c084fc !important;
    border-color: rgba(192, 132, 252, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-500:hover {
    --border-opacity: 1 !important;
    border-color: #a855f7 !important;
    border-color: rgba(168, 85, 247, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-600:hover {
    --border-opacity: 1 !important;
    border-color: #9333ea !important;
    border-color: rgba(147, 51, 234, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-700:hover {
    --border-opacity: 1 !important;
    border-color: #7e22ce !important;
    border-color: rgba(126, 34, 206, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-800:hover {
    --border-opacity: 1 !important;
    border-color: #6b21a8 !important;
    border-color: rgba(107, 33, 168, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-900:hover {
    --border-opacity: 1 !important;
    border-color: #581c87 !important;
    border-color: rgba(88, 28, 135, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-50:hover {
    --border-opacity: 1 !important;
    border-color: #fdf2f8 !important;
    border-color: rgba(253, 242, 248, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-100:hover {
    --border-opacity: 1 !important;
    border-color: #fce7f3 !important;
    border-color: rgba(252, 231, 243, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-200:hover {
    --border-opacity: 1 !important;
    border-color: #fbcfe8 !important;
    border-color: rgba(251, 207, 232, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-300:hover {
    --border-opacity: 1 !important;
    border-color: #f9a8d4 !important;
    border-color: rgba(249, 168, 212, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-400:hover {
    --border-opacity: 1 !important;
    border-color: #f472b6 !important;
    border-color: rgba(244, 114, 182, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-500:hover {
    --border-opacity: 1 !important;
    border-color: #ec4899 !important;
    border-color: rgba(236, 72, 153, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-600:hover {
    --border-opacity: 1 !important;
    border-color: #db2777 !important;
    border-color: rgba(219, 39, 119, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-700:hover {
    --border-opacity: 1 !important;
    border-color: #be185d !important;
    border-color: rgba(190, 24, 93, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-800:hover {
    --border-opacity: 1 !important;
    border-color: #9d174d !important;
    border-color: rgba(157, 23, 77, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-900:hover {
    --border-opacity: 1 !important;
    border-color: #831843 !important;
    border-color: rgba(131, 24, 67, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-app-main:hover {
    --border-opacity: 1 !important;
    border-color: #F18D11 !important;
    border-color: rgba(241, 141, 17, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-app-sub-blue:hover {
    --border-opacity: 1 !important;
    border-color: #1E548F !important;
    border-color: rgba(30, 84, 143, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-app-yellow:hover {
    --border-opacity: 1 !important;
    border-color: #FFF5D1 !important;
    border-color: rgba(255, 245, 209, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-theme-primary:hover {
    --border-opacity: 1 !important;
    border-color: #f3980f !important;
    border-color: rgba(243, 152, 15, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-theme-info:hover {
    --border-opacity: 1 !important;
    border-color: #1b925a !important;
    border-color: rgba(27, 146, 90, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-slate-50:hover {
    --border-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-slate-100:hover {
    --border-opacity: 1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-slate-200:hover {
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-slate-300:hover {
    --border-opacity: 1 !important;
    border-color: #cbd5e1 !important;
    border-color: rgba(203, 213, 225, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-slate-400:hover {
    --border-opacity: 1 !important;
    border-color: #94a3b8 !important;
    border-color: rgba(148, 163, 184, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-slate-500:hover {
    --border-opacity: 1 !important;
    border-color: #64748b !important;
    border-color: rgba(100, 116, 139, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-slate-600:hover {
    --border-opacity: 1 !important;
    border-color: #475569 !important;
    border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-slate-700:hover {
    --border-opacity: 1 !important;
    border-color: #334155 !important;
    border-color: rgba(51, 65, 85, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-slate-800:hover {
    --border-opacity: 1 !important;
    border-color: #1e293b !important;
    border-color: rgba(30, 41, 59, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-slate-900:hover {
    --border-opacity: 1 !important;
    border-color: #0f172a !important;
    border-color: rgba(15, 23, 42, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-zinc-50:hover {
    --border-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-zinc-100:hover {
    --border-opacity: 1 !important;
    border-color: #f4f4f5 !important;
    border-color: rgba(244, 244, 245, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-zinc-200:hover {
    --border-opacity: 1 !important;
    border-color: #e4e4e7 !important;
    border-color: rgba(228, 228, 231, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-zinc-300:hover {
    --border-opacity: 1 !important;
    border-color: #d4d4d8 !important;
    border-color: rgba(212, 212, 216, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-zinc-400:hover {
    --border-opacity: 1 !important;
    border-color: #a1a1aa !important;
    border-color: rgba(161, 161, 170, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-zinc-500:hover {
    --border-opacity: 1 !important;
    border-color: #71717a !important;
    border-color: rgba(113, 113, 122, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-zinc-600:hover {
    --border-opacity: 1 !important;
    border-color: #52525b !important;
    border-color: rgba(82, 82, 91, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-zinc-700:hover {
    --border-opacity: 1 !important;
    border-color: #3f3f46 !important;
    border-color: rgba(63, 63, 70, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-zinc-800:hover {
    --border-opacity: 1 !important;
    border-color: #27272a !important;
    border-color: rgba(39, 39, 42, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-zinc-900:hover {
    --border-opacity: 1 !important;
    border-color: #18181b !important;
    border-color: rgba(24, 24, 27, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-neutral-50:hover {
    --border-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-neutral-100:hover {
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-neutral-200:hover {
    --border-opacity: 1 !important;
    border-color: #e5e5e5 !important;
    border-color: rgba(229, 229, 229, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-neutral-300:hover {
    --border-opacity: 1 !important;
    border-color: #d4d4d4 !important;
    border-color: rgba(212, 212, 212, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-neutral-400:hover {
    --border-opacity: 1 !important;
    border-color: #a3a3a3 !important;
    border-color: rgba(163, 163, 163, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-neutral-500:hover {
    --border-opacity: 1 !important;
    border-color: #737373 !important;
    border-color: rgba(115, 115, 115, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-neutral-600:hover {
    --border-opacity: 1 !important;
    border-color: #525252 !important;
    border-color: rgba(82, 82, 82, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-neutral-700:hover {
    --border-opacity: 1 !important;
    border-color: #404040 !important;
    border-color: rgba(64, 64, 64, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-neutral-800:hover {
    --border-opacity: 1 !important;
    border-color: #262626 !important;
    border-color: rgba(38, 38, 38, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-neutral-900:hover {
    --border-opacity: 1 !important;
    border-color: #171717 !important;
    border-color: rgba(23, 23, 23, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-stone-50:hover {
    --border-opacity: 1 !important;
    border-color: #fafaf9 !important;
    border-color: rgba(250, 250, 249, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-stone-100:hover {
    --border-opacity: 1 !important;
    border-color: #f5f5f4 !important;
    border-color: rgba(245, 245, 244, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-stone-200:hover {
    --border-opacity: 1 !important;
    border-color: #e7e5e4 !important;
    border-color: rgba(231, 229, 228, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-stone-300:hover {
    --border-opacity: 1 !important;
    border-color: #d6d3d1 !important;
    border-color: rgba(214, 211, 209, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-stone-400:hover {
    --border-opacity: 1 !important;
    border-color: #a8a29e !important;
    border-color: rgba(168, 162, 158, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-stone-500:hover {
    --border-opacity: 1 !important;
    border-color: #78716c !important;
    border-color: rgba(120, 113, 108, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-stone-600:hover {
    --border-opacity: 1 !important;
    border-color: #57534e !important;
    border-color: rgba(87, 83, 78, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-stone-700:hover {
    --border-opacity: 1 !important;
    border-color: #44403c !important;
    border-color: rgba(68, 64, 60, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-stone-800:hover {
    --border-opacity: 1 !important;
    border-color: #292524 !important;
    border-color: rgba(41, 37, 36, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-stone-900:hover {
    --border-opacity: 1 !important;
    border-color: #1c1917 !important;
    border-color: rgba(28, 25, 23, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-amber-50:hover {
    --border-opacity: 1 !important;
    border-color: #fffbeb !important;
    border-color: rgba(255, 251, 235, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-amber-100:hover {
    --border-opacity: 1 !important;
    border-color: #fef3c7 !important;
    border-color: rgba(254, 243, 199, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-amber-200:hover {
    --border-opacity: 1 !important;
    border-color: #fde68a !important;
    border-color: rgba(253, 230, 138, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-amber-300:hover {
    --border-opacity: 1 !important;
    border-color: #fcd34d !important;
    border-color: rgba(252, 211, 77, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-amber-400:hover {
    --border-opacity: 1 !important;
    border-color: #fbbf24 !important;
    border-color: rgba(251, 191, 36, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-amber-500:hover {
    --border-opacity: 1 !important;
    border-color: #f59e0b !important;
    border-color: rgba(245, 158, 11, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-amber-600:hover {
    --border-opacity: 1 !important;
    border-color: #d97706 !important;
    border-color: rgba(217, 119, 6, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-amber-700:hover {
    --border-opacity: 1 !important;
    border-color: #b45309 !important;
    border-color: rgba(180, 83, 9, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-amber-800:hover {
    --border-opacity: 1 !important;
    border-color: #92400e !important;
    border-color: rgba(146, 64, 14, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-amber-900:hover {
    --border-opacity: 1 !important;
    border-color: #78350f !important;
    border-color: rgba(120, 53, 15, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lime-50:hover {
    --border-opacity: 1 !important;
    border-color: #f7fee7 !important;
    border-color: rgba(247, 254, 231, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lime-100:hover {
    --border-opacity: 1 !important;
    border-color: #ecfccb !important;
    border-color: rgba(236, 252, 203, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lime-200:hover {
    --border-opacity: 1 !important;
    border-color: #d9f99d !important;
    border-color: rgba(217, 249, 157, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lime-300:hover {
    --border-opacity: 1 !important;
    border-color: #bef264 !important;
    border-color: rgba(190, 242, 100, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lime-400:hover {
    --border-opacity: 1 !important;
    border-color: #a3e635 !important;
    border-color: rgba(163, 230, 53, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lime-500:hover {
    --border-opacity: 1 !important;
    border-color: #84cc16 !important;
    border-color: rgba(132, 204, 22, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lime-600:hover {
    --border-opacity: 1 !important;
    border-color: #65a30d !important;
    border-color: rgba(101, 163, 13, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lime-700:hover {
    --border-opacity: 1 !important;
    border-color: #4d7c0f !important;
    border-color: rgba(77, 124, 15, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lime-800:hover {
    --border-opacity: 1 !important;
    border-color: #3f6212 !important;
    border-color: rgba(63, 98, 18, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lime-900:hover {
    --border-opacity: 1 !important;
    border-color: #365314 !important;
    border-color: rgba(54, 83, 20, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-emerald-50:hover {
    --border-opacity: 1 !important;
    border-color: #ecfdf5 !important;
    border-color: rgba(236, 253, 245, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-emerald-100:hover {
    --border-opacity: 1 !important;
    border-color: #d1fae5 !important;
    border-color: rgba(209, 250, 229, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-emerald-200:hover {
    --border-opacity: 1 !important;
    border-color: #a7f3d0 !important;
    border-color: rgba(167, 243, 208, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-emerald-300:hover {
    --border-opacity: 1 !important;
    border-color: #6ee7b7 !important;
    border-color: rgba(110, 231, 183, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-emerald-400:hover {
    --border-opacity: 1 !important;
    border-color: #34d399 !important;
    border-color: rgba(52, 211, 153, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-emerald-500:hover {
    --border-opacity: 1 !important;
    border-color: #10b981 !important;
    border-color: rgba(16, 185, 129, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-emerald-600:hover {
    --border-opacity: 1 !important;
    border-color: #059669 !important;
    border-color: rgba(5, 150, 105, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-emerald-700:hover {
    --border-opacity: 1 !important;
    border-color: #047857 !important;
    border-color: rgba(4, 120, 87, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-emerald-800:hover {
    --border-opacity: 1 !important;
    border-color: #065f46 !important;
    border-color: rgba(6, 95, 70, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-emerald-900:hover {
    --border-opacity: 1 !important;
    border-color: #064e3b !important;
    border-color: rgba(6, 78, 59, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cyan-50:hover {
    --border-opacity: 1 !important;
    border-color: #ecfeff !important;
    border-color: rgba(236, 254, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cyan-100:hover {
    --border-opacity: 1 !important;
    border-color: #cffafe !important;
    border-color: rgba(207, 250, 254, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cyan-200:hover {
    --border-opacity: 1 !important;
    border-color: #a5f3fc !important;
    border-color: rgba(165, 243, 252, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cyan-300:hover {
    --border-opacity: 1 !important;
    border-color: #67e8f9 !important;
    border-color: rgba(103, 232, 249, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cyan-400:hover {
    --border-opacity: 1 !important;
    border-color: #22d3ee !important;
    border-color: rgba(34, 211, 238, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cyan-500:hover {
    --border-opacity: 1 !important;
    border-color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cyan-600:hover {
    --border-opacity: 1 !important;
    border-color: #0891b2 !important;
    border-color: rgba(8, 145, 178, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cyan-700:hover {
    --border-opacity: 1 !important;
    border-color: #0e7490 !important;
    border-color: rgba(14, 116, 144, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cyan-800:hover {
    --border-opacity: 1 !important;
    border-color: #155e75 !important;
    border-color: rgba(21, 94, 117, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cyan-900:hover {
    --border-opacity: 1 !important;
    border-color: #164e63 !important;
    border-color: rgba(22, 78, 99, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-sky-50:hover {
    --border-opacity: 1 !important;
    border-color: #f0f9ff !important;
    border-color: rgba(240, 249, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-sky-100:hover {
    --border-opacity: 1 !important;
    border-color: #e0f2fe !important;
    border-color: rgba(224, 242, 254, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-sky-200:hover {
    --border-opacity: 1 !important;
    border-color: #bae6fd !important;
    border-color: rgba(186, 230, 253, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-sky-300:hover {
    --border-opacity: 1 !important;
    border-color: #7dd3fc !important;
    border-color: rgba(125, 211, 252, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-sky-400:hover {
    --border-opacity: 1 !important;
    border-color: #38bdf8 !important;
    border-color: rgba(56, 189, 248, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-sky-500:hover {
    --border-opacity: 1 !important;
    border-color: #0ea5e9 !important;
    border-color: rgba(14, 165, 233, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-sky-600:hover {
    --border-opacity: 1 !important;
    border-color: #0284c7 !important;
    border-color: rgba(2, 132, 199, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-sky-700:hover {
    --border-opacity: 1 !important;
    border-color: #0369a1 !important;
    border-color: rgba(3, 105, 161, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-sky-800:hover {
    --border-opacity: 1 !important;
    border-color: #075985 !important;
    border-color: rgba(7, 89, 133, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-sky-900:hover {
    --border-opacity: 1 !important;
    border-color: #0c4a6e !important;
    border-color: rgba(12, 74, 110, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-violet-50:hover {
    --border-opacity: 1 !important;
    border-color: #f5f3ff !important;
    border-color: rgba(245, 243, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-violet-100:hover {
    --border-opacity: 1 !important;
    border-color: #ede9fe !important;
    border-color: rgba(237, 233, 254, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-violet-200:hover {
    --border-opacity: 1 !important;
    border-color: #ddd6fe !important;
    border-color: rgba(221, 214, 254, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-violet-300:hover {
    --border-opacity: 1 !important;
    border-color: #c4b5fd !important;
    border-color: rgba(196, 181, 253, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-violet-400:hover {
    --border-opacity: 1 !important;
    border-color: #a78bfa !important;
    border-color: rgba(167, 139, 250, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-violet-500:hover {
    --border-opacity: 1 !important;
    border-color: #8b5cf6 !important;
    border-color: rgba(139, 92, 246, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-violet-600:hover {
    --border-opacity: 1 !important;
    border-color: #7c3aed !important;
    border-color: rgba(124, 58, 237, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-violet-700:hover {
    --border-opacity: 1 !important;
    border-color: #6d28d9 !important;
    border-color: rgba(109, 40, 217, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-violet-800:hover {
    --border-opacity: 1 !important;
    border-color: #5b21b6 !important;
    border-color: rgba(91, 33, 182, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-violet-900:hover {
    --border-opacity: 1 !important;
    border-color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-fuchsia-50:hover {
    --border-opacity: 1 !important;
    border-color: #fdf4ff !important;
    border-color: rgba(253, 244, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-fuchsia-100:hover {
    --border-opacity: 1 !important;
    border-color: #fae8ff !important;
    border-color: rgba(250, 232, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-fuchsia-200:hover {
    --border-opacity: 1 !important;
    border-color: #f5d0fe !important;
    border-color: rgba(245, 208, 254, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-fuchsia-300:hover {
    --border-opacity: 1 !important;
    border-color: #f0abfc !important;
    border-color: rgba(240, 171, 252, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-fuchsia-400:hover {
    --border-opacity: 1 !important;
    border-color: #e879f9 !important;
    border-color: rgba(232, 121, 249, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-fuchsia-500:hover {
    --border-opacity: 1 !important;
    border-color: #d946ef !important;
    border-color: rgba(217, 70, 239, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-fuchsia-600:hover {
    --border-opacity: 1 !important;
    border-color: #c026d3 !important;
    border-color: rgba(192, 38, 211, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-fuchsia-700:hover {
    --border-opacity: 1 !important;
    border-color: #a21caf !important;
    border-color: rgba(162, 28, 175, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-fuchsia-800:hover {
    --border-opacity: 1 !important;
    border-color: #86198f !important;
    border-color: rgba(134, 25, 143, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-fuchsia-900:hover {
    --border-opacity: 1 !important;
    border-color: #701a75 !important;
    border-color: rgba(112, 26, 117, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-rose-50:hover {
    --border-opacity: 1 !important;
    border-color: #fff1f2 !important;
    border-color: rgba(255, 241, 242, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-rose-100:hover {
    --border-opacity: 1 !important;
    border-color: #ffe4e6 !important;
    border-color: rgba(255, 228, 230, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-rose-200:hover {
    --border-opacity: 1 !important;
    border-color: #fecdd3 !important;
    border-color: rgba(254, 205, 211, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-rose-300:hover {
    --border-opacity: 1 !important;
    border-color: #fda4af !important;
    border-color: rgba(253, 164, 175, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-rose-400:hover {
    --border-opacity: 1 !important;
    border-color: #fb7185 !important;
    border-color: rgba(251, 113, 133, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-rose-500:hover {
    --border-opacity: 1 !important;
    border-color: #f43f5e !important;
    border-color: rgba(244, 63, 94, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-rose-600:hover {
    --border-opacity: 1 !important;
    border-color: #e11d48 !important;
    border-color: rgba(225, 29, 72, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-rose-700:hover {
    --border-opacity: 1 !important;
    border-color: #be123c !important;
    border-color: rgba(190, 18, 60, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-rose-800:hover {
    --border-opacity: 1 !important;
    border-color: #9f1239 !important;
    border-color: rgba(159, 18, 57, var(--border-opacity)) !important;
  }

  .lg\:hover\:tw-border-rose-900:hover {
    --border-opacity: 1 !important;
    border-color: #881337 !important;
    border-color: rgba(136, 19, 55, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-transparent:focus {
    border-color: transparent !important;
  }

  .lg\:focus\:tw-border-current:focus {
    border-color: currentColor !important;
  }

  .lg\:focus\:tw-border-black:focus {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-white:focus {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-50:focus {
    --border-opacity: 1 !important;
    border-color: #f9fafb !important;
    border-color: rgba(249, 250, 251, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-100:focus {
    --border-opacity: 1 !important;
    border-color: #f3f4f6 !important;
    border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-200:focus {
    --border-opacity: 1 !important;
    border-color: #e5e7eb !important;
    border-color: rgba(229, 231, 235, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-300:focus {
    --border-opacity: 1 !important;
    border-color: #d1d5db !important;
    border-color: rgba(209, 213, 219, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-400:focus {
    --border-opacity: 1 !important;
    border-color: #9ca3af !important;
    border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-500:focus {
    --border-opacity: 1 !important;
    border-color: #6b7280 !important;
    border-color: rgba(107, 114, 128, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-600:focus {
    --border-opacity: 1 !important;
    border-color: #4b5563 !important;
    border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-700:focus {
    --border-opacity: 1 !important;
    border-color: #374151 !important;
    border-color: rgba(55, 65, 81, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-800:focus {
    --border-opacity: 1 !important;
    border-color: #1f2937 !important;
    border-color: rgba(31, 41, 55, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-900:focus {
    --border-opacity: 1 !important;
    border-color: #111827 !important;
    border-color: rgba(17, 24, 39, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-50:focus {
    --border-opacity: 1 !important;
    border-color: #fef2f2 !important;
    border-color: rgba(254, 242, 242, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-100:focus {
    --border-opacity: 1 !important;
    border-color: #fee2e2 !important;
    border-color: rgba(254, 226, 226, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-200:focus {
    --border-opacity: 1 !important;
    border-color: #fecaca !important;
    border-color: rgba(254, 202, 202, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-300:focus {
    --border-opacity: 1 !important;
    border-color: #fca5a5 !important;
    border-color: rgba(252, 165, 165, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-400:focus {
    --border-opacity: 1 !important;
    border-color: #f87171 !important;
    border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-500:focus {
    --border-opacity: 1 !important;
    border-color: #ef4444 !important;
    border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-600:focus {
    --border-opacity: 1 !important;
    border-color: #dc2626 !important;
    border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-700:focus {
    --border-opacity: 1 !important;
    border-color: #b91c1c !important;
    border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-800:focus {
    --border-opacity: 1 !important;
    border-color: #991b1b !important;
    border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-900:focus {
    --border-opacity: 1 !important;
    border-color: #7f1d1d !important;
    border-color: rgba(127, 29, 29, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-50:focus {
    --border-opacity: 1 !important;
    border-color: #fff7ed !important;
    border-color: rgba(255, 247, 237, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-100:focus {
    --border-opacity: 1 !important;
    border-color: #ffedd5 !important;
    border-color: rgba(255, 237, 213, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-200:focus {
    --border-opacity: 1 !important;
    border-color: #fed7aa !important;
    border-color: rgba(254, 215, 170, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-300:focus {
    --border-opacity: 1 !important;
    border-color: #fdba74 !important;
    border-color: rgba(253, 186, 116, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-400:focus {
    --border-opacity: 1 !important;
    border-color: #fb923c !important;
    border-color: rgba(251, 146, 60, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-500:focus {
    --border-opacity: 1 !important;
    border-color: #f97316 !important;
    border-color: rgba(249, 115, 22, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-600:focus {
    --border-opacity: 1 !important;
    border-color: #ea580c !important;
    border-color: rgba(234, 88, 12, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-700:focus {
    --border-opacity: 1 !important;
    border-color: #c2410c !important;
    border-color: rgba(194, 65, 12, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-800:focus {
    --border-opacity: 1 !important;
    border-color: #9a3412 !important;
    border-color: rgba(154, 52, 18, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-900:focus {
    --border-opacity: 1 !important;
    border-color: #7c2d12 !important;
    border-color: rgba(124, 45, 18, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-50:focus {
    --border-opacity: 1 !important;
    border-color: #fefce8 !important;
    border-color: rgba(254, 252, 232, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-100:focus {
    --border-opacity: 1 !important;
    border-color: #fef9c3 !important;
    border-color: rgba(254, 249, 195, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-200:focus {
    --border-opacity: 1 !important;
    border-color: #fef08a !important;
    border-color: rgba(254, 240, 138, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-300:focus {
    --border-opacity: 1 !important;
    border-color: #fde047 !important;
    border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-400:focus {
    --border-opacity: 1 !important;
    border-color: #facc15 !important;
    border-color: rgba(250, 204, 21, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-500:focus {
    --border-opacity: 1 !important;
    border-color: #eab308 !important;
    border-color: rgba(234, 179, 8, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-600:focus {
    --border-opacity: 1 !important;
    border-color: #ca8a04 !important;
    border-color: rgba(202, 138, 4, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-700:focus {
    --border-opacity: 1 !important;
    border-color: #a16207 !important;
    border-color: rgba(161, 98, 7, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-800:focus {
    --border-opacity: 1 !important;
    border-color: #854d0e !important;
    border-color: rgba(133, 77, 14, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-900:focus {
    --border-opacity: 1 !important;
    border-color: #713f12 !important;
    border-color: rgba(113, 63, 18, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-50:focus {
    --border-opacity: 1 !important;
    border-color: #f0fdf4 !important;
    border-color: rgba(240, 253, 244, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-100:focus {
    --border-opacity: 1 !important;
    border-color: #dcfce7 !important;
    border-color: rgba(220, 252, 231, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-200:focus {
    --border-opacity: 1 !important;
    border-color: #bbf7d0 !important;
    border-color: rgba(187, 247, 208, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-300:focus {
    --border-opacity: 1 !important;
    border-color: #86efac !important;
    border-color: rgba(134, 239, 172, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-400:focus {
    --border-opacity: 1 !important;
    border-color: #4ade80 !important;
    border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-500:focus {
    --border-opacity: 1 !important;
    border-color: #22c55e !important;
    border-color: rgba(34, 197, 94, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-600:focus {
    --border-opacity: 1 !important;
    border-color: #16a34a !important;
    border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-700:focus {
    --border-opacity: 1 !important;
    border-color: #15803d !important;
    border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-800:focus {
    --border-opacity: 1 !important;
    border-color: #166534 !important;
    border-color: rgba(22, 101, 52, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-900:focus {
    --border-opacity: 1 !important;
    border-color: #14532d !important;
    border-color: rgba(20, 83, 45, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-50:focus {
    --border-opacity: 1 !important;
    border-color: #f0fdfa !important;
    border-color: rgba(240, 253, 250, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-100:focus {
    --border-opacity: 1 !important;
    border-color: #ccfbf1 !important;
    border-color: rgba(204, 251, 241, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-200:focus {
    --border-opacity: 1 !important;
    border-color: #99f6e4 !important;
    border-color: rgba(153, 246, 228, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-300:focus {
    --border-opacity: 1 !important;
    border-color: #5eead4 !important;
    border-color: rgba(94, 234, 212, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-400:focus {
    --border-opacity: 1 !important;
    border-color: #2dd4bf !important;
    border-color: rgba(45, 212, 191, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-500:focus {
    --border-opacity: 1 !important;
    border-color: #14b8a6 !important;
    border-color: rgba(20, 184, 166, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-600:focus {
    --border-opacity: 1 !important;
    border-color: #0d9488 !important;
    border-color: rgba(13, 148, 136, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-700:focus {
    --border-opacity: 1 !important;
    border-color: #0f766e !important;
    border-color: rgba(15, 118, 110, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-800:focus {
    --border-opacity: 1 !important;
    border-color: #115e59 !important;
    border-color: rgba(17, 94, 89, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-900:focus {
    --border-opacity: 1 !important;
    border-color: #134e4a !important;
    border-color: rgba(19, 78, 74, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-50:focus {
    --border-opacity: 1 !important;
    border-color: #eff6ff !important;
    border-color: rgba(239, 246, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-100:focus {
    --border-opacity: 1 !important;
    border-color: #dbeafe !important;
    border-color: rgba(219, 234, 254, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-200:focus {
    --border-opacity: 1 !important;
    border-color: #bfdbfe !important;
    border-color: rgba(191, 219, 254, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-300:focus {
    --border-opacity: 1 !important;
    border-color: #93c5fd !important;
    border-color: rgba(147, 197, 253, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-400:focus {
    --border-opacity: 1 !important;
    border-color: #60a5fa !important;
    border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-500:focus {
    --border-opacity: 1 !important;
    border-color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-600:focus {
    --border-opacity: 1 !important;
    border-color: #2563eb !important;
    border-color: rgba(37, 99, 235, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-700:focus {
    --border-opacity: 1 !important;
    border-color: #1d4ed8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-800:focus {
    --border-opacity: 1 !important;
    border-color: #1e40af !important;
    border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-900:focus {
    --border-opacity: 1 !important;
    border-color: #1e3a8a !important;
    border-color: rgba(30, 58, 138, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-50:focus {
    --border-opacity: 1 !important;
    border-color: #eef2ff !important;
    border-color: rgba(238, 242, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-100:focus {
    --border-opacity: 1 !important;
    border-color: #e0e7ff !important;
    border-color: rgba(224, 231, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-200:focus {
    --border-opacity: 1 !important;
    border-color: #c7d2fe !important;
    border-color: rgba(199, 210, 254, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-300:focus {
    --border-opacity: 1 !important;
    border-color: #a5b4fc !important;
    border-color: rgba(165, 180, 252, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-400:focus {
    --border-opacity: 1 !important;
    border-color: #818cf8 !important;
    border-color: rgba(129, 140, 248, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-500:focus {
    --border-opacity: 1 !important;
    border-color: #6366f1 !important;
    border-color: rgba(99, 102, 241, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-600:focus {
    --border-opacity: 1 !important;
    border-color: #4f46e5 !important;
    border-color: rgba(79, 70, 229, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-700:focus {
    --border-opacity: 1 !important;
    border-color: #4338ca !important;
    border-color: rgba(67, 56, 202, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-800:focus {
    --border-opacity: 1 !important;
    border-color: #3730a3 !important;
    border-color: rgba(55, 48, 163, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-900:focus {
    --border-opacity: 1 !important;
    border-color: #312e81 !important;
    border-color: rgba(49, 46, 129, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-50:focus {
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-100:focus {
    --border-opacity: 1 !important;
    border-color: #f3e8ff !important;
    border-color: rgba(243, 232, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-200:focus {
    --border-opacity: 1 !important;
    border-color: #e9d5ff !important;
    border-color: rgba(233, 213, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-300:focus {
    --border-opacity: 1 !important;
    border-color: #d8b4fe !important;
    border-color: rgba(216, 180, 254, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-400:focus {
    --border-opacity: 1 !important;
    border-color: #c084fc !important;
    border-color: rgba(192, 132, 252, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-500:focus {
    --border-opacity: 1 !important;
    border-color: #a855f7 !important;
    border-color: rgba(168, 85, 247, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-600:focus {
    --border-opacity: 1 !important;
    border-color: #9333ea !important;
    border-color: rgba(147, 51, 234, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-700:focus {
    --border-opacity: 1 !important;
    border-color: #7e22ce !important;
    border-color: rgba(126, 34, 206, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-800:focus {
    --border-opacity: 1 !important;
    border-color: #6b21a8 !important;
    border-color: rgba(107, 33, 168, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-900:focus {
    --border-opacity: 1 !important;
    border-color: #581c87 !important;
    border-color: rgba(88, 28, 135, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-50:focus {
    --border-opacity: 1 !important;
    border-color: #fdf2f8 !important;
    border-color: rgba(253, 242, 248, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-100:focus {
    --border-opacity: 1 !important;
    border-color: #fce7f3 !important;
    border-color: rgba(252, 231, 243, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-200:focus {
    --border-opacity: 1 !important;
    border-color: #fbcfe8 !important;
    border-color: rgba(251, 207, 232, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-300:focus {
    --border-opacity: 1 !important;
    border-color: #f9a8d4 !important;
    border-color: rgba(249, 168, 212, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-400:focus {
    --border-opacity: 1 !important;
    border-color: #f472b6 !important;
    border-color: rgba(244, 114, 182, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-500:focus {
    --border-opacity: 1 !important;
    border-color: #ec4899 !important;
    border-color: rgba(236, 72, 153, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-600:focus {
    --border-opacity: 1 !important;
    border-color: #db2777 !important;
    border-color: rgba(219, 39, 119, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-700:focus {
    --border-opacity: 1 !important;
    border-color: #be185d !important;
    border-color: rgba(190, 24, 93, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-800:focus {
    --border-opacity: 1 !important;
    border-color: #9d174d !important;
    border-color: rgba(157, 23, 77, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-900:focus {
    --border-opacity: 1 !important;
    border-color: #831843 !important;
    border-color: rgba(131, 24, 67, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-app-main:focus {
    --border-opacity: 1 !important;
    border-color: #F18D11 !important;
    border-color: rgba(241, 141, 17, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-app-sub-blue:focus {
    --border-opacity: 1 !important;
    border-color: #1E548F !important;
    border-color: rgba(30, 84, 143, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-app-yellow:focus {
    --border-opacity: 1 !important;
    border-color: #FFF5D1 !important;
    border-color: rgba(255, 245, 209, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-theme-primary:focus {
    --border-opacity: 1 !important;
    border-color: #f3980f !important;
    border-color: rgba(243, 152, 15, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-theme-info:focus {
    --border-opacity: 1 !important;
    border-color: #1b925a !important;
    border-color: rgba(27, 146, 90, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-slate-50:focus {
    --border-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-slate-100:focus {
    --border-opacity: 1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-slate-200:focus {
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-slate-300:focus {
    --border-opacity: 1 !important;
    border-color: #cbd5e1 !important;
    border-color: rgba(203, 213, 225, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-slate-400:focus {
    --border-opacity: 1 !important;
    border-color: #94a3b8 !important;
    border-color: rgba(148, 163, 184, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-slate-500:focus {
    --border-opacity: 1 !important;
    border-color: #64748b !important;
    border-color: rgba(100, 116, 139, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-slate-600:focus {
    --border-opacity: 1 !important;
    border-color: #475569 !important;
    border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-slate-700:focus {
    --border-opacity: 1 !important;
    border-color: #334155 !important;
    border-color: rgba(51, 65, 85, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-slate-800:focus {
    --border-opacity: 1 !important;
    border-color: #1e293b !important;
    border-color: rgba(30, 41, 59, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-slate-900:focus {
    --border-opacity: 1 !important;
    border-color: #0f172a !important;
    border-color: rgba(15, 23, 42, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-zinc-50:focus {
    --border-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-zinc-100:focus {
    --border-opacity: 1 !important;
    border-color: #f4f4f5 !important;
    border-color: rgba(244, 244, 245, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-zinc-200:focus {
    --border-opacity: 1 !important;
    border-color: #e4e4e7 !important;
    border-color: rgba(228, 228, 231, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-zinc-300:focus {
    --border-opacity: 1 !important;
    border-color: #d4d4d8 !important;
    border-color: rgba(212, 212, 216, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-zinc-400:focus {
    --border-opacity: 1 !important;
    border-color: #a1a1aa !important;
    border-color: rgba(161, 161, 170, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-zinc-500:focus {
    --border-opacity: 1 !important;
    border-color: #71717a !important;
    border-color: rgba(113, 113, 122, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-zinc-600:focus {
    --border-opacity: 1 !important;
    border-color: #52525b !important;
    border-color: rgba(82, 82, 91, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-zinc-700:focus {
    --border-opacity: 1 !important;
    border-color: #3f3f46 !important;
    border-color: rgba(63, 63, 70, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-zinc-800:focus {
    --border-opacity: 1 !important;
    border-color: #27272a !important;
    border-color: rgba(39, 39, 42, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-zinc-900:focus {
    --border-opacity: 1 !important;
    border-color: #18181b !important;
    border-color: rgba(24, 24, 27, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-neutral-50:focus {
    --border-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-neutral-100:focus {
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-neutral-200:focus {
    --border-opacity: 1 !important;
    border-color: #e5e5e5 !important;
    border-color: rgba(229, 229, 229, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-neutral-300:focus {
    --border-opacity: 1 !important;
    border-color: #d4d4d4 !important;
    border-color: rgba(212, 212, 212, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-neutral-400:focus {
    --border-opacity: 1 !important;
    border-color: #a3a3a3 !important;
    border-color: rgba(163, 163, 163, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-neutral-500:focus {
    --border-opacity: 1 !important;
    border-color: #737373 !important;
    border-color: rgba(115, 115, 115, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-neutral-600:focus {
    --border-opacity: 1 !important;
    border-color: #525252 !important;
    border-color: rgba(82, 82, 82, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-neutral-700:focus {
    --border-opacity: 1 !important;
    border-color: #404040 !important;
    border-color: rgba(64, 64, 64, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-neutral-800:focus {
    --border-opacity: 1 !important;
    border-color: #262626 !important;
    border-color: rgba(38, 38, 38, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-neutral-900:focus {
    --border-opacity: 1 !important;
    border-color: #171717 !important;
    border-color: rgba(23, 23, 23, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-stone-50:focus {
    --border-opacity: 1 !important;
    border-color: #fafaf9 !important;
    border-color: rgba(250, 250, 249, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-stone-100:focus {
    --border-opacity: 1 !important;
    border-color: #f5f5f4 !important;
    border-color: rgba(245, 245, 244, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-stone-200:focus {
    --border-opacity: 1 !important;
    border-color: #e7e5e4 !important;
    border-color: rgba(231, 229, 228, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-stone-300:focus {
    --border-opacity: 1 !important;
    border-color: #d6d3d1 !important;
    border-color: rgba(214, 211, 209, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-stone-400:focus {
    --border-opacity: 1 !important;
    border-color: #a8a29e !important;
    border-color: rgba(168, 162, 158, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-stone-500:focus {
    --border-opacity: 1 !important;
    border-color: #78716c !important;
    border-color: rgba(120, 113, 108, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-stone-600:focus {
    --border-opacity: 1 !important;
    border-color: #57534e !important;
    border-color: rgba(87, 83, 78, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-stone-700:focus {
    --border-opacity: 1 !important;
    border-color: #44403c !important;
    border-color: rgba(68, 64, 60, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-stone-800:focus {
    --border-opacity: 1 !important;
    border-color: #292524 !important;
    border-color: rgba(41, 37, 36, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-stone-900:focus {
    --border-opacity: 1 !important;
    border-color: #1c1917 !important;
    border-color: rgba(28, 25, 23, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-amber-50:focus {
    --border-opacity: 1 !important;
    border-color: #fffbeb !important;
    border-color: rgba(255, 251, 235, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-amber-100:focus {
    --border-opacity: 1 !important;
    border-color: #fef3c7 !important;
    border-color: rgba(254, 243, 199, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-amber-200:focus {
    --border-opacity: 1 !important;
    border-color: #fde68a !important;
    border-color: rgba(253, 230, 138, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-amber-300:focus {
    --border-opacity: 1 !important;
    border-color: #fcd34d !important;
    border-color: rgba(252, 211, 77, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-amber-400:focus {
    --border-opacity: 1 !important;
    border-color: #fbbf24 !important;
    border-color: rgba(251, 191, 36, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-amber-500:focus {
    --border-opacity: 1 !important;
    border-color: #f59e0b !important;
    border-color: rgba(245, 158, 11, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-amber-600:focus {
    --border-opacity: 1 !important;
    border-color: #d97706 !important;
    border-color: rgba(217, 119, 6, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-amber-700:focus {
    --border-opacity: 1 !important;
    border-color: #b45309 !important;
    border-color: rgba(180, 83, 9, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-amber-800:focus {
    --border-opacity: 1 !important;
    border-color: #92400e !important;
    border-color: rgba(146, 64, 14, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-amber-900:focus {
    --border-opacity: 1 !important;
    border-color: #78350f !important;
    border-color: rgba(120, 53, 15, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lime-50:focus {
    --border-opacity: 1 !important;
    border-color: #f7fee7 !important;
    border-color: rgba(247, 254, 231, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lime-100:focus {
    --border-opacity: 1 !important;
    border-color: #ecfccb !important;
    border-color: rgba(236, 252, 203, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lime-200:focus {
    --border-opacity: 1 !important;
    border-color: #d9f99d !important;
    border-color: rgba(217, 249, 157, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lime-300:focus {
    --border-opacity: 1 !important;
    border-color: #bef264 !important;
    border-color: rgba(190, 242, 100, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lime-400:focus {
    --border-opacity: 1 !important;
    border-color: #a3e635 !important;
    border-color: rgba(163, 230, 53, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lime-500:focus {
    --border-opacity: 1 !important;
    border-color: #84cc16 !important;
    border-color: rgba(132, 204, 22, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lime-600:focus {
    --border-opacity: 1 !important;
    border-color: #65a30d !important;
    border-color: rgba(101, 163, 13, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lime-700:focus {
    --border-opacity: 1 !important;
    border-color: #4d7c0f !important;
    border-color: rgba(77, 124, 15, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lime-800:focus {
    --border-opacity: 1 !important;
    border-color: #3f6212 !important;
    border-color: rgba(63, 98, 18, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lime-900:focus {
    --border-opacity: 1 !important;
    border-color: #365314 !important;
    border-color: rgba(54, 83, 20, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-emerald-50:focus {
    --border-opacity: 1 !important;
    border-color: #ecfdf5 !important;
    border-color: rgba(236, 253, 245, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-emerald-100:focus {
    --border-opacity: 1 !important;
    border-color: #d1fae5 !important;
    border-color: rgba(209, 250, 229, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-emerald-200:focus {
    --border-opacity: 1 !important;
    border-color: #a7f3d0 !important;
    border-color: rgba(167, 243, 208, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-emerald-300:focus {
    --border-opacity: 1 !important;
    border-color: #6ee7b7 !important;
    border-color: rgba(110, 231, 183, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-emerald-400:focus {
    --border-opacity: 1 !important;
    border-color: #34d399 !important;
    border-color: rgba(52, 211, 153, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-emerald-500:focus {
    --border-opacity: 1 !important;
    border-color: #10b981 !important;
    border-color: rgba(16, 185, 129, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-emerald-600:focus {
    --border-opacity: 1 !important;
    border-color: #059669 !important;
    border-color: rgba(5, 150, 105, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-emerald-700:focus {
    --border-opacity: 1 !important;
    border-color: #047857 !important;
    border-color: rgba(4, 120, 87, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-emerald-800:focus {
    --border-opacity: 1 !important;
    border-color: #065f46 !important;
    border-color: rgba(6, 95, 70, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-emerald-900:focus {
    --border-opacity: 1 !important;
    border-color: #064e3b !important;
    border-color: rgba(6, 78, 59, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cyan-50:focus {
    --border-opacity: 1 !important;
    border-color: #ecfeff !important;
    border-color: rgba(236, 254, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cyan-100:focus {
    --border-opacity: 1 !important;
    border-color: #cffafe !important;
    border-color: rgba(207, 250, 254, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cyan-200:focus {
    --border-opacity: 1 !important;
    border-color: #a5f3fc !important;
    border-color: rgba(165, 243, 252, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cyan-300:focus {
    --border-opacity: 1 !important;
    border-color: #67e8f9 !important;
    border-color: rgba(103, 232, 249, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cyan-400:focus {
    --border-opacity: 1 !important;
    border-color: #22d3ee !important;
    border-color: rgba(34, 211, 238, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cyan-500:focus {
    --border-opacity: 1 !important;
    border-color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cyan-600:focus {
    --border-opacity: 1 !important;
    border-color: #0891b2 !important;
    border-color: rgba(8, 145, 178, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cyan-700:focus {
    --border-opacity: 1 !important;
    border-color: #0e7490 !important;
    border-color: rgba(14, 116, 144, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cyan-800:focus {
    --border-opacity: 1 !important;
    border-color: #155e75 !important;
    border-color: rgba(21, 94, 117, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cyan-900:focus {
    --border-opacity: 1 !important;
    border-color: #164e63 !important;
    border-color: rgba(22, 78, 99, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-sky-50:focus {
    --border-opacity: 1 !important;
    border-color: #f0f9ff !important;
    border-color: rgba(240, 249, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-sky-100:focus {
    --border-opacity: 1 !important;
    border-color: #e0f2fe !important;
    border-color: rgba(224, 242, 254, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-sky-200:focus {
    --border-opacity: 1 !important;
    border-color: #bae6fd !important;
    border-color: rgba(186, 230, 253, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-sky-300:focus {
    --border-opacity: 1 !important;
    border-color: #7dd3fc !important;
    border-color: rgba(125, 211, 252, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-sky-400:focus {
    --border-opacity: 1 !important;
    border-color: #38bdf8 !important;
    border-color: rgba(56, 189, 248, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-sky-500:focus {
    --border-opacity: 1 !important;
    border-color: #0ea5e9 !important;
    border-color: rgba(14, 165, 233, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-sky-600:focus {
    --border-opacity: 1 !important;
    border-color: #0284c7 !important;
    border-color: rgba(2, 132, 199, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-sky-700:focus {
    --border-opacity: 1 !important;
    border-color: #0369a1 !important;
    border-color: rgba(3, 105, 161, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-sky-800:focus {
    --border-opacity: 1 !important;
    border-color: #075985 !important;
    border-color: rgba(7, 89, 133, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-sky-900:focus {
    --border-opacity: 1 !important;
    border-color: #0c4a6e !important;
    border-color: rgba(12, 74, 110, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-violet-50:focus {
    --border-opacity: 1 !important;
    border-color: #f5f3ff !important;
    border-color: rgba(245, 243, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-violet-100:focus {
    --border-opacity: 1 !important;
    border-color: #ede9fe !important;
    border-color: rgba(237, 233, 254, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-violet-200:focus {
    --border-opacity: 1 !important;
    border-color: #ddd6fe !important;
    border-color: rgba(221, 214, 254, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-violet-300:focus {
    --border-opacity: 1 !important;
    border-color: #c4b5fd !important;
    border-color: rgba(196, 181, 253, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-violet-400:focus {
    --border-opacity: 1 !important;
    border-color: #a78bfa !important;
    border-color: rgba(167, 139, 250, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-violet-500:focus {
    --border-opacity: 1 !important;
    border-color: #8b5cf6 !important;
    border-color: rgba(139, 92, 246, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-violet-600:focus {
    --border-opacity: 1 !important;
    border-color: #7c3aed !important;
    border-color: rgba(124, 58, 237, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-violet-700:focus {
    --border-opacity: 1 !important;
    border-color: #6d28d9 !important;
    border-color: rgba(109, 40, 217, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-violet-800:focus {
    --border-opacity: 1 !important;
    border-color: #5b21b6 !important;
    border-color: rgba(91, 33, 182, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-violet-900:focus {
    --border-opacity: 1 !important;
    border-color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-fuchsia-50:focus {
    --border-opacity: 1 !important;
    border-color: #fdf4ff !important;
    border-color: rgba(253, 244, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-fuchsia-100:focus {
    --border-opacity: 1 !important;
    border-color: #fae8ff !important;
    border-color: rgba(250, 232, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-fuchsia-200:focus {
    --border-opacity: 1 !important;
    border-color: #f5d0fe !important;
    border-color: rgba(245, 208, 254, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-fuchsia-300:focus {
    --border-opacity: 1 !important;
    border-color: #f0abfc !important;
    border-color: rgba(240, 171, 252, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-fuchsia-400:focus {
    --border-opacity: 1 !important;
    border-color: #e879f9 !important;
    border-color: rgba(232, 121, 249, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-fuchsia-500:focus {
    --border-opacity: 1 !important;
    border-color: #d946ef !important;
    border-color: rgba(217, 70, 239, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-fuchsia-600:focus {
    --border-opacity: 1 !important;
    border-color: #c026d3 !important;
    border-color: rgba(192, 38, 211, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-fuchsia-700:focus {
    --border-opacity: 1 !important;
    border-color: #a21caf !important;
    border-color: rgba(162, 28, 175, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-fuchsia-800:focus {
    --border-opacity: 1 !important;
    border-color: #86198f !important;
    border-color: rgba(134, 25, 143, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-fuchsia-900:focus {
    --border-opacity: 1 !important;
    border-color: #701a75 !important;
    border-color: rgba(112, 26, 117, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-rose-50:focus {
    --border-opacity: 1 !important;
    border-color: #fff1f2 !important;
    border-color: rgba(255, 241, 242, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-rose-100:focus {
    --border-opacity: 1 !important;
    border-color: #ffe4e6 !important;
    border-color: rgba(255, 228, 230, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-rose-200:focus {
    --border-opacity: 1 !important;
    border-color: #fecdd3 !important;
    border-color: rgba(254, 205, 211, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-rose-300:focus {
    --border-opacity: 1 !important;
    border-color: #fda4af !important;
    border-color: rgba(253, 164, 175, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-rose-400:focus {
    --border-opacity: 1 !important;
    border-color: #fb7185 !important;
    border-color: rgba(251, 113, 133, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-rose-500:focus {
    --border-opacity: 1 !important;
    border-color: #f43f5e !important;
    border-color: rgba(244, 63, 94, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-rose-600:focus {
    --border-opacity: 1 !important;
    border-color: #e11d48 !important;
    border-color: rgba(225, 29, 72, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-rose-700:focus {
    --border-opacity: 1 !important;
    border-color: #be123c !important;
    border-color: rgba(190, 18, 60, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-rose-800:focus {
    --border-opacity: 1 !important;
    border-color: #9f1239 !important;
    border-color: rgba(159, 18, 57, var(--border-opacity)) !important;
  }

  .lg\:focus\:tw-border-rose-900:focus {
    --border-opacity: 1 !important;
    border-color: #881337 !important;
    border-color: rgba(136, 19, 55, var(--border-opacity)) !important;
  }

  .lg\:tw-border-opacity-0 {
    --border-opacity: 0 !important;
  }

  .lg\:tw-border-opacity-25 {
    --border-opacity: 0.25 !important;
  }

  .lg\:tw-border-opacity-50 {
    --border-opacity: 0.5 !important;
  }

  .lg\:tw-border-opacity-75 {
    --border-opacity: 0.75 !important;
  }

  .lg\:tw-border-opacity-100 {
    --border-opacity: 1 !important;
  }

  .lg\:hover\:tw-border-opacity-0:hover {
    --border-opacity: 0 !important;
  }

  .lg\:hover\:tw-border-opacity-25:hover {
    --border-opacity: 0.25 !important;
  }

  .lg\:hover\:tw-border-opacity-50:hover {
    --border-opacity: 0.5 !important;
  }

  .lg\:hover\:tw-border-opacity-75:hover {
    --border-opacity: 0.75 !important;
  }

  .lg\:hover\:tw-border-opacity-100:hover {
    --border-opacity: 1 !important;
  }

  .lg\:focus\:tw-border-opacity-0:focus {
    --border-opacity: 0 !important;
  }

  .lg\:focus\:tw-border-opacity-25:focus {
    --border-opacity: 0.25 !important;
  }

  .lg\:focus\:tw-border-opacity-50:focus {
    --border-opacity: 0.5 !important;
  }

  .lg\:focus\:tw-border-opacity-75:focus {
    --border-opacity: 0.75 !important;
  }

  .lg\:focus\:tw-border-opacity-100:focus {
    --border-opacity: 1 !important;
  }

  .lg\:tw-rounded-none {
    border-radius: 0 !important;
  }

  .lg\:tw-rounded-sm {
    border-radius: 0.125rem !important;
  }

  .lg\:tw-rounded {
    border-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-md {
    border-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-lg {
    border-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-xl {
    border-radius: 0.75rem !important;
  }

  .lg\:tw-rounded-2xl {
    border-radius: 1rem !important;
  }

  .lg\:tw-rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .lg\:tw-rounded-full {
    border-radius: 9999px !important;
  }

  .lg\:tw-rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .lg\:tw-rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .lg\:tw-rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:tw-rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:tw-rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .lg\:tw-rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .lg\:tw-rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:tw-rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:tw-rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .lg\:tw-rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .lg\:tw-rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:tw-rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:tw-rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .lg\:tw-rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .lg\:tw-rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:tw-rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:tw-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg\:tw-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:tw-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:tw-rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .lg\:tw-rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .lg\:tw-rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .lg\:tw-rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .lg\:tw-rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .lg\:tw-rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .lg\:tw-rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .lg\:tw-rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:tw-rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .lg\:tw-rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .lg\:tw-rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .lg\:tw-rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:tw-rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .lg\:tw-rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .lg\:tw-rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .lg\:tw-rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:tw-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .lg\:tw-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .lg\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:tw-border-solid {
    border-style: solid !important;
  }

  .lg\:tw-border-dashed {
    border-style: dashed !important;
  }

  .lg\:tw-border-dotted {
    border-style: dotted !important;
  }

  .lg\:tw-border-double {
    border-style: double !important;
  }

  .lg\:tw-border-none {
    border-style: none !important;
  }

  .lg\:tw-border-0 {
    border-width: 0 !important;
  }

  .lg\:tw-border-2 {
    border-width: 2px !important;
  }

  .lg\:tw-border-3 {
    border-width: 3px !important;
  }

  .lg\:tw-border-4 {
    border-width: 4px !important;
  }

  .lg\:tw-border-8 {
    border-width: 8px !important;
  }

  .lg\:tw-border {
    border-width: 1px !important;
  }

  .lg\:tw-border-t-0 {
    border-top-width: 0 !important;
  }

  .lg\:tw-border-r-0 {
    border-right-width: 0 !important;
  }

  .lg\:tw-border-b-0 {
    border-bottom-width: 0 !important;
  }

  .lg\:tw-border-l-0 {
    border-left-width: 0 !important;
  }

  .lg\:tw-border-t-2 {
    border-top-width: 2px !important;
  }

  .lg\:tw-border-r-2 {
    border-right-width: 2px !important;
  }

  .lg\:tw-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .lg\:tw-border-l-2 {
    border-left-width: 2px !important;
  }

  .lg\:tw-border-t-3 {
    border-top-width: 3px !important;
  }

  .lg\:tw-border-r-3 {
    border-right-width: 3px !important;
  }

  .lg\:tw-border-b-3 {
    border-bottom-width: 3px !important;
  }

  .lg\:tw-border-l-3 {
    border-left-width: 3px !important;
  }

  .lg\:tw-border-t-4 {
    border-top-width: 4px !important;
  }

  .lg\:tw-border-r-4 {
    border-right-width: 4px !important;
  }

  .lg\:tw-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .lg\:tw-border-l-4 {
    border-left-width: 4px !important;
  }

  .lg\:tw-border-t-8 {
    border-top-width: 8px !important;
  }

  .lg\:tw-border-r-8 {
    border-right-width: 8px !important;
  }

  .lg\:tw-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .lg\:tw-border-l-8 {
    border-left-width: 8px !important;
  }

  .lg\:tw-border-t {
    border-top-width: 1px !important;
  }

  .lg\:tw-border-r {
    border-right-width: 1px !important;
  }

  .lg\:tw-border-b {
    border-bottom-width: 1px !important;
  }

  .lg\:tw-border-l {
    border-left-width: 1px !important;
  }

  .lg\:tw-box-border {
    box-sizing: border-box !important;
  }

  .lg\:tw-box-content {
    box-sizing: content-box !important;
  }

  .lg\:tw-cursor-auto {
    cursor: auto !important;
  }

  .lg\:tw-cursor-default {
    cursor: default !important;
  }

  .lg\:tw-cursor-pointer {
    cursor: pointer !important;
  }

  .lg\:tw-cursor-wait {
    cursor: wait !important;
  }

  .lg\:tw-cursor-text {
    cursor: text !important;
  }

  .lg\:tw-cursor-move {
    cursor: move !important;
  }

  .lg\:tw-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .lg\:tw-block {
    display: block !important;
  }

  .lg\:tw-inline-block {
    display: inline-block !important;
  }

  .lg\:tw-inline {
    display: inline !important;
  }

  .lg\:tw-flex {
    display: flex !important;
  }

  .lg\:tw-inline-flex {
    display: inline-flex !important;
  }

  .lg\:tw-table {
    display: table !important;
  }

  .lg\:tw-table-caption {
    display: table-caption !important;
  }

  .lg\:tw-table-cell {
    display: table-cell !important;
  }

  .lg\:tw-table-column {
    display: table-column !important;
  }

  .lg\:tw-table-column-group {
    display: table-column-group !important;
  }

  .lg\:tw-table-footer-group {
    display: table-footer-group !important;
  }

  .lg\:tw-table-header-group {
    display: table-header-group !important;
  }

  .lg\:tw-table-row-group {
    display: table-row-group !important;
  }

  .lg\:tw-table-row {
    display: table-row !important;
  }

  .lg\:tw-flow-root {
    display: flow-root !important;
  }

  .lg\:tw-grid {
    display: grid !important;
  }

  .lg\:tw-inline-grid {
    display: inline-grid !important;
  }

  .lg\:tw-contents {
    display: contents !important;
  }

  .lg\:tw-hidden {
    display: none !important;
  }

  .lg\:empty\:tw-block:empty {
    display: block !important;
  }

  .lg\:empty\:tw-inline-block:empty {
    display: inline-block !important;
  }

  .lg\:empty\:tw-inline:empty {
    display: inline !important;
  }

  .lg\:empty\:tw-flex:empty {
    display: flex !important;
  }

  .lg\:empty\:tw-inline-flex:empty {
    display: inline-flex !important;
  }

  .lg\:empty\:tw-table:empty {
    display: table !important;
  }

  .lg\:empty\:tw-table-caption:empty {
    display: table-caption !important;
  }

  .lg\:empty\:tw-table-cell:empty {
    display: table-cell !important;
  }

  .lg\:empty\:tw-table-column:empty {
    display: table-column !important;
  }

  .lg\:empty\:tw-table-column-group:empty {
    display: table-column-group !important;
  }

  .lg\:empty\:tw-table-footer-group:empty {
    display: table-footer-group !important;
  }

  .lg\:empty\:tw-table-header-group:empty {
    display: table-header-group !important;
  }

  .lg\:empty\:tw-table-row-group:empty {
    display: table-row-group !important;
  }

  .lg\:empty\:tw-table-row:empty {
    display: table-row !important;
  }

  .lg\:empty\:tw-flow-root:empty {
    display: flow-root !important;
  }

  .lg\:empty\:tw-grid:empty {
    display: grid !important;
  }

  .lg\:empty\:tw-inline-grid:empty {
    display: inline-grid !important;
  }

  .lg\:empty\:tw-contents:empty {
    display: contents !important;
  }

  .lg\:empty\:tw-hidden:empty {
    display: none !important;
  }

  .lg\:tw-flex-row {
    flex-direction: row !important;
  }

  .lg\:tw-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .lg\:tw-flex-col {
    flex-direction: column !important;
  }

  .lg\:tw-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .lg\:tw-flex-wrap {
    flex-wrap: wrap !important;
  }

  .lg\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .lg\:tw-flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .lg\:tw-place-items-auto {
    place-items: auto !important;
  }

  .lg\:tw-place-items-start {
    place-items: start !important;
  }

  .lg\:tw-place-items-end {
    place-items: end !important;
  }

  .lg\:tw-place-items-center {
    place-items: center !important;
  }

  .lg\:tw-place-items-stretch {
    place-items: stretch !important;
  }

  .lg\:tw-place-content-center {
    place-content: center !important;
  }

  .lg\:tw-place-content-start {
    place-content: start !important;
  }

  .lg\:tw-place-content-end {
    place-content: end !important;
  }

  .lg\:tw-place-content-between {
    place-content: space-between !important;
  }

  .lg\:tw-place-content-around {
    place-content: space-around !important;
  }

  .lg\:tw-place-content-evenly {
    place-content: space-evenly !important;
  }

  .lg\:tw-place-content-stretch {
    place-content: stretch !important;
  }

  .lg\:tw-place-self-auto {
    place-self: auto !important;
  }

  .lg\:tw-place-self-start {
    place-self: start !important;
  }

  .lg\:tw-place-self-end {
    place-self: end !important;
  }

  .lg\:tw-place-self-center {
    place-self: center !important;
  }

  .lg\:tw-place-self-stretch {
    place-self: stretch !important;
  }

  .lg\:tw-items-start {
    align-items: flex-start !important;
  }

  .lg\:tw-items-end {
    align-items: flex-end !important;
  }

  .lg\:tw-items-center {
    align-items: center !important;
  }

  .lg\:tw-items-baseline {
    align-items: baseline !important;
  }

  .lg\:tw-items-stretch {
    align-items: stretch !important;
  }

  .lg\:tw-content-center {
    align-content: center !important;
  }

  .lg\:tw-content-start {
    align-content: flex-start !important;
  }

  .lg\:tw-content-end {
    align-content: flex-end !important;
  }

  .lg\:tw-content-between {
    align-content: space-between !important;
  }

  .lg\:tw-content-around {
    align-content: space-around !important;
  }

  .lg\:tw-content-evenly {
    align-content: space-evenly !important;
  }

  .lg\:tw-self-auto {
    align-self: auto !important;
  }

  .lg\:tw-self-start {
    align-self: flex-start !important;
  }

  .lg\:tw-self-end {
    align-self: flex-end !important;
  }

  .lg\:tw-self-center {
    align-self: center !important;
  }

  .lg\:tw-self-stretch {
    align-self: stretch !important;
  }

  .lg\:tw-justify-items-auto {
    justify-items: auto !important;
  }

  .lg\:tw-justify-items-start {
    justify-items: start !important;
  }

  .lg\:tw-justify-items-end {
    justify-items: end !important;
  }

  .lg\:tw-justify-items-center {
    justify-items: center !important;
  }

  .lg\:tw-justify-items-stretch {
    justify-items: stretch !important;
  }

  .lg\:tw-justify-start {
    justify-content: flex-start !important;
  }

  .lg\:tw-justify-end {
    justify-content: flex-end !important;
  }

  .lg\:tw-justify-center {
    justify-content: center !important;
  }

  .lg\:tw-justify-between {
    justify-content: space-between !important;
  }

  .lg\:tw-justify-around {
    justify-content: space-around !important;
  }

  .lg\:tw-justify-evenly {
    justify-content: space-evenly !important;
  }

  .lg\:tw-justify-self-auto {
    justify-self: auto !important;
  }

  .lg\:tw-justify-self-start {
    justify-self: start !important;
  }

  .lg\:tw-justify-self-end {
    justify-self: end !important;
  }

  .lg\:tw-justify-self-center {
    justify-self: center !important;
  }

  .lg\:tw-justify-self-stretch {
    justify-self: stretch !important;
  }

  .lg\:tw-flex-1 {
    flex: 1 1 0% !important;
  }

  .lg\:tw-flex-auto {
    flex: 1 1 auto !important;
  }

  .lg\:tw-flex-initial {
    flex: 0 1 auto !important;
  }

  .lg\:tw-flex-none {
    flex: none !important;
  }

  .lg\:tw-flex-grow-0 {
    flex-grow: 0 !important;
  }

  .lg\:tw-flex-grow {
    flex-grow: 1 !important;
  }

  .lg\:tw-flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .lg\:tw-flex-shrink {
    flex-shrink: 1 !important;
  }

  .lg\:tw-order-1 {
    order: 1 !important;
  }

  .lg\:tw-order-2 {
    order: 2 !important;
  }

  .lg\:tw-order-3 {
    order: 3 !important;
  }

  .lg\:tw-order-4 {
    order: 4 !important;
  }

  .lg\:tw-order-5 {
    order: 5 !important;
  }

  .lg\:tw-order-6 {
    order: 6 !important;
  }

  .lg\:tw-order-7 {
    order: 7 !important;
  }

  .lg\:tw-order-8 {
    order: 8 !important;
  }

  .lg\:tw-order-9 {
    order: 9 !important;
  }

  .lg\:tw-order-10 {
    order: 10 !important;
  }

  .lg\:tw-order-11 {
    order: 11 !important;
  }

  .lg\:tw-order-12 {
    order: 12 !important;
  }

  .lg\:tw-order-first {
    order: -9999 !important;
  }

  .lg\:tw-order-last {
    order: 9999 !important;
  }

  .lg\:tw-order-none {
    order: 0 !important;
  }

  .lg\:tw-float-right {
    float: right !important;
  }

  .lg\:tw-float-left {
    float: left !important;
  }

  .lg\:tw-float-none {
    float: none !important;
  }

  .lg\:tw-clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .lg\:tw-clear-left {
    clear: left !important;
  }

  .lg\:tw-clear-right {
    clear: right !important;
  }

  .lg\:tw-clear-both {
    clear: both !important;
  }

  .lg\:tw-clear-none {
    clear: none !important;
  }

  .lg\:tw-font-sans {
    font-family: 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" !important;
  }

  .lg\:tw-font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .lg\:tw-font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .lg\:tw-font-thin {
    font-weight: 100 !important;
  }

  .lg\:tw-font-extralight {
    font-weight: 200 !important;
  }

  .lg\:tw-font-light {
    font-weight: 300 !important;
  }

  .lg\:tw-font-normal {
    font-weight: 400 !important;
  }

  .lg\:tw-font-medium {
    font-weight: 500 !important;
  }

  .lg\:tw-font-semibold {
    font-weight: 600 !important;
  }

  .lg\:tw-font-bold {
    font-weight: 700 !important;
  }

  .lg\:tw-font-extrabold {
    font-weight: 800 !important;
  }

  .lg\:tw-font-black {
    font-weight: 900 !important;
  }

  .lg\:hover\:tw-font-thin:hover {
    font-weight: 100 !important;
  }

  .lg\:hover\:tw-font-extralight:hover {
    font-weight: 200 !important;
  }

  .lg\:hover\:tw-font-light:hover {
    font-weight: 300 !important;
  }

  .lg\:hover\:tw-font-normal:hover {
    font-weight: 400 !important;
  }

  .lg\:hover\:tw-font-medium:hover {
    font-weight: 500 !important;
  }

  .lg\:hover\:tw-font-semibold:hover {
    font-weight: 600 !important;
  }

  .lg\:hover\:tw-font-bold:hover {
    font-weight: 700 !important;
  }

  .lg\:hover\:tw-font-extrabold:hover {
    font-weight: 800 !important;
  }

  .lg\:hover\:tw-font-black:hover {
    font-weight: 900 !important;
  }

  .lg\:focus\:tw-font-thin:focus {
    font-weight: 100 !important;
  }

  .lg\:focus\:tw-font-extralight:focus {
    font-weight: 200 !important;
  }

  .lg\:focus\:tw-font-light:focus {
    font-weight: 300 !important;
  }

  .lg\:focus\:tw-font-normal:focus {
    font-weight: 400 !important;
  }

  .lg\:focus\:tw-font-medium:focus {
    font-weight: 500 !important;
  }

  .lg\:focus\:tw-font-semibold:focus {
    font-weight: 600 !important;
  }

  .lg\:focus\:tw-font-bold:focus {
    font-weight: 700 !important;
  }

  .lg\:focus\:tw-font-extrabold:focus {
    font-weight: 800 !important;
  }

  .lg\:focus\:tw-font-black:focus {
    font-weight: 900 !important;
  }

  .lg\:tw-h-0 {
    height: 0 !important;
  }

  .lg\:tw-h-1 {
    height: 0.25rem !important;
  }

  .lg\:tw-h-2 {
    height: 0.5rem !important;
  }

  .lg\:tw-h-3 {
    height: 0.75rem !important;
  }

  .lg\:tw-h-4 {
    height: 1rem !important;
  }

  .lg\:tw-h-5 {
    height: 1.25rem !important;
  }

  .lg\:tw-h-6 {
    height: 1.5rem !important;
  }

  .lg\:tw-h-8 {
    height: 2rem !important;
  }

  .lg\:tw-h-10 {
    height: 2.5rem !important;
  }

  .lg\:tw-h-12 {
    height: 3rem !important;
  }

  .lg\:tw-h-16 {
    height: 4rem !important;
  }

  .lg\:tw-h-20 {
    height: 5rem !important;
  }

  .lg\:tw-h-24 {
    height: 6rem !important;
  }

  .lg\:tw-h-30 {
    height: 7.5rem !important;
  }

  .lg\:tw-h-32 {
    height: 8rem !important;
  }

  .lg\:tw-h-36 {
    height: 9rem !important;
  }

  .lg\:tw-h-40 {
    height: 10rem !important;
  }

  .lg\:tw-h-48 {
    height: 12rem !important;
  }

  .lg\:tw-h-56 {
    height: 14rem !important;
  }

  .lg\:tw-h-64 {
    height: 16rem !important;
  }

  .lg\:tw-h-auto {
    height: auto !important;
  }

  .lg\:tw-h-px {
    height: 1px !important;
  }

  .lg\:tw-h-0\.5 {
    height: .125rem !important;
  }

  .lg\:tw-h-1\.5 {
    height: .375rem !important;
  }

  .lg\:tw-h-2\.5 {
    height: .625rem !important;
  }

  .lg\:tw-h-3\.5 {
    height: .875rem !important;
  }

  .lg\:tw-h-1\.25em {
    height: 1.25em !important;
  }

  .lg\:tw-h-1\.5em {
    height: 1.5em !important;
  }

  .lg\:tw-h-4em {
    height: 4em !important;
  }

  .lg\:tw-h-full {
    height: 100% !important;
  }

  .lg\:tw-h-screen {
    height: 100vh !important;
  }

  .lg\:tw-text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .lg\:tw-text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .lg\:tw-text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .lg\:tw-text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .lg\:tw-text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .lg\:tw-text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .lg\:tw-text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .lg\:tw-text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .lg\:tw-text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .lg\:tw-text-6xl {
    font-size: 4rem !important;
    line-height: 1 !important;
  }

  .lg\:tw-leading-3 {
    line-height: .75rem !important;
  }

  .lg\:tw-leading-4 {
    line-height: 1rem !important;
  }

  .lg\:tw-leading-5 {
    line-height: 1.25rem !important;
  }

  .lg\:tw-leading-6 {
    line-height: 1.5rem !important;
  }

  .lg\:tw-leading-7 {
    line-height: 1.75rem !important;
  }

  .lg\:tw-leading-8 {
    line-height: 2rem !important;
  }

  .lg\:tw-leading-9 {
    line-height: 2.25rem !important;
  }

  .lg\:tw-leading-10 {
    line-height: 2.5rem !important;
  }

  .lg\:tw-leading-none {
    line-height: 1 !important;
  }

  .lg\:tw-leading-tight {
    line-height: 1.25 !important;
  }

  .lg\:tw-leading-snug {
    line-height: 1.375 !important;
  }

  .lg\:tw-leading-normal {
    line-height: 1.5 !important;
  }

  .lg\:tw-leading-relaxed {
    line-height: 1.625 !important;
  }

  .lg\:tw-leading-loose {
    line-height: 2 !important;
  }

  .lg\:tw-list-inside {
    list-style-position: inside !important;
  }

  .lg\:tw-list-outside {
    list-style-position: outside !important;
  }

  .lg\:tw-list-none {
    list-style-type: none !important;
  }

  .lg\:tw-list-disc {
    list-style-type: disc !important;
  }

  .lg\:tw-list-decimal {
    list-style-type: decimal !important;
  }

  .lg\:tw-m-0 {
    margin: 0 !important;
  }

  .lg\:tw-m-1 {
    margin: 0.25rem !important;
  }

  .lg\:tw-m-2 {
    margin: 0.5rem !important;
  }

  .lg\:tw-m-3 {
    margin: 0.75rem !important;
  }

  .lg\:tw-m-4 {
    margin: 1rem !important;
  }

  .lg\:tw-m-5 {
    margin: 1.25rem !important;
  }

  .lg\:tw-m-6 {
    margin: 1.5rem !important;
  }

  .lg\:tw-m-8 {
    margin: 2rem !important;
  }

  .lg\:tw-m-10 {
    margin: 2.5rem !important;
  }

  .lg\:tw-m-12 {
    margin: 3rem !important;
  }

  .lg\:tw-m-16 {
    margin: 4rem !important;
  }

  .lg\:tw-m-20 {
    margin: 5rem !important;
  }

  .lg\:tw-m-24 {
    margin: 6rem !important;
  }

  .lg\:tw-m-30 {
    margin: 7.5rem !important;
  }

  .lg\:tw-m-32 {
    margin: 8rem !important;
  }

  .lg\:tw-m-36 {
    margin: 9rem !important;
  }

  .lg\:tw-m-40 {
    margin: 10rem !important;
  }

  .lg\:tw-m-48 {
    margin: 12rem !important;
  }

  .lg\:tw-m-56 {
    margin: 14rem !important;
  }

  .lg\:tw-m-64 {
    margin: 16rem !important;
  }

  .lg\:tw-m-auto {
    margin: auto !important;
  }

  .lg\:tw-m-px {
    margin: 1px !important;
  }

  .lg\:tw-m-0\.5 {
    margin: .125rem !important;
  }

  .lg\:tw-m-1\.5 {
    margin: .375rem !important;
  }

  .lg\:tw-m-2\.5 {
    margin: .625rem !important;
  }

  .lg\:tw-m-3\.5 {
    margin: .875rem !important;
  }

  .lg\:tw-m-1\.25em {
    margin: 1.25em !important;
  }

  .lg\:tw-m-1\.5em {
    margin: 1.5em !important;
  }

  .lg\:tw-m-4em {
    margin: 4em !important;
  }

  .lg\:tw--m-1 {
    margin: -0.25rem !important;
  }

  .lg\:tw--m-2 {
    margin: -0.5rem !important;
  }

  .lg\:tw--m-3 {
    margin: -0.75rem !important;
  }

  .lg\:tw--m-4 {
    margin: -1rem !important;
  }

  .lg\:tw--m-5 {
    margin: -1.25rem !important;
  }

  .lg\:tw--m-6 {
    margin: -1.5rem !important;
  }

  .lg\:tw--m-8 {
    margin: -2rem !important;
  }

  .lg\:tw--m-10 {
    margin: -2.5rem !important;
  }

  .lg\:tw--m-12 {
    margin: -3rem !important;
  }

  .lg\:tw--m-16 {
    margin: -4rem !important;
  }

  .lg\:tw--m-20 {
    margin: -5rem !important;
  }

  .lg\:tw--m-24 {
    margin: -6rem !important;
  }

  .lg\:tw--m-30 {
    margin: -7.5rem !important;
  }

  .lg\:tw--m-32 {
    margin: -8rem !important;
  }

  .lg\:tw--m-36 {
    margin: -9rem !important;
  }

  .lg\:tw--m-40 {
    margin: -10rem !important;
  }

  .lg\:tw--m-48 {
    margin: -12rem !important;
  }

  .lg\:tw--m-56 {
    margin: -14rem !important;
  }

  .lg\:tw--m-64 {
    margin: -16rem !important;
  }

  .lg\:tw--m-px {
    margin: -1px !important;
  }

  .lg\:tw--m-0\.5 {
    margin: -0.125rem !important;
  }

  .lg\:tw--m-1\.5 {
    margin: -0.375rem !important;
  }

  .lg\:tw--m-2\.5 {
    margin: -0.625rem !important;
  }

  .lg\:tw--m-3\.5 {
    margin: -0.875rem !important;
  }

  .lg\:tw--m-1\.25em {
    margin: -1.25em !important;
  }

  .lg\:tw--m-1\.5em {
    margin: -1.5em !important;
  }

  .lg\:tw--m-4em {
    margin: -4em !important;
  }

  .lg\:tw-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:tw-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:tw-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:tw-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .lg\:tw-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lg\:tw-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .lg\:tw-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .lg\:tw-mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .lg\:tw-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:tw-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg\:tw-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .lg\:tw-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .lg\:tw-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:tw-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:tw-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lg\:tw-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .lg\:tw-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg\:tw-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:tw-my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lg\:tw-mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg\:tw-my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lg\:tw-mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .lg\:tw-my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .lg\:tw-mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .lg\:tw-my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:tw-mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lg\:tw-my-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .lg\:tw-mx-30 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }

  .lg\:tw-my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .lg\:tw-mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .lg\:tw-my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .lg\:tw-mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .lg\:tw-my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .lg\:tw-mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .lg\:tw-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .lg\:tw-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .lg\:tw-my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .lg\:tw-mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .lg\:tw-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .lg\:tw-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .lg\:tw-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:tw-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:tw-my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg\:tw-mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lg\:tw-my-0\.5 {
    margin-top: .125rem !important;
    margin-bottom: .125rem !important;
  }

  .lg\:tw-mx-0\.5 {
    margin-left: .125rem !important;
    margin-right: .125rem !important;
  }

  .lg\:tw-my-1\.5 {
    margin-top: .375rem !important;
    margin-bottom: .375rem !important;
  }

  .lg\:tw-mx-1\.5 {
    margin-left: .375rem !important;
    margin-right: .375rem !important;
  }

  .lg\:tw-my-2\.5 {
    margin-top: .625rem !important;
    margin-bottom: .625rem !important;
  }

  .lg\:tw-mx-2\.5 {
    margin-left: .625rem !important;
    margin-right: .625rem !important;
  }

  .lg\:tw-my-3\.5 {
    margin-top: .875rem !important;
    margin-bottom: .875rem !important;
  }

  .lg\:tw-mx-3\.5 {
    margin-left: .875rem !important;
    margin-right: .875rem !important;
  }

  .lg\:tw-my-1\.25em {
    margin-top: 1.25em !important;
    margin-bottom: 1.25em !important;
  }

  .lg\:tw-mx-1\.25em {
    margin-left: 1.25em !important;
    margin-right: 1.25em !important;
  }

  .lg\:tw-my-1\.5em {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }

  .lg\:tw-mx-1\.5em {
    margin-left: 1.5em !important;
    margin-right: 1.5em !important;
  }

  .lg\:tw-my-4em {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
  }

  .lg\:tw-mx-4em {
    margin-left: 4em !important;
    margin-right: 4em !important;
  }

  .lg\:tw--my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lg\:tw--mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .lg\:tw--my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lg\:tw--mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lg\:tw--my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .lg\:tw--mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .lg\:tw--my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lg\:tw--mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lg\:tw--my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .lg\:tw--mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .lg\:tw--my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lg\:tw--mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg\:tw--my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lg\:tw--mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lg\:tw--my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lg\:tw--mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .lg\:tw--my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lg\:tw--mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .lg\:tw--my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lg\:tw--mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .lg\:tw--my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .lg\:tw--mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .lg\:tw--my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .lg\:tw--mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .lg\:tw--my-30 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }

  .lg\:tw--mx-30 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important;
  }

  .lg\:tw--my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .lg\:tw--mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .lg\:tw--my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .lg\:tw--mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .lg\:tw--my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .lg\:tw--mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .lg\:tw--my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .lg\:tw--mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .lg\:tw--my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .lg\:tw--mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .lg\:tw--my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .lg\:tw--mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .lg\:tw--my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lg\:tw--mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lg\:tw--my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .lg\:tw--mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .lg\:tw--my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .lg\:tw--mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .lg\:tw--my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .lg\:tw--mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .lg\:tw--my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .lg\:tw--mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .lg\:tw--my-1\.25em {
    margin-top: -1.25em !important;
    margin-bottom: -1.25em !important;
  }

  .lg\:tw--mx-1\.25em {
    margin-left: -1.25em !important;
    margin-right: -1.25em !important;
  }

  .lg\:tw--my-1\.5em {
    margin-top: -1.5em !important;
    margin-bottom: -1.5em !important;
  }

  .lg\:tw--mx-1\.5em {
    margin-left: -1.5em !important;
    margin-right: -1.5em !important;
  }

  .lg\:tw--my-4em {
    margin-top: -4em !important;
    margin-bottom: -4em !important;
  }

  .lg\:tw--mx-4em {
    margin-left: -4em !important;
    margin-right: -4em !important;
  }

  .lg\:tw-mt-0 {
    margin-top: 0 !important;
  }

  .lg\:tw-mr-0 {
    margin-right: 0 !important;
  }

  .lg\:tw-mb-0 {
    margin-bottom: 0 !important;
  }

  .lg\:tw-ml-0 {
    margin-left: 0 !important;
  }

  .lg\:tw-mt-1 {
    margin-top: 0.25rem !important;
  }

  .lg\:tw-mr-1 {
    margin-right: 0.25rem !important;
  }

  .lg\:tw-mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .lg\:tw-ml-1 {
    margin-left: 0.25rem !important;
  }

  .lg\:tw-mt-2 {
    margin-top: 0.5rem !important;
  }

  .lg\:tw-mr-2 {
    margin-right: 0.5rem !important;
  }

  .lg\:tw-mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .lg\:tw-ml-2 {
    margin-left: 0.5rem !important;
  }

  .lg\:tw-mt-3 {
    margin-top: 0.75rem !important;
  }

  .lg\:tw-mr-3 {
    margin-right: 0.75rem !important;
  }

  .lg\:tw-mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .lg\:tw-ml-3 {
    margin-left: 0.75rem !important;
  }

  .lg\:tw-mt-4 {
    margin-top: 1rem !important;
  }

  .lg\:tw-mr-4 {
    margin-right: 1rem !important;
  }

  .lg\:tw-mb-4 {
    margin-bottom: 1rem !important;
  }

  .lg\:tw-ml-4 {
    margin-left: 1rem !important;
  }

  .lg\:tw-mt-5 {
    margin-top: 1.25rem !important;
  }

  .lg\:tw-mr-5 {
    margin-right: 1.25rem !important;
  }

  .lg\:tw-mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .lg\:tw-ml-5 {
    margin-left: 1.25rem !important;
  }

  .lg\:tw-mt-6 {
    margin-top: 1.5rem !important;
  }

  .lg\:tw-mr-6 {
    margin-right: 1.5rem !important;
  }

  .lg\:tw-mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .lg\:tw-ml-6 {
    margin-left: 1.5rem !important;
  }

  .lg\:tw-mt-8 {
    margin-top: 2rem !important;
  }

  .lg\:tw-mr-8 {
    margin-right: 2rem !important;
  }

  .lg\:tw-mb-8 {
    margin-bottom: 2rem !important;
  }

  .lg\:tw-ml-8 {
    margin-left: 2rem !important;
  }

  .lg\:tw-mt-10 {
    margin-top: 2.5rem !important;
  }

  .lg\:tw-mr-10 {
    margin-right: 2.5rem !important;
  }

  .lg\:tw-mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .lg\:tw-ml-10 {
    margin-left: 2.5rem !important;
  }

  .lg\:tw-mt-12 {
    margin-top: 3rem !important;
  }

  .lg\:tw-mr-12 {
    margin-right: 3rem !important;
  }

  .lg\:tw-mb-12 {
    margin-bottom: 3rem !important;
  }

  .lg\:tw-ml-12 {
    margin-left: 3rem !important;
  }

  .lg\:tw-mt-16 {
    margin-top: 4rem !important;
  }

  .lg\:tw-mr-16 {
    margin-right: 4rem !important;
  }

  .lg\:tw-mb-16 {
    margin-bottom: 4rem !important;
  }

  .lg\:tw-ml-16 {
    margin-left: 4rem !important;
  }

  .lg\:tw-mt-20 {
    margin-top: 5rem !important;
  }

  .lg\:tw-mr-20 {
    margin-right: 5rem !important;
  }

  .lg\:tw-mb-20 {
    margin-bottom: 5rem !important;
  }

  .lg\:tw-ml-20 {
    margin-left: 5rem !important;
  }

  .lg\:tw-mt-24 {
    margin-top: 6rem !important;
  }

  .lg\:tw-mr-24 {
    margin-right: 6rem !important;
  }

  .lg\:tw-mb-24 {
    margin-bottom: 6rem !important;
  }

  .lg\:tw-ml-24 {
    margin-left: 6rem !important;
  }

  .lg\:tw-mt-30 {
    margin-top: 7.5rem !important;
  }

  .lg\:tw-mr-30 {
    margin-right: 7.5rem !important;
  }

  .lg\:tw-mb-30 {
    margin-bottom: 7.5rem !important;
  }

  .lg\:tw-ml-30 {
    margin-left: 7.5rem !important;
  }

  .lg\:tw-mt-32 {
    margin-top: 8rem !important;
  }

  .lg\:tw-mr-32 {
    margin-right: 8rem !important;
  }

  .lg\:tw-mb-32 {
    margin-bottom: 8rem !important;
  }

  .lg\:tw-ml-32 {
    margin-left: 8rem !important;
  }

  .lg\:tw-mt-36 {
    margin-top: 9rem !important;
  }

  .lg\:tw-mr-36 {
    margin-right: 9rem !important;
  }

  .lg\:tw-mb-36 {
    margin-bottom: 9rem !important;
  }

  .lg\:tw-ml-36 {
    margin-left: 9rem !important;
  }

  .lg\:tw-mt-40 {
    margin-top: 10rem !important;
  }

  .lg\:tw-mr-40 {
    margin-right: 10rem !important;
  }

  .lg\:tw-mb-40 {
    margin-bottom: 10rem !important;
  }

  .lg\:tw-ml-40 {
    margin-left: 10rem !important;
  }

  .lg\:tw-mt-48 {
    margin-top: 12rem !important;
  }

  .lg\:tw-mr-48 {
    margin-right: 12rem !important;
  }

  .lg\:tw-mb-48 {
    margin-bottom: 12rem !important;
  }

  .lg\:tw-ml-48 {
    margin-left: 12rem !important;
  }

  .lg\:tw-mt-56 {
    margin-top: 14rem !important;
  }

  .lg\:tw-mr-56 {
    margin-right: 14rem !important;
  }

  .lg\:tw-mb-56 {
    margin-bottom: 14rem !important;
  }

  .lg\:tw-ml-56 {
    margin-left: 14rem !important;
  }

  .lg\:tw-mt-64 {
    margin-top: 16rem !important;
  }

  .lg\:tw-mr-64 {
    margin-right: 16rem !important;
  }

  .lg\:tw-mb-64 {
    margin-bottom: 16rem !important;
  }

  .lg\:tw-ml-64 {
    margin-left: 16rem !important;
  }

  .lg\:tw-mt-auto {
    margin-top: auto !important;
  }

  .lg\:tw-mr-auto {
    margin-right: auto !important;
  }

  .lg\:tw-mb-auto {
    margin-bottom: auto !important;
  }

  .lg\:tw-ml-auto {
    margin-left: auto !important;
  }

  .lg\:tw-mt-px {
    margin-top: 1px !important;
  }

  .lg\:tw-mr-px {
    margin-right: 1px !important;
  }

  .lg\:tw-mb-px {
    margin-bottom: 1px !important;
  }

  .lg\:tw-ml-px {
    margin-left: 1px !important;
  }

  .lg\:tw-mt-0\.5 {
    margin-top: .125rem !important;
  }

  .lg\:tw-mr-0\.5 {
    margin-right: .125rem !important;
  }

  .lg\:tw-mb-0\.5 {
    margin-bottom: .125rem !important;
  }

  .lg\:tw-ml-0\.5 {
    margin-left: .125rem !important;
  }

  .lg\:tw-mt-1\.5 {
    margin-top: .375rem !important;
  }

  .lg\:tw-mr-1\.5 {
    margin-right: .375rem !important;
  }

  .lg\:tw-mb-1\.5 {
    margin-bottom: .375rem !important;
  }

  .lg\:tw-ml-1\.5 {
    margin-left: .375rem !important;
  }

  .lg\:tw-mt-2\.5 {
    margin-top: .625rem !important;
  }

  .lg\:tw-mr-2\.5 {
    margin-right: .625rem !important;
  }

  .lg\:tw-mb-2\.5 {
    margin-bottom: .625rem !important;
  }

  .lg\:tw-ml-2\.5 {
    margin-left: .625rem !important;
  }

  .lg\:tw-mt-3\.5 {
    margin-top: .875rem !important;
  }

  .lg\:tw-mr-3\.5 {
    margin-right: .875rem !important;
  }

  .lg\:tw-mb-3\.5 {
    margin-bottom: .875rem !important;
  }

  .lg\:tw-ml-3\.5 {
    margin-left: .875rem !important;
  }

  .lg\:tw-mt-1\.25em {
    margin-top: 1.25em !important;
  }

  .lg\:tw-mr-1\.25em {
    margin-right: 1.25em !important;
  }

  .lg\:tw-mb-1\.25em {
    margin-bottom: 1.25em !important;
  }

  .lg\:tw-ml-1\.25em {
    margin-left: 1.25em !important;
  }

  .lg\:tw-mt-1\.5em {
    margin-top: 1.5em !important;
  }

  .lg\:tw-mr-1\.5em {
    margin-right: 1.5em !important;
  }

  .lg\:tw-mb-1\.5em {
    margin-bottom: 1.5em !important;
  }

  .lg\:tw-ml-1\.5em {
    margin-left: 1.5em !important;
  }

  .lg\:tw-mt-4em {
    margin-top: 4em !important;
  }

  .lg\:tw-mr-4em {
    margin-right: 4em !important;
  }

  .lg\:tw-mb-4em {
    margin-bottom: 4em !important;
  }

  .lg\:tw-ml-4em {
    margin-left: 4em !important;
  }

  .lg\:tw--mt-1 {
    margin-top: -0.25rem !important;
  }

  .lg\:tw--mr-1 {
    margin-right: -0.25rem !important;
  }

  .lg\:tw--mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .lg\:tw--ml-1 {
    margin-left: -0.25rem !important;
  }

  .lg\:tw--mt-2 {
    margin-top: -0.5rem !important;
  }

  .lg\:tw--mr-2 {
    margin-right: -0.5rem !important;
  }

  .lg\:tw--mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .lg\:tw--ml-2 {
    margin-left: -0.5rem !important;
  }

  .lg\:tw--mt-3 {
    margin-top: -0.75rem !important;
  }

  .lg\:tw--mr-3 {
    margin-right: -0.75rem !important;
  }

  .lg\:tw--mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .lg\:tw--ml-3 {
    margin-left: -0.75rem !important;
  }

  .lg\:tw--mt-4 {
    margin-top: -1rem !important;
  }

  .lg\:tw--mr-4 {
    margin-right: -1rem !important;
  }

  .lg\:tw--mb-4 {
    margin-bottom: -1rem !important;
  }

  .lg\:tw--ml-4 {
    margin-left: -1rem !important;
  }

  .lg\:tw--mt-5 {
    margin-top: -1.25rem !important;
  }

  .lg\:tw--mr-5 {
    margin-right: -1.25rem !important;
  }

  .lg\:tw--mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .lg\:tw--ml-5 {
    margin-left: -1.25rem !important;
  }

  .lg\:tw--mt-6 {
    margin-top: -1.5rem !important;
  }

  .lg\:tw--mr-6 {
    margin-right: -1.5rem !important;
  }

  .lg\:tw--mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .lg\:tw--ml-6 {
    margin-left: -1.5rem !important;
  }

  .lg\:tw--mt-8 {
    margin-top: -2rem !important;
  }

  .lg\:tw--mr-8 {
    margin-right: -2rem !important;
  }

  .lg\:tw--mb-8 {
    margin-bottom: -2rem !important;
  }

  .lg\:tw--ml-8 {
    margin-left: -2rem !important;
  }

  .lg\:tw--mt-10 {
    margin-top: -2.5rem !important;
  }

  .lg\:tw--mr-10 {
    margin-right: -2.5rem !important;
  }

  .lg\:tw--mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .lg\:tw--ml-10 {
    margin-left: -2.5rem !important;
  }

  .lg\:tw--mt-12 {
    margin-top: -3rem !important;
  }

  .lg\:tw--mr-12 {
    margin-right: -3rem !important;
  }

  .lg\:tw--mb-12 {
    margin-bottom: -3rem !important;
  }

  .lg\:tw--ml-12 {
    margin-left: -3rem !important;
  }

  .lg\:tw--mt-16 {
    margin-top: -4rem !important;
  }

  .lg\:tw--mr-16 {
    margin-right: -4rem !important;
  }

  .lg\:tw--mb-16 {
    margin-bottom: -4rem !important;
  }

  .lg\:tw--ml-16 {
    margin-left: -4rem !important;
  }

  .lg\:tw--mt-20 {
    margin-top: -5rem !important;
  }

  .lg\:tw--mr-20 {
    margin-right: -5rem !important;
  }

  .lg\:tw--mb-20 {
    margin-bottom: -5rem !important;
  }

  .lg\:tw--ml-20 {
    margin-left: -5rem !important;
  }

  .lg\:tw--mt-24 {
    margin-top: -6rem !important;
  }

  .lg\:tw--mr-24 {
    margin-right: -6rem !important;
  }

  .lg\:tw--mb-24 {
    margin-bottom: -6rem !important;
  }

  .lg\:tw--ml-24 {
    margin-left: -6rem !important;
  }

  .lg\:tw--mt-30 {
    margin-top: -7.5rem !important;
  }

  .lg\:tw--mr-30 {
    margin-right: -7.5rem !important;
  }

  .lg\:tw--mb-30 {
    margin-bottom: -7.5rem !important;
  }

  .lg\:tw--ml-30 {
    margin-left: -7.5rem !important;
  }

  .lg\:tw--mt-32 {
    margin-top: -8rem !important;
  }

  .lg\:tw--mr-32 {
    margin-right: -8rem !important;
  }

  .lg\:tw--mb-32 {
    margin-bottom: -8rem !important;
  }

  .lg\:tw--ml-32 {
    margin-left: -8rem !important;
  }

  .lg\:tw--mt-36 {
    margin-top: -9rem !important;
  }

  .lg\:tw--mr-36 {
    margin-right: -9rem !important;
  }

  .lg\:tw--mb-36 {
    margin-bottom: -9rem !important;
  }

  .lg\:tw--ml-36 {
    margin-left: -9rem !important;
  }

  .lg\:tw--mt-40 {
    margin-top: -10rem !important;
  }

  .lg\:tw--mr-40 {
    margin-right: -10rem !important;
  }

  .lg\:tw--mb-40 {
    margin-bottom: -10rem !important;
  }

  .lg\:tw--ml-40 {
    margin-left: -10rem !important;
  }

  .lg\:tw--mt-48 {
    margin-top: -12rem !important;
  }

  .lg\:tw--mr-48 {
    margin-right: -12rem !important;
  }

  .lg\:tw--mb-48 {
    margin-bottom: -12rem !important;
  }

  .lg\:tw--ml-48 {
    margin-left: -12rem !important;
  }

  .lg\:tw--mt-56 {
    margin-top: -14rem !important;
  }

  .lg\:tw--mr-56 {
    margin-right: -14rem !important;
  }

  .lg\:tw--mb-56 {
    margin-bottom: -14rem !important;
  }

  .lg\:tw--ml-56 {
    margin-left: -14rem !important;
  }

  .lg\:tw--mt-64 {
    margin-top: -16rem !important;
  }

  .lg\:tw--mr-64 {
    margin-right: -16rem !important;
  }

  .lg\:tw--mb-64 {
    margin-bottom: -16rem !important;
  }

  .lg\:tw--ml-64 {
    margin-left: -16rem !important;
  }

  .lg\:tw--mt-px {
    margin-top: -1px !important;
  }

  .lg\:tw--mr-px {
    margin-right: -1px !important;
  }

  .lg\:tw--mb-px {
    margin-bottom: -1px !important;
  }

  .lg\:tw--ml-px {
    margin-left: -1px !important;
  }

  .lg\:tw--mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .lg\:tw--mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .lg\:tw--mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .lg\:tw--ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .lg\:tw--mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .lg\:tw--mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .lg\:tw--mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .lg\:tw--ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .lg\:tw--mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .lg\:tw--mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .lg\:tw--mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .lg\:tw--ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .lg\:tw--mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .lg\:tw--mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .lg\:tw--mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .lg\:tw--ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .lg\:tw--mt-1\.25em {
    margin-top: -1.25em !important;
  }

  .lg\:tw--mr-1\.25em {
    margin-right: -1.25em !important;
  }

  .lg\:tw--mb-1\.25em {
    margin-bottom: -1.25em !important;
  }

  .lg\:tw--ml-1\.25em {
    margin-left: -1.25em !important;
  }

  .lg\:tw--mt-1\.5em {
    margin-top: -1.5em !important;
  }

  .lg\:tw--mr-1\.5em {
    margin-right: -1.5em !important;
  }

  .lg\:tw--mb-1\.5em {
    margin-bottom: -1.5em !important;
  }

  .lg\:tw--ml-1\.5em {
    margin-left: -1.5em !important;
  }

  .lg\:tw--mt-4em {
    margin-top: -4em !important;
  }

  .lg\:tw--mr-4em {
    margin-right: -4em !important;
  }

  .lg\:tw--mb-4em {
    margin-bottom: -4em !important;
  }

  .lg\:tw--ml-4em {
    margin-left: -4em !important;
  }

  .lg\:last\:tw-m-0:last-child {
    margin: 0 !important;
  }

  .lg\:last\:tw-m-1:last-child {
    margin: 0.25rem !important;
  }

  .lg\:last\:tw-m-2:last-child {
    margin: 0.5rem !important;
  }

  .lg\:last\:tw-m-3:last-child {
    margin: 0.75rem !important;
  }

  .lg\:last\:tw-m-4:last-child {
    margin: 1rem !important;
  }

  .lg\:last\:tw-m-5:last-child {
    margin: 1.25rem !important;
  }

  .lg\:last\:tw-m-6:last-child {
    margin: 1.5rem !important;
  }

  .lg\:last\:tw-m-8:last-child {
    margin: 2rem !important;
  }

  .lg\:last\:tw-m-10:last-child {
    margin: 2.5rem !important;
  }

  .lg\:last\:tw-m-12:last-child {
    margin: 3rem !important;
  }

  .lg\:last\:tw-m-16:last-child {
    margin: 4rem !important;
  }

  .lg\:last\:tw-m-20:last-child {
    margin: 5rem !important;
  }

  .lg\:last\:tw-m-24:last-child {
    margin: 6rem !important;
  }

  .lg\:last\:tw-m-30:last-child {
    margin: 7.5rem !important;
  }

  .lg\:last\:tw-m-32:last-child {
    margin: 8rem !important;
  }

  .lg\:last\:tw-m-36:last-child {
    margin: 9rem !important;
  }

  .lg\:last\:tw-m-40:last-child {
    margin: 10rem !important;
  }

  .lg\:last\:tw-m-48:last-child {
    margin: 12rem !important;
  }

  .lg\:last\:tw-m-56:last-child {
    margin: 14rem !important;
  }

  .lg\:last\:tw-m-64:last-child {
    margin: 16rem !important;
  }

  .lg\:last\:tw-m-auto:last-child {
    margin: auto !important;
  }

  .lg\:last\:tw-m-px:last-child {
    margin: 1px !important;
  }

  .lg\:last\:tw-m-0\.5:last-child {
    margin: .125rem !important;
  }

  .lg\:last\:tw-m-1\.5:last-child {
    margin: .375rem !important;
  }

  .lg\:last\:tw-m-2\.5:last-child {
    margin: .625rem !important;
  }

  .lg\:last\:tw-m-3\.5:last-child {
    margin: .875rem !important;
  }

  .lg\:last\:tw-m-1\.25em:last-child {
    margin: 1.25em !important;
  }

  .lg\:last\:tw-m-1\.5em:last-child {
    margin: 1.5em !important;
  }

  .lg\:last\:tw-m-4em:last-child {
    margin: 4em !important;
  }

  .lg\:last\:tw--m-1:last-child {
    margin: -0.25rem !important;
  }

  .lg\:last\:tw--m-2:last-child {
    margin: -0.5rem !important;
  }

  .lg\:last\:tw--m-3:last-child {
    margin: -0.75rem !important;
  }

  .lg\:last\:tw--m-4:last-child {
    margin: -1rem !important;
  }

  .lg\:last\:tw--m-5:last-child {
    margin: -1.25rem !important;
  }

  .lg\:last\:tw--m-6:last-child {
    margin: -1.5rem !important;
  }

  .lg\:last\:tw--m-8:last-child {
    margin: -2rem !important;
  }

  .lg\:last\:tw--m-10:last-child {
    margin: -2.5rem !important;
  }

  .lg\:last\:tw--m-12:last-child {
    margin: -3rem !important;
  }

  .lg\:last\:tw--m-16:last-child {
    margin: -4rem !important;
  }

  .lg\:last\:tw--m-20:last-child {
    margin: -5rem !important;
  }

  .lg\:last\:tw--m-24:last-child {
    margin: -6rem !important;
  }

  .lg\:last\:tw--m-30:last-child {
    margin: -7.5rem !important;
  }

  .lg\:last\:tw--m-32:last-child {
    margin: -8rem !important;
  }

  .lg\:last\:tw--m-36:last-child {
    margin: -9rem !important;
  }

  .lg\:last\:tw--m-40:last-child {
    margin: -10rem !important;
  }

  .lg\:last\:tw--m-48:last-child {
    margin: -12rem !important;
  }

  .lg\:last\:tw--m-56:last-child {
    margin: -14rem !important;
  }

  .lg\:last\:tw--m-64:last-child {
    margin: -16rem !important;
  }

  .lg\:last\:tw--m-px:last-child {
    margin: -1px !important;
  }

  .lg\:last\:tw--m-0\.5:last-child {
    margin: -0.125rem !important;
  }

  .lg\:last\:tw--m-1\.5:last-child {
    margin: -0.375rem !important;
  }

  .lg\:last\:tw--m-2\.5:last-child {
    margin: -0.625rem !important;
  }

  .lg\:last\:tw--m-3\.5:last-child {
    margin: -0.875rem !important;
  }

  .lg\:last\:tw--m-1\.25em:last-child {
    margin: -1.25em !important;
  }

  .lg\:last\:tw--m-1\.5em:last-child {
    margin: -1.5em !important;
  }

  .lg\:last\:tw--m-4em:last-child {
    margin: -4em !important;
  }

  .lg\:last\:tw-my-0:last-child {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:last\:tw-mx-0:last-child {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:last\:tw-my-1:last-child {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:last\:tw-mx-1:last-child {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .lg\:last\:tw-my-2:last-child {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lg\:last\:tw-mx-2:last-child {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .lg\:last\:tw-my-3:last-child {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .lg\:last\:tw-mx-3:last-child {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .lg\:last\:tw-my-4:last-child {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:last\:tw-mx-4:last-child {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg\:last\:tw-my-5:last-child {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .lg\:last\:tw-mx-5:last-child {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .lg\:last\:tw-my-6:last-child {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:last\:tw-mx-6:last-child {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:last\:tw-my-8:last-child {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lg\:last\:tw-mx-8:last-child {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .lg\:last\:tw-my-10:last-child {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg\:last\:tw-mx-10:last-child {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:last\:tw-my-12:last-child {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lg\:last\:tw-mx-12:last-child {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg\:last\:tw-my-16:last-child {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lg\:last\:tw-mx-16:last-child {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .lg\:last\:tw-my-20:last-child {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .lg\:last\:tw-mx-20:last-child {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .lg\:last\:tw-my-24:last-child {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:last\:tw-mx-24:last-child {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lg\:last\:tw-my-30:last-child {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .lg\:last\:tw-mx-30:last-child {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }

  .lg\:last\:tw-my-32:last-child {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .lg\:last\:tw-mx-32:last-child {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .lg\:last\:tw-my-36:last-child {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .lg\:last\:tw-mx-36:last-child {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .lg\:last\:tw-my-40:last-child {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .lg\:last\:tw-mx-40:last-child {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .lg\:last\:tw-my-48:last-child {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .lg\:last\:tw-mx-48:last-child {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .lg\:last\:tw-my-56:last-child {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .lg\:last\:tw-mx-56:last-child {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .lg\:last\:tw-my-64:last-child {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .lg\:last\:tw-mx-64:last-child {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .lg\:last\:tw-my-auto:last-child {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:last\:tw-mx-auto:last-child {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:last\:tw-my-px:last-child {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg\:last\:tw-mx-px:last-child {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lg\:last\:tw-my-0\.5:last-child {
    margin-top: .125rem !important;
    margin-bottom: .125rem !important;
  }

  .lg\:last\:tw-mx-0\.5:last-child {
    margin-left: .125rem !important;
    margin-right: .125rem !important;
  }

  .lg\:last\:tw-my-1\.5:last-child {
    margin-top: .375rem !important;
    margin-bottom: .375rem !important;
  }

  .lg\:last\:tw-mx-1\.5:last-child {
    margin-left: .375rem !important;
    margin-right: .375rem !important;
  }

  .lg\:last\:tw-my-2\.5:last-child {
    margin-top: .625rem !important;
    margin-bottom: .625rem !important;
  }

  .lg\:last\:tw-mx-2\.5:last-child {
    margin-left: .625rem !important;
    margin-right: .625rem !important;
  }

  .lg\:last\:tw-my-3\.5:last-child {
    margin-top: .875rem !important;
    margin-bottom: .875rem !important;
  }

  .lg\:last\:tw-mx-3\.5:last-child {
    margin-left: .875rem !important;
    margin-right: .875rem !important;
  }

  .lg\:last\:tw-my-1\.25em:last-child {
    margin-top: 1.25em !important;
    margin-bottom: 1.25em !important;
  }

  .lg\:last\:tw-mx-1\.25em:last-child {
    margin-left: 1.25em !important;
    margin-right: 1.25em !important;
  }

  .lg\:last\:tw-my-1\.5em:last-child {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }

  .lg\:last\:tw-mx-1\.5em:last-child {
    margin-left: 1.5em !important;
    margin-right: 1.5em !important;
  }

  .lg\:last\:tw-my-4em:last-child {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
  }

  .lg\:last\:tw-mx-4em:last-child {
    margin-left: 4em !important;
    margin-right: 4em !important;
  }

  .lg\:last\:tw--my-1:last-child {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lg\:last\:tw--mx-1:last-child {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .lg\:last\:tw--my-2:last-child {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lg\:last\:tw--mx-2:last-child {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lg\:last\:tw--my-3:last-child {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .lg\:last\:tw--mx-3:last-child {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .lg\:last\:tw--my-4:last-child {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lg\:last\:tw--mx-4:last-child {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lg\:last\:tw--my-5:last-child {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .lg\:last\:tw--mx-5:last-child {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .lg\:last\:tw--my-6:last-child {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lg\:last\:tw--mx-6:last-child {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg\:last\:tw--my-8:last-child {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lg\:last\:tw--mx-8:last-child {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lg\:last\:tw--my-10:last-child {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lg\:last\:tw--mx-10:last-child {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .lg\:last\:tw--my-12:last-child {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lg\:last\:tw--mx-12:last-child {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .lg\:last\:tw--my-16:last-child {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lg\:last\:tw--mx-16:last-child {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .lg\:last\:tw--my-20:last-child {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .lg\:last\:tw--mx-20:last-child {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .lg\:last\:tw--my-24:last-child {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .lg\:last\:tw--mx-24:last-child {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .lg\:last\:tw--my-30:last-child {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }

  .lg\:last\:tw--mx-30:last-child {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important;
  }

  .lg\:last\:tw--my-32:last-child {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .lg\:last\:tw--mx-32:last-child {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .lg\:last\:tw--my-36:last-child {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .lg\:last\:tw--mx-36:last-child {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .lg\:last\:tw--my-40:last-child {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .lg\:last\:tw--mx-40:last-child {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .lg\:last\:tw--my-48:last-child {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .lg\:last\:tw--mx-48:last-child {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .lg\:last\:tw--my-56:last-child {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .lg\:last\:tw--mx-56:last-child {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .lg\:last\:tw--my-64:last-child {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .lg\:last\:tw--mx-64:last-child {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .lg\:last\:tw--my-px:last-child {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lg\:last\:tw--mx-px:last-child {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lg\:last\:tw--my-0\.5:last-child {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .lg\:last\:tw--mx-0\.5:last-child {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .lg\:last\:tw--my-1\.5:last-child {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .lg\:last\:tw--mx-1\.5:last-child {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .lg\:last\:tw--my-2\.5:last-child {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .lg\:last\:tw--mx-2\.5:last-child {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .lg\:last\:tw--my-3\.5:last-child {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .lg\:last\:tw--mx-3\.5:last-child {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .lg\:last\:tw--my-1\.25em:last-child {
    margin-top: -1.25em !important;
    margin-bottom: -1.25em !important;
  }

  .lg\:last\:tw--mx-1\.25em:last-child {
    margin-left: -1.25em !important;
    margin-right: -1.25em !important;
  }

  .lg\:last\:tw--my-1\.5em:last-child {
    margin-top: -1.5em !important;
    margin-bottom: -1.5em !important;
  }

  .lg\:last\:tw--mx-1\.5em:last-child {
    margin-left: -1.5em !important;
    margin-right: -1.5em !important;
  }

  .lg\:last\:tw--my-4em:last-child {
    margin-top: -4em !important;
    margin-bottom: -4em !important;
  }

  .lg\:last\:tw--mx-4em:last-child {
    margin-left: -4em !important;
    margin-right: -4em !important;
  }

  .lg\:last\:tw-mt-0:last-child {
    margin-top: 0 !important;
  }

  .lg\:last\:tw-mr-0:last-child {
    margin-right: 0 !important;
  }

  .lg\:last\:tw-mb-0:last-child {
    margin-bottom: 0 !important;
  }

  .lg\:last\:tw-ml-0:last-child {
    margin-left: 0 !important;
  }

  .lg\:last\:tw-mt-1:last-child {
    margin-top: 0.25rem !important;
  }

  .lg\:last\:tw-mr-1:last-child {
    margin-right: 0.25rem !important;
  }

  .lg\:last\:tw-mb-1:last-child {
    margin-bottom: 0.25rem !important;
  }

  .lg\:last\:tw-ml-1:last-child {
    margin-left: 0.25rem !important;
  }

  .lg\:last\:tw-mt-2:last-child {
    margin-top: 0.5rem !important;
  }

  .lg\:last\:tw-mr-2:last-child {
    margin-right: 0.5rem !important;
  }

  .lg\:last\:tw-mb-2:last-child {
    margin-bottom: 0.5rem !important;
  }

  .lg\:last\:tw-ml-2:last-child {
    margin-left: 0.5rem !important;
  }

  .lg\:last\:tw-mt-3:last-child {
    margin-top: 0.75rem !important;
  }

  .lg\:last\:tw-mr-3:last-child {
    margin-right: 0.75rem !important;
  }

  .lg\:last\:tw-mb-3:last-child {
    margin-bottom: 0.75rem !important;
  }

  .lg\:last\:tw-ml-3:last-child {
    margin-left: 0.75rem !important;
  }

  .lg\:last\:tw-mt-4:last-child {
    margin-top: 1rem !important;
  }

  .lg\:last\:tw-mr-4:last-child {
    margin-right: 1rem !important;
  }

  .lg\:last\:tw-mb-4:last-child {
    margin-bottom: 1rem !important;
  }

  .lg\:last\:tw-ml-4:last-child {
    margin-left: 1rem !important;
  }

  .lg\:last\:tw-mt-5:last-child {
    margin-top: 1.25rem !important;
  }

  .lg\:last\:tw-mr-5:last-child {
    margin-right: 1.25rem !important;
  }

  .lg\:last\:tw-mb-5:last-child {
    margin-bottom: 1.25rem !important;
  }

  .lg\:last\:tw-ml-5:last-child {
    margin-left: 1.25rem !important;
  }

  .lg\:last\:tw-mt-6:last-child {
    margin-top: 1.5rem !important;
  }

  .lg\:last\:tw-mr-6:last-child {
    margin-right: 1.5rem !important;
  }

  .lg\:last\:tw-mb-6:last-child {
    margin-bottom: 1.5rem !important;
  }

  .lg\:last\:tw-ml-6:last-child {
    margin-left: 1.5rem !important;
  }

  .lg\:last\:tw-mt-8:last-child {
    margin-top: 2rem !important;
  }

  .lg\:last\:tw-mr-8:last-child {
    margin-right: 2rem !important;
  }

  .lg\:last\:tw-mb-8:last-child {
    margin-bottom: 2rem !important;
  }

  .lg\:last\:tw-ml-8:last-child {
    margin-left: 2rem !important;
  }

  .lg\:last\:tw-mt-10:last-child {
    margin-top: 2.5rem !important;
  }

  .lg\:last\:tw-mr-10:last-child {
    margin-right: 2.5rem !important;
  }

  .lg\:last\:tw-mb-10:last-child {
    margin-bottom: 2.5rem !important;
  }

  .lg\:last\:tw-ml-10:last-child {
    margin-left: 2.5rem !important;
  }

  .lg\:last\:tw-mt-12:last-child {
    margin-top: 3rem !important;
  }

  .lg\:last\:tw-mr-12:last-child {
    margin-right: 3rem !important;
  }

  .lg\:last\:tw-mb-12:last-child {
    margin-bottom: 3rem !important;
  }

  .lg\:last\:tw-ml-12:last-child {
    margin-left: 3rem !important;
  }

  .lg\:last\:tw-mt-16:last-child {
    margin-top: 4rem !important;
  }

  .lg\:last\:tw-mr-16:last-child {
    margin-right: 4rem !important;
  }

  .lg\:last\:tw-mb-16:last-child {
    margin-bottom: 4rem !important;
  }

  .lg\:last\:tw-ml-16:last-child {
    margin-left: 4rem !important;
  }

  .lg\:last\:tw-mt-20:last-child {
    margin-top: 5rem !important;
  }

  .lg\:last\:tw-mr-20:last-child {
    margin-right: 5rem !important;
  }

  .lg\:last\:tw-mb-20:last-child {
    margin-bottom: 5rem !important;
  }

  .lg\:last\:tw-ml-20:last-child {
    margin-left: 5rem !important;
  }

  .lg\:last\:tw-mt-24:last-child {
    margin-top: 6rem !important;
  }

  .lg\:last\:tw-mr-24:last-child {
    margin-right: 6rem !important;
  }

  .lg\:last\:tw-mb-24:last-child {
    margin-bottom: 6rem !important;
  }

  .lg\:last\:tw-ml-24:last-child {
    margin-left: 6rem !important;
  }

  .lg\:last\:tw-mt-30:last-child {
    margin-top: 7.5rem !important;
  }

  .lg\:last\:tw-mr-30:last-child {
    margin-right: 7.5rem !important;
  }

  .lg\:last\:tw-mb-30:last-child {
    margin-bottom: 7.5rem !important;
  }

  .lg\:last\:tw-ml-30:last-child {
    margin-left: 7.5rem !important;
  }

  .lg\:last\:tw-mt-32:last-child {
    margin-top: 8rem !important;
  }

  .lg\:last\:tw-mr-32:last-child {
    margin-right: 8rem !important;
  }

  .lg\:last\:tw-mb-32:last-child {
    margin-bottom: 8rem !important;
  }

  .lg\:last\:tw-ml-32:last-child {
    margin-left: 8rem !important;
  }

  .lg\:last\:tw-mt-36:last-child {
    margin-top: 9rem !important;
  }

  .lg\:last\:tw-mr-36:last-child {
    margin-right: 9rem !important;
  }

  .lg\:last\:tw-mb-36:last-child {
    margin-bottom: 9rem !important;
  }

  .lg\:last\:tw-ml-36:last-child {
    margin-left: 9rem !important;
  }

  .lg\:last\:tw-mt-40:last-child {
    margin-top: 10rem !important;
  }

  .lg\:last\:tw-mr-40:last-child {
    margin-right: 10rem !important;
  }

  .lg\:last\:tw-mb-40:last-child {
    margin-bottom: 10rem !important;
  }

  .lg\:last\:tw-ml-40:last-child {
    margin-left: 10rem !important;
  }

  .lg\:last\:tw-mt-48:last-child {
    margin-top: 12rem !important;
  }

  .lg\:last\:tw-mr-48:last-child {
    margin-right: 12rem !important;
  }

  .lg\:last\:tw-mb-48:last-child {
    margin-bottom: 12rem !important;
  }

  .lg\:last\:tw-ml-48:last-child {
    margin-left: 12rem !important;
  }

  .lg\:last\:tw-mt-56:last-child {
    margin-top: 14rem !important;
  }

  .lg\:last\:tw-mr-56:last-child {
    margin-right: 14rem !important;
  }

  .lg\:last\:tw-mb-56:last-child {
    margin-bottom: 14rem !important;
  }

  .lg\:last\:tw-ml-56:last-child {
    margin-left: 14rem !important;
  }

  .lg\:last\:tw-mt-64:last-child {
    margin-top: 16rem !important;
  }

  .lg\:last\:tw-mr-64:last-child {
    margin-right: 16rem !important;
  }

  .lg\:last\:tw-mb-64:last-child {
    margin-bottom: 16rem !important;
  }

  .lg\:last\:tw-ml-64:last-child {
    margin-left: 16rem !important;
  }

  .lg\:last\:tw-mt-auto:last-child {
    margin-top: auto !important;
  }

  .lg\:last\:tw-mr-auto:last-child {
    margin-right: auto !important;
  }

  .lg\:last\:tw-mb-auto:last-child {
    margin-bottom: auto !important;
  }

  .lg\:last\:tw-ml-auto:last-child {
    margin-left: auto !important;
  }

  .lg\:last\:tw-mt-px:last-child {
    margin-top: 1px !important;
  }

  .lg\:last\:tw-mr-px:last-child {
    margin-right: 1px !important;
  }

  .lg\:last\:tw-mb-px:last-child {
    margin-bottom: 1px !important;
  }

  .lg\:last\:tw-ml-px:last-child {
    margin-left: 1px !important;
  }

  .lg\:last\:tw-mt-0\.5:last-child {
    margin-top: .125rem !important;
  }

  .lg\:last\:tw-mr-0\.5:last-child {
    margin-right: .125rem !important;
  }

  .lg\:last\:tw-mb-0\.5:last-child {
    margin-bottom: .125rem !important;
  }

  .lg\:last\:tw-ml-0\.5:last-child {
    margin-left: .125rem !important;
  }

  .lg\:last\:tw-mt-1\.5:last-child {
    margin-top: .375rem !important;
  }

  .lg\:last\:tw-mr-1\.5:last-child {
    margin-right: .375rem !important;
  }

  .lg\:last\:tw-mb-1\.5:last-child {
    margin-bottom: .375rem !important;
  }

  .lg\:last\:tw-ml-1\.5:last-child {
    margin-left: .375rem !important;
  }

  .lg\:last\:tw-mt-2\.5:last-child {
    margin-top: .625rem !important;
  }

  .lg\:last\:tw-mr-2\.5:last-child {
    margin-right: .625rem !important;
  }

  .lg\:last\:tw-mb-2\.5:last-child {
    margin-bottom: .625rem !important;
  }

  .lg\:last\:tw-ml-2\.5:last-child {
    margin-left: .625rem !important;
  }

  .lg\:last\:tw-mt-3\.5:last-child {
    margin-top: .875rem !important;
  }

  .lg\:last\:tw-mr-3\.5:last-child {
    margin-right: .875rem !important;
  }

  .lg\:last\:tw-mb-3\.5:last-child {
    margin-bottom: .875rem !important;
  }

  .lg\:last\:tw-ml-3\.5:last-child {
    margin-left: .875rem !important;
  }

  .lg\:last\:tw-mt-1\.25em:last-child {
    margin-top: 1.25em !important;
  }

  .lg\:last\:tw-mr-1\.25em:last-child {
    margin-right: 1.25em !important;
  }

  .lg\:last\:tw-mb-1\.25em:last-child {
    margin-bottom: 1.25em !important;
  }

  .lg\:last\:tw-ml-1\.25em:last-child {
    margin-left: 1.25em !important;
  }

  .lg\:last\:tw-mt-1\.5em:last-child {
    margin-top: 1.5em !important;
  }

  .lg\:last\:tw-mr-1\.5em:last-child {
    margin-right: 1.5em !important;
  }

  .lg\:last\:tw-mb-1\.5em:last-child {
    margin-bottom: 1.5em !important;
  }

  .lg\:last\:tw-ml-1\.5em:last-child {
    margin-left: 1.5em !important;
  }

  .lg\:last\:tw-mt-4em:last-child {
    margin-top: 4em !important;
  }

  .lg\:last\:tw-mr-4em:last-child {
    margin-right: 4em !important;
  }

  .lg\:last\:tw-mb-4em:last-child {
    margin-bottom: 4em !important;
  }

  .lg\:last\:tw-ml-4em:last-child {
    margin-left: 4em !important;
  }

  .lg\:last\:tw--mt-1:last-child {
    margin-top: -0.25rem !important;
  }

  .lg\:last\:tw--mr-1:last-child {
    margin-right: -0.25rem !important;
  }

  .lg\:last\:tw--mb-1:last-child {
    margin-bottom: -0.25rem !important;
  }

  .lg\:last\:tw--ml-1:last-child {
    margin-left: -0.25rem !important;
  }

  .lg\:last\:tw--mt-2:last-child {
    margin-top: -0.5rem !important;
  }

  .lg\:last\:tw--mr-2:last-child {
    margin-right: -0.5rem !important;
  }

  .lg\:last\:tw--mb-2:last-child {
    margin-bottom: -0.5rem !important;
  }

  .lg\:last\:tw--ml-2:last-child {
    margin-left: -0.5rem !important;
  }

  .lg\:last\:tw--mt-3:last-child {
    margin-top: -0.75rem !important;
  }

  .lg\:last\:tw--mr-3:last-child {
    margin-right: -0.75rem !important;
  }

  .lg\:last\:tw--mb-3:last-child {
    margin-bottom: -0.75rem !important;
  }

  .lg\:last\:tw--ml-3:last-child {
    margin-left: -0.75rem !important;
  }

  .lg\:last\:tw--mt-4:last-child {
    margin-top: -1rem !important;
  }

  .lg\:last\:tw--mr-4:last-child {
    margin-right: -1rem !important;
  }

  .lg\:last\:tw--mb-4:last-child {
    margin-bottom: -1rem !important;
  }

  .lg\:last\:tw--ml-4:last-child {
    margin-left: -1rem !important;
  }

  .lg\:last\:tw--mt-5:last-child {
    margin-top: -1.25rem !important;
  }

  .lg\:last\:tw--mr-5:last-child {
    margin-right: -1.25rem !important;
  }

  .lg\:last\:tw--mb-5:last-child {
    margin-bottom: -1.25rem !important;
  }

  .lg\:last\:tw--ml-5:last-child {
    margin-left: -1.25rem !important;
  }

  .lg\:last\:tw--mt-6:last-child {
    margin-top: -1.5rem !important;
  }

  .lg\:last\:tw--mr-6:last-child {
    margin-right: -1.5rem !important;
  }

  .lg\:last\:tw--mb-6:last-child {
    margin-bottom: -1.5rem !important;
  }

  .lg\:last\:tw--ml-6:last-child {
    margin-left: -1.5rem !important;
  }

  .lg\:last\:tw--mt-8:last-child {
    margin-top: -2rem !important;
  }

  .lg\:last\:tw--mr-8:last-child {
    margin-right: -2rem !important;
  }

  .lg\:last\:tw--mb-8:last-child {
    margin-bottom: -2rem !important;
  }

  .lg\:last\:tw--ml-8:last-child {
    margin-left: -2rem !important;
  }

  .lg\:last\:tw--mt-10:last-child {
    margin-top: -2.5rem !important;
  }

  .lg\:last\:tw--mr-10:last-child {
    margin-right: -2.5rem !important;
  }

  .lg\:last\:tw--mb-10:last-child {
    margin-bottom: -2.5rem !important;
  }

  .lg\:last\:tw--ml-10:last-child {
    margin-left: -2.5rem !important;
  }

  .lg\:last\:tw--mt-12:last-child {
    margin-top: -3rem !important;
  }

  .lg\:last\:tw--mr-12:last-child {
    margin-right: -3rem !important;
  }

  .lg\:last\:tw--mb-12:last-child {
    margin-bottom: -3rem !important;
  }

  .lg\:last\:tw--ml-12:last-child {
    margin-left: -3rem !important;
  }

  .lg\:last\:tw--mt-16:last-child {
    margin-top: -4rem !important;
  }

  .lg\:last\:tw--mr-16:last-child {
    margin-right: -4rem !important;
  }

  .lg\:last\:tw--mb-16:last-child {
    margin-bottom: -4rem !important;
  }

  .lg\:last\:tw--ml-16:last-child {
    margin-left: -4rem !important;
  }

  .lg\:last\:tw--mt-20:last-child {
    margin-top: -5rem !important;
  }

  .lg\:last\:tw--mr-20:last-child {
    margin-right: -5rem !important;
  }

  .lg\:last\:tw--mb-20:last-child {
    margin-bottom: -5rem !important;
  }

  .lg\:last\:tw--ml-20:last-child {
    margin-left: -5rem !important;
  }

  .lg\:last\:tw--mt-24:last-child {
    margin-top: -6rem !important;
  }

  .lg\:last\:tw--mr-24:last-child {
    margin-right: -6rem !important;
  }

  .lg\:last\:tw--mb-24:last-child {
    margin-bottom: -6rem !important;
  }

  .lg\:last\:tw--ml-24:last-child {
    margin-left: -6rem !important;
  }

  .lg\:last\:tw--mt-30:last-child {
    margin-top: -7.5rem !important;
  }

  .lg\:last\:tw--mr-30:last-child {
    margin-right: -7.5rem !important;
  }

  .lg\:last\:tw--mb-30:last-child {
    margin-bottom: -7.5rem !important;
  }

  .lg\:last\:tw--ml-30:last-child {
    margin-left: -7.5rem !important;
  }

  .lg\:last\:tw--mt-32:last-child {
    margin-top: -8rem !important;
  }

  .lg\:last\:tw--mr-32:last-child {
    margin-right: -8rem !important;
  }

  .lg\:last\:tw--mb-32:last-child {
    margin-bottom: -8rem !important;
  }

  .lg\:last\:tw--ml-32:last-child {
    margin-left: -8rem !important;
  }

  .lg\:last\:tw--mt-36:last-child {
    margin-top: -9rem !important;
  }

  .lg\:last\:tw--mr-36:last-child {
    margin-right: -9rem !important;
  }

  .lg\:last\:tw--mb-36:last-child {
    margin-bottom: -9rem !important;
  }

  .lg\:last\:tw--ml-36:last-child {
    margin-left: -9rem !important;
  }

  .lg\:last\:tw--mt-40:last-child {
    margin-top: -10rem !important;
  }

  .lg\:last\:tw--mr-40:last-child {
    margin-right: -10rem !important;
  }

  .lg\:last\:tw--mb-40:last-child {
    margin-bottom: -10rem !important;
  }

  .lg\:last\:tw--ml-40:last-child {
    margin-left: -10rem !important;
  }

  .lg\:last\:tw--mt-48:last-child {
    margin-top: -12rem !important;
  }

  .lg\:last\:tw--mr-48:last-child {
    margin-right: -12rem !important;
  }

  .lg\:last\:tw--mb-48:last-child {
    margin-bottom: -12rem !important;
  }

  .lg\:last\:tw--ml-48:last-child {
    margin-left: -12rem !important;
  }

  .lg\:last\:tw--mt-56:last-child {
    margin-top: -14rem !important;
  }

  .lg\:last\:tw--mr-56:last-child {
    margin-right: -14rem !important;
  }

  .lg\:last\:tw--mb-56:last-child {
    margin-bottom: -14rem !important;
  }

  .lg\:last\:tw--ml-56:last-child {
    margin-left: -14rem !important;
  }

  .lg\:last\:tw--mt-64:last-child {
    margin-top: -16rem !important;
  }

  .lg\:last\:tw--mr-64:last-child {
    margin-right: -16rem !important;
  }

  .lg\:last\:tw--mb-64:last-child {
    margin-bottom: -16rem !important;
  }

  .lg\:last\:tw--ml-64:last-child {
    margin-left: -16rem !important;
  }

  .lg\:last\:tw--mt-px:last-child {
    margin-top: -1px !important;
  }

  .lg\:last\:tw--mr-px:last-child {
    margin-right: -1px !important;
  }

  .lg\:last\:tw--mb-px:last-child {
    margin-bottom: -1px !important;
  }

  .lg\:last\:tw--ml-px:last-child {
    margin-left: -1px !important;
  }

  .lg\:last\:tw--mt-0\.5:last-child {
    margin-top: -0.125rem !important;
  }

  .lg\:last\:tw--mr-0\.5:last-child {
    margin-right: -0.125rem !important;
  }

  .lg\:last\:tw--mb-0\.5:last-child {
    margin-bottom: -0.125rem !important;
  }

  .lg\:last\:tw--ml-0\.5:last-child {
    margin-left: -0.125rem !important;
  }

  .lg\:last\:tw--mt-1\.5:last-child {
    margin-top: -0.375rem !important;
  }

  .lg\:last\:tw--mr-1\.5:last-child {
    margin-right: -0.375rem !important;
  }

  .lg\:last\:tw--mb-1\.5:last-child {
    margin-bottom: -0.375rem !important;
  }

  .lg\:last\:tw--ml-1\.5:last-child {
    margin-left: -0.375rem !important;
  }

  .lg\:last\:tw--mt-2\.5:last-child {
    margin-top: -0.625rem !important;
  }

  .lg\:last\:tw--mr-2\.5:last-child {
    margin-right: -0.625rem !important;
  }

  .lg\:last\:tw--mb-2\.5:last-child {
    margin-bottom: -0.625rem !important;
  }

  .lg\:last\:tw--ml-2\.5:last-child {
    margin-left: -0.625rem !important;
  }

  .lg\:last\:tw--mt-3\.5:last-child {
    margin-top: -0.875rem !important;
  }

  .lg\:last\:tw--mr-3\.5:last-child {
    margin-right: -0.875rem !important;
  }

  .lg\:last\:tw--mb-3\.5:last-child {
    margin-bottom: -0.875rem !important;
  }

  .lg\:last\:tw--ml-3\.5:last-child {
    margin-left: -0.875rem !important;
  }

  .lg\:last\:tw--mt-1\.25em:last-child {
    margin-top: -1.25em !important;
  }

  .lg\:last\:tw--mr-1\.25em:last-child {
    margin-right: -1.25em !important;
  }

  .lg\:last\:tw--mb-1\.25em:last-child {
    margin-bottom: -1.25em !important;
  }

  .lg\:last\:tw--ml-1\.25em:last-child {
    margin-left: -1.25em !important;
  }

  .lg\:last\:tw--mt-1\.5em:last-child {
    margin-top: -1.5em !important;
  }

  .lg\:last\:tw--mr-1\.5em:last-child {
    margin-right: -1.5em !important;
  }

  .lg\:last\:tw--mb-1\.5em:last-child {
    margin-bottom: -1.5em !important;
  }

  .lg\:last\:tw--ml-1\.5em:last-child {
    margin-left: -1.5em !important;
  }

  .lg\:last\:tw--mt-4em:last-child {
    margin-top: -4em !important;
  }

  .lg\:last\:tw--mr-4em:last-child {
    margin-right: -4em !important;
  }

  .lg\:last\:tw--mb-4em:last-child {
    margin-bottom: -4em !important;
  }

  .lg\:last\:tw--ml-4em:last-child {
    margin-left: -4em !important;
  }

  .lg\:tw-max-h-full {
    max-height: 100% !important;
  }

  .lg\:tw-max-h-screen {
    max-height: 100vh !important;
  }

  .lg\:tw-max-w-none {
    max-width: none !important;
  }

  .lg\:tw-max-w-xs {
    max-width: 20rem !important;
  }

  .lg\:tw-max-w-sm {
    max-width: 24rem !important;
  }

  .lg\:tw-max-w-md {
    max-width: 28rem !important;
  }

  .lg\:tw-max-w-lg {
    max-width: 32rem !important;
  }

  .lg\:tw-max-w-xl {
    max-width: 36rem !important;
  }

  .lg\:tw-max-w-2xl {
    max-width: 42rem !important;
  }

  .lg\:tw-max-w-3xl {
    max-width: 48rem !important;
  }

  .lg\:tw-max-w-4xl {
    max-width: 56rem !important;
  }

  .lg\:tw-max-w-5xl {
    max-width: 64rem !important;
  }

  .lg\:tw-max-w-6xl {
    max-width: 72rem !important;
  }

  .lg\:tw-max-w-full {
    max-width: 100% !important;
  }

  .lg\:tw-max-w-screen-sm {
    max-width: 640px !important;
  }

  .lg\:tw-max-w-screen-md {
    max-width: 768px !important;
  }

  .lg\:tw-max-w-screen-lg {
    max-width: 1024px !important;
  }

  .lg\:tw-max-w-screen-xl {
    max-width: 1280px !important;
  }

  .lg\:tw-min-h-0 {
    min-height: 0 !important;
  }

  .lg\:tw-min-h-full {
    min-height: 100% !important;
  }

  .lg\:tw-min-h-screen {
    min-height: 100vh !important;
  }

  .lg\:tw-min-w-0 {
    min-width: 0 !important;
  }

  .lg\:tw-min-w-56 {
    min-width: 14rem !important;
  }

  .lg\:tw-min-w-full {
    min-width: 100% !important;
  }

  .lg\:tw-object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .lg\:tw-object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .lg\:tw-object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .lg\:tw-object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .lg\:tw-object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .lg\:tw-object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .lg\:tw-object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .lg\:tw-object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .lg\:tw-object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .lg\:tw-object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .lg\:tw-object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .lg\:tw-object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .lg\:tw-object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .lg\:tw-object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .lg\:tw-opacity-0 {
    opacity: 0 !important;
  }

  .lg\:tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .lg\:tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .lg\:tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .lg\:tw-opacity-100 {
    opacity: 1 !important;
  }

  .lg\:hover\:tw-opacity-0:hover {
    opacity: 0 !important;
  }

  .lg\:hover\:tw-opacity-25:hover {
    opacity: 0.25 !important;
  }

  .lg\:hover\:tw-opacity-50:hover {
    opacity: 0.5 !important;
  }

  .lg\:hover\:tw-opacity-75:hover {
    opacity: 0.75 !important;
  }

  .lg\:hover\:tw-opacity-100:hover {
    opacity: 1 !important;
  }

  .lg\:focus\:tw-opacity-0:focus {
    opacity: 0 !important;
  }

  .lg\:focus\:tw-opacity-25:focus {
    opacity: 0.25 !important;
  }

  .lg\:focus\:tw-opacity-50:focus {
    opacity: 0.5 !important;
  }

  .lg\:focus\:tw-opacity-75:focus {
    opacity: 0.75 !important;
  }

  .lg\:focus\:tw-opacity-100:focus {
    opacity: 1 !important;
  }

  .lg\:tw-outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:tw-outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:tw-outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:tw-outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:tw-outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:tw-outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:tw-overflow-auto {
    overflow: auto !important;
  }

  .lg\:tw-overflow-hidden {
    overflow: hidden !important;
  }

  .lg\:tw-overflow-visible {
    overflow: visible !important;
  }

  .lg\:tw-overflow-scroll {
    overflow: scroll !important;
  }

  .lg\:tw-overflow-x-auto {
    overflow-x: auto !important;
  }

  .lg\:tw-overflow-y-auto {
    overflow-y: auto !important;
  }

  .lg\:tw-overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .lg\:tw-overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .lg\:tw-overflow-x-visible {
    overflow-x: visible !important;
  }

  .lg\:tw-overflow-y-visible {
    overflow-y: visible !important;
  }

  .lg\:tw-overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .lg\:tw-overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .lg\:tw-scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .lg\:tw-scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .lg\:tw-overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .lg\:tw-overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .lg\:tw-overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .lg\:tw-overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .lg\:tw-overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .lg\:tw-overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .lg\:tw-overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .lg\:tw-overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .lg\:tw-overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .lg\:tw-p-0 {
    padding: 0 !important;
  }

  .lg\:tw-p-1 {
    padding: 0.25rem !important;
  }

  .lg\:tw-p-2 {
    padding: 0.5rem !important;
  }

  .lg\:tw-p-3 {
    padding: 0.75rem !important;
  }

  .lg\:tw-p-4 {
    padding: 1rem !important;
  }

  .lg\:tw-p-5 {
    padding: 1.25rem !important;
  }

  .lg\:tw-p-6 {
    padding: 1.5rem !important;
  }

  .lg\:tw-p-8 {
    padding: 2rem !important;
  }

  .lg\:tw-p-10 {
    padding: 2.5rem !important;
  }

  .lg\:tw-p-12 {
    padding: 3rem !important;
  }

  .lg\:tw-p-16 {
    padding: 4rem !important;
  }

  .lg\:tw-p-20 {
    padding: 5rem !important;
  }

  .lg\:tw-p-24 {
    padding: 6rem !important;
  }

  .lg\:tw-p-30 {
    padding: 7.5rem !important;
  }

  .lg\:tw-p-32 {
    padding: 8rem !important;
  }

  .lg\:tw-p-36 {
    padding: 9rem !important;
  }

  .lg\:tw-p-40 {
    padding: 10rem !important;
  }

  .lg\:tw-p-48 {
    padding: 12rem !important;
  }

  .lg\:tw-p-56 {
    padding: 14rem !important;
  }

  .lg\:tw-p-64 {
    padding: 16rem !important;
  }

  .lg\:tw-p-px {
    padding: 1px !important;
  }

  .lg\:tw-p-0\.5 {
    padding: .125rem !important;
  }

  .lg\:tw-p-1\.5 {
    padding: .375rem !important;
  }

  .lg\:tw-p-2\.5 {
    padding: .625rem !important;
  }

  .lg\:tw-p-3\.5 {
    padding: .875rem !important;
  }

  .lg\:tw-p-1\.25em {
    padding: 1.25em !important;
  }

  .lg\:tw-p-1\.5em {
    padding: 1.5em !important;
  }

  .lg\:tw-p-4em {
    padding: 4em !important;
  }

  .lg\:tw-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lg\:tw-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lg\:tw-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lg\:tw-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lg\:tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg\:tw-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lg\:tw-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .lg\:tw-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .lg\:tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:tw-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:tw-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:tw-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:tw-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:tw-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:tw-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:tw-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:tw-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg\:tw-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .lg\:tw-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:tw-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:tw-py-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .lg\:tw-px-30 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  .lg\:tw-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lg\:tw-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .lg\:tw-py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .lg\:tw-px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .lg\:tw-py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .lg\:tw-px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .lg\:tw-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .lg\:tw-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .lg\:tw-py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .lg\:tw-px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .lg\:tw-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .lg\:tw-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .lg\:tw-py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg\:tw-px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lg\:tw-py-0\.5 {
    padding-top: .125rem !important;
    padding-bottom: .125rem !important;
  }

  .lg\:tw-px-0\.5 {
    padding-left: .125rem !important;
    padding-right: .125rem !important;
  }

  .lg\:tw-py-1\.5 {
    padding-top: .375rem !important;
    padding-bottom: .375rem !important;
  }

  .lg\:tw-px-1\.5 {
    padding-left: .375rem !important;
    padding-right: .375rem !important;
  }

  .lg\:tw-py-2\.5 {
    padding-top: .625rem !important;
    padding-bottom: .625rem !important;
  }

  .lg\:tw-px-2\.5 {
    padding-left: .625rem !important;
    padding-right: .625rem !important;
  }

  .lg\:tw-py-3\.5 {
    padding-top: .875rem !important;
    padding-bottom: .875rem !important;
  }

  .lg\:tw-px-3\.5 {
    padding-left: .875rem !important;
    padding-right: .875rem !important;
  }

  .lg\:tw-py-1\.25em {
    padding-top: 1.25em !important;
    padding-bottom: 1.25em !important;
  }

  .lg\:tw-px-1\.25em {
    padding-left: 1.25em !important;
    padding-right: 1.25em !important;
  }

  .lg\:tw-py-1\.5em {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }

  .lg\:tw-px-1\.5em {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
  }

  .lg\:tw-py-4em {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }

  .lg\:tw-px-4em {
    padding-left: 4em !important;
    padding-right: 4em !important;
  }

  .lg\:tw-pt-0 {
    padding-top: 0 !important;
  }

  .lg\:tw-pr-0 {
    padding-right: 0 !important;
  }

  .lg\:tw-pb-0 {
    padding-bottom: 0 !important;
  }

  .lg\:tw-pl-0 {
    padding-left: 0 !important;
  }

  .lg\:tw-pt-1 {
    padding-top: 0.25rem !important;
  }

  .lg\:tw-pr-1 {
    padding-right: 0.25rem !important;
  }

  .lg\:tw-pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .lg\:tw-pl-1 {
    padding-left: 0.25rem !important;
  }

  .lg\:tw-pt-2 {
    padding-top: 0.5rem !important;
  }

  .lg\:tw-pr-2 {
    padding-right: 0.5rem !important;
  }

  .lg\:tw-pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .lg\:tw-pl-2 {
    padding-left: 0.5rem !important;
  }

  .lg\:tw-pt-3 {
    padding-top: 0.75rem !important;
  }

  .lg\:tw-pr-3 {
    padding-right: 0.75rem !important;
  }

  .lg\:tw-pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .lg\:tw-pl-3 {
    padding-left: 0.75rem !important;
  }

  .lg\:tw-pt-4 {
    padding-top: 1rem !important;
  }

  .lg\:tw-pr-4 {
    padding-right: 1rem !important;
  }

  .lg\:tw-pb-4 {
    padding-bottom: 1rem !important;
  }

  .lg\:tw-pl-4 {
    padding-left: 1rem !important;
  }

  .lg\:tw-pt-5 {
    padding-top: 1.25rem !important;
  }

  .lg\:tw-pr-5 {
    padding-right: 1.25rem !important;
  }

  .lg\:tw-pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .lg\:tw-pl-5 {
    padding-left: 1.25rem !important;
  }

  .lg\:tw-pt-6 {
    padding-top: 1.5rem !important;
  }

  .lg\:tw-pr-6 {
    padding-right: 1.5rem !important;
  }

  .lg\:tw-pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .lg\:tw-pl-6 {
    padding-left: 1.5rem !important;
  }

  .lg\:tw-pt-8 {
    padding-top: 2rem !important;
  }

  .lg\:tw-pr-8 {
    padding-right: 2rem !important;
  }

  .lg\:tw-pb-8 {
    padding-bottom: 2rem !important;
  }

  .lg\:tw-pl-8 {
    padding-left: 2rem !important;
  }

  .lg\:tw-pt-10 {
    padding-top: 2.5rem !important;
  }

  .lg\:tw-pr-10 {
    padding-right: 2.5rem !important;
  }

  .lg\:tw-pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .lg\:tw-pl-10 {
    padding-left: 2.5rem !important;
  }

  .lg\:tw-pt-12 {
    padding-top: 3rem !important;
  }

  .lg\:tw-pr-12 {
    padding-right: 3rem !important;
  }

  .lg\:tw-pb-12 {
    padding-bottom: 3rem !important;
  }

  .lg\:tw-pl-12 {
    padding-left: 3rem !important;
  }

  .lg\:tw-pt-16 {
    padding-top: 4rem !important;
  }

  .lg\:tw-pr-16 {
    padding-right: 4rem !important;
  }

  .lg\:tw-pb-16 {
    padding-bottom: 4rem !important;
  }

  .lg\:tw-pl-16 {
    padding-left: 4rem !important;
  }

  .lg\:tw-pt-20 {
    padding-top: 5rem !important;
  }

  .lg\:tw-pr-20 {
    padding-right: 5rem !important;
  }

  .lg\:tw-pb-20 {
    padding-bottom: 5rem !important;
  }

  .lg\:tw-pl-20 {
    padding-left: 5rem !important;
  }

  .lg\:tw-pt-24 {
    padding-top: 6rem !important;
  }

  .lg\:tw-pr-24 {
    padding-right: 6rem !important;
  }

  .lg\:tw-pb-24 {
    padding-bottom: 6rem !important;
  }

  .lg\:tw-pl-24 {
    padding-left: 6rem !important;
  }

  .lg\:tw-pt-30 {
    padding-top: 7.5rem !important;
  }

  .lg\:tw-pr-30 {
    padding-right: 7.5rem !important;
  }

  .lg\:tw-pb-30 {
    padding-bottom: 7.5rem !important;
  }

  .lg\:tw-pl-30 {
    padding-left: 7.5rem !important;
  }

  .lg\:tw-pt-32 {
    padding-top: 8rem !important;
  }

  .lg\:tw-pr-32 {
    padding-right: 8rem !important;
  }

  .lg\:tw-pb-32 {
    padding-bottom: 8rem !important;
  }

  .lg\:tw-pl-32 {
    padding-left: 8rem !important;
  }

  .lg\:tw-pt-36 {
    padding-top: 9rem !important;
  }

  .lg\:tw-pr-36 {
    padding-right: 9rem !important;
  }

  .lg\:tw-pb-36 {
    padding-bottom: 9rem !important;
  }

  .lg\:tw-pl-36 {
    padding-left: 9rem !important;
  }

  .lg\:tw-pt-40 {
    padding-top: 10rem !important;
  }

  .lg\:tw-pr-40 {
    padding-right: 10rem !important;
  }

  .lg\:tw-pb-40 {
    padding-bottom: 10rem !important;
  }

  .lg\:tw-pl-40 {
    padding-left: 10rem !important;
  }

  .lg\:tw-pt-48 {
    padding-top: 12rem !important;
  }

  .lg\:tw-pr-48 {
    padding-right: 12rem !important;
  }

  .lg\:tw-pb-48 {
    padding-bottom: 12rem !important;
  }

  .lg\:tw-pl-48 {
    padding-left: 12rem !important;
  }

  .lg\:tw-pt-56 {
    padding-top: 14rem !important;
  }

  .lg\:tw-pr-56 {
    padding-right: 14rem !important;
  }

  .lg\:tw-pb-56 {
    padding-bottom: 14rem !important;
  }

  .lg\:tw-pl-56 {
    padding-left: 14rem !important;
  }

  .lg\:tw-pt-64 {
    padding-top: 16rem !important;
  }

  .lg\:tw-pr-64 {
    padding-right: 16rem !important;
  }

  .lg\:tw-pb-64 {
    padding-bottom: 16rem !important;
  }

  .lg\:tw-pl-64 {
    padding-left: 16rem !important;
  }

  .lg\:tw-pt-px {
    padding-top: 1px !important;
  }

  .lg\:tw-pr-px {
    padding-right: 1px !important;
  }

  .lg\:tw-pb-px {
    padding-bottom: 1px !important;
  }

  .lg\:tw-pl-px {
    padding-left: 1px !important;
  }

  .lg\:tw-pt-0\.5 {
    padding-top: .125rem !important;
  }

  .lg\:tw-pr-0\.5 {
    padding-right: .125rem !important;
  }

  .lg\:tw-pb-0\.5 {
    padding-bottom: .125rem !important;
  }

  .lg\:tw-pl-0\.5 {
    padding-left: .125rem !important;
  }

  .lg\:tw-pt-1\.5 {
    padding-top: .375rem !important;
  }

  .lg\:tw-pr-1\.5 {
    padding-right: .375rem !important;
  }

  .lg\:tw-pb-1\.5 {
    padding-bottom: .375rem !important;
  }

  .lg\:tw-pl-1\.5 {
    padding-left: .375rem !important;
  }

  .lg\:tw-pt-2\.5 {
    padding-top: .625rem !important;
  }

  .lg\:tw-pr-2\.5 {
    padding-right: .625rem !important;
  }

  .lg\:tw-pb-2\.5 {
    padding-bottom: .625rem !important;
  }

  .lg\:tw-pl-2\.5 {
    padding-left: .625rem !important;
  }

  .lg\:tw-pt-3\.5 {
    padding-top: .875rem !important;
  }

  .lg\:tw-pr-3\.5 {
    padding-right: .875rem !important;
  }

  .lg\:tw-pb-3\.5 {
    padding-bottom: .875rem !important;
  }

  .lg\:tw-pl-3\.5 {
    padding-left: .875rem !important;
  }

  .lg\:tw-pt-1\.25em {
    padding-top: 1.25em !important;
  }

  .lg\:tw-pr-1\.25em {
    padding-right: 1.25em !important;
  }

  .lg\:tw-pb-1\.25em {
    padding-bottom: 1.25em !important;
  }

  .lg\:tw-pl-1\.25em {
    padding-left: 1.25em !important;
  }

  .lg\:tw-pt-1\.5em {
    padding-top: 1.5em !important;
  }

  .lg\:tw-pr-1\.5em {
    padding-right: 1.5em !important;
  }

  .lg\:tw-pb-1\.5em {
    padding-bottom: 1.5em !important;
  }

  .lg\:tw-pl-1\.5em {
    padding-left: 1.5em !important;
  }

  .lg\:tw-pt-4em {
    padding-top: 4em !important;
  }

  .lg\:tw-pr-4em {
    padding-right: 4em !important;
  }

  .lg\:tw-pb-4em {
    padding-bottom: 4em !important;
  }

  .lg\:tw-pl-4em {
    padding-left: 4em !important;
  }

  .lg\:tw-placeholder-transparent::-webkit-input-placeholder {
    color: transparent !important;
  }

  .lg\:tw-placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .lg\:tw-placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .lg\:tw-placeholder-transparent::-ms-input-placeholder {
    color: transparent !important;
  }

  .lg\:tw-placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .lg\:tw-placeholder-current::-webkit-input-placeholder {
    color: currentColor !important;
  }

  .lg\:tw-placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .lg\:tw-placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .lg\:tw-placeholder-current::-ms-input-placeholder {
    color: currentColor !important;
  }

  .lg\:tw-placeholder-current::placeholder {
    color: currentColor !important;
  }

  .lg\:tw-placeholder-black::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-black::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-white::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-white::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-app-main::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-app-main::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-app-main:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-app-main::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-app-main::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-app-sub-blue::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-app-sub-blue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-app-sub-blue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-app-sub-blue::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-app-sub-blue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-app-yellow::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-app-yellow::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-app-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-app-yellow::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-app-yellow::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-theme-primary::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-theme-primary::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-theme-primary:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-theme-primary::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-theme-primary::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-theme-info::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-theme-info::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-theme-info:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-theme-info::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-theme-info::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-slate-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-zinc-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-neutral-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-stone-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-sky-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent !important;
  }

  .lg\:focus\:tw-placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .lg\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .lg\:focus\:tw-placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent !important;
  }

  .lg\:focus\:tw-placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .lg\:focus\:tw-placeholder-current:focus::-webkit-input-placeholder {
    color: currentColor !important;
  }

  .lg\:focus\:tw-placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .lg\:focus\:tw-placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .lg\:focus\:tw-placeholder-current:focus::-ms-input-placeholder {
    color: currentColor !important;
  }

  .lg\:focus\:tw-placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .lg\:focus\:tw-placeholder-black:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-black:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-white:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-white:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-app-main:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-app-main:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-app-main:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-app-main:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-app-main:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-app-sub-blue:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-app-sub-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-app-sub-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-app-sub-blue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-app-sub-blue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-app-yellow:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-app-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-app-yellow:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-app-yellow:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-app-yellow:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-theme-primary:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-theme-primary:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-theme-primary:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-theme-primary:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-theme-primary:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-theme-info:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-theme-info:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-theme-info:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-theme-info:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-theme-info:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-slate-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-zinc-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-neutral-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-stone-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-sky-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-opacity-0::-webkit-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:tw-placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:tw-placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:tw-placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:tw-placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:tw-placeholder-opacity-25::-webkit-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:tw-placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:tw-placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:tw-placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:tw-placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:tw-placeholder-opacity-50::-webkit-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:tw-placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:tw-placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:tw-placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:tw-placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:tw-placeholder-opacity-75::-webkit-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:tw-placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:tw-placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:tw-placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:tw-placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:tw-placeholder-opacity-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:tw-placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:tw-placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:tw-placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:tw-placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-0:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-25:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-75:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:tw-pointer-events-none {
    pointer-events: none !important;
  }

  .lg\:tw-pointer-events-auto {
    pointer-events: auto !important;
  }

  .lg\:tw-static {
    position: static !important;
  }

  .lg\:tw-fixed {
    position: fixed !important;
  }

  .lg\:tw-absolute {
    position: absolute !important;
  }

  .lg\:tw-relative {
    position: relative !important;
  }

  .lg\:tw-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .lg\:tw-inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .lg\:tw-inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg\:tw-inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  .lg\:tw-inset-x-0 {
    right: 0 !important;
    left: 0 !important;
  }

  .lg\:tw-inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .lg\:tw-inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .lg\:tw-top-0 {
    top: 0 !important;
  }

  .lg\:tw-right-0 {
    right: 0 !important;
  }

  .lg\:tw-bottom-0 {
    bottom: 0 !important;
  }

  .lg\:tw-left-0 {
    left: 0 !important;
  }

  .lg\:tw-top-auto {
    top: auto !important;
  }

  .lg\:tw-right-auto {
    right: auto !important;
  }

  .lg\:tw-bottom-auto {
    bottom: auto !important;
  }

  .lg\:tw-left-auto {
    left: auto !important;
  }

  .lg\:tw-resize-none {
    resize: none !important;
  }

  .lg\:tw-resize-y {
    resize: vertical !important;
  }

  .lg\:tw-resize-x {
    resize: horizontal !important;
  }

  .lg\:tw-resize {
    resize: both !important;
  }

  .lg\:tw-shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:tw-shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:tw-shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:tw-shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:tw-shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:tw-shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:tw-shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:tw-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:tw-shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:tw-shadow-none {
    box-shadow: none !important;
  }

  .lg\:hover\:tw-shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:tw-shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:tw-shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:tw-shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:tw-shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:tw-shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:hover\:tw-shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:hover\:tw-shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:tw-shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:hover\:tw-shadow-none:hover {
    box-shadow: none !important;
  }

  .lg\:focus\:tw-shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:tw-shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:tw-shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:tw-shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:tw-shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:tw-shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:focus\:tw-shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:focus\:tw-shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:tw-shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:focus\:tw-shadow-none:focus {
    box-shadow: none !important;
  }

  .lg\:tw-fill-current {
    fill: currentColor !important;
  }

  .lg\:tw-stroke-current {
    stroke: currentColor !important;
  }

  .lg\:tw-stroke-0 {
    stroke-width: 0 !important;
  }

  .lg\:tw-stroke-1 {
    stroke-width: 1 !important;
  }

  .lg\:tw-stroke-2 {
    stroke-width: 2 !important;
  }

  .lg\:tw-table-auto {
    table-layout: auto !important;
  }

  .lg\:tw-table-fixed {
    table-layout: fixed !important;
  }

  .lg\:tw-text-left {
    text-align: left !important;
  }

  .lg\:tw-text-center {
    text-align: center !important;
  }

  .lg\:tw-text-right {
    text-align: right !important;
  }

  .lg\:tw-text-justify {
    text-align: justify !important;
  }

  .lg\:tw-text-transparent {
    color: transparent !important;
  }

  .lg\:tw-text-current {
    color: currentColor !important;
  }

  .lg\:tw-text-black {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg\:tw-text-white {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:tw-text-gray-50 {
    --text-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--text-opacity)) !important;
  }

  .lg\:tw-text-gray-100 {
    --text-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .lg\:tw-text-gray-200 {
    --text-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--text-opacity)) !important;
  }

  .lg\:tw-text-gray-300 {
    --text-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--text-opacity)) !important;
  }

  .lg\:tw-text-gray-400 {
    --text-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .lg\:tw-text-gray-500 {
    --text-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--text-opacity)) !important;
  }

  .lg\:tw-text-gray-600 {
    --text-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .lg\:tw-text-gray-700 {
    --text-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--text-opacity)) !important;
  }

  .lg\:tw-text-gray-800 {
    --text-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--text-opacity)) !important;
  }

  .lg\:tw-text-gray-900 {
    --text-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--text-opacity)) !important;
  }

  .lg\:tw-text-red-50 {
    --text-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--text-opacity)) !important;
  }

  .lg\:tw-text-red-100 {
    --text-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--text-opacity)) !important;
  }

  .lg\:tw-text-red-200 {
    --text-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--text-opacity)) !important;
  }

  .lg\:tw-text-red-300 {
    --text-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--text-opacity)) !important;
  }

  .lg\:tw-text-red-400 {
    --text-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .lg\:tw-text-red-500 {
    --text-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .lg\:tw-text-red-600 {
    --text-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .lg\:tw-text-red-700 {
    --text-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .lg\:tw-text-red-800 {
    --text-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .lg\:tw-text-red-900 {
    --text-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--text-opacity)) !important;
  }

  .lg\:tw-text-orange-50 {
    --text-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--text-opacity)) !important;
  }

  .lg\:tw-text-orange-100 {
    --text-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--text-opacity)) !important;
  }

  .lg\:tw-text-orange-200 {
    --text-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--text-opacity)) !important;
  }

  .lg\:tw-text-orange-300 {
    --text-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--text-opacity)) !important;
  }

  .lg\:tw-text-orange-400 {
    --text-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--text-opacity)) !important;
  }

  .lg\:tw-text-orange-500 {
    --text-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--text-opacity)) !important;
  }

  .lg\:tw-text-orange-600 {
    --text-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--text-opacity)) !important;
  }

  .lg\:tw-text-orange-700 {
    --text-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--text-opacity)) !important;
  }

  .lg\:tw-text-orange-800 {
    --text-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--text-opacity)) !important;
  }

  .lg\:tw-text-orange-900 {
    --text-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--text-opacity)) !important;
  }

  .lg\:tw-text-yellow-50 {
    --text-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--text-opacity)) !important;
  }

  .lg\:tw-text-yellow-100 {
    --text-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--text-opacity)) !important;
  }

  .lg\:tw-text-yellow-200 {
    --text-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--text-opacity)) !important;
  }

  .lg\:tw-text-yellow-300 {
    --text-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .lg\:tw-text-yellow-400 {
    --text-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--text-opacity)) !important;
  }

  .lg\:tw-text-yellow-500 {
    --text-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--text-opacity)) !important;
  }

  .lg\:tw-text-yellow-600 {
    --text-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--text-opacity)) !important;
  }

  .lg\:tw-text-yellow-700 {
    --text-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--text-opacity)) !important;
  }

  .lg\:tw-text-yellow-800 {
    --text-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--text-opacity)) !important;
  }

  .lg\:tw-text-yellow-900 {
    --text-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--text-opacity)) !important;
  }

  .lg\:tw-text-green-50 {
    --text-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--text-opacity)) !important;
  }

  .lg\:tw-text-green-100 {
    --text-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--text-opacity)) !important;
  }

  .lg\:tw-text-green-200 {
    --text-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--text-opacity)) !important;
  }

  .lg\:tw-text-green-300 {
    --text-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--text-opacity)) !important;
  }

  .lg\:tw-text-green-400 {
    --text-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .lg\:tw-text-green-500 {
    --text-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--text-opacity)) !important;
  }

  .lg\:tw-text-green-600 {
    --text-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .lg\:tw-text-green-700 {
    --text-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .lg\:tw-text-green-800 {
    --text-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--text-opacity)) !important;
  }

  .lg\:tw-text-green-900 {
    --text-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--text-opacity)) !important;
  }

  .lg\:tw-text-teal-50 {
    --text-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--text-opacity)) !important;
  }

  .lg\:tw-text-teal-100 {
    --text-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--text-opacity)) !important;
  }

  .lg\:tw-text-teal-200 {
    --text-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--text-opacity)) !important;
  }

  .lg\:tw-text-teal-300 {
    --text-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--text-opacity)) !important;
  }

  .lg\:tw-text-teal-400 {
    --text-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--text-opacity)) !important;
  }

  .lg\:tw-text-teal-500 {
    --text-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--text-opacity)) !important;
  }

  .lg\:tw-text-teal-600 {
    --text-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--text-opacity)) !important;
  }

  .lg\:tw-text-teal-700 {
    --text-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--text-opacity)) !important;
  }

  .lg\:tw-text-teal-800 {
    --text-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--text-opacity)) !important;
  }

  .lg\:tw-text-teal-900 {
    --text-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--text-opacity)) !important;
  }

  .lg\:tw-text-blue-50 {
    --text-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--text-opacity)) !important;
  }

  .lg\:tw-text-blue-100 {
    --text-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--text-opacity)) !important;
  }

  .lg\:tw-text-blue-200 {
    --text-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--text-opacity)) !important;
  }

  .lg\:tw-text-blue-300 {
    --text-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--text-opacity)) !important;
  }

  .lg\:tw-text-blue-400 {
    --text-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .lg\:tw-text-blue-500 {
    --text-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .lg\:tw-text-blue-600 {
    --text-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--text-opacity)) !important;
  }

  .lg\:tw-text-blue-700 {
    --text-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .lg\:tw-text-blue-800 {
    --text-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .lg\:tw-text-blue-900 {
    --text-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--text-opacity)) !important;
  }

  .lg\:tw-text-indigo-50 {
    --text-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--text-opacity)) !important;
  }

  .lg\:tw-text-indigo-100 {
    --text-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--text-opacity)) !important;
  }

  .lg\:tw-text-indigo-200 {
    --text-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--text-opacity)) !important;
  }

  .lg\:tw-text-indigo-300 {
    --text-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--text-opacity)) !important;
  }

  .lg\:tw-text-indigo-400 {
    --text-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--text-opacity)) !important;
  }

  .lg\:tw-text-indigo-500 {
    --text-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--text-opacity)) !important;
  }

  .lg\:tw-text-indigo-600 {
    --text-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--text-opacity)) !important;
  }

  .lg\:tw-text-indigo-700 {
    --text-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--text-opacity)) !important;
  }

  .lg\:tw-text-indigo-800 {
    --text-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--text-opacity)) !important;
  }

  .lg\:tw-text-indigo-900 {
    --text-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--text-opacity)) !important;
  }

  .lg\:tw-text-purple-50 {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .lg\:tw-text-purple-100 {
    --text-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--text-opacity)) !important;
  }

  .lg\:tw-text-purple-200 {
    --text-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--text-opacity)) !important;
  }

  .lg\:tw-text-purple-300 {
    --text-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--text-opacity)) !important;
  }

  .lg\:tw-text-purple-400 {
    --text-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--text-opacity)) !important;
  }

  .lg\:tw-text-purple-500 {
    --text-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--text-opacity)) !important;
  }

  .lg\:tw-text-purple-600 {
    --text-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--text-opacity)) !important;
  }

  .lg\:tw-text-purple-700 {
    --text-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--text-opacity)) !important;
  }

  .lg\:tw-text-purple-800 {
    --text-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--text-opacity)) !important;
  }

  .lg\:tw-text-purple-900 {
    --text-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--text-opacity)) !important;
  }

  .lg\:tw-text-pink-50 {
    --text-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--text-opacity)) !important;
  }

  .lg\:tw-text-pink-100 {
    --text-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--text-opacity)) !important;
  }

  .lg\:tw-text-pink-200 {
    --text-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--text-opacity)) !important;
  }

  .lg\:tw-text-pink-300 {
    --text-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--text-opacity)) !important;
  }

  .lg\:tw-text-pink-400 {
    --text-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--text-opacity)) !important;
  }

  .lg\:tw-text-pink-500 {
    --text-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--text-opacity)) !important;
  }

  .lg\:tw-text-pink-600 {
    --text-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--text-opacity)) !important;
  }

  .lg\:tw-text-pink-700 {
    --text-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--text-opacity)) !important;
  }

  .lg\:tw-text-pink-800 {
    --text-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--text-opacity)) !important;
  }

  .lg\:tw-text-pink-900 {
    --text-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--text-opacity)) !important;
  }

  .lg\:tw-text-app-main {
    --text-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--text-opacity)) !important;
  }

  .lg\:tw-text-app-sub-blue {
    --text-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--text-opacity)) !important;
  }

  .lg\:tw-text-app-yellow {
    --text-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--text-opacity)) !important;
  }

  .lg\:tw-text-theme-primary {
    --text-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--text-opacity)) !important;
  }

  .lg\:tw-text-theme-info {
    --text-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--text-opacity)) !important;
  }

  .lg\:tw-text-slate-50 {
    --text-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--text-opacity)) !important;
  }

  .lg\:tw-text-slate-100 {
    --text-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--text-opacity)) !important;
  }

  .lg\:tw-text-slate-200 {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .lg\:tw-text-slate-300 {
    --text-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--text-opacity)) !important;
  }

  .lg\:tw-text-slate-400 {
    --text-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--text-opacity)) !important;
  }

  .lg\:tw-text-slate-500 {
    --text-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--text-opacity)) !important;
  }

  .lg\:tw-text-slate-600 {
    --text-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--text-opacity)) !important;
  }

  .lg\:tw-text-slate-700 {
    --text-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--text-opacity)) !important;
  }

  .lg\:tw-text-slate-800 {
    --text-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--text-opacity)) !important;
  }

  .lg\:tw-text-slate-900 {
    --text-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--text-opacity)) !important;
  }

  .lg\:tw-text-zinc-50 {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .lg\:tw-text-zinc-100 {
    --text-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--text-opacity)) !important;
  }

  .lg\:tw-text-zinc-200 {
    --text-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--text-opacity)) !important;
  }

  .lg\:tw-text-zinc-300 {
    --text-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--text-opacity)) !important;
  }

  .lg\:tw-text-zinc-400 {
    --text-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--text-opacity)) !important;
  }

  .lg\:tw-text-zinc-500 {
    --text-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--text-opacity)) !important;
  }

  .lg\:tw-text-zinc-600 {
    --text-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--text-opacity)) !important;
  }

  .lg\:tw-text-zinc-700 {
    --text-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--text-opacity)) !important;
  }

  .lg\:tw-text-zinc-800 {
    --text-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--text-opacity)) !important;
  }

  .lg\:tw-text-zinc-900 {
    --text-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--text-opacity)) !important;
  }

  .lg\:tw-text-neutral-50 {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .lg\:tw-text-neutral-100 {
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .lg\:tw-text-neutral-200 {
    --text-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--text-opacity)) !important;
  }

  .lg\:tw-text-neutral-300 {
    --text-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--text-opacity)) !important;
  }

  .lg\:tw-text-neutral-400 {
    --text-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--text-opacity)) !important;
  }

  .lg\:tw-text-neutral-500 {
    --text-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--text-opacity)) !important;
  }

  .lg\:tw-text-neutral-600 {
    --text-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--text-opacity)) !important;
  }

  .lg\:tw-text-neutral-700 {
    --text-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--text-opacity)) !important;
  }

  .lg\:tw-text-neutral-800 {
    --text-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--text-opacity)) !important;
  }

  .lg\:tw-text-neutral-900 {
    --text-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--text-opacity)) !important;
  }

  .lg\:tw-text-stone-50 {
    --text-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--text-opacity)) !important;
  }

  .lg\:tw-text-stone-100 {
    --text-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--text-opacity)) !important;
  }

  .lg\:tw-text-stone-200 {
    --text-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--text-opacity)) !important;
  }

  .lg\:tw-text-stone-300 {
    --text-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--text-opacity)) !important;
  }

  .lg\:tw-text-stone-400 {
    --text-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--text-opacity)) !important;
  }

  .lg\:tw-text-stone-500 {
    --text-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--text-opacity)) !important;
  }

  .lg\:tw-text-stone-600 {
    --text-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--text-opacity)) !important;
  }

  .lg\:tw-text-stone-700 {
    --text-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--text-opacity)) !important;
  }

  .lg\:tw-text-stone-800 {
    --text-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--text-opacity)) !important;
  }

  .lg\:tw-text-stone-900 {
    --text-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--text-opacity)) !important;
  }

  .lg\:tw-text-amber-50 {
    --text-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--text-opacity)) !important;
  }

  .lg\:tw-text-amber-100 {
    --text-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--text-opacity)) !important;
  }

  .lg\:tw-text-amber-200 {
    --text-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--text-opacity)) !important;
  }

  .lg\:tw-text-amber-300 {
    --text-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--text-opacity)) !important;
  }

  .lg\:tw-text-amber-400 {
    --text-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--text-opacity)) !important;
  }

  .lg\:tw-text-amber-500 {
    --text-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--text-opacity)) !important;
  }

  .lg\:tw-text-amber-600 {
    --text-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--text-opacity)) !important;
  }

  .lg\:tw-text-amber-700 {
    --text-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--text-opacity)) !important;
  }

  .lg\:tw-text-amber-800 {
    --text-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--text-opacity)) !important;
  }

  .lg\:tw-text-amber-900 {
    --text-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--text-opacity)) !important;
  }

  .lg\:tw-text-lime-50 {
    --text-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--text-opacity)) !important;
  }

  .lg\:tw-text-lime-100 {
    --text-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--text-opacity)) !important;
  }

  .lg\:tw-text-lime-200 {
    --text-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--text-opacity)) !important;
  }

  .lg\:tw-text-lime-300 {
    --text-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--text-opacity)) !important;
  }

  .lg\:tw-text-lime-400 {
    --text-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--text-opacity)) !important;
  }

  .lg\:tw-text-lime-500 {
    --text-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--text-opacity)) !important;
  }

  .lg\:tw-text-lime-600 {
    --text-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--text-opacity)) !important;
  }

  .lg\:tw-text-lime-700 {
    --text-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--text-opacity)) !important;
  }

  .lg\:tw-text-lime-800 {
    --text-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--text-opacity)) !important;
  }

  .lg\:tw-text-lime-900 {
    --text-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--text-opacity)) !important;
  }

  .lg\:tw-text-emerald-50 {
    --text-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--text-opacity)) !important;
  }

  .lg\:tw-text-emerald-100 {
    --text-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--text-opacity)) !important;
  }

  .lg\:tw-text-emerald-200 {
    --text-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--text-opacity)) !important;
  }

  .lg\:tw-text-emerald-300 {
    --text-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--text-opacity)) !important;
  }

  .lg\:tw-text-emerald-400 {
    --text-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--text-opacity)) !important;
  }

  .lg\:tw-text-emerald-500 {
    --text-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--text-opacity)) !important;
  }

  .lg\:tw-text-emerald-600 {
    --text-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--text-opacity)) !important;
  }

  .lg\:tw-text-emerald-700 {
    --text-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--text-opacity)) !important;
  }

  .lg\:tw-text-emerald-800 {
    --text-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--text-opacity)) !important;
  }

  .lg\:tw-text-emerald-900 {
    --text-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--text-opacity)) !important;
  }

  .lg\:tw-text-cyan-50 {
    --text-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--text-opacity)) !important;
  }

  .lg\:tw-text-cyan-100 {
    --text-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--text-opacity)) !important;
  }

  .lg\:tw-text-cyan-200 {
    --text-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--text-opacity)) !important;
  }

  .lg\:tw-text-cyan-300 {
    --text-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--text-opacity)) !important;
  }

  .lg\:tw-text-cyan-400 {
    --text-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--text-opacity)) !important;
  }

  .lg\:tw-text-cyan-500 {
    --text-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--text-opacity)) !important;
  }

  .lg\:tw-text-cyan-600 {
    --text-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--text-opacity)) !important;
  }

  .lg\:tw-text-cyan-700 {
    --text-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--text-opacity)) !important;
  }

  .lg\:tw-text-cyan-800 {
    --text-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--text-opacity)) !important;
  }

  .lg\:tw-text-cyan-900 {
    --text-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--text-opacity)) !important;
  }

  .lg\:tw-text-sky-50 {
    --text-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--text-opacity)) !important;
  }

  .lg\:tw-text-sky-100 {
    --text-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--text-opacity)) !important;
  }

  .lg\:tw-text-sky-200 {
    --text-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--text-opacity)) !important;
  }

  .lg\:tw-text-sky-300 {
    --text-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--text-opacity)) !important;
  }

  .lg\:tw-text-sky-400 {
    --text-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--text-opacity)) !important;
  }

  .lg\:tw-text-sky-500 {
    --text-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--text-opacity)) !important;
  }

  .lg\:tw-text-sky-600 {
    --text-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--text-opacity)) !important;
  }

  .lg\:tw-text-sky-700 {
    --text-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--text-opacity)) !important;
  }

  .lg\:tw-text-sky-800 {
    --text-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--text-opacity)) !important;
  }

  .lg\:tw-text-sky-900 {
    --text-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--text-opacity)) !important;
  }

  .lg\:tw-text-violet-50 {
    --text-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--text-opacity)) !important;
  }

  .lg\:tw-text-violet-100 {
    --text-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--text-opacity)) !important;
  }

  .lg\:tw-text-violet-200 {
    --text-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--text-opacity)) !important;
  }

  .lg\:tw-text-violet-300 {
    --text-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--text-opacity)) !important;
  }

  .lg\:tw-text-violet-400 {
    --text-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--text-opacity)) !important;
  }

  .lg\:tw-text-violet-500 {
    --text-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--text-opacity)) !important;
  }

  .lg\:tw-text-violet-600 {
    --text-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--text-opacity)) !important;
  }

  .lg\:tw-text-violet-700 {
    --text-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--text-opacity)) !important;
  }

  .lg\:tw-text-violet-800 {
    --text-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--text-opacity)) !important;
  }

  .lg\:tw-text-violet-900 {
    --text-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--text-opacity)) !important;
  }

  .lg\:tw-text-fuchsia-50 {
    --text-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--text-opacity)) !important;
  }

  .lg\:tw-text-fuchsia-100 {
    --text-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--text-opacity)) !important;
  }

  .lg\:tw-text-fuchsia-200 {
    --text-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--text-opacity)) !important;
  }

  .lg\:tw-text-fuchsia-300 {
    --text-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--text-opacity)) !important;
  }

  .lg\:tw-text-fuchsia-400 {
    --text-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--text-opacity)) !important;
  }

  .lg\:tw-text-fuchsia-500 {
    --text-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--text-opacity)) !important;
  }

  .lg\:tw-text-fuchsia-600 {
    --text-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--text-opacity)) !important;
  }

  .lg\:tw-text-fuchsia-700 {
    --text-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--text-opacity)) !important;
  }

  .lg\:tw-text-fuchsia-800 {
    --text-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--text-opacity)) !important;
  }

  .lg\:tw-text-fuchsia-900 {
    --text-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--text-opacity)) !important;
  }

  .lg\:tw-text-rose-50 {
    --text-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--text-opacity)) !important;
  }

  .lg\:tw-text-rose-100 {
    --text-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--text-opacity)) !important;
  }

  .lg\:tw-text-rose-200 {
    --text-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--text-opacity)) !important;
  }

  .lg\:tw-text-rose-300 {
    --text-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--text-opacity)) !important;
  }

  .lg\:tw-text-rose-400 {
    --text-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--text-opacity)) !important;
  }

  .lg\:tw-text-rose-500 {
    --text-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--text-opacity)) !important;
  }

  .lg\:tw-text-rose-600 {
    --text-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--text-opacity)) !important;
  }

  .lg\:tw-text-rose-700 {
    --text-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--text-opacity)) !important;
  }

  .lg\:tw-text-rose-800 {
    --text-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--text-opacity)) !important;
  }

  .lg\:tw-text-rose-900 {
    --text-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-transparent:hover {
    color: transparent !important;
  }

  .lg\:hover\:tw-text-current:hover {
    color: currentColor !important;
  }

  .lg\:hover\:tw-text-black:hover {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-white:hover {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-50:hover {
    --text-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-100:hover {
    --text-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-200:hover {
    --text-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-300:hover {
    --text-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-400:hover {
    --text-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-500:hover {
    --text-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-600:hover {
    --text-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-700:hover {
    --text-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-800:hover {
    --text-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-900:hover {
    --text-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-50:hover {
    --text-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-100:hover {
    --text-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-200:hover {
    --text-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-300:hover {
    --text-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-400:hover {
    --text-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-500:hover {
    --text-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-600:hover {
    --text-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-700:hover {
    --text-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-800:hover {
    --text-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-900:hover {
    --text-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-50:hover {
    --text-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-100:hover {
    --text-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-200:hover {
    --text-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-300:hover {
    --text-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-400:hover {
    --text-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-500:hover {
    --text-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-600:hover {
    --text-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-700:hover {
    --text-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-800:hover {
    --text-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-900:hover {
    --text-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-50:hover {
    --text-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-100:hover {
    --text-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-200:hover {
    --text-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-300:hover {
    --text-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-400:hover {
    --text-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-500:hover {
    --text-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-600:hover {
    --text-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-700:hover {
    --text-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-800:hover {
    --text-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-900:hover {
    --text-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-50:hover {
    --text-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-100:hover {
    --text-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-200:hover {
    --text-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-300:hover {
    --text-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-400:hover {
    --text-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-500:hover {
    --text-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-600:hover {
    --text-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-700:hover {
    --text-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-800:hover {
    --text-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-900:hover {
    --text-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-50:hover {
    --text-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-100:hover {
    --text-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-200:hover {
    --text-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-300:hover {
    --text-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-400:hover {
    --text-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-500:hover {
    --text-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-600:hover {
    --text-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-700:hover {
    --text-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-800:hover {
    --text-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-900:hover {
    --text-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-50:hover {
    --text-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-100:hover {
    --text-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-200:hover {
    --text-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-300:hover {
    --text-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-400:hover {
    --text-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-500:hover {
    --text-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-600:hover {
    --text-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-700:hover {
    --text-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-800:hover {
    --text-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-900:hover {
    --text-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-50:hover {
    --text-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-100:hover {
    --text-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-200:hover {
    --text-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-300:hover {
    --text-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-400:hover {
    --text-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-500:hover {
    --text-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-600:hover {
    --text-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-700:hover {
    --text-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-800:hover {
    --text-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-900:hover {
    --text-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-50:hover {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-100:hover {
    --text-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-200:hover {
    --text-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-300:hover {
    --text-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-400:hover {
    --text-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-500:hover {
    --text-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-600:hover {
    --text-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-700:hover {
    --text-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-800:hover {
    --text-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-900:hover {
    --text-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-50:hover {
    --text-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-100:hover {
    --text-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-200:hover {
    --text-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-300:hover {
    --text-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-400:hover {
    --text-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-500:hover {
    --text-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-600:hover {
    --text-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-700:hover {
    --text-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-800:hover {
    --text-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-900:hover {
    --text-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-app-main:hover {
    --text-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-app-sub-blue:hover {
    --text-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-app-yellow:hover {
    --text-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-theme-primary:hover {
    --text-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-theme-info:hover {
    --text-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-slate-50:hover {
    --text-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-slate-100:hover {
    --text-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-slate-200:hover {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-slate-300:hover {
    --text-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-slate-400:hover {
    --text-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-slate-500:hover {
    --text-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-slate-600:hover {
    --text-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-slate-700:hover {
    --text-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-slate-800:hover {
    --text-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-slate-900:hover {
    --text-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-zinc-50:hover {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-zinc-100:hover {
    --text-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-zinc-200:hover {
    --text-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-zinc-300:hover {
    --text-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-zinc-400:hover {
    --text-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-zinc-500:hover {
    --text-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-zinc-600:hover {
    --text-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-zinc-700:hover {
    --text-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-zinc-800:hover {
    --text-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-zinc-900:hover {
    --text-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-neutral-50:hover {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-neutral-100:hover {
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-neutral-200:hover {
    --text-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-neutral-300:hover {
    --text-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-neutral-400:hover {
    --text-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-neutral-500:hover {
    --text-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-neutral-600:hover {
    --text-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-neutral-700:hover {
    --text-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-neutral-800:hover {
    --text-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-neutral-900:hover {
    --text-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-stone-50:hover {
    --text-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-stone-100:hover {
    --text-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-stone-200:hover {
    --text-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-stone-300:hover {
    --text-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-stone-400:hover {
    --text-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-stone-500:hover {
    --text-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-stone-600:hover {
    --text-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-stone-700:hover {
    --text-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-stone-800:hover {
    --text-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-stone-900:hover {
    --text-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-amber-50:hover {
    --text-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-amber-100:hover {
    --text-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-amber-200:hover {
    --text-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-amber-300:hover {
    --text-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-amber-400:hover {
    --text-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-amber-500:hover {
    --text-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-amber-600:hover {
    --text-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-amber-700:hover {
    --text-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-amber-800:hover {
    --text-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-amber-900:hover {
    --text-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lime-50:hover {
    --text-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lime-100:hover {
    --text-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lime-200:hover {
    --text-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lime-300:hover {
    --text-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lime-400:hover {
    --text-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lime-500:hover {
    --text-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lime-600:hover {
    --text-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lime-700:hover {
    --text-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lime-800:hover {
    --text-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lime-900:hover {
    --text-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-emerald-50:hover {
    --text-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-emerald-100:hover {
    --text-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-emerald-200:hover {
    --text-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-emerald-300:hover {
    --text-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-emerald-400:hover {
    --text-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-emerald-500:hover {
    --text-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-emerald-600:hover {
    --text-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-emerald-700:hover {
    --text-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-emerald-800:hover {
    --text-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-emerald-900:hover {
    --text-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cyan-50:hover {
    --text-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cyan-100:hover {
    --text-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cyan-200:hover {
    --text-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cyan-300:hover {
    --text-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cyan-400:hover {
    --text-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cyan-500:hover {
    --text-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cyan-600:hover {
    --text-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cyan-700:hover {
    --text-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cyan-800:hover {
    --text-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cyan-900:hover {
    --text-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-sky-50:hover {
    --text-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-sky-100:hover {
    --text-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-sky-200:hover {
    --text-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-sky-300:hover {
    --text-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-sky-400:hover {
    --text-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-sky-500:hover {
    --text-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-sky-600:hover {
    --text-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-sky-700:hover {
    --text-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-sky-800:hover {
    --text-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-sky-900:hover {
    --text-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-violet-50:hover {
    --text-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-violet-100:hover {
    --text-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-violet-200:hover {
    --text-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-violet-300:hover {
    --text-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-violet-400:hover {
    --text-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-violet-500:hover {
    --text-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-violet-600:hover {
    --text-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-violet-700:hover {
    --text-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-violet-800:hover {
    --text-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-violet-900:hover {
    --text-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-fuchsia-50:hover {
    --text-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-fuchsia-100:hover {
    --text-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-fuchsia-200:hover {
    --text-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-fuchsia-300:hover {
    --text-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-fuchsia-400:hover {
    --text-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-fuchsia-500:hover {
    --text-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-fuchsia-600:hover {
    --text-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-fuchsia-700:hover {
    --text-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-fuchsia-800:hover {
    --text-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-fuchsia-900:hover {
    --text-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-rose-50:hover {
    --text-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-rose-100:hover {
    --text-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-rose-200:hover {
    --text-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-rose-300:hover {
    --text-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-rose-400:hover {
    --text-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-rose-500:hover {
    --text-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-rose-600:hover {
    --text-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-rose-700:hover {
    --text-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-rose-800:hover {
    --text-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--text-opacity)) !important;
  }

  .lg\:hover\:tw-text-rose-900:hover {
    --text-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-transparent:focus {
    color: transparent !important;
  }

  .lg\:focus\:tw-text-current:focus {
    color: currentColor !important;
  }

  .lg\:focus\:tw-text-black:focus {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-white:focus {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-50:focus {
    --text-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-100:focus {
    --text-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-200:focus {
    --text-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-300:focus {
    --text-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-400:focus {
    --text-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-500:focus {
    --text-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-600:focus {
    --text-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-700:focus {
    --text-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-800:focus {
    --text-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-900:focus {
    --text-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-50:focus {
    --text-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-100:focus {
    --text-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-200:focus {
    --text-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-300:focus {
    --text-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-400:focus {
    --text-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-500:focus {
    --text-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-600:focus {
    --text-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-700:focus {
    --text-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-800:focus {
    --text-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-900:focus {
    --text-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-50:focus {
    --text-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-100:focus {
    --text-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-200:focus {
    --text-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-300:focus {
    --text-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-400:focus {
    --text-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-500:focus {
    --text-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-600:focus {
    --text-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-700:focus {
    --text-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-800:focus {
    --text-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-900:focus {
    --text-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-50:focus {
    --text-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-100:focus {
    --text-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-200:focus {
    --text-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-300:focus {
    --text-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-400:focus {
    --text-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-500:focus {
    --text-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-600:focus {
    --text-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-700:focus {
    --text-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-800:focus {
    --text-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-900:focus {
    --text-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-50:focus {
    --text-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-100:focus {
    --text-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-200:focus {
    --text-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-300:focus {
    --text-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-400:focus {
    --text-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-500:focus {
    --text-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-600:focus {
    --text-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-700:focus {
    --text-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-800:focus {
    --text-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-900:focus {
    --text-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-50:focus {
    --text-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-100:focus {
    --text-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-200:focus {
    --text-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-300:focus {
    --text-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-400:focus {
    --text-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-500:focus {
    --text-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-600:focus {
    --text-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-700:focus {
    --text-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-800:focus {
    --text-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-900:focus {
    --text-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-50:focus {
    --text-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-100:focus {
    --text-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-200:focus {
    --text-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-300:focus {
    --text-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-400:focus {
    --text-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-500:focus {
    --text-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-600:focus {
    --text-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-700:focus {
    --text-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-800:focus {
    --text-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-900:focus {
    --text-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-50:focus {
    --text-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-100:focus {
    --text-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-200:focus {
    --text-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-300:focus {
    --text-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-400:focus {
    --text-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-500:focus {
    --text-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-600:focus {
    --text-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-700:focus {
    --text-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-800:focus {
    --text-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-900:focus {
    --text-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-50:focus {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-100:focus {
    --text-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-200:focus {
    --text-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-300:focus {
    --text-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-400:focus {
    --text-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-500:focus {
    --text-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-600:focus {
    --text-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-700:focus {
    --text-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-800:focus {
    --text-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-900:focus {
    --text-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-50:focus {
    --text-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-100:focus {
    --text-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-200:focus {
    --text-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-300:focus {
    --text-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-400:focus {
    --text-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-500:focus {
    --text-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-600:focus {
    --text-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-700:focus {
    --text-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-800:focus {
    --text-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-900:focus {
    --text-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-app-main:focus {
    --text-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-app-sub-blue:focus {
    --text-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-app-yellow:focus {
    --text-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-theme-primary:focus {
    --text-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-theme-info:focus {
    --text-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-slate-50:focus {
    --text-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-slate-100:focus {
    --text-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-slate-200:focus {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-slate-300:focus {
    --text-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-slate-400:focus {
    --text-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-slate-500:focus {
    --text-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-slate-600:focus {
    --text-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-slate-700:focus {
    --text-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-slate-800:focus {
    --text-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-slate-900:focus {
    --text-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-zinc-50:focus {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-zinc-100:focus {
    --text-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-zinc-200:focus {
    --text-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-zinc-300:focus {
    --text-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-zinc-400:focus {
    --text-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-zinc-500:focus {
    --text-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-zinc-600:focus {
    --text-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-zinc-700:focus {
    --text-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-zinc-800:focus {
    --text-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-zinc-900:focus {
    --text-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-neutral-50:focus {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-neutral-100:focus {
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-neutral-200:focus {
    --text-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-neutral-300:focus {
    --text-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-neutral-400:focus {
    --text-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-neutral-500:focus {
    --text-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-neutral-600:focus {
    --text-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-neutral-700:focus {
    --text-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-neutral-800:focus {
    --text-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-neutral-900:focus {
    --text-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-stone-50:focus {
    --text-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-stone-100:focus {
    --text-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-stone-200:focus {
    --text-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-stone-300:focus {
    --text-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-stone-400:focus {
    --text-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-stone-500:focus {
    --text-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-stone-600:focus {
    --text-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-stone-700:focus {
    --text-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-stone-800:focus {
    --text-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-stone-900:focus {
    --text-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-amber-50:focus {
    --text-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-amber-100:focus {
    --text-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-amber-200:focus {
    --text-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-amber-300:focus {
    --text-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-amber-400:focus {
    --text-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-amber-500:focus {
    --text-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-amber-600:focus {
    --text-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-amber-700:focus {
    --text-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-amber-800:focus {
    --text-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-amber-900:focus {
    --text-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lime-50:focus {
    --text-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lime-100:focus {
    --text-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lime-200:focus {
    --text-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lime-300:focus {
    --text-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lime-400:focus {
    --text-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lime-500:focus {
    --text-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lime-600:focus {
    --text-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lime-700:focus {
    --text-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lime-800:focus {
    --text-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lime-900:focus {
    --text-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-emerald-50:focus {
    --text-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-emerald-100:focus {
    --text-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-emerald-200:focus {
    --text-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-emerald-300:focus {
    --text-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-emerald-400:focus {
    --text-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-emerald-500:focus {
    --text-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-emerald-600:focus {
    --text-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-emerald-700:focus {
    --text-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-emerald-800:focus {
    --text-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-emerald-900:focus {
    --text-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cyan-50:focus {
    --text-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cyan-100:focus {
    --text-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cyan-200:focus {
    --text-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cyan-300:focus {
    --text-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cyan-400:focus {
    --text-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cyan-500:focus {
    --text-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cyan-600:focus {
    --text-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cyan-700:focus {
    --text-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cyan-800:focus {
    --text-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cyan-900:focus {
    --text-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-sky-50:focus {
    --text-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-sky-100:focus {
    --text-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-sky-200:focus {
    --text-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-sky-300:focus {
    --text-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-sky-400:focus {
    --text-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-sky-500:focus {
    --text-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-sky-600:focus {
    --text-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-sky-700:focus {
    --text-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-sky-800:focus {
    --text-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-sky-900:focus {
    --text-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-violet-50:focus {
    --text-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-violet-100:focus {
    --text-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-violet-200:focus {
    --text-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-violet-300:focus {
    --text-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-violet-400:focus {
    --text-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-violet-500:focus {
    --text-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-violet-600:focus {
    --text-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-violet-700:focus {
    --text-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-violet-800:focus {
    --text-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-violet-900:focus {
    --text-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-fuchsia-50:focus {
    --text-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-fuchsia-100:focus {
    --text-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-fuchsia-200:focus {
    --text-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-fuchsia-300:focus {
    --text-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-fuchsia-400:focus {
    --text-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-fuchsia-500:focus {
    --text-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-fuchsia-600:focus {
    --text-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-fuchsia-700:focus {
    --text-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-fuchsia-800:focus {
    --text-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-fuchsia-900:focus {
    --text-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-rose-50:focus {
    --text-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-rose-100:focus {
    --text-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-rose-200:focus {
    --text-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-rose-300:focus {
    --text-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-rose-400:focus {
    --text-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-rose-500:focus {
    --text-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-rose-600:focus {
    --text-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-rose-700:focus {
    --text-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-rose-800:focus {
    --text-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--text-opacity)) !important;
  }

  .lg\:focus\:tw-text-rose-900:focus {
    --text-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-transparent:disabled {
    color: transparent !important;
  }

  .lg\:disabled\:tw-text-current:disabled {
    color: currentColor !important;
  }

  .lg\:disabled\:tw-text-black:disabled {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-white:disabled {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-gray-50:disabled {
    --text-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-gray-100:disabled {
    --text-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-gray-200:disabled {
    --text-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-gray-300:disabled {
    --text-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-gray-400:disabled {
    --text-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-gray-500:disabled {
    --text-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-gray-600:disabled {
    --text-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-gray-700:disabled {
    --text-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-gray-800:disabled {
    --text-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-gray-900:disabled {
    --text-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-red-50:disabled {
    --text-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-red-100:disabled {
    --text-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-red-200:disabled {
    --text-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-red-300:disabled {
    --text-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-red-400:disabled {
    --text-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-red-500:disabled {
    --text-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-red-600:disabled {
    --text-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-red-700:disabled {
    --text-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-red-800:disabled {
    --text-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-red-900:disabled {
    --text-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-orange-50:disabled {
    --text-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-orange-100:disabled {
    --text-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-orange-200:disabled {
    --text-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-orange-300:disabled {
    --text-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-orange-400:disabled {
    --text-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-orange-500:disabled {
    --text-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-orange-600:disabled {
    --text-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-orange-700:disabled {
    --text-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-orange-800:disabled {
    --text-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-orange-900:disabled {
    --text-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-yellow-50:disabled {
    --text-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-yellow-100:disabled {
    --text-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-yellow-200:disabled {
    --text-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-yellow-300:disabled {
    --text-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-yellow-400:disabled {
    --text-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-yellow-500:disabled {
    --text-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-yellow-600:disabled {
    --text-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-yellow-700:disabled {
    --text-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-yellow-800:disabled {
    --text-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-yellow-900:disabled {
    --text-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-green-50:disabled {
    --text-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-green-100:disabled {
    --text-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-green-200:disabled {
    --text-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-green-300:disabled {
    --text-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-green-400:disabled {
    --text-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-green-500:disabled {
    --text-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-green-600:disabled {
    --text-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-green-700:disabled {
    --text-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-green-800:disabled {
    --text-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-green-900:disabled {
    --text-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-teal-50:disabled {
    --text-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-teal-100:disabled {
    --text-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-teal-200:disabled {
    --text-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-teal-300:disabled {
    --text-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-teal-400:disabled {
    --text-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-teal-500:disabled {
    --text-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-teal-600:disabled {
    --text-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-teal-700:disabled {
    --text-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-teal-800:disabled {
    --text-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-teal-900:disabled {
    --text-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-blue-50:disabled {
    --text-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-blue-100:disabled {
    --text-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-blue-200:disabled {
    --text-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-blue-300:disabled {
    --text-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-blue-400:disabled {
    --text-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-blue-500:disabled {
    --text-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-blue-600:disabled {
    --text-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-blue-700:disabled {
    --text-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-blue-800:disabled {
    --text-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-blue-900:disabled {
    --text-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-indigo-50:disabled {
    --text-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-indigo-100:disabled {
    --text-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-indigo-200:disabled {
    --text-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-indigo-300:disabled {
    --text-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-indigo-400:disabled {
    --text-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-indigo-500:disabled {
    --text-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-indigo-600:disabled {
    --text-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-indigo-700:disabled {
    --text-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-indigo-800:disabled {
    --text-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-indigo-900:disabled {
    --text-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-purple-50:disabled {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-purple-100:disabled {
    --text-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-purple-200:disabled {
    --text-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-purple-300:disabled {
    --text-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-purple-400:disabled {
    --text-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-purple-500:disabled {
    --text-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-purple-600:disabled {
    --text-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-purple-700:disabled {
    --text-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-purple-800:disabled {
    --text-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-purple-900:disabled {
    --text-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-pink-50:disabled {
    --text-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-pink-100:disabled {
    --text-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-pink-200:disabled {
    --text-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-pink-300:disabled {
    --text-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-pink-400:disabled {
    --text-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-pink-500:disabled {
    --text-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-pink-600:disabled {
    --text-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-pink-700:disabled {
    --text-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-pink-800:disabled {
    --text-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-pink-900:disabled {
    --text-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-app-main:disabled {
    --text-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-app-sub-blue:disabled {
    --text-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-app-yellow:disabled {
    --text-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-theme-primary:disabled {
    --text-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-theme-info:disabled {
    --text-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-slate-50:disabled {
    --text-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-slate-100:disabled {
    --text-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-slate-200:disabled {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-slate-300:disabled {
    --text-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-slate-400:disabled {
    --text-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-slate-500:disabled {
    --text-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-slate-600:disabled {
    --text-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-slate-700:disabled {
    --text-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-slate-800:disabled {
    --text-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-slate-900:disabled {
    --text-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-zinc-50:disabled {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-zinc-100:disabled {
    --text-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-zinc-200:disabled {
    --text-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-zinc-300:disabled {
    --text-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-zinc-400:disabled {
    --text-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-zinc-500:disabled {
    --text-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-zinc-600:disabled {
    --text-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-zinc-700:disabled {
    --text-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-zinc-800:disabled {
    --text-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-zinc-900:disabled {
    --text-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-neutral-50:disabled {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-neutral-100:disabled {
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-neutral-200:disabled {
    --text-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-neutral-300:disabled {
    --text-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-neutral-400:disabled {
    --text-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-neutral-500:disabled {
    --text-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-neutral-600:disabled {
    --text-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-neutral-700:disabled {
    --text-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-neutral-800:disabled {
    --text-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-neutral-900:disabled {
    --text-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-stone-50:disabled {
    --text-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-stone-100:disabled {
    --text-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-stone-200:disabled {
    --text-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-stone-300:disabled {
    --text-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-stone-400:disabled {
    --text-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-stone-500:disabled {
    --text-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-stone-600:disabled {
    --text-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-stone-700:disabled {
    --text-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-stone-800:disabled {
    --text-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-stone-900:disabled {
    --text-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-amber-50:disabled {
    --text-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-amber-100:disabled {
    --text-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-amber-200:disabled {
    --text-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-amber-300:disabled {
    --text-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-amber-400:disabled {
    --text-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-amber-500:disabled {
    --text-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-amber-600:disabled {
    --text-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-amber-700:disabled {
    --text-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-amber-800:disabled {
    --text-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-amber-900:disabled {
    --text-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-lime-50:disabled {
    --text-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-lime-100:disabled {
    --text-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-lime-200:disabled {
    --text-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-lime-300:disabled {
    --text-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-lime-400:disabled {
    --text-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-lime-500:disabled {
    --text-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-lime-600:disabled {
    --text-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-lime-700:disabled {
    --text-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-lime-800:disabled {
    --text-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-lime-900:disabled {
    --text-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-emerald-50:disabled {
    --text-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-emerald-100:disabled {
    --text-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-emerald-200:disabled {
    --text-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-emerald-300:disabled {
    --text-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-emerald-400:disabled {
    --text-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-emerald-500:disabled {
    --text-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-emerald-600:disabled {
    --text-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-emerald-700:disabled {
    --text-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-emerald-800:disabled {
    --text-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-emerald-900:disabled {
    --text-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-cyan-50:disabled {
    --text-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-cyan-100:disabled {
    --text-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-cyan-200:disabled {
    --text-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-cyan-300:disabled {
    --text-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-cyan-400:disabled {
    --text-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-cyan-500:disabled {
    --text-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-cyan-600:disabled {
    --text-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-cyan-700:disabled {
    --text-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-cyan-800:disabled {
    --text-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-cyan-900:disabled {
    --text-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-sky-50:disabled {
    --text-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-sky-100:disabled {
    --text-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-sky-200:disabled {
    --text-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-sky-300:disabled {
    --text-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-sky-400:disabled {
    --text-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-sky-500:disabled {
    --text-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-sky-600:disabled {
    --text-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-sky-700:disabled {
    --text-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-sky-800:disabled {
    --text-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-sky-900:disabled {
    --text-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-violet-50:disabled {
    --text-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-violet-100:disabled {
    --text-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-violet-200:disabled {
    --text-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-violet-300:disabled {
    --text-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-violet-400:disabled {
    --text-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-violet-500:disabled {
    --text-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-violet-600:disabled {
    --text-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-violet-700:disabled {
    --text-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-violet-800:disabled {
    --text-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-violet-900:disabled {
    --text-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-fuchsia-50:disabled {
    --text-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-fuchsia-100:disabled {
    --text-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-fuchsia-200:disabled {
    --text-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-fuchsia-300:disabled {
    --text-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-fuchsia-400:disabled {
    --text-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-fuchsia-500:disabled {
    --text-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-fuchsia-600:disabled {
    --text-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-fuchsia-700:disabled {
    --text-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-fuchsia-800:disabled {
    --text-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-fuchsia-900:disabled {
    --text-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-rose-50:disabled {
    --text-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-rose-100:disabled {
    --text-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-rose-200:disabled {
    --text-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-rose-300:disabled {
    --text-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-rose-400:disabled {
    --text-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-rose-500:disabled {
    --text-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-rose-600:disabled {
    --text-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-rose-700:disabled {
    --text-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-rose-800:disabled {
    --text-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--text-opacity)) !important;
  }

  .lg\:disabled\:tw-text-rose-900:disabled {
    --text-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--text-opacity)) !important;
  }

  .lg\:tw-text-opacity-0 {
    --text-opacity: 0 !important;
  }

  .lg\:tw-text-opacity-25 {
    --text-opacity: 0.25 !important;
  }

  .lg\:tw-text-opacity-50 {
    --text-opacity: 0.5 !important;
  }

  .lg\:tw-text-opacity-75 {
    --text-opacity: 0.75 !important;
  }

  .lg\:tw-text-opacity-100 {
    --text-opacity: 1 !important;
  }

  .lg\:hover\:tw-text-opacity-0:hover {
    --text-opacity: 0 !important;
  }

  .lg\:hover\:tw-text-opacity-25:hover {
    --text-opacity: 0.25 !important;
  }

  .lg\:hover\:tw-text-opacity-50:hover {
    --text-opacity: 0.5 !important;
  }

  .lg\:hover\:tw-text-opacity-75:hover {
    --text-opacity: 0.75 !important;
  }

  .lg\:hover\:tw-text-opacity-100:hover {
    --text-opacity: 1 !important;
  }

  .lg\:focus\:tw-text-opacity-0:focus {
    --text-opacity: 0 !important;
  }

  .lg\:focus\:tw-text-opacity-25:focus {
    --text-opacity: 0.25 !important;
  }

  .lg\:focus\:tw-text-opacity-50:focus {
    --text-opacity: 0.5 !important;
  }

  .lg\:focus\:tw-text-opacity-75:focus {
    --text-opacity: 0.75 !important;
  }

  .lg\:focus\:tw-text-opacity-100:focus {
    --text-opacity: 1 !important;
  }

  .lg\:tw-italic {
    font-style: italic !important;
  }

  .lg\:tw-not-italic {
    font-style: normal !important;
  }

  .lg\:tw-uppercase {
    text-transform: uppercase !important;
  }

  .lg\:tw-lowercase {
    text-transform: lowercase !important;
  }

  .lg\:tw-capitalize {
    text-transform: capitalize !important;
  }

  .lg\:tw-normal-case {
    text-transform: none !important;
  }

  .lg\:tw-underline {
    text-decoration: underline !important;
  }

  .lg\:tw-line-through {
    text-decoration: line-through !important;
  }

  .lg\:tw-no-underline {
    text-decoration: none !important;
  }

  .lg\:hover\:tw-underline:hover {
    text-decoration: underline !important;
  }

  .lg\:hover\:tw-line-through:hover {
    text-decoration: line-through !important;
  }

  .lg\:hover\:tw-no-underline:hover {
    text-decoration: none !important;
  }

  .lg\:focus\:tw-underline:focus {
    text-decoration: underline !important;
  }

  .lg\:focus\:tw-line-through:focus {
    text-decoration: line-through !important;
  }

  .lg\:focus\:tw-no-underline:focus {
    text-decoration: none !important;
  }

  .lg\:tw-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:tw-ordinal, .lg\:tw-slashed-zero, .lg\:tw-lining-nums, .lg\:tw-oldstyle-nums, .lg\:tw-proportional-nums, .lg\:tw-tabular-nums, .lg\:tw-diagonal-fractions, .lg\:tw-stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .lg\:tw-normal-nums {
    font-variant-numeric: normal !important;
  }

  .lg\:tw-ordinal {
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .lg\:tw-slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .lg\:tw-lining-nums {
    --font-variant-numeric-figure: lining-nums !important;
  }

  .lg\:tw-oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .lg\:tw-proportional-nums {
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .lg\:tw-tabular-nums {
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .lg\:tw-diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .lg\:tw-stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .lg\:tw-tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .lg\:tw-tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .lg\:tw-tracking-normal {
    letter-spacing: 0 !important;
  }

  .lg\:tw-tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .lg\:tw-tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .lg\:tw-tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .lg\:tw-select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .lg\:tw-select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .lg\:tw-select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .lg\:tw-select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .lg\:tw-align-baseline {
    vertical-align: baseline !important;
  }

  .lg\:tw-align-top {
    vertical-align: top !important;
  }

  .lg\:tw-align-middle {
    vertical-align: middle !important;
  }

  .lg\:tw-align-bottom {
    vertical-align: bottom !important;
  }

  .lg\:tw-align-text-top {
    vertical-align: text-top !important;
  }

  .lg\:tw-align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .lg\:tw-visible {
    visibility: visible !important;
  }

  .lg\:tw-invisible {
    visibility: hidden !important;
  }

  .lg\:tw-whitespace-normal {
    white-space: normal !important;
  }

  .lg\:tw-whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .lg\:tw-whitespace-pre {
    white-space: pre !important;
  }

  .lg\:tw-whitespace-pre-line {
    white-space: pre-line !important;
  }

  .lg\:tw-whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .lg\:tw-break-normal {
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .lg\:tw-break-words {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .lg\:tw-break-all {
    word-break: break-all !important;
  }

  .lg\:tw-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg\:tw-w-0 {
    width: 0 !important;
  }

  .lg\:tw-w-1 {
    width: 0.25rem !important;
  }

  .lg\:tw-w-2 {
    width: 0.5rem !important;
  }

  .lg\:tw-w-3 {
    width: 0.75rem !important;
  }

  .lg\:tw-w-4 {
    width: 1rem !important;
  }

  .lg\:tw-w-5 {
    width: 1.25rem !important;
  }

  .lg\:tw-w-6 {
    width: 1.5rem !important;
  }

  .lg\:tw-w-8 {
    width: 2rem !important;
  }

  .lg\:tw-w-10 {
    width: 2.5rem !important;
  }

  .lg\:tw-w-12 {
    width: 3rem !important;
  }

  .lg\:tw-w-16 {
    width: 4rem !important;
  }

  .lg\:tw-w-20 {
    width: 5rem !important;
  }

  .lg\:tw-w-24 {
    width: 6rem !important;
  }

  .lg\:tw-w-30 {
    width: 7.5rem !important;
  }

  .lg\:tw-w-32 {
    width: 8rem !important;
  }

  .lg\:tw-w-36 {
    width: 9rem !important;
  }

  .lg\:tw-w-40 {
    width: 10rem !important;
  }

  .lg\:tw-w-48 {
    width: 12rem !important;
  }

  .lg\:tw-w-56 {
    width: 14rem !important;
  }

  .lg\:tw-w-64 {
    width: 16rem !important;
  }

  .lg\:tw-w-auto {
    width: auto !important;
  }

  .lg\:tw-w-px {
    width: 1px !important;
  }

  .lg\:tw-w-0\.5 {
    width: .125rem !important;
  }

  .lg\:tw-w-1\.5 {
    width: .375rem !important;
  }

  .lg\:tw-w-2\.5 {
    width: .625rem !important;
  }

  .lg\:tw-w-3\.5 {
    width: .875rem !important;
  }

  .lg\:tw-w-1\.25em {
    width: 1.25em !important;
  }

  .lg\:tw-w-1\.5em {
    width: 1.5em !important;
  }

  .lg\:tw-w-4em {
    width: 4em !important;
  }

  .lg\:tw-w-1\/2 {
    width: 50% !important;
  }

  .lg\:tw-w-1\/3 {
    width: 33.333333% !important;
  }

  .lg\:tw-w-2\/3 {
    width: 66.666667% !important;
  }

  .lg\:tw-w-1\/4 {
    width: 25% !important;
  }

  .lg\:tw-w-2\/4 {
    width: 50% !important;
  }

  .lg\:tw-w-3\/4 {
    width: 75% !important;
  }

  .lg\:tw-w-1\/5 {
    width: 20% !important;
  }

  .lg\:tw-w-2\/5 {
    width: 40% !important;
  }

  .lg\:tw-w-3\/5 {
    width: 60% !important;
  }

  .lg\:tw-w-4\/5 {
    width: 80% !important;
  }

  .lg\:tw-w-1\/6 {
    width: 16.666667% !important;
  }

  .lg\:tw-w-2\/6 {
    width: 33.333333% !important;
  }

  .lg\:tw-w-3\/6 {
    width: 50% !important;
  }

  .lg\:tw-w-4\/6 {
    width: 66.666667% !important;
  }

  .lg\:tw-w-5\/6 {
    width: 83.333333% !important;
  }

  .lg\:tw-w-1\/12 {
    width: 8.333333% !important;
  }

  .lg\:tw-w-2\/12 {
    width: 16.666667% !important;
  }

  .lg\:tw-w-3\/12 {
    width: 25% !important;
  }

  .lg\:tw-w-4\/12 {
    width: 33.333333% !important;
  }

  .lg\:tw-w-5\/12 {
    width: 41.666667% !important;
  }

  .lg\:tw-w-6\/12 {
    width: 50% !important;
  }

  .lg\:tw-w-7\/12 {
    width: 58.333333% !important;
  }

  .lg\:tw-w-8\/12 {
    width: 66.666667% !important;
  }

  .lg\:tw-w-9\/12 {
    width: 75% !important;
  }

  .lg\:tw-w-10\/12 {
    width: 83.333333% !important;
  }

  .lg\:tw-w-11\/12 {
    width: 91.666667% !important;
  }

  .lg\:tw-w-full {
    width: 100% !important;
  }

  .lg\:tw-w-screen {
    width: 100vw !important;
  }

  .lg\:tw-w-el-input-10em {
    width: calc(10em + 32px) !important;
  }

  .lg\:tw-z-0 {
    z-index: 0 !important;
  }

  .lg\:tw-z-10 {
    z-index: 10 !important;
  }

  .lg\:tw-z-20 {
    z-index: 20 !important;
  }

  .lg\:tw-z-30 {
    z-index: 30 !important;
  }

  .lg\:tw-z-40 {
    z-index: 40 !important;
  }

  .lg\:tw-z-50 {
    z-index: 50 !important;
  }

  .lg\:tw-z-500 {
    z-index: 500 !important;
  }

  .lg\:tw-z-auto {
    z-index: auto !important;
  }

  .lg\:tw-gap-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .lg\:tw-gap-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .lg\:tw-gap-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .lg\:tw-gap-3 {
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .lg\:tw-gap-4 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .lg\:tw-gap-5 {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .lg\:tw-gap-6 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .lg\:tw-gap-8 {
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .lg\:tw-gap-10 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .lg\:tw-gap-12 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .lg\:tw-gap-16 {
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .lg\:tw-gap-20 {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .lg\:tw-gap-24 {
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .lg\:tw-gap-30 {
    grid-gap: 7.5rem !important;
    gap: 7.5rem !important;
  }

  .lg\:tw-gap-32 {
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .lg\:tw-gap-36 {
    grid-gap: 9rem !important;
    gap: 9rem !important;
  }

  .lg\:tw-gap-40 {
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .lg\:tw-gap-48 {
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .lg\:tw-gap-56 {
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .lg\:tw-gap-64 {
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .lg\:tw-gap-px {
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .lg\:tw-gap-0\.5 {
    grid-gap: .125rem !important;
    gap: .125rem !important;
  }

  .lg\:tw-gap-1\.5 {
    grid-gap: .375rem !important;
    gap: .375rem !important;
  }

  .lg\:tw-gap-2\.5 {
    grid-gap: .625rem !important;
    gap: .625rem !important;
  }

  .lg\:tw-gap-3\.5 {
    grid-gap: .875rem !important;
    gap: .875rem !important;
  }

  .lg\:tw-gap-1\.25em {
    grid-gap: 1.25em !important;
    gap: 1.25em !important;
  }

  .lg\:tw-gap-1\.5em {
    grid-gap: 1.5em !important;
    gap: 1.5em !important;
  }

  .lg\:tw-gap-4em {
    grid-gap: 4em !important;
    gap: 4em !important;
  }

  .lg\:tw-gap-x-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .lg\:tw-gap-x-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lg\:tw-gap-x-2 {
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lg\:tw-gap-x-3 {
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lg\:tw-gap-x-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lg\:tw-gap-x-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lg\:tw-gap-x-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lg\:tw-gap-x-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lg\:tw-gap-x-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lg\:tw-gap-x-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lg\:tw-gap-x-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lg\:tw-gap-x-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lg\:tw-gap-x-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lg\:tw-gap-x-30 {
    grid-column-gap: 7.5rem !important;
    -moz-column-gap: 7.5rem !important;
         column-gap: 7.5rem !important;
  }

  .lg\:tw-gap-x-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lg\:tw-gap-x-36 {
    grid-column-gap: 9rem !important;
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .lg\:tw-gap-x-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lg\:tw-gap-x-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lg\:tw-gap-x-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lg\:tw-gap-x-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lg\:tw-gap-x-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lg\:tw-gap-x-0\.5 {
    grid-column-gap: .125rem !important;
    -moz-column-gap: .125rem !important;
         column-gap: .125rem !important;
  }

  .lg\:tw-gap-x-1\.5 {
    grid-column-gap: .375rem !important;
    -moz-column-gap: .375rem !important;
         column-gap: .375rem !important;
  }

  .lg\:tw-gap-x-2\.5 {
    grid-column-gap: .625rem !important;
    -moz-column-gap: .625rem !important;
         column-gap: .625rem !important;
  }

  .lg\:tw-gap-x-3\.5 {
    grid-column-gap: .875rem !important;
    -moz-column-gap: .875rem !important;
         column-gap: .875rem !important;
  }

  .lg\:tw-gap-x-1\.25em {
    grid-column-gap: 1.25em !important;
    -moz-column-gap: 1.25em !important;
         column-gap: 1.25em !important;
  }

  .lg\:tw-gap-x-1\.5em {
    grid-column-gap: 1.5em !important;
    -moz-column-gap: 1.5em !important;
         column-gap: 1.5em !important;
  }

  .lg\:tw-gap-x-4em {
    grid-column-gap: 4em !important;
    -moz-column-gap: 4em !important;
         column-gap: 4em !important;
  }

  .lg\:tw-gap-y-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .lg\:tw-gap-y-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .lg\:tw-gap-y-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .lg\:tw-gap-y-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .lg\:tw-gap-y-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .lg\:tw-gap-y-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .lg\:tw-gap-y-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .lg\:tw-gap-y-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .lg\:tw-gap-y-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .lg\:tw-gap-y-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .lg\:tw-gap-y-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .lg\:tw-gap-y-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .lg\:tw-gap-y-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .lg\:tw-gap-y-30 {
    grid-row-gap: 7.5rem !important;
    row-gap: 7.5rem !important;
  }

  .lg\:tw-gap-y-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .lg\:tw-gap-y-36 {
    grid-row-gap: 9rem !important;
    row-gap: 9rem !important;
  }

  .lg\:tw-gap-y-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .lg\:tw-gap-y-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .lg\:tw-gap-y-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .lg\:tw-gap-y-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .lg\:tw-gap-y-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .lg\:tw-gap-y-0\.5 {
    grid-row-gap: .125rem !important;
    row-gap: .125rem !important;
  }

  .lg\:tw-gap-y-1\.5 {
    grid-row-gap: .375rem !important;
    row-gap: .375rem !important;
  }

  .lg\:tw-gap-y-2\.5 {
    grid-row-gap: .625rem !important;
    row-gap: .625rem !important;
  }

  .lg\:tw-gap-y-3\.5 {
    grid-row-gap: .875rem !important;
    row-gap: .875rem !important;
  }

  .lg\:tw-gap-y-1\.25em {
    grid-row-gap: 1.25em !important;
    row-gap: 1.25em !important;
  }

  .lg\:tw-gap-y-1\.5em {
    grid-row-gap: 1.5em !important;
    row-gap: 1.5em !important;
  }

  .lg\:tw-gap-y-4em {
    grid-row-gap: 4em !important;
    row-gap: 4em !important;
  }

  .lg\:tw-grid-flow-row {
    grid-auto-flow: row !important;
  }

  .lg\:tw-grid-flow-col {
    grid-auto-flow: column !important;
  }

  .lg\:tw-grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .lg\:tw-grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .lg\:tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-none {
    grid-template-columns: none !important;
  }

  .lg\:tw-grid-cols-1fr-auto-1fr {
    grid-template-columns: 1fr auto 1fr !important;
  }

  .lg\:tw-auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .lg\:tw-auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .lg\:tw-auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .lg\:tw-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .lg\:tw-col-auto {
    grid-column: auto !important;
  }

  .lg\:tw-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .lg\:tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .lg\:tw-col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .lg\:tw-col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .lg\:tw-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .lg\:tw-col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .lg\:tw-col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .lg\:tw-col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .lg\:tw-col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .lg\:tw-col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .lg\:tw-col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .lg\:tw-col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .lg\:tw-col-span-full {
    grid-column: 1 / -1 !important;
  }

  .lg\:tw-col-start-1 {
    grid-column-start: 1 !important;
  }

  .lg\:tw-col-start-2 {
    grid-column-start: 2 !important;
  }

  .lg\:tw-col-start-3 {
    grid-column-start: 3 !important;
  }

  .lg\:tw-col-start-4 {
    grid-column-start: 4 !important;
  }

  .lg\:tw-col-start-5 {
    grid-column-start: 5 !important;
  }

  .lg\:tw-col-start-6 {
    grid-column-start: 6 !important;
  }

  .lg\:tw-col-start-7 {
    grid-column-start: 7 !important;
  }

  .lg\:tw-col-start-8 {
    grid-column-start: 8 !important;
  }

  .lg\:tw-col-start-9 {
    grid-column-start: 9 !important;
  }

  .lg\:tw-col-start-10 {
    grid-column-start: 10 !important;
  }

  .lg\:tw-col-start-11 {
    grid-column-start: 11 !important;
  }

  .lg\:tw-col-start-12 {
    grid-column-start: 12 !important;
  }

  .lg\:tw-col-start-13 {
    grid-column-start: 13 !important;
  }

  .lg\:tw-col-start-auto {
    grid-column-start: auto !important;
  }

  .lg\:tw-col-end-1 {
    grid-column-end: 1 !important;
  }

  .lg\:tw-col-end-2 {
    grid-column-end: 2 !important;
  }

  .lg\:tw-col-end-3 {
    grid-column-end: 3 !important;
  }

  .lg\:tw-col-end-4 {
    grid-column-end: 4 !important;
  }

  .lg\:tw-col-end-5 {
    grid-column-end: 5 !important;
  }

  .lg\:tw-col-end-6 {
    grid-column-end: 6 !important;
  }

  .lg\:tw-col-end-7 {
    grid-column-end: 7 !important;
  }

  .lg\:tw-col-end-8 {
    grid-column-end: 8 !important;
  }

  .lg\:tw-col-end-9 {
    grid-column-end: 9 !important;
  }

  .lg\:tw-col-end-10 {
    grid-column-end: 10 !important;
  }

  .lg\:tw-col-end-11 {
    grid-column-end: 11 !important;
  }

  .lg\:tw-col-end-12 {
    grid-column-end: 12 !important;
  }

  .lg\:tw-col-end-13 {
    grid-column-end: 13 !important;
  }

  .lg\:tw-col-end-auto {
    grid-column-end: auto !important;
  }

  .lg\:tw-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-rows-none {
    grid-template-rows: none !important;
  }

  .lg\:tw-auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .lg\:tw-auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .lg\:tw-auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .lg\:tw-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .lg\:tw-row-auto {
    grid-row: auto !important;
  }

  .lg\:tw-row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .lg\:tw-row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .lg\:tw-row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .lg\:tw-row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .lg\:tw-row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .lg\:tw-row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .lg\:tw-row-span-full {
    grid-row: 1 / -1 !important;
  }

  .lg\:tw-row-start-1 {
    grid-row-start: 1 !important;
  }

  .lg\:tw-row-start-2 {
    grid-row-start: 2 !important;
  }

  .lg\:tw-row-start-3 {
    grid-row-start: 3 !important;
  }

  .lg\:tw-row-start-4 {
    grid-row-start: 4 !important;
  }

  .lg\:tw-row-start-5 {
    grid-row-start: 5 !important;
  }

  .lg\:tw-row-start-6 {
    grid-row-start: 6 !important;
  }

  .lg\:tw-row-start-7 {
    grid-row-start: 7 !important;
  }

  .lg\:tw-row-start-auto {
    grid-row-start: auto !important;
  }

  .lg\:tw-row-end-1 {
    grid-row-end: 1 !important;
  }

  .lg\:tw-row-end-2 {
    grid-row-end: 2 !important;
  }

  .lg\:tw-row-end-3 {
    grid-row-end: 3 !important;
  }

  .lg\:tw-row-end-4 {
    grid-row-end: 4 !important;
  }

  .lg\:tw-row-end-5 {
    grid-row-end: 5 !important;
  }

  .lg\:tw-row-end-6 {
    grid-row-end: 6 !important;
  }

  .lg\:tw-row-end-7 {
    grid-row-end: 7 !important;
  }

  .lg\:tw-row-end-auto {
    grid-row-end: auto !important;
  }

  .lg\:tw-transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .lg\:tw-transform-none {
    transform: none !important;
  }

  .lg\:tw-origin-center {
    transform-origin: center !important;
  }

  .lg\:tw-origin-top {
    transform-origin: top !important;
  }

  .lg\:tw-origin-top-right {
    transform-origin: top right !important;
  }

  .lg\:tw-origin-right {
    transform-origin: right !important;
  }

  .lg\:tw-origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .lg\:tw-origin-bottom {
    transform-origin: bottom !important;
  }

  .lg\:tw-origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .lg\:tw-origin-left {
    transform-origin: left !important;
  }

  .lg\:tw-origin-top-left {
    transform-origin: top left !important;
  }

  .lg\:tw-scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .lg\:tw-scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .lg\:tw-scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .lg\:tw-scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .lg\:tw-scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .lg\:tw-scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .lg\:tw-scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .lg\:tw-scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .lg\:tw-scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .lg\:tw-scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .lg\:tw-scale-x-0 {
    --transform-scale-x: 0 !important;
  }

  .lg\:tw-scale-x-50 {
    --transform-scale-x: .5 !important;
  }

  .lg\:tw-scale-x-75 {
    --transform-scale-x: .75 !important;
  }

  .lg\:tw-scale-x-90 {
    --transform-scale-x: .9 !important;
  }

  .lg\:tw-scale-x-95 {
    --transform-scale-x: .95 !important;
  }

  .lg\:tw-scale-x-100 {
    --transform-scale-x: 1 !important;
  }

  .lg\:tw-scale-x-105 {
    --transform-scale-x: 1.05 !important;
  }

  .lg\:tw-scale-x-110 {
    --transform-scale-x: 1.1 !important;
  }

  .lg\:tw-scale-x-125 {
    --transform-scale-x: 1.25 !important;
  }

  .lg\:tw-scale-x-150 {
    --transform-scale-x: 1.5 !important;
  }

  .lg\:tw-scale-y-0 {
    --transform-scale-y: 0 !important;
  }

  .lg\:tw-scale-y-50 {
    --transform-scale-y: .5 !important;
  }

  .lg\:tw-scale-y-75 {
    --transform-scale-y: .75 !important;
  }

  .lg\:tw-scale-y-90 {
    --transform-scale-y: .9 !important;
  }

  .lg\:tw-scale-y-95 {
    --transform-scale-y: .95 !important;
  }

  .lg\:tw-scale-y-100 {
    --transform-scale-y: 1 !important;
  }

  .lg\:tw-scale-y-105 {
    --transform-scale-y: 1.05 !important;
  }

  .lg\:tw-scale-y-110 {
    --transform-scale-y: 1.1 !important;
  }

  .lg\:tw-scale-y-125 {
    --transform-scale-y: 1.25 !important;
  }

  .lg\:tw-scale-y-150 {
    --transform-scale-y: 1.5 !important;
  }

  .lg\:hover\:tw-scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .lg\:hover\:tw-scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .lg\:hover\:tw-scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .lg\:hover\:tw-scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .lg\:hover\:tw-scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .lg\:hover\:tw-scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .lg\:hover\:tw-scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .lg\:hover\:tw-scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .lg\:hover\:tw-scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .lg\:hover\:tw-scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .lg\:hover\:tw-scale-x-0:hover {
    --transform-scale-x: 0 !important;
  }

  .lg\:hover\:tw-scale-x-50:hover {
    --transform-scale-x: .5 !important;
  }

  .lg\:hover\:tw-scale-x-75:hover {
    --transform-scale-x: .75 !important;
  }

  .lg\:hover\:tw-scale-x-90:hover {
    --transform-scale-x: .9 !important;
  }

  .lg\:hover\:tw-scale-x-95:hover {
    --transform-scale-x: .95 !important;
  }

  .lg\:hover\:tw-scale-x-100:hover {
    --transform-scale-x: 1 !important;
  }

  .lg\:hover\:tw-scale-x-105:hover {
    --transform-scale-x: 1.05 !important;
  }

  .lg\:hover\:tw-scale-x-110:hover {
    --transform-scale-x: 1.1 !important;
  }

  .lg\:hover\:tw-scale-x-125:hover {
    --transform-scale-x: 1.25 !important;
  }

  .lg\:hover\:tw-scale-x-150:hover {
    --transform-scale-x: 1.5 !important;
  }

  .lg\:hover\:tw-scale-y-0:hover {
    --transform-scale-y: 0 !important;
  }

  .lg\:hover\:tw-scale-y-50:hover {
    --transform-scale-y: .5 !important;
  }

  .lg\:hover\:tw-scale-y-75:hover {
    --transform-scale-y: .75 !important;
  }

  .lg\:hover\:tw-scale-y-90:hover {
    --transform-scale-y: .9 !important;
  }

  .lg\:hover\:tw-scale-y-95:hover {
    --transform-scale-y: .95 !important;
  }

  .lg\:hover\:tw-scale-y-100:hover {
    --transform-scale-y: 1 !important;
  }

  .lg\:hover\:tw-scale-y-105:hover {
    --transform-scale-y: 1.05 !important;
  }

  .lg\:hover\:tw-scale-y-110:hover {
    --transform-scale-y: 1.1 !important;
  }

  .lg\:hover\:tw-scale-y-125:hover {
    --transform-scale-y: 1.25 !important;
  }

  .lg\:hover\:tw-scale-y-150:hover {
    --transform-scale-y: 1.5 !important;
  }

  .lg\:focus\:tw-scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .lg\:focus\:tw-scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .lg\:focus\:tw-scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .lg\:focus\:tw-scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .lg\:focus\:tw-scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .lg\:focus\:tw-scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .lg\:focus\:tw-scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .lg\:focus\:tw-scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .lg\:focus\:tw-scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .lg\:focus\:tw-scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .lg\:focus\:tw-scale-x-0:focus {
    --transform-scale-x: 0 !important;
  }

  .lg\:focus\:tw-scale-x-50:focus {
    --transform-scale-x: .5 !important;
  }

  .lg\:focus\:tw-scale-x-75:focus {
    --transform-scale-x: .75 !important;
  }

  .lg\:focus\:tw-scale-x-90:focus {
    --transform-scale-x: .9 !important;
  }

  .lg\:focus\:tw-scale-x-95:focus {
    --transform-scale-x: .95 !important;
  }

  .lg\:focus\:tw-scale-x-100:focus {
    --transform-scale-x: 1 !important;
  }

  .lg\:focus\:tw-scale-x-105:focus {
    --transform-scale-x: 1.05 !important;
  }

  .lg\:focus\:tw-scale-x-110:focus {
    --transform-scale-x: 1.1 !important;
  }

  .lg\:focus\:tw-scale-x-125:focus {
    --transform-scale-x: 1.25 !important;
  }

  .lg\:focus\:tw-scale-x-150:focus {
    --transform-scale-x: 1.5 !important;
  }

  .lg\:focus\:tw-scale-y-0:focus {
    --transform-scale-y: 0 !important;
  }

  .lg\:focus\:tw-scale-y-50:focus {
    --transform-scale-y: .5 !important;
  }

  .lg\:focus\:tw-scale-y-75:focus {
    --transform-scale-y: .75 !important;
  }

  .lg\:focus\:tw-scale-y-90:focus {
    --transform-scale-y: .9 !important;
  }

  .lg\:focus\:tw-scale-y-95:focus {
    --transform-scale-y: .95 !important;
  }

  .lg\:focus\:tw-scale-y-100:focus {
    --transform-scale-y: 1 !important;
  }

  .lg\:focus\:tw-scale-y-105:focus {
    --transform-scale-y: 1.05 !important;
  }

  .lg\:focus\:tw-scale-y-110:focus {
    --transform-scale-y: 1.1 !important;
  }

  .lg\:focus\:tw-scale-y-125:focus {
    --transform-scale-y: 1.25 !important;
  }

  .lg\:focus\:tw-scale-y-150:focus {
    --transform-scale-y: 1.5 !important;
  }

  .lg\:tw-rotate-0 {
    --transform-rotate: 0 !important;
  }

  .lg\:tw-rotate-1 {
    --transform-rotate: 1deg !important;
  }

  .lg\:tw-rotate-2 {
    --transform-rotate: 2deg !important;
  }

  .lg\:tw-rotate-3 {
    --transform-rotate: 3deg !important;
  }

  .lg\:tw-rotate-6 {
    --transform-rotate: 6deg !important;
  }

  .lg\:tw-rotate-12 {
    --transform-rotate: 12deg !important;
  }

  .lg\:tw-rotate-45 {
    --transform-rotate: 45deg !important;
  }

  .lg\:tw-rotate-90 {
    --transform-rotate: 90deg !important;
  }

  .lg\:tw-rotate-180 {
    --transform-rotate: 180deg !important;
  }

  .lg\:tw--rotate-180 {
    --transform-rotate: -180deg !important;
  }

  .lg\:tw--rotate-90 {
    --transform-rotate: -90deg !important;
  }

  .lg\:tw--rotate-45 {
    --transform-rotate: -45deg !important;
  }

  .lg\:tw--rotate-12 {
    --transform-rotate: -12deg !important;
  }

  .lg\:tw--rotate-6 {
    --transform-rotate: -6deg !important;
  }

  .lg\:tw--rotate-3 {
    --transform-rotate: -3deg !important;
  }

  .lg\:tw--rotate-2 {
    --transform-rotate: -2deg !important;
  }

  .lg\:tw--rotate-1 {
    --transform-rotate: -1deg !important;
  }

  .lg\:hover\:tw-rotate-0:hover {
    --transform-rotate: 0 !important;
  }

  .lg\:hover\:tw-rotate-1:hover {
    --transform-rotate: 1deg !important;
  }

  .lg\:hover\:tw-rotate-2:hover {
    --transform-rotate: 2deg !important;
  }

  .lg\:hover\:tw-rotate-3:hover {
    --transform-rotate: 3deg !important;
  }

  .lg\:hover\:tw-rotate-6:hover {
    --transform-rotate: 6deg !important;
  }

  .lg\:hover\:tw-rotate-12:hover {
    --transform-rotate: 12deg !important;
  }

  .lg\:hover\:tw-rotate-45:hover {
    --transform-rotate: 45deg !important;
  }

  .lg\:hover\:tw-rotate-90:hover {
    --transform-rotate: 90deg !important;
  }

  .lg\:hover\:tw-rotate-180:hover {
    --transform-rotate: 180deg !important;
  }

  .lg\:hover\:tw--rotate-180:hover {
    --transform-rotate: -180deg !important;
  }

  .lg\:hover\:tw--rotate-90:hover {
    --transform-rotate: -90deg !important;
  }

  .lg\:hover\:tw--rotate-45:hover {
    --transform-rotate: -45deg !important;
  }

  .lg\:hover\:tw--rotate-12:hover {
    --transform-rotate: -12deg !important;
  }

  .lg\:hover\:tw--rotate-6:hover {
    --transform-rotate: -6deg !important;
  }

  .lg\:hover\:tw--rotate-3:hover {
    --transform-rotate: -3deg !important;
  }

  .lg\:hover\:tw--rotate-2:hover {
    --transform-rotate: -2deg !important;
  }

  .lg\:hover\:tw--rotate-1:hover {
    --transform-rotate: -1deg !important;
  }

  .lg\:focus\:tw-rotate-0:focus {
    --transform-rotate: 0 !important;
  }

  .lg\:focus\:tw-rotate-1:focus {
    --transform-rotate: 1deg !important;
  }

  .lg\:focus\:tw-rotate-2:focus {
    --transform-rotate: 2deg !important;
  }

  .lg\:focus\:tw-rotate-3:focus {
    --transform-rotate: 3deg !important;
  }

  .lg\:focus\:tw-rotate-6:focus {
    --transform-rotate: 6deg !important;
  }

  .lg\:focus\:tw-rotate-12:focus {
    --transform-rotate: 12deg !important;
  }

  .lg\:focus\:tw-rotate-45:focus {
    --transform-rotate: 45deg !important;
  }

  .lg\:focus\:tw-rotate-90:focus {
    --transform-rotate: 90deg !important;
  }

  .lg\:focus\:tw-rotate-180:focus {
    --transform-rotate: 180deg !important;
  }

  .lg\:focus\:tw--rotate-180:focus {
    --transform-rotate: -180deg !important;
  }

  .lg\:focus\:tw--rotate-90:focus {
    --transform-rotate: -90deg !important;
  }

  .lg\:focus\:tw--rotate-45:focus {
    --transform-rotate: -45deg !important;
  }

  .lg\:focus\:tw--rotate-12:focus {
    --transform-rotate: -12deg !important;
  }

  .lg\:focus\:tw--rotate-6:focus {
    --transform-rotate: -6deg !important;
  }

  .lg\:focus\:tw--rotate-3:focus {
    --transform-rotate: -3deg !important;
  }

  .lg\:focus\:tw--rotate-2:focus {
    --transform-rotate: -2deg !important;
  }

  .lg\:focus\:tw--rotate-1:focus {
    --transform-rotate: -1deg !important;
  }

  .lg\:tw-translate-x-0 {
    --transform-translate-x: 0 !important;
  }

  .lg\:tw-translate-x-1 {
    --transform-translate-x: 0.25rem !important;
  }

  .lg\:tw-translate-x-2 {
    --transform-translate-x: 0.5rem !important;
  }

  .lg\:tw-translate-x-3 {
    --transform-translate-x: 0.75rem !important;
  }

  .lg\:tw-translate-x-4 {
    --transform-translate-x: 1rem !important;
  }

  .lg\:tw-translate-x-5 {
    --transform-translate-x: 1.25rem !important;
  }

  .lg\:tw-translate-x-6 {
    --transform-translate-x: 1.5rem !important;
  }

  .lg\:tw-translate-x-8 {
    --transform-translate-x: 2rem !important;
  }

  .lg\:tw-translate-x-10 {
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:tw-translate-x-12 {
    --transform-translate-x: 3rem !important;
  }

  .lg\:tw-translate-x-16 {
    --transform-translate-x: 4rem !important;
  }

  .lg\:tw-translate-x-20 {
    --transform-translate-x: 5rem !important;
  }

  .lg\:tw-translate-x-24 {
    --transform-translate-x: 6rem !important;
  }

  .lg\:tw-translate-x-30 {
    --transform-translate-x: 7.5rem !important;
  }

  .lg\:tw-translate-x-32 {
    --transform-translate-x: 8rem !important;
  }

  .lg\:tw-translate-x-36 {
    --transform-translate-x: 9rem !important;
  }

  .lg\:tw-translate-x-40 {
    --transform-translate-x: 10rem !important;
  }

  .lg\:tw-translate-x-48 {
    --transform-translate-x: 12rem !important;
  }

  .lg\:tw-translate-x-56 {
    --transform-translate-x: 14rem !important;
  }

  .lg\:tw-translate-x-64 {
    --transform-translate-x: 16rem !important;
  }

  .lg\:tw-translate-x-px {
    --transform-translate-x: 1px !important;
  }

  .lg\:tw-translate-x-0\.5 {
    --transform-translate-x: .125rem !important;
  }

  .lg\:tw-translate-x-1\.5 {
    --transform-translate-x: .375rem !important;
  }

  .lg\:tw-translate-x-2\.5 {
    --transform-translate-x: .625rem !important;
  }

  .lg\:tw-translate-x-3\.5 {
    --transform-translate-x: .875rem !important;
  }

  .lg\:tw-translate-x-1\.25em {
    --transform-translate-x: 1.25em !important;
  }

  .lg\:tw-translate-x-1\.5em {
    --transform-translate-x: 1.5em !important;
  }

  .lg\:tw-translate-x-4em {
    --transform-translate-x: 4em !important;
  }

  .lg\:tw--translate-x-1 {
    --transform-translate-x: -0.25rem !important;
  }

  .lg\:tw--translate-x-2 {
    --transform-translate-x: -0.5rem !important;
  }

  .lg\:tw--translate-x-3 {
    --transform-translate-x: -0.75rem !important;
  }

  .lg\:tw--translate-x-4 {
    --transform-translate-x: -1rem !important;
  }

  .lg\:tw--translate-x-5 {
    --transform-translate-x: -1.25rem !important;
  }

  .lg\:tw--translate-x-6 {
    --transform-translate-x: -1.5rem !important;
  }

  .lg\:tw--translate-x-8 {
    --transform-translate-x: -2rem !important;
  }

  .lg\:tw--translate-x-10 {
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:tw--translate-x-12 {
    --transform-translate-x: -3rem !important;
  }

  .lg\:tw--translate-x-16 {
    --transform-translate-x: -4rem !important;
  }

  .lg\:tw--translate-x-20 {
    --transform-translate-x: -5rem !important;
  }

  .lg\:tw--translate-x-24 {
    --transform-translate-x: -6rem !important;
  }

  .lg\:tw--translate-x-30 {
    --transform-translate-x: -7.5rem !important;
  }

  .lg\:tw--translate-x-32 {
    --transform-translate-x: -8rem !important;
  }

  .lg\:tw--translate-x-36 {
    --transform-translate-x: -9rem !important;
  }

  .lg\:tw--translate-x-40 {
    --transform-translate-x: -10rem !important;
  }

  .lg\:tw--translate-x-48 {
    --transform-translate-x: -12rem !important;
  }

  .lg\:tw--translate-x-56 {
    --transform-translate-x: -14rem !important;
  }

  .lg\:tw--translate-x-64 {
    --transform-translate-x: -16rem !important;
  }

  .lg\:tw--translate-x-px {
    --transform-translate-x: -1px !important;
  }

  .lg\:tw--translate-x-0\.5 {
    --transform-translate-x: -0.125rem !important;
  }

  .lg\:tw--translate-x-1\.5 {
    --transform-translate-x: -0.375rem !important;
  }

  .lg\:tw--translate-x-2\.5 {
    --transform-translate-x: -0.625rem !important;
  }

  .lg\:tw--translate-x-3\.5 {
    --transform-translate-x: -0.875rem !important;
  }

  .lg\:tw--translate-x-1\.25em {
    --transform-translate-x: -1.25em !important;
  }

  .lg\:tw--translate-x-1\.5em {
    --transform-translate-x: -1.5em !important;
  }

  .lg\:tw--translate-x-4em {
    --transform-translate-x: -4em !important;
  }

  .lg\:tw--translate-x-full {
    --transform-translate-x: -100% !important;
  }

  .lg\:tw--translate-x-1\/2 {
    --transform-translate-x: -50% !important;
  }

  .lg\:tw-translate-x-1\/2 {
    --transform-translate-x: 50% !important;
  }

  .lg\:tw-translate-x-full {
    --transform-translate-x: 100% !important;
  }

  .lg\:tw-translate-y-0 {
    --transform-translate-y: 0 !important;
  }

  .lg\:tw-translate-y-1 {
    --transform-translate-y: 0.25rem !important;
  }

  .lg\:tw-translate-y-2 {
    --transform-translate-y: 0.5rem !important;
  }

  .lg\:tw-translate-y-3 {
    --transform-translate-y: 0.75rem !important;
  }

  .lg\:tw-translate-y-4 {
    --transform-translate-y: 1rem !important;
  }

  .lg\:tw-translate-y-5 {
    --transform-translate-y: 1.25rem !important;
  }

  .lg\:tw-translate-y-6 {
    --transform-translate-y: 1.5rem !important;
  }

  .lg\:tw-translate-y-8 {
    --transform-translate-y: 2rem !important;
  }

  .lg\:tw-translate-y-10 {
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:tw-translate-y-12 {
    --transform-translate-y: 3rem !important;
  }

  .lg\:tw-translate-y-16 {
    --transform-translate-y: 4rem !important;
  }

  .lg\:tw-translate-y-20 {
    --transform-translate-y: 5rem !important;
  }

  .lg\:tw-translate-y-24 {
    --transform-translate-y: 6rem !important;
  }

  .lg\:tw-translate-y-30 {
    --transform-translate-y: 7.5rem !important;
  }

  .lg\:tw-translate-y-32 {
    --transform-translate-y: 8rem !important;
  }

  .lg\:tw-translate-y-36 {
    --transform-translate-y: 9rem !important;
  }

  .lg\:tw-translate-y-40 {
    --transform-translate-y: 10rem !important;
  }

  .lg\:tw-translate-y-48 {
    --transform-translate-y: 12rem !important;
  }

  .lg\:tw-translate-y-56 {
    --transform-translate-y: 14rem !important;
  }

  .lg\:tw-translate-y-64 {
    --transform-translate-y: 16rem !important;
  }

  .lg\:tw-translate-y-px {
    --transform-translate-y: 1px !important;
  }

  .lg\:tw-translate-y-0\.5 {
    --transform-translate-y: .125rem !important;
  }

  .lg\:tw-translate-y-1\.5 {
    --transform-translate-y: .375rem !important;
  }

  .lg\:tw-translate-y-2\.5 {
    --transform-translate-y: .625rem !important;
  }

  .lg\:tw-translate-y-3\.5 {
    --transform-translate-y: .875rem !important;
  }

  .lg\:tw-translate-y-1\.25em {
    --transform-translate-y: 1.25em !important;
  }

  .lg\:tw-translate-y-1\.5em {
    --transform-translate-y: 1.5em !important;
  }

  .lg\:tw-translate-y-4em {
    --transform-translate-y: 4em !important;
  }

  .lg\:tw--translate-y-1 {
    --transform-translate-y: -0.25rem !important;
  }

  .lg\:tw--translate-y-2 {
    --transform-translate-y: -0.5rem !important;
  }

  .lg\:tw--translate-y-3 {
    --transform-translate-y: -0.75rem !important;
  }

  .lg\:tw--translate-y-4 {
    --transform-translate-y: -1rem !important;
  }

  .lg\:tw--translate-y-5 {
    --transform-translate-y: -1.25rem !important;
  }

  .lg\:tw--translate-y-6 {
    --transform-translate-y: -1.5rem !important;
  }

  .lg\:tw--translate-y-8 {
    --transform-translate-y: -2rem !important;
  }

  .lg\:tw--translate-y-10 {
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:tw--translate-y-12 {
    --transform-translate-y: -3rem !important;
  }

  .lg\:tw--translate-y-16 {
    --transform-translate-y: -4rem !important;
  }

  .lg\:tw--translate-y-20 {
    --transform-translate-y: -5rem !important;
  }

  .lg\:tw--translate-y-24 {
    --transform-translate-y: -6rem !important;
  }

  .lg\:tw--translate-y-30 {
    --transform-translate-y: -7.5rem !important;
  }

  .lg\:tw--translate-y-32 {
    --transform-translate-y: -8rem !important;
  }

  .lg\:tw--translate-y-36 {
    --transform-translate-y: -9rem !important;
  }

  .lg\:tw--translate-y-40 {
    --transform-translate-y: -10rem !important;
  }

  .lg\:tw--translate-y-48 {
    --transform-translate-y: -12rem !important;
  }

  .lg\:tw--translate-y-56 {
    --transform-translate-y: -14rem !important;
  }

  .lg\:tw--translate-y-64 {
    --transform-translate-y: -16rem !important;
  }

  .lg\:tw--translate-y-px {
    --transform-translate-y: -1px !important;
  }

  .lg\:tw--translate-y-0\.5 {
    --transform-translate-y: -0.125rem !important;
  }

  .lg\:tw--translate-y-1\.5 {
    --transform-translate-y: -0.375rem !important;
  }

  .lg\:tw--translate-y-2\.5 {
    --transform-translate-y: -0.625rem !important;
  }

  .lg\:tw--translate-y-3\.5 {
    --transform-translate-y: -0.875rem !important;
  }

  .lg\:tw--translate-y-1\.25em {
    --transform-translate-y: -1.25em !important;
  }

  .lg\:tw--translate-y-1\.5em {
    --transform-translate-y: -1.5em !important;
  }

  .lg\:tw--translate-y-4em {
    --transform-translate-y: -4em !important;
  }

  .lg\:tw--translate-y-full {
    --transform-translate-y: -100% !important;
  }

  .lg\:tw--translate-y-1\/2 {
    --transform-translate-y: -50% !important;
  }

  .lg\:tw-translate-y-1\/2 {
    --transform-translate-y: 50% !important;
  }

  .lg\:tw-translate-y-full {
    --transform-translate-y: 100% !important;
  }

  .lg\:hover\:tw-translate-x-0:hover {
    --transform-translate-x: 0 !important;
  }

  .lg\:hover\:tw-translate-x-1:hover {
    --transform-translate-x: 0.25rem !important;
  }

  .lg\:hover\:tw-translate-x-2:hover {
    --transform-translate-x: 0.5rem !important;
  }

  .lg\:hover\:tw-translate-x-3:hover {
    --transform-translate-x: 0.75rem !important;
  }

  .lg\:hover\:tw-translate-x-4:hover {
    --transform-translate-x: 1rem !important;
  }

  .lg\:hover\:tw-translate-x-5:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .lg\:hover\:tw-translate-x-6:hover {
    --transform-translate-x: 1.5rem !important;
  }

  .lg\:hover\:tw-translate-x-8:hover {
    --transform-translate-x: 2rem !important;
  }

  .lg\:hover\:tw-translate-x-10:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:hover\:tw-translate-x-12:hover {
    --transform-translate-x: 3rem !important;
  }

  .lg\:hover\:tw-translate-x-16:hover {
    --transform-translate-x: 4rem !important;
  }

  .lg\:hover\:tw-translate-x-20:hover {
    --transform-translate-x: 5rem !important;
  }

  .lg\:hover\:tw-translate-x-24:hover {
    --transform-translate-x: 6rem !important;
  }

  .lg\:hover\:tw-translate-x-30:hover {
    --transform-translate-x: 7.5rem !important;
  }

  .lg\:hover\:tw-translate-x-32:hover {
    --transform-translate-x: 8rem !important;
  }

  .lg\:hover\:tw-translate-x-36:hover {
    --transform-translate-x: 9rem !important;
  }

  .lg\:hover\:tw-translate-x-40:hover {
    --transform-translate-x: 10rem !important;
  }

  .lg\:hover\:tw-translate-x-48:hover {
    --transform-translate-x: 12rem !important;
  }

  .lg\:hover\:tw-translate-x-56:hover {
    --transform-translate-x: 14rem !important;
  }

  .lg\:hover\:tw-translate-x-64:hover {
    --transform-translate-x: 16rem !important;
  }

  .lg\:hover\:tw-translate-x-px:hover {
    --transform-translate-x: 1px !important;
  }

  .lg\:hover\:tw-translate-x-0\.5:hover {
    --transform-translate-x: .125rem !important;
  }

  .lg\:hover\:tw-translate-x-1\.5:hover {
    --transform-translate-x: .375rem !important;
  }

  .lg\:hover\:tw-translate-x-2\.5:hover {
    --transform-translate-x: .625rem !important;
  }

  .lg\:hover\:tw-translate-x-3\.5:hover {
    --transform-translate-x: .875rem !important;
  }

  .lg\:hover\:tw-translate-x-1\.25em:hover {
    --transform-translate-x: 1.25em !important;
  }

  .lg\:hover\:tw-translate-x-1\.5em:hover {
    --transform-translate-x: 1.5em !important;
  }

  .lg\:hover\:tw-translate-x-4em:hover {
    --transform-translate-x: 4em !important;
  }

  .lg\:hover\:tw--translate-x-1:hover {
    --transform-translate-x: -0.25rem !important;
  }

  .lg\:hover\:tw--translate-x-2:hover {
    --transform-translate-x: -0.5rem !important;
  }

  .lg\:hover\:tw--translate-x-3:hover {
    --transform-translate-x: -0.75rem !important;
  }

  .lg\:hover\:tw--translate-x-4:hover {
    --transform-translate-x: -1rem !important;
  }

  .lg\:hover\:tw--translate-x-5:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .lg\:hover\:tw--translate-x-6:hover {
    --transform-translate-x: -1.5rem !important;
  }

  .lg\:hover\:tw--translate-x-8:hover {
    --transform-translate-x: -2rem !important;
  }

  .lg\:hover\:tw--translate-x-10:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:hover\:tw--translate-x-12:hover {
    --transform-translate-x: -3rem !important;
  }

  .lg\:hover\:tw--translate-x-16:hover {
    --transform-translate-x: -4rem !important;
  }

  .lg\:hover\:tw--translate-x-20:hover {
    --transform-translate-x: -5rem !important;
  }

  .lg\:hover\:tw--translate-x-24:hover {
    --transform-translate-x: -6rem !important;
  }

  .lg\:hover\:tw--translate-x-30:hover {
    --transform-translate-x: -7.5rem !important;
  }

  .lg\:hover\:tw--translate-x-32:hover {
    --transform-translate-x: -8rem !important;
  }

  .lg\:hover\:tw--translate-x-36:hover {
    --transform-translate-x: -9rem !important;
  }

  .lg\:hover\:tw--translate-x-40:hover {
    --transform-translate-x: -10rem !important;
  }

  .lg\:hover\:tw--translate-x-48:hover {
    --transform-translate-x: -12rem !important;
  }

  .lg\:hover\:tw--translate-x-56:hover {
    --transform-translate-x: -14rem !important;
  }

  .lg\:hover\:tw--translate-x-64:hover {
    --transform-translate-x: -16rem !important;
  }

  .lg\:hover\:tw--translate-x-px:hover {
    --transform-translate-x: -1px !important;
  }

  .lg\:hover\:tw--translate-x-0\.5:hover {
    --transform-translate-x: -0.125rem !important;
  }

  .lg\:hover\:tw--translate-x-1\.5:hover {
    --transform-translate-x: -0.375rem !important;
  }

  .lg\:hover\:tw--translate-x-2\.5:hover {
    --transform-translate-x: -0.625rem !important;
  }

  .lg\:hover\:tw--translate-x-3\.5:hover {
    --transform-translate-x: -0.875rem !important;
  }

  .lg\:hover\:tw--translate-x-1\.25em:hover {
    --transform-translate-x: -1.25em !important;
  }

  .lg\:hover\:tw--translate-x-1\.5em:hover {
    --transform-translate-x: -1.5em !important;
  }

  .lg\:hover\:tw--translate-x-4em:hover {
    --transform-translate-x: -4em !important;
  }

  .lg\:hover\:tw--translate-x-full:hover {
    --transform-translate-x: -100% !important;
  }

  .lg\:hover\:tw--translate-x-1\/2:hover {
    --transform-translate-x: -50% !important;
  }

  .lg\:hover\:tw-translate-x-1\/2:hover {
    --transform-translate-x: 50% !important;
  }

  .lg\:hover\:tw-translate-x-full:hover {
    --transform-translate-x: 100% !important;
  }

  .lg\:hover\:tw-translate-y-0:hover {
    --transform-translate-y: 0 !important;
  }

  .lg\:hover\:tw-translate-y-1:hover {
    --transform-translate-y: 0.25rem !important;
  }

  .lg\:hover\:tw-translate-y-2:hover {
    --transform-translate-y: 0.5rem !important;
  }

  .lg\:hover\:tw-translate-y-3:hover {
    --transform-translate-y: 0.75rem !important;
  }

  .lg\:hover\:tw-translate-y-4:hover {
    --transform-translate-y: 1rem !important;
  }

  .lg\:hover\:tw-translate-y-5:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .lg\:hover\:tw-translate-y-6:hover {
    --transform-translate-y: 1.5rem !important;
  }

  .lg\:hover\:tw-translate-y-8:hover {
    --transform-translate-y: 2rem !important;
  }

  .lg\:hover\:tw-translate-y-10:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:hover\:tw-translate-y-12:hover {
    --transform-translate-y: 3rem !important;
  }

  .lg\:hover\:tw-translate-y-16:hover {
    --transform-translate-y: 4rem !important;
  }

  .lg\:hover\:tw-translate-y-20:hover {
    --transform-translate-y: 5rem !important;
  }

  .lg\:hover\:tw-translate-y-24:hover {
    --transform-translate-y: 6rem !important;
  }

  .lg\:hover\:tw-translate-y-30:hover {
    --transform-translate-y: 7.5rem !important;
  }

  .lg\:hover\:tw-translate-y-32:hover {
    --transform-translate-y: 8rem !important;
  }

  .lg\:hover\:tw-translate-y-36:hover {
    --transform-translate-y: 9rem !important;
  }

  .lg\:hover\:tw-translate-y-40:hover {
    --transform-translate-y: 10rem !important;
  }

  .lg\:hover\:tw-translate-y-48:hover {
    --transform-translate-y: 12rem !important;
  }

  .lg\:hover\:tw-translate-y-56:hover {
    --transform-translate-y: 14rem !important;
  }

  .lg\:hover\:tw-translate-y-64:hover {
    --transform-translate-y: 16rem !important;
  }

  .lg\:hover\:tw-translate-y-px:hover {
    --transform-translate-y: 1px !important;
  }

  .lg\:hover\:tw-translate-y-0\.5:hover {
    --transform-translate-y: .125rem !important;
  }

  .lg\:hover\:tw-translate-y-1\.5:hover {
    --transform-translate-y: .375rem !important;
  }

  .lg\:hover\:tw-translate-y-2\.5:hover {
    --transform-translate-y: .625rem !important;
  }

  .lg\:hover\:tw-translate-y-3\.5:hover {
    --transform-translate-y: .875rem !important;
  }

  .lg\:hover\:tw-translate-y-1\.25em:hover {
    --transform-translate-y: 1.25em !important;
  }

  .lg\:hover\:tw-translate-y-1\.5em:hover {
    --transform-translate-y: 1.5em !important;
  }

  .lg\:hover\:tw-translate-y-4em:hover {
    --transform-translate-y: 4em !important;
  }

  .lg\:hover\:tw--translate-y-1:hover {
    --transform-translate-y: -0.25rem !important;
  }

  .lg\:hover\:tw--translate-y-2:hover {
    --transform-translate-y: -0.5rem !important;
  }

  .lg\:hover\:tw--translate-y-3:hover {
    --transform-translate-y: -0.75rem !important;
  }

  .lg\:hover\:tw--translate-y-4:hover {
    --transform-translate-y: -1rem !important;
  }

  .lg\:hover\:tw--translate-y-5:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .lg\:hover\:tw--translate-y-6:hover {
    --transform-translate-y: -1.5rem !important;
  }

  .lg\:hover\:tw--translate-y-8:hover {
    --transform-translate-y: -2rem !important;
  }

  .lg\:hover\:tw--translate-y-10:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:hover\:tw--translate-y-12:hover {
    --transform-translate-y: -3rem !important;
  }

  .lg\:hover\:tw--translate-y-16:hover {
    --transform-translate-y: -4rem !important;
  }

  .lg\:hover\:tw--translate-y-20:hover {
    --transform-translate-y: -5rem !important;
  }

  .lg\:hover\:tw--translate-y-24:hover {
    --transform-translate-y: -6rem !important;
  }

  .lg\:hover\:tw--translate-y-30:hover {
    --transform-translate-y: -7.5rem !important;
  }

  .lg\:hover\:tw--translate-y-32:hover {
    --transform-translate-y: -8rem !important;
  }

  .lg\:hover\:tw--translate-y-36:hover {
    --transform-translate-y: -9rem !important;
  }

  .lg\:hover\:tw--translate-y-40:hover {
    --transform-translate-y: -10rem !important;
  }

  .lg\:hover\:tw--translate-y-48:hover {
    --transform-translate-y: -12rem !important;
  }

  .lg\:hover\:tw--translate-y-56:hover {
    --transform-translate-y: -14rem !important;
  }

  .lg\:hover\:tw--translate-y-64:hover {
    --transform-translate-y: -16rem !important;
  }

  .lg\:hover\:tw--translate-y-px:hover {
    --transform-translate-y: -1px !important;
  }

  .lg\:hover\:tw--translate-y-0\.5:hover {
    --transform-translate-y: -0.125rem !important;
  }

  .lg\:hover\:tw--translate-y-1\.5:hover {
    --transform-translate-y: -0.375rem !important;
  }

  .lg\:hover\:tw--translate-y-2\.5:hover {
    --transform-translate-y: -0.625rem !important;
  }

  .lg\:hover\:tw--translate-y-3\.5:hover {
    --transform-translate-y: -0.875rem !important;
  }

  .lg\:hover\:tw--translate-y-1\.25em:hover {
    --transform-translate-y: -1.25em !important;
  }

  .lg\:hover\:tw--translate-y-1\.5em:hover {
    --transform-translate-y: -1.5em !important;
  }

  .lg\:hover\:tw--translate-y-4em:hover {
    --transform-translate-y: -4em !important;
  }

  .lg\:hover\:tw--translate-y-full:hover {
    --transform-translate-y: -100% !important;
  }

  .lg\:hover\:tw--translate-y-1\/2:hover {
    --transform-translate-y: -50% !important;
  }

  .lg\:hover\:tw-translate-y-1\/2:hover {
    --transform-translate-y: 50% !important;
  }

  .lg\:hover\:tw-translate-y-full:hover {
    --transform-translate-y: 100% !important;
  }

  .lg\:focus\:tw-translate-x-0:focus {
    --transform-translate-x: 0 !important;
  }

  .lg\:focus\:tw-translate-x-1:focus {
    --transform-translate-x: 0.25rem !important;
  }

  .lg\:focus\:tw-translate-x-2:focus {
    --transform-translate-x: 0.5rem !important;
  }

  .lg\:focus\:tw-translate-x-3:focus {
    --transform-translate-x: 0.75rem !important;
  }

  .lg\:focus\:tw-translate-x-4:focus {
    --transform-translate-x: 1rem !important;
  }

  .lg\:focus\:tw-translate-x-5:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .lg\:focus\:tw-translate-x-6:focus {
    --transform-translate-x: 1.5rem !important;
  }

  .lg\:focus\:tw-translate-x-8:focus {
    --transform-translate-x: 2rem !important;
  }

  .lg\:focus\:tw-translate-x-10:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:focus\:tw-translate-x-12:focus {
    --transform-translate-x: 3rem !important;
  }

  .lg\:focus\:tw-translate-x-16:focus {
    --transform-translate-x: 4rem !important;
  }

  .lg\:focus\:tw-translate-x-20:focus {
    --transform-translate-x: 5rem !important;
  }

  .lg\:focus\:tw-translate-x-24:focus {
    --transform-translate-x: 6rem !important;
  }

  .lg\:focus\:tw-translate-x-30:focus {
    --transform-translate-x: 7.5rem !important;
  }

  .lg\:focus\:tw-translate-x-32:focus {
    --transform-translate-x: 8rem !important;
  }

  .lg\:focus\:tw-translate-x-36:focus {
    --transform-translate-x: 9rem !important;
  }

  .lg\:focus\:tw-translate-x-40:focus {
    --transform-translate-x: 10rem !important;
  }

  .lg\:focus\:tw-translate-x-48:focus {
    --transform-translate-x: 12rem !important;
  }

  .lg\:focus\:tw-translate-x-56:focus {
    --transform-translate-x: 14rem !important;
  }

  .lg\:focus\:tw-translate-x-64:focus {
    --transform-translate-x: 16rem !important;
  }

  .lg\:focus\:tw-translate-x-px:focus {
    --transform-translate-x: 1px !important;
  }

  .lg\:focus\:tw-translate-x-0\.5:focus {
    --transform-translate-x: .125rem !important;
  }

  .lg\:focus\:tw-translate-x-1\.5:focus {
    --transform-translate-x: .375rem !important;
  }

  .lg\:focus\:tw-translate-x-2\.5:focus {
    --transform-translate-x: .625rem !important;
  }

  .lg\:focus\:tw-translate-x-3\.5:focus {
    --transform-translate-x: .875rem !important;
  }

  .lg\:focus\:tw-translate-x-1\.25em:focus {
    --transform-translate-x: 1.25em !important;
  }

  .lg\:focus\:tw-translate-x-1\.5em:focus {
    --transform-translate-x: 1.5em !important;
  }

  .lg\:focus\:tw-translate-x-4em:focus {
    --transform-translate-x: 4em !important;
  }

  .lg\:focus\:tw--translate-x-1:focus {
    --transform-translate-x: -0.25rem !important;
  }

  .lg\:focus\:tw--translate-x-2:focus {
    --transform-translate-x: -0.5rem !important;
  }

  .lg\:focus\:tw--translate-x-3:focus {
    --transform-translate-x: -0.75rem !important;
  }

  .lg\:focus\:tw--translate-x-4:focus {
    --transform-translate-x: -1rem !important;
  }

  .lg\:focus\:tw--translate-x-5:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .lg\:focus\:tw--translate-x-6:focus {
    --transform-translate-x: -1.5rem !important;
  }

  .lg\:focus\:tw--translate-x-8:focus {
    --transform-translate-x: -2rem !important;
  }

  .lg\:focus\:tw--translate-x-10:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:focus\:tw--translate-x-12:focus {
    --transform-translate-x: -3rem !important;
  }

  .lg\:focus\:tw--translate-x-16:focus {
    --transform-translate-x: -4rem !important;
  }

  .lg\:focus\:tw--translate-x-20:focus {
    --transform-translate-x: -5rem !important;
  }

  .lg\:focus\:tw--translate-x-24:focus {
    --transform-translate-x: -6rem !important;
  }

  .lg\:focus\:tw--translate-x-30:focus {
    --transform-translate-x: -7.5rem !important;
  }

  .lg\:focus\:tw--translate-x-32:focus {
    --transform-translate-x: -8rem !important;
  }

  .lg\:focus\:tw--translate-x-36:focus {
    --transform-translate-x: -9rem !important;
  }

  .lg\:focus\:tw--translate-x-40:focus {
    --transform-translate-x: -10rem !important;
  }

  .lg\:focus\:tw--translate-x-48:focus {
    --transform-translate-x: -12rem !important;
  }

  .lg\:focus\:tw--translate-x-56:focus {
    --transform-translate-x: -14rem !important;
  }

  .lg\:focus\:tw--translate-x-64:focus {
    --transform-translate-x: -16rem !important;
  }

  .lg\:focus\:tw--translate-x-px:focus {
    --transform-translate-x: -1px !important;
  }

  .lg\:focus\:tw--translate-x-0\.5:focus {
    --transform-translate-x: -0.125rem !important;
  }

  .lg\:focus\:tw--translate-x-1\.5:focus {
    --transform-translate-x: -0.375rem !important;
  }

  .lg\:focus\:tw--translate-x-2\.5:focus {
    --transform-translate-x: -0.625rem !important;
  }

  .lg\:focus\:tw--translate-x-3\.5:focus {
    --transform-translate-x: -0.875rem !important;
  }

  .lg\:focus\:tw--translate-x-1\.25em:focus {
    --transform-translate-x: -1.25em !important;
  }

  .lg\:focus\:tw--translate-x-1\.5em:focus {
    --transform-translate-x: -1.5em !important;
  }

  .lg\:focus\:tw--translate-x-4em:focus {
    --transform-translate-x: -4em !important;
  }

  .lg\:focus\:tw--translate-x-full:focus {
    --transform-translate-x: -100% !important;
  }

  .lg\:focus\:tw--translate-x-1\/2:focus {
    --transform-translate-x: -50% !important;
  }

  .lg\:focus\:tw-translate-x-1\/2:focus {
    --transform-translate-x: 50% !important;
  }

  .lg\:focus\:tw-translate-x-full:focus {
    --transform-translate-x: 100% !important;
  }

  .lg\:focus\:tw-translate-y-0:focus {
    --transform-translate-y: 0 !important;
  }

  .lg\:focus\:tw-translate-y-1:focus {
    --transform-translate-y: 0.25rem !important;
  }

  .lg\:focus\:tw-translate-y-2:focus {
    --transform-translate-y: 0.5rem !important;
  }

  .lg\:focus\:tw-translate-y-3:focus {
    --transform-translate-y: 0.75rem !important;
  }

  .lg\:focus\:tw-translate-y-4:focus {
    --transform-translate-y: 1rem !important;
  }

  .lg\:focus\:tw-translate-y-5:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .lg\:focus\:tw-translate-y-6:focus {
    --transform-translate-y: 1.5rem !important;
  }

  .lg\:focus\:tw-translate-y-8:focus {
    --transform-translate-y: 2rem !important;
  }

  .lg\:focus\:tw-translate-y-10:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:focus\:tw-translate-y-12:focus {
    --transform-translate-y: 3rem !important;
  }

  .lg\:focus\:tw-translate-y-16:focus {
    --transform-translate-y: 4rem !important;
  }

  .lg\:focus\:tw-translate-y-20:focus {
    --transform-translate-y: 5rem !important;
  }

  .lg\:focus\:tw-translate-y-24:focus {
    --transform-translate-y: 6rem !important;
  }

  .lg\:focus\:tw-translate-y-30:focus {
    --transform-translate-y: 7.5rem !important;
  }

  .lg\:focus\:tw-translate-y-32:focus {
    --transform-translate-y: 8rem !important;
  }

  .lg\:focus\:tw-translate-y-36:focus {
    --transform-translate-y: 9rem !important;
  }

  .lg\:focus\:tw-translate-y-40:focus {
    --transform-translate-y: 10rem !important;
  }

  .lg\:focus\:tw-translate-y-48:focus {
    --transform-translate-y: 12rem !important;
  }

  .lg\:focus\:tw-translate-y-56:focus {
    --transform-translate-y: 14rem !important;
  }

  .lg\:focus\:tw-translate-y-64:focus {
    --transform-translate-y: 16rem !important;
  }

  .lg\:focus\:tw-translate-y-px:focus {
    --transform-translate-y: 1px !important;
  }

  .lg\:focus\:tw-translate-y-0\.5:focus {
    --transform-translate-y: .125rem !important;
  }

  .lg\:focus\:tw-translate-y-1\.5:focus {
    --transform-translate-y: .375rem !important;
  }

  .lg\:focus\:tw-translate-y-2\.5:focus {
    --transform-translate-y: .625rem !important;
  }

  .lg\:focus\:tw-translate-y-3\.5:focus {
    --transform-translate-y: .875rem !important;
  }

  .lg\:focus\:tw-translate-y-1\.25em:focus {
    --transform-translate-y: 1.25em !important;
  }

  .lg\:focus\:tw-translate-y-1\.5em:focus {
    --transform-translate-y: 1.5em !important;
  }

  .lg\:focus\:tw-translate-y-4em:focus {
    --transform-translate-y: 4em !important;
  }

  .lg\:focus\:tw--translate-y-1:focus {
    --transform-translate-y: -0.25rem !important;
  }

  .lg\:focus\:tw--translate-y-2:focus {
    --transform-translate-y: -0.5rem !important;
  }

  .lg\:focus\:tw--translate-y-3:focus {
    --transform-translate-y: -0.75rem !important;
  }

  .lg\:focus\:tw--translate-y-4:focus {
    --transform-translate-y: -1rem !important;
  }

  .lg\:focus\:tw--translate-y-5:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .lg\:focus\:tw--translate-y-6:focus {
    --transform-translate-y: -1.5rem !important;
  }

  .lg\:focus\:tw--translate-y-8:focus {
    --transform-translate-y: -2rem !important;
  }

  .lg\:focus\:tw--translate-y-10:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:focus\:tw--translate-y-12:focus {
    --transform-translate-y: -3rem !important;
  }

  .lg\:focus\:tw--translate-y-16:focus {
    --transform-translate-y: -4rem !important;
  }

  .lg\:focus\:tw--translate-y-20:focus {
    --transform-translate-y: -5rem !important;
  }

  .lg\:focus\:tw--translate-y-24:focus {
    --transform-translate-y: -6rem !important;
  }

  .lg\:focus\:tw--translate-y-30:focus {
    --transform-translate-y: -7.5rem !important;
  }

  .lg\:focus\:tw--translate-y-32:focus {
    --transform-translate-y: -8rem !important;
  }

  .lg\:focus\:tw--translate-y-36:focus {
    --transform-translate-y: -9rem !important;
  }

  .lg\:focus\:tw--translate-y-40:focus {
    --transform-translate-y: -10rem !important;
  }

  .lg\:focus\:tw--translate-y-48:focus {
    --transform-translate-y: -12rem !important;
  }

  .lg\:focus\:tw--translate-y-56:focus {
    --transform-translate-y: -14rem !important;
  }

  .lg\:focus\:tw--translate-y-64:focus {
    --transform-translate-y: -16rem !important;
  }

  .lg\:focus\:tw--translate-y-px:focus {
    --transform-translate-y: -1px !important;
  }

  .lg\:focus\:tw--translate-y-0\.5:focus {
    --transform-translate-y: -0.125rem !important;
  }

  .lg\:focus\:tw--translate-y-1\.5:focus {
    --transform-translate-y: -0.375rem !important;
  }

  .lg\:focus\:tw--translate-y-2\.5:focus {
    --transform-translate-y: -0.625rem !important;
  }

  .lg\:focus\:tw--translate-y-3\.5:focus {
    --transform-translate-y: -0.875rem !important;
  }

  .lg\:focus\:tw--translate-y-1\.25em:focus {
    --transform-translate-y: -1.25em !important;
  }

  .lg\:focus\:tw--translate-y-1\.5em:focus {
    --transform-translate-y: -1.5em !important;
  }

  .lg\:focus\:tw--translate-y-4em:focus {
    --transform-translate-y: -4em !important;
  }

  .lg\:focus\:tw--translate-y-full:focus {
    --transform-translate-y: -100% !important;
  }

  .lg\:focus\:tw--translate-y-1\/2:focus {
    --transform-translate-y: -50% !important;
  }

  .lg\:focus\:tw-translate-y-1\/2:focus {
    --transform-translate-y: 50% !important;
  }

  .lg\:focus\:tw-translate-y-full:focus {
    --transform-translate-y: 100% !important;
  }

  .lg\:tw-skew-x-0 {
    --transform-skew-x: 0 !important;
  }

  .lg\:tw-skew-x-1 {
    --transform-skew-x: 1deg !important;
  }

  .lg\:tw-skew-x-2 {
    --transform-skew-x: 2deg !important;
  }

  .lg\:tw-skew-x-3 {
    --transform-skew-x: 3deg !important;
  }

  .lg\:tw-skew-x-6 {
    --transform-skew-x: 6deg !important;
  }

  .lg\:tw-skew-x-12 {
    --transform-skew-x: 12deg !important;
  }

  .lg\:tw--skew-x-12 {
    --transform-skew-x: -12deg !important;
  }

  .lg\:tw--skew-x-6 {
    --transform-skew-x: -6deg !important;
  }

  .lg\:tw--skew-x-3 {
    --transform-skew-x: -3deg !important;
  }

  .lg\:tw--skew-x-2 {
    --transform-skew-x: -2deg !important;
  }

  .lg\:tw--skew-x-1 {
    --transform-skew-x: -1deg !important;
  }

  .lg\:tw-skew-y-0 {
    --transform-skew-y: 0 !important;
  }

  .lg\:tw-skew-y-1 {
    --transform-skew-y: 1deg !important;
  }

  .lg\:tw-skew-y-2 {
    --transform-skew-y: 2deg !important;
  }

  .lg\:tw-skew-y-3 {
    --transform-skew-y: 3deg !important;
  }

  .lg\:tw-skew-y-6 {
    --transform-skew-y: 6deg !important;
  }

  .lg\:tw-skew-y-12 {
    --transform-skew-y: 12deg !important;
  }

  .lg\:tw--skew-y-12 {
    --transform-skew-y: -12deg !important;
  }

  .lg\:tw--skew-y-6 {
    --transform-skew-y: -6deg !important;
  }

  .lg\:tw--skew-y-3 {
    --transform-skew-y: -3deg !important;
  }

  .lg\:tw--skew-y-2 {
    --transform-skew-y: -2deg !important;
  }

  .lg\:tw--skew-y-1 {
    --transform-skew-y: -1deg !important;
  }

  .lg\:hover\:tw-skew-x-0:hover {
    --transform-skew-x: 0 !important;
  }

  .lg\:hover\:tw-skew-x-1:hover {
    --transform-skew-x: 1deg !important;
  }

  .lg\:hover\:tw-skew-x-2:hover {
    --transform-skew-x: 2deg !important;
  }

  .lg\:hover\:tw-skew-x-3:hover {
    --transform-skew-x: 3deg !important;
  }

  .lg\:hover\:tw-skew-x-6:hover {
    --transform-skew-x: 6deg !important;
  }

  .lg\:hover\:tw-skew-x-12:hover {
    --transform-skew-x: 12deg !important;
  }

  .lg\:hover\:tw--skew-x-12:hover {
    --transform-skew-x: -12deg !important;
  }

  .lg\:hover\:tw--skew-x-6:hover {
    --transform-skew-x: -6deg !important;
  }

  .lg\:hover\:tw--skew-x-3:hover {
    --transform-skew-x: -3deg !important;
  }

  .lg\:hover\:tw--skew-x-2:hover {
    --transform-skew-x: -2deg !important;
  }

  .lg\:hover\:tw--skew-x-1:hover {
    --transform-skew-x: -1deg !important;
  }

  .lg\:hover\:tw-skew-y-0:hover {
    --transform-skew-y: 0 !important;
  }

  .lg\:hover\:tw-skew-y-1:hover {
    --transform-skew-y: 1deg !important;
  }

  .lg\:hover\:tw-skew-y-2:hover {
    --transform-skew-y: 2deg !important;
  }

  .lg\:hover\:tw-skew-y-3:hover {
    --transform-skew-y: 3deg !important;
  }

  .lg\:hover\:tw-skew-y-6:hover {
    --transform-skew-y: 6deg !important;
  }

  .lg\:hover\:tw-skew-y-12:hover {
    --transform-skew-y: 12deg !important;
  }

  .lg\:hover\:tw--skew-y-12:hover {
    --transform-skew-y: -12deg !important;
  }

  .lg\:hover\:tw--skew-y-6:hover {
    --transform-skew-y: -6deg !important;
  }

  .lg\:hover\:tw--skew-y-3:hover {
    --transform-skew-y: -3deg !important;
  }

  .lg\:hover\:tw--skew-y-2:hover {
    --transform-skew-y: -2deg !important;
  }

  .lg\:hover\:tw--skew-y-1:hover {
    --transform-skew-y: -1deg !important;
  }

  .lg\:focus\:tw-skew-x-0:focus {
    --transform-skew-x: 0 !important;
  }

  .lg\:focus\:tw-skew-x-1:focus {
    --transform-skew-x: 1deg !important;
  }

  .lg\:focus\:tw-skew-x-2:focus {
    --transform-skew-x: 2deg !important;
  }

  .lg\:focus\:tw-skew-x-3:focus {
    --transform-skew-x: 3deg !important;
  }

  .lg\:focus\:tw-skew-x-6:focus {
    --transform-skew-x: 6deg !important;
  }

  .lg\:focus\:tw-skew-x-12:focus {
    --transform-skew-x: 12deg !important;
  }

  .lg\:focus\:tw--skew-x-12:focus {
    --transform-skew-x: -12deg !important;
  }

  .lg\:focus\:tw--skew-x-6:focus {
    --transform-skew-x: -6deg !important;
  }

  .lg\:focus\:tw--skew-x-3:focus {
    --transform-skew-x: -3deg !important;
  }

  .lg\:focus\:tw--skew-x-2:focus {
    --transform-skew-x: -2deg !important;
  }

  .lg\:focus\:tw--skew-x-1:focus {
    --transform-skew-x: -1deg !important;
  }

  .lg\:focus\:tw-skew-y-0:focus {
    --transform-skew-y: 0 !important;
  }

  .lg\:focus\:tw-skew-y-1:focus {
    --transform-skew-y: 1deg !important;
  }

  .lg\:focus\:tw-skew-y-2:focus {
    --transform-skew-y: 2deg !important;
  }

  .lg\:focus\:tw-skew-y-3:focus {
    --transform-skew-y: 3deg !important;
  }

  .lg\:focus\:tw-skew-y-6:focus {
    --transform-skew-y: 6deg !important;
  }

  .lg\:focus\:tw-skew-y-12:focus {
    --transform-skew-y: 12deg !important;
  }

  .lg\:focus\:tw--skew-y-12:focus {
    --transform-skew-y: -12deg !important;
  }

  .lg\:focus\:tw--skew-y-6:focus {
    --transform-skew-y: -6deg !important;
  }

  .lg\:focus\:tw--skew-y-3:focus {
    --transform-skew-y: -3deg !important;
  }

  .lg\:focus\:tw--skew-y-2:focus {
    --transform-skew-y: -2deg !important;
  }

  .lg\:focus\:tw--skew-y-1:focus {
    --transform-skew-y: -1deg !important;
  }

  .lg\:tw-transition-none {
    transition-property: none !important;
  }

  .lg\:tw-transition-all {
    transition-property: all !important;
  }

  .lg\:tw-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .lg\:tw-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .lg\:tw-transition-opacity {
    transition-property: opacity !important;
  }

  .lg\:tw-transition-shadow {
    transition-property: box-shadow !important;
  }

  .lg\:tw-transition-transform {
    transition-property: transform !important;
  }

  .lg\:tw-ease-linear {
    transition-timing-function: linear !important;
  }

  .lg\:tw-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .lg\:tw-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .lg\:tw-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .lg\:tw-duration-75 {
    transition-duration: 75ms !important;
  }

  .lg\:tw-duration-100 {
    transition-duration: 100ms !important;
  }

  .lg\:tw-duration-150 {
    transition-duration: 150ms !important;
  }

  .lg\:tw-duration-200 {
    transition-duration: 200ms !important;
  }

  .lg\:tw-duration-300 {
    transition-duration: 300ms !important;
  }

  .lg\:tw-duration-500 {
    transition-duration: 500ms !important;
  }

  .lg\:tw-duration-700 {
    transition-duration: 700ms !important;
  }

  .lg\:tw-duration-1000 {
    transition-duration: 1000ms !important;
  }

  .lg\:tw-delay-75 {
    transition-delay: 75ms !important;
  }

  .lg\:tw-delay-100 {
    transition-delay: 100ms !important;
  }

  .lg\:tw-delay-150 {
    transition-delay: 150ms !important;
  }

  .lg\:tw-delay-200 {
    transition-delay: 200ms !important;
  }

  .lg\:tw-delay-300 {
    transition-delay: 300ms !important;
  }

  .lg\:tw-delay-500 {
    transition-delay: 500ms !important;
  }

  .lg\:tw-delay-700 {
    transition-delay: 700ms !important;
  }

  .lg\:tw-delay-1000 {
    transition-delay: 1000ms !important;
  }

  .lg\:tw-animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .lg\:tw-animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .lg\:tw-animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .lg\:tw-animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .lg\:tw-animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }
}

@media (min-width: 1280px) {
  .xl\:tw-container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .xl\:tw-container {
      max-width: 640px;
    }
  }

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

  @media (min-width: 1024px) {
    .xl\:tw-container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:tw-container {
      max-width: 1280px;
    }
  }

  .xl\:tw-space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-0\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(.125rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-0\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-1\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(.375rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-1\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-2\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(.625rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-2\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-3\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(.875rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-3\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-1\.25em > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25em * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25em * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-1\.25em > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25em * var(--space-x-reverse)) !important;
    margin-left: calc(1.25em * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-1\.5em > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5em * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5em * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-1\.5em > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5em * var(--space-x-reverse)) !important;
    margin-left: calc(1.5em * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-4em > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4em * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4em * var(--space-y-reverse)) !important;
  }

  .xl\:tw-space-x-4em > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4em * var(--space-x-reverse)) !important;
    margin-left: calc(4em * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-0\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-0\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-1\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-1\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-2\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-2\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-3\.5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-3\.5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-1\.25em > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25em * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25em * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-1\.25em > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25em * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25em * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-1\.5em > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5em * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5em * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-1\.5em > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5em * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5em * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw--space-y-4em > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4em * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4em * var(--space-y-reverse)) !important;
  }

  .xl\:tw--space-x-4em > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4em * var(--space-x-reverse)) !important;
    margin-left: calc(-4em * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:tw-space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1 !important;
  }

  .xl\:tw-space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1 !important;
  }

  .xl\:tw-divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .xl\:tw-divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:tw-divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .xl\:tw-divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:tw-divide-y-3 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(3px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(3px * var(--divide-y-reverse)) !important;
  }

  .xl\:tw-divide-x-3 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(3px * var(--divide-x-reverse)) !important;
    border-left-width: calc(3px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:tw-divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .xl\:tw-divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:tw-divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .xl\:tw-divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:tw-divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .xl\:tw-divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:tw-divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1 !important;
  }

  .xl\:tw-divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1 !important;
  }

  .xl\:tw-divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent !important;
  }

  .xl\:tw-divide-current > :not(template) ~ :not(template) {
    border-color: currentColor !important;
  }

  .xl\:tw-divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f9fafb !important;
    border-color: rgba(249, 250, 251, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f3f4f6 !important;
    border-color: rgba(243, 244, 246, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e5e7eb !important;
    border-color: rgba(229, 231, 235, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d1d5db !important;
    border-color: rgba(209, 213, 219, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9ca3af !important;
    border-color: rgba(156, 163, 175, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6b7280 !important;
    border-color: rgba(107, 114, 128, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4b5563 !important;
    border-color: rgba(75, 85, 99, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #374151 !important;
    border-color: rgba(55, 65, 81, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1f2937 !important;
    border-color: rgba(31, 41, 55, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #111827 !important;
    border-color: rgba(17, 24, 39, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-red-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fef2f2 !important;
    border-color: rgba(254, 242, 242, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-red-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fee2e2 !important;
    border-color: rgba(254, 226, 226, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-red-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fecaca !important;
    border-color: rgba(254, 202, 202, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-red-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fca5a5 !important;
    border-color: rgba(252, 165, 165, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-red-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f87171 !important;
    border-color: rgba(248, 113, 113, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-red-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ef4444 !important;
    border-color: rgba(239, 68, 68, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-red-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #dc2626 !important;
    border-color: rgba(220, 38, 38, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-red-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b91c1c !important;
    border-color: rgba(185, 28, 28, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-red-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #991b1b !important;
    border-color: rgba(153, 27, 27, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-red-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7f1d1d !important;
    border-color: rgba(127, 29, 29, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff7ed !important;
    border-color: rgba(255, 247, 237, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ffedd5 !important;
    border-color: rgba(255, 237, 213, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fed7aa !important;
    border-color: rgba(254, 215, 170, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fdba74 !important;
    border-color: rgba(253, 186, 116, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fb923c !important;
    border-color: rgba(251, 146, 60, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f97316 !important;
    border-color: rgba(249, 115, 22, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ea580c !important;
    border-color: rgba(234, 88, 12, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c2410c !important;
    border-color: rgba(194, 65, 12, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9a3412 !important;
    border-color: rgba(154, 52, 18, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7c2d12 !important;
    border-color: rgba(124, 45, 18, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fefce8 !important;
    border-color: rgba(254, 252, 232, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fef9c3 !important;
    border-color: rgba(254, 249, 195, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fef08a !important;
    border-color: rgba(254, 240, 138, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fde047 !important;
    border-color: rgba(253, 224, 71, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #facc15 !important;
    border-color: rgba(250, 204, 21, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #eab308 !important;
    border-color: rgba(234, 179, 8, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ca8a04 !important;
    border-color: rgba(202, 138, 4, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a16207 !important;
    border-color: rgba(161, 98, 7, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #854d0e !important;
    border-color: rgba(133, 77, 14, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #713f12 !important;
    border-color: rgba(113, 63, 18, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-green-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0fdf4 !important;
    border-color: rgba(240, 253, 244, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #dcfce7 !important;
    border-color: rgba(220, 252, 231, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #bbf7d0 !important;
    border-color: rgba(187, 247, 208, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #86efac !important;
    border-color: rgba(134, 239, 172, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4ade80 !important;
    border-color: rgba(74, 222, 128, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #22c55e !important;
    border-color: rgba(34, 197, 94, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #16a34a !important;
    border-color: rgba(22, 163, 74, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #15803d !important;
    border-color: rgba(21, 128, 61, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #166534 !important;
    border-color: rgba(22, 101, 52, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #14532d !important;
    border-color: rgba(20, 83, 45, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0fdfa !important;
    border-color: rgba(240, 253, 250, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ccfbf1 !important;
    border-color: rgba(204, 251, 241, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #99f6e4 !important;
    border-color: rgba(153, 246, 228, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #5eead4 !important;
    border-color: rgba(94, 234, 212, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2dd4bf !important;
    border-color: rgba(45, 212, 191, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #14b8a6 !important;
    border-color: rgba(20, 184, 166, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0d9488 !important;
    border-color: rgba(13, 148, 136, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0f766e !important;
    border-color: rgba(15, 118, 110, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #115e59 !important;
    border-color: rgba(17, 94, 89, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #134e4a !important;
    border-color: rgba(19, 78, 74, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #eff6ff !important;
    border-color: rgba(239, 246, 255, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #dbeafe !important;
    border-color: rgba(219, 234, 254, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #bfdbfe !important;
    border-color: rgba(191, 219, 254, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #93c5fd !important;
    border-color: rgba(147, 197, 253, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #60a5fa !important;
    border-color: rgba(96, 165, 250, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2563eb !important;
    border-color: rgba(37, 99, 235, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1d4ed8 !important;
    border-color: rgba(29, 78, 216, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1e40af !important;
    border-color: rgba(30, 64, 175, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1e3a8a !important;
    border-color: rgba(30, 58, 138, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #eef2ff !important;
    border-color: rgba(238, 242, 255, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e0e7ff !important;
    border-color: rgba(224, 231, 255, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c7d2fe !important;
    border-color: rgba(199, 210, 254, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a5b4fc !important;
    border-color: rgba(165, 180, 252, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #818cf8 !important;
    border-color: rgba(129, 140, 248, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6366f1 !important;
    border-color: rgba(99, 102, 241, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4f46e5 !important;
    border-color: rgba(79, 70, 229, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4338ca !important;
    border-color: rgba(67, 56, 202, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3730a3 !important;
    border-color: rgba(55, 48, 163, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #312e81 !important;
    border-color: rgba(49, 46, 129, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f3e8ff !important;
    border-color: rgba(243, 232, 255, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e9d5ff !important;
    border-color: rgba(233, 213, 255, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d8b4fe !important;
    border-color: rgba(216, 180, 254, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c084fc !important;
    border-color: rgba(192, 132, 252, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a855f7 !important;
    border-color: rgba(168, 85, 247, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9333ea !important;
    border-color: rgba(147, 51, 234, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7e22ce !important;
    border-color: rgba(126, 34, 206, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6b21a8 !important;
    border-color: rgba(107, 33, 168, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #581c87 !important;
    border-color: rgba(88, 28, 135, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fdf2f8 !important;
    border-color: rgba(253, 242, 248, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fce7f3 !important;
    border-color: rgba(252, 231, 243, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fbcfe8 !important;
    border-color: rgba(251, 207, 232, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f9a8d4 !important;
    border-color: rgba(249, 168, 212, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f472b6 !important;
    border-color: rgba(244, 114, 182, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ec4899 !important;
    border-color: rgba(236, 72, 153, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #db2777 !important;
    border-color: rgba(219, 39, 119, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #be185d !important;
    border-color: rgba(190, 24, 93, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9d174d !important;
    border-color: rgba(157, 23, 77, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #831843 !important;
    border-color: rgba(131, 24, 67, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-app-main > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F18D11 !important;
    border-color: rgba(241, 141, 17, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-app-sub-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1E548F !important;
    border-color: rgba(30, 84, 143, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-app-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #FFF5D1 !important;
    border-color: rgba(255, 245, 209, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-theme-primary > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f3980f !important;
    border-color: rgba(243, 152, 15, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-theme-info > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1b925a !important;
    border-color: rgba(27, 146, 90, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-slate-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-slate-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241, 245, 249, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-slate-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-slate-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #cbd5e1 !important;
    border-color: rgba(203, 213, 225, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-slate-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #94a3b8 !important;
    border-color: rgba(148, 163, 184, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-slate-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #64748b !important;
    border-color: rgba(100, 116, 139, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-slate-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #475569 !important;
    border-color: rgba(71, 85, 105, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-slate-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #334155 !important;
    border-color: rgba(51, 65, 85, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-slate-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1e293b !important;
    border-color: rgba(30, 41, 59, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-slate-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0f172a !important;
    border-color: rgba(15, 23, 42, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-zinc-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-zinc-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f4f4f5 !important;
    border-color: rgba(244, 244, 245, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-zinc-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e4e4e7 !important;
    border-color: rgba(228, 228, 231, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-zinc-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d4d4d8 !important;
    border-color: rgba(212, 212, 216, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-zinc-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a1a1aa !important;
    border-color: rgba(161, 161, 170, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-zinc-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #71717a !important;
    border-color: rgba(113, 113, 122, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-zinc-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #52525b !important;
    border-color: rgba(82, 82, 91, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-zinc-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3f3f46 !important;
    border-color: rgba(63, 63, 70, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-zinc-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #27272a !important;
    border-color: rgba(39, 39, 42, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-zinc-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #18181b !important;
    border-color: rgba(24, 24, 27, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-neutral-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-neutral-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-neutral-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e5e5e5 !important;
    border-color: rgba(229, 229, 229, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-neutral-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d4d4d4 !important;
    border-color: rgba(212, 212, 212, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-neutral-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a3a3a3 !important;
    border-color: rgba(163, 163, 163, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-neutral-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #737373 !important;
    border-color: rgba(115, 115, 115, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-neutral-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #525252 !important;
    border-color: rgba(82, 82, 82, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-neutral-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #404040 !important;
    border-color: rgba(64, 64, 64, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-neutral-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #262626 !important;
    border-color: rgba(38, 38, 38, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-neutral-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #171717 !important;
    border-color: rgba(23, 23, 23, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-stone-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fafaf9 !important;
    border-color: rgba(250, 250, 249, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-stone-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f5f5f4 !important;
    border-color: rgba(245, 245, 244, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-stone-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e7e5e4 !important;
    border-color: rgba(231, 229, 228, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-stone-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d6d3d1 !important;
    border-color: rgba(214, 211, 209, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-stone-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a8a29e !important;
    border-color: rgba(168, 162, 158, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-stone-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #78716c !important;
    border-color: rgba(120, 113, 108, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-stone-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #57534e !important;
    border-color: rgba(87, 83, 78, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-stone-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #44403c !important;
    border-color: rgba(68, 64, 60, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-stone-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #292524 !important;
    border-color: rgba(41, 37, 36, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-stone-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1c1917 !important;
    border-color: rgba(28, 25, 23, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-amber-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fffbeb !important;
    border-color: rgba(255, 251, 235, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-amber-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fef3c7 !important;
    border-color: rgba(254, 243, 199, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-amber-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fde68a !important;
    border-color: rgba(253, 230, 138, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-amber-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fcd34d !important;
    border-color: rgba(252, 211, 77, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-amber-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fbbf24 !important;
    border-color: rgba(251, 191, 36, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-amber-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f59e0b !important;
    border-color: rgba(245, 158, 11, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-amber-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d97706 !important;
    border-color: rgba(217, 119, 6, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-amber-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b45309 !important;
    border-color: rgba(180, 83, 9, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-amber-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #92400e !important;
    border-color: rgba(146, 64, 14, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-amber-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #78350f !important;
    border-color: rgba(120, 53, 15, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-lime-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f7fee7 !important;
    border-color: rgba(247, 254, 231, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-lime-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ecfccb !important;
    border-color: rgba(236, 252, 203, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-lime-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d9f99d !important;
    border-color: rgba(217, 249, 157, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-lime-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #bef264 !important;
    border-color: rgba(190, 242, 100, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-lime-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a3e635 !important;
    border-color: rgba(163, 230, 53, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-lime-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #84cc16 !important;
    border-color: rgba(132, 204, 22, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-lime-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #65a30d !important;
    border-color: rgba(101, 163, 13, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-lime-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4d7c0f !important;
    border-color: rgba(77, 124, 15, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-lime-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3f6212 !important;
    border-color: rgba(63, 98, 18, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-lime-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #365314 !important;
    border-color: rgba(54, 83, 20, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-emerald-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ecfdf5 !important;
    border-color: rgba(236, 253, 245, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-emerald-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d1fae5 !important;
    border-color: rgba(209, 250, 229, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-emerald-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a7f3d0 !important;
    border-color: rgba(167, 243, 208, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-emerald-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6ee7b7 !important;
    border-color: rgba(110, 231, 183, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-emerald-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #34d399 !important;
    border-color: rgba(52, 211, 153, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-emerald-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #10b981 !important;
    border-color: rgba(16, 185, 129, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-emerald-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #059669 !important;
    border-color: rgba(5, 150, 105, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-emerald-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #047857 !important;
    border-color: rgba(4, 120, 87, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-emerald-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #065f46 !important;
    border-color: rgba(6, 95, 70, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-emerald-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #064e3b !important;
    border-color: rgba(6, 78, 59, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-cyan-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ecfeff !important;
    border-color: rgba(236, 254, 255, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-cyan-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #cffafe !important;
    border-color: rgba(207, 250, 254, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-cyan-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a5f3fc !important;
    border-color: rgba(165, 243, 252, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-cyan-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #67e8f9 !important;
    border-color: rgba(103, 232, 249, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-cyan-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #22d3ee !important;
    border-color: rgba(34, 211, 238, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-cyan-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-cyan-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0891b2 !important;
    border-color: rgba(8, 145, 178, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-cyan-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0e7490 !important;
    border-color: rgba(14, 116, 144, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-cyan-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #155e75 !important;
    border-color: rgba(21, 94, 117, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-cyan-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #164e63 !important;
    border-color: rgba(22, 78, 99, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-sky-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0f9ff !important;
    border-color: rgba(240, 249, 255, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-sky-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e0f2fe !important;
    border-color: rgba(224, 242, 254, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-sky-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #bae6fd !important;
    border-color: rgba(186, 230, 253, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-sky-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7dd3fc !important;
    border-color: rgba(125, 211, 252, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-sky-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #38bdf8 !important;
    border-color: rgba(56, 189, 248, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-sky-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0ea5e9 !important;
    border-color: rgba(14, 165, 233, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-sky-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0284c7 !important;
    border-color: rgba(2, 132, 199, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-sky-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0369a1 !important;
    border-color: rgba(3, 105, 161, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-sky-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #075985 !important;
    border-color: rgba(7, 89, 133, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-sky-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0c4a6e !important;
    border-color: rgba(12, 74, 110, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-violet-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f5f3ff !important;
    border-color: rgba(245, 243, 255, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-violet-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ede9fe !important;
    border-color: rgba(237, 233, 254, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-violet-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ddd6fe !important;
    border-color: rgba(221, 214, 254, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-violet-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c4b5fd !important;
    border-color: rgba(196, 181, 253, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-violet-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a78bfa !important;
    border-color: rgba(167, 139, 250, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-violet-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #8b5cf6 !important;
    border-color: rgba(139, 92, 246, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-violet-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7c3aed !important;
    border-color: rgba(124, 58, 237, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-violet-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6d28d9 !important;
    border-color: rgba(109, 40, 217, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-violet-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #5b21b6 !important;
    border-color: rgba(91, 33, 182, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-violet-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-fuchsia-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fdf4ff !important;
    border-color: rgba(253, 244, 255, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-fuchsia-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fae8ff !important;
    border-color: rgba(250, 232, 255, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-fuchsia-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f5d0fe !important;
    border-color: rgba(245, 208, 254, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-fuchsia-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0abfc !important;
    border-color: rgba(240, 171, 252, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-fuchsia-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e879f9 !important;
    border-color: rgba(232, 121, 249, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-fuchsia-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d946ef !important;
    border-color: rgba(217, 70, 239, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-fuchsia-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c026d3 !important;
    border-color: rgba(192, 38, 211, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-fuchsia-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a21caf !important;
    border-color: rgba(162, 28, 175, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-fuchsia-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #86198f !important;
    border-color: rgba(134, 25, 143, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-fuchsia-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #701a75 !important;
    border-color: rgba(112, 26, 117, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-rose-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff1f2 !important;
    border-color: rgba(255, 241, 242, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-rose-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ffe4e6 !important;
    border-color: rgba(255, 228, 230, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-rose-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fecdd3 !important;
    border-color: rgba(254, 205, 211, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-rose-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fda4af !important;
    border-color: rgba(253, 164, 175, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-rose-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fb7185 !important;
    border-color: rgba(251, 113, 133, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-rose-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f43f5e !important;
    border-color: rgba(244, 63, 94, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-rose-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e11d48 !important;
    border-color: rgba(225, 29, 72, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-rose-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #be123c !important;
    border-color: rgba(190, 18, 60, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-rose-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9f1239 !important;
    border-color: rgba(159, 18, 57, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-rose-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #881337 !important;
    border-color: rgba(136, 19, 55, var(--divide-opacity)) !important;
  }

  .xl\:tw-divide-solid > :not(template) ~ :not(template) {
    border-style: solid !important;
  }

  .xl\:tw-divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed !important;
  }

  .xl\:tw-divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted !important;
  }

  .xl\:tw-divide-double > :not(template) ~ :not(template) {
    border-style: double !important;
  }

  .xl\:tw-divide-none > :not(template) ~ :not(template) {
    border-style: none !important;
  }

  .xl\:tw-divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0 !important;
  }

  .xl\:tw-divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25 !important;
  }

  .xl\:tw-divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5 !important;
  }

  .xl\:tw-divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75 !important;
  }

  .xl\:tw-divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  .xl\:tw-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl\:tw-not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\:focus\:tw-sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl\:focus\:tw-not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\:tw-appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xl\:tw-bg-fixed {
    background-attachment: fixed !important;
  }

  .xl\:tw-bg-local {
    background-attachment: local !important;
  }

  .xl\:tw-bg-scroll {
    background-attachment: scroll !important;
  }

  .xl\:tw-bg-clip-border {
    background-clip: border-box !important;
  }

  .xl\:tw-bg-clip-padding {
    background-clip: padding-box !important;
  }

  .xl\:tw-bg-clip-content {
    background-clip: content-box !important;
  }

  .xl\:tw-bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .xl\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .xl\:tw-bg-current {
    background-color: currentColor !important;
  }

  .xl\:tw-bg-black {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-white {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-50 {
    --bg-opacity: 1 !important;
    background-color: #f9fafb !important;
    background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-100 {
    --bg-opacity: 1 !important;
    background-color: #f3f4f6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-200 {
    --bg-opacity: 1 !important;
    background-color: #e5e7eb !important;
    background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-300 {
    --bg-opacity: 1 !important;
    background-color: #d1d5db !important;
    background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-400 {
    --bg-opacity: 1 !important;
    background-color: #9ca3af !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-500 {
    --bg-opacity: 1 !important;
    background-color: #6b7280 !important;
    background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-600 {
    --bg-opacity: 1 !important;
    background-color: #4b5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-700 {
    --bg-opacity: 1 !important;
    background-color: #374151 !important;
    background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-800 {
    --bg-opacity: 1 !important;
    background-color: #1f2937 !important;
    background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-900 {
    --bg-opacity: 1 !important;
    background-color: #111827 !important;
    background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-red-50 {
    --bg-opacity: 1 !important;
    background-color: #fef2f2 !important;
    background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-red-100 {
    --bg-opacity: 1 !important;
    background-color: #fee2e2 !important;
    background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-red-200 {
    --bg-opacity: 1 !important;
    background-color: #fecaca !important;
    background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-red-300 {
    --bg-opacity: 1 !important;
    background-color: #fca5a5 !important;
    background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-red-400 {
    --bg-opacity: 1 !important;
    background-color: #f87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-red-500 {
    --bg-opacity: 1 !important;
    background-color: #ef4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-red-600 {
    --bg-opacity: 1 !important;
    background-color: #dc2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-red-700 {
    --bg-opacity: 1 !important;
    background-color: #b91c1c !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-red-800 {
    --bg-opacity: 1 !important;
    background-color: #991b1b !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-red-900 {
    --bg-opacity: 1 !important;
    background-color: #7f1d1d !important;
    background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-50 {
    --bg-opacity: 1 !important;
    background-color: #fff7ed !important;
    background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-100 {
    --bg-opacity: 1 !important;
    background-color: #ffedd5 !important;
    background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-200 {
    --bg-opacity: 1 !important;
    background-color: #fed7aa !important;
    background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-300 {
    --bg-opacity: 1 !important;
    background-color: #fdba74 !important;
    background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-400 {
    --bg-opacity: 1 !important;
    background-color: #fb923c !important;
    background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-500 {
    --bg-opacity: 1 !important;
    background-color: #f97316 !important;
    background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-600 {
    --bg-opacity: 1 !important;
    background-color: #ea580c !important;
    background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-700 {
    --bg-opacity: 1 !important;
    background-color: #c2410c !important;
    background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-800 {
    --bg-opacity: 1 !important;
    background-color: #9a3412 !important;
    background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-900 {
    --bg-opacity: 1 !important;
    background-color: #7c2d12 !important;
    background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-50 {
    --bg-opacity: 1 !important;
    background-color: #fefce8 !important;
    background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-100 {
    --bg-opacity: 1 !important;
    background-color: #fef9c3 !important;
    background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-200 {
    --bg-opacity: 1 !important;
    background-color: #fef08a !important;
    background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-300 {
    --bg-opacity: 1 !important;
    background-color: #fde047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-400 {
    --bg-opacity: 1 !important;
    background-color: #facc15 !important;
    background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-500 {
    --bg-opacity: 1 !important;
    background-color: #eab308 !important;
    background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-600 {
    --bg-opacity: 1 !important;
    background-color: #ca8a04 !important;
    background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-700 {
    --bg-opacity: 1 !important;
    background-color: #a16207 !important;
    background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-800 {
    --bg-opacity: 1 !important;
    background-color: #854d0e !important;
    background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-900 {
    --bg-opacity: 1 !important;
    background-color: #713f12 !important;
    background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-green-50 {
    --bg-opacity: 1 !important;
    background-color: #f0fdf4 !important;
    background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-green-100 {
    --bg-opacity: 1 !important;
    background-color: #dcfce7 !important;
    background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-green-200 {
    --bg-opacity: 1 !important;
    background-color: #bbf7d0 !important;
    background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-green-300 {
    --bg-opacity: 1 !important;
    background-color: #86efac !important;
    background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-green-400 {
    --bg-opacity: 1 !important;
    background-color: #4ade80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-green-500 {
    --bg-opacity: 1 !important;
    background-color: #22c55e !important;
    background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-green-600 {
    --bg-opacity: 1 !important;
    background-color: #16a34a !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-green-700 {
    --bg-opacity: 1 !important;
    background-color: #15803d !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-green-800 {
    --bg-opacity: 1 !important;
    background-color: #166534 !important;
    background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-green-900 {
    --bg-opacity: 1 !important;
    background-color: #14532d !important;
    background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-50 {
    --bg-opacity: 1 !important;
    background-color: #f0fdfa !important;
    background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-100 {
    --bg-opacity: 1 !important;
    background-color: #ccfbf1 !important;
    background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-200 {
    --bg-opacity: 1 !important;
    background-color: #99f6e4 !important;
    background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-300 {
    --bg-opacity: 1 !important;
    background-color: #5eead4 !important;
    background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-400 {
    --bg-opacity: 1 !important;
    background-color: #2dd4bf !important;
    background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-500 {
    --bg-opacity: 1 !important;
    background-color: #14b8a6 !important;
    background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-600 {
    --bg-opacity: 1 !important;
    background-color: #0d9488 !important;
    background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-700 {
    --bg-opacity: 1 !important;
    background-color: #0f766e !important;
    background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-800 {
    --bg-opacity: 1 !important;
    background-color: #115e59 !important;
    background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-900 {
    --bg-opacity: 1 !important;
    background-color: #134e4a !important;
    background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-50 {
    --bg-opacity: 1 !important;
    background-color: #eff6ff !important;
    background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-100 {
    --bg-opacity: 1 !important;
    background-color: #dbeafe !important;
    background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-200 {
    --bg-opacity: 1 !important;
    background-color: #bfdbfe !important;
    background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-300 {
    --bg-opacity: 1 !important;
    background-color: #93c5fd !important;
    background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-400 {
    --bg-opacity: 1 !important;
    background-color: #60a5fa !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-500 {
    --bg-opacity: 1 !important;
    background-color: #3b82f6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-600 {
    --bg-opacity: 1 !important;
    background-color: #2563eb !important;
    background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-700 {
    --bg-opacity: 1 !important;
    background-color: #1d4ed8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-800 {
    --bg-opacity: 1 !important;
    background-color: #1e40af !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-900 {
    --bg-opacity: 1 !important;
    background-color: #1e3a8a !important;
    background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-50 {
    --bg-opacity: 1 !important;
    background-color: #eef2ff !important;
    background-color: rgba(238, 242, 255, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-100 {
    --bg-opacity: 1 !important;
    background-color: #e0e7ff !important;
    background-color: rgba(224, 231, 255, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-200 {
    --bg-opacity: 1 !important;
    background-color: #c7d2fe !important;
    background-color: rgba(199, 210, 254, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-300 {
    --bg-opacity: 1 !important;
    background-color: #a5b4fc !important;
    background-color: rgba(165, 180, 252, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-400 {
    --bg-opacity: 1 !important;
    background-color: #818cf8 !important;
    background-color: rgba(129, 140, 248, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-500 {
    --bg-opacity: 1 !important;
    background-color: #6366f1 !important;
    background-color: rgba(99, 102, 241, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-600 {
    --bg-opacity: 1 !important;
    background-color: #4f46e5 !important;
    background-color: rgba(79, 70, 229, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-700 {
    --bg-opacity: 1 !important;
    background-color: #4338ca !important;
    background-color: rgba(67, 56, 202, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-800 {
    --bg-opacity: 1 !important;
    background-color: #3730a3 !important;
    background-color: rgba(55, 48, 163, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-900 {
    --bg-opacity: 1 !important;
    background-color: #312e81 !important;
    background-color: rgba(49, 46, 129, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-50 {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-100 {
    --bg-opacity: 1 !important;
    background-color: #f3e8ff !important;
    background-color: rgba(243, 232, 255, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-200 {
    --bg-opacity: 1 !important;
    background-color: #e9d5ff !important;
    background-color: rgba(233, 213, 255, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-300 {
    --bg-opacity: 1 !important;
    background-color: #d8b4fe !important;
    background-color: rgba(216, 180, 254, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-400 {
    --bg-opacity: 1 !important;
    background-color: #c084fc !important;
    background-color: rgba(192, 132, 252, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-500 {
    --bg-opacity: 1 !important;
    background-color: #a855f7 !important;
    background-color: rgba(168, 85, 247, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-600 {
    --bg-opacity: 1 !important;
    background-color: #9333ea !important;
    background-color: rgba(147, 51, 234, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-700 {
    --bg-opacity: 1 !important;
    background-color: #7e22ce !important;
    background-color: rgba(126, 34, 206, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-800 {
    --bg-opacity: 1 !important;
    background-color: #6b21a8 !important;
    background-color: rgba(107, 33, 168, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-900 {
    --bg-opacity: 1 !important;
    background-color: #581c87 !important;
    background-color: rgba(88, 28, 135, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-50 {
    --bg-opacity: 1 !important;
    background-color: #fdf2f8 !important;
    background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-100 {
    --bg-opacity: 1 !important;
    background-color: #fce7f3 !important;
    background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-200 {
    --bg-opacity: 1 !important;
    background-color: #fbcfe8 !important;
    background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-300 {
    --bg-opacity: 1 !important;
    background-color: #f9a8d4 !important;
    background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-400 {
    --bg-opacity: 1 !important;
    background-color: #f472b6 !important;
    background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-500 {
    --bg-opacity: 1 !important;
    background-color: #ec4899 !important;
    background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-600 {
    --bg-opacity: 1 !important;
    background-color: #db2777 !important;
    background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-700 {
    --bg-opacity: 1 !important;
    background-color: #be185d !important;
    background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-800 {
    --bg-opacity: 1 !important;
    background-color: #9d174d !important;
    background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-900 {
    --bg-opacity: 1 !important;
    background-color: #831843 !important;
    background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-app-main {
    --bg-opacity: 1 !important;
    background-color: #F18D11 !important;
    background-color: rgba(241, 141, 17, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-app-sub-blue {
    --bg-opacity: 1 !important;
    background-color: #1E548F !important;
    background-color: rgba(30, 84, 143, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-app-yellow {
    --bg-opacity: 1 !important;
    background-color: #FFF5D1 !important;
    background-color: rgba(255, 245, 209, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-theme-primary {
    --bg-opacity: 1 !important;
    background-color: #f3980f !important;
    background-color: rgba(243, 152, 15, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-theme-info {
    --bg-opacity: 1 !important;
    background-color: #1b925a !important;
    background-color: rgba(27, 146, 90, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-slate-50 {
    --bg-opacity: 1 !important;
    background-color: #f8fafc !important;
    background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-slate-100 {
    --bg-opacity: 1 !important;
    background-color: #f1f5f9 !important;
    background-color: rgba(241, 245, 249, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-slate-200 {
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-slate-300 {
    --bg-opacity: 1 !important;
    background-color: #cbd5e1 !important;
    background-color: rgba(203, 213, 225, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-slate-400 {
    --bg-opacity: 1 !important;
    background-color: #94a3b8 !important;
    background-color: rgba(148, 163, 184, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-slate-500 {
    --bg-opacity: 1 !important;
    background-color: #64748b !important;
    background-color: rgba(100, 116, 139, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-slate-600 {
    --bg-opacity: 1 !important;
    background-color: #475569 !important;
    background-color: rgba(71, 85, 105, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-slate-700 {
    --bg-opacity: 1 !important;
    background-color: #334155 !important;
    background-color: rgba(51, 65, 85, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-slate-800 {
    --bg-opacity: 1 !important;
    background-color: #1e293b !important;
    background-color: rgba(30, 41, 59, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-slate-900 {
    --bg-opacity: 1 !important;
    background-color: #0f172a !important;
    background-color: rgba(15, 23, 42, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-zinc-50 {
    --bg-opacity: 1 !important;
    background-color: #fafafa !important;
    background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-zinc-100 {
    --bg-opacity: 1 !important;
    background-color: #f4f4f5 !important;
    background-color: rgba(244, 244, 245, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-zinc-200 {
    --bg-opacity: 1 !important;
    background-color: #e4e4e7 !important;
    background-color: rgba(228, 228, 231, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-zinc-300 {
    --bg-opacity: 1 !important;
    background-color: #d4d4d8 !important;
    background-color: rgba(212, 212, 216, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-zinc-400 {
    --bg-opacity: 1 !important;
    background-color: #a1a1aa !important;
    background-color: rgba(161, 161, 170, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-zinc-500 {
    --bg-opacity: 1 !important;
    background-color: #71717a !important;
    background-color: rgba(113, 113, 122, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-zinc-600 {
    --bg-opacity: 1 !important;
    background-color: #52525b !important;
    background-color: rgba(82, 82, 91, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-zinc-700 {
    --bg-opacity: 1 !important;
    background-color: #3f3f46 !important;
    background-color: rgba(63, 63, 70, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-zinc-800 {
    --bg-opacity: 1 !important;
    background-color: #27272a !important;
    background-color: rgba(39, 39, 42, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-zinc-900 {
    --bg-opacity: 1 !important;
    background-color: #18181b !important;
    background-color: rgba(24, 24, 27, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-neutral-50 {
    --bg-opacity: 1 !important;
    background-color: #fafafa !important;
    background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-neutral-100 {
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-neutral-200 {
    --bg-opacity: 1 !important;
    background-color: #e5e5e5 !important;
    background-color: rgba(229, 229, 229, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-neutral-300 {
    --bg-opacity: 1 !important;
    background-color: #d4d4d4 !important;
    background-color: rgba(212, 212, 212, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-neutral-400 {
    --bg-opacity: 1 !important;
    background-color: #a3a3a3 !important;
    background-color: rgba(163, 163, 163, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-neutral-500 {
    --bg-opacity: 1 !important;
    background-color: #737373 !important;
    background-color: rgba(115, 115, 115, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-neutral-600 {
    --bg-opacity: 1 !important;
    background-color: #525252 !important;
    background-color: rgba(82, 82, 82, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-neutral-700 {
    --bg-opacity: 1 !important;
    background-color: #404040 !important;
    background-color: rgba(64, 64, 64, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-neutral-800 {
    --bg-opacity: 1 !important;
    background-color: #262626 !important;
    background-color: rgba(38, 38, 38, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-neutral-900 {
    --bg-opacity: 1 !important;
    background-color: #171717 !important;
    background-color: rgba(23, 23, 23, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-stone-50 {
    --bg-opacity: 1 !important;
    background-color: #fafaf9 !important;
    background-color: rgba(250, 250, 249, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-stone-100 {
    --bg-opacity: 1 !important;
    background-color: #f5f5f4 !important;
    background-color: rgba(245, 245, 244, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-stone-200 {
    --bg-opacity: 1 !important;
    background-color: #e7e5e4 !important;
    background-color: rgba(231, 229, 228, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-stone-300 {
    --bg-opacity: 1 !important;
    background-color: #d6d3d1 !important;
    background-color: rgba(214, 211, 209, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-stone-400 {
    --bg-opacity: 1 !important;
    background-color: #a8a29e !important;
    background-color: rgba(168, 162, 158, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-stone-500 {
    --bg-opacity: 1 !important;
    background-color: #78716c !important;
    background-color: rgba(120, 113, 108, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-stone-600 {
    --bg-opacity: 1 !important;
    background-color: #57534e !important;
    background-color: rgba(87, 83, 78, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-stone-700 {
    --bg-opacity: 1 !important;
    background-color: #44403c !important;
    background-color: rgba(68, 64, 60, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-stone-800 {
    --bg-opacity: 1 !important;
    background-color: #292524 !important;
    background-color: rgba(41, 37, 36, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-stone-900 {
    --bg-opacity: 1 !important;
    background-color: #1c1917 !important;
    background-color: rgba(28, 25, 23, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-amber-50 {
    --bg-opacity: 1 !important;
    background-color: #fffbeb !important;
    background-color: rgba(255, 251, 235, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-amber-100 {
    --bg-opacity: 1 !important;
    background-color: #fef3c7 !important;
    background-color: rgba(254, 243, 199, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-amber-200 {
    --bg-opacity: 1 !important;
    background-color: #fde68a !important;
    background-color: rgba(253, 230, 138, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-amber-300 {
    --bg-opacity: 1 !important;
    background-color: #fcd34d !important;
    background-color: rgba(252, 211, 77, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-amber-400 {
    --bg-opacity: 1 !important;
    background-color: #fbbf24 !important;
    background-color: rgba(251, 191, 36, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-amber-500 {
    --bg-opacity: 1 !important;
    background-color: #f59e0b !important;
    background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-amber-600 {
    --bg-opacity: 1 !important;
    background-color: #d97706 !important;
    background-color: rgba(217, 119, 6, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-amber-700 {
    --bg-opacity: 1 !important;
    background-color: #b45309 !important;
    background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-amber-800 {
    --bg-opacity: 1 !important;
    background-color: #92400e !important;
    background-color: rgba(146, 64, 14, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-amber-900 {
    --bg-opacity: 1 !important;
    background-color: #78350f !important;
    background-color: rgba(120, 53, 15, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-lime-50 {
    --bg-opacity: 1 !important;
    background-color: #f7fee7 !important;
    background-color: rgba(247, 254, 231, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-lime-100 {
    --bg-opacity: 1 !important;
    background-color: #ecfccb !important;
    background-color: rgba(236, 252, 203, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-lime-200 {
    --bg-opacity: 1 !important;
    background-color: #d9f99d !important;
    background-color: rgba(217, 249, 157, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-lime-300 {
    --bg-opacity: 1 !important;
    background-color: #bef264 !important;
    background-color: rgba(190, 242, 100, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-lime-400 {
    --bg-opacity: 1 !important;
    background-color: #a3e635 !important;
    background-color: rgba(163, 230, 53, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-lime-500 {
    --bg-opacity: 1 !important;
    background-color: #84cc16 !important;
    background-color: rgba(132, 204, 22, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-lime-600 {
    --bg-opacity: 1 !important;
    background-color: #65a30d !important;
    background-color: rgba(101, 163, 13, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-lime-700 {
    --bg-opacity: 1 !important;
    background-color: #4d7c0f !important;
    background-color: rgba(77, 124, 15, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-lime-800 {
    --bg-opacity: 1 !important;
    background-color: #3f6212 !important;
    background-color: rgba(63, 98, 18, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-lime-900 {
    --bg-opacity: 1 !important;
    background-color: #365314 !important;
    background-color: rgba(54, 83, 20, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-emerald-50 {
    --bg-opacity: 1 !important;
    background-color: #ecfdf5 !important;
    background-color: rgba(236, 253, 245, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-emerald-100 {
    --bg-opacity: 1 !important;
    background-color: #d1fae5 !important;
    background-color: rgba(209, 250, 229, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-emerald-200 {
    --bg-opacity: 1 !important;
    background-color: #a7f3d0 !important;
    background-color: rgba(167, 243, 208, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-emerald-300 {
    --bg-opacity: 1 !important;
    background-color: #6ee7b7 !important;
    background-color: rgba(110, 231, 183, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-emerald-400 {
    --bg-opacity: 1 !important;
    background-color: #34d399 !important;
    background-color: rgba(52, 211, 153, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-emerald-500 {
    --bg-opacity: 1 !important;
    background-color: #10b981 !important;
    background-color: rgba(16, 185, 129, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-emerald-600 {
    --bg-opacity: 1 !important;
    background-color: #059669 !important;
    background-color: rgba(5, 150, 105, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-emerald-700 {
    --bg-opacity: 1 !important;
    background-color: #047857 !important;
    background-color: rgba(4, 120, 87, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-emerald-800 {
    --bg-opacity: 1 !important;
    background-color: #065f46 !important;
    background-color: rgba(6, 95, 70, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-emerald-900 {
    --bg-opacity: 1 !important;
    background-color: #064e3b !important;
    background-color: rgba(6, 78, 59, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-cyan-50 {
    --bg-opacity: 1 !important;
    background-color: #ecfeff !important;
    background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-cyan-100 {
    --bg-opacity: 1 !important;
    background-color: #cffafe !important;
    background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-cyan-200 {
    --bg-opacity: 1 !important;
    background-color: #a5f3fc !important;
    background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-cyan-300 {
    --bg-opacity: 1 !important;
    background-color: #67e8f9 !important;
    background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-cyan-400 {
    --bg-opacity: 1 !important;
    background-color: #22d3ee !important;
    background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-cyan-500 {
    --bg-opacity: 1 !important;
    background-color: #06b6d4 !important;
    background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-cyan-600 {
    --bg-opacity: 1 !important;
    background-color: #0891b2 !important;
    background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-cyan-700 {
    --bg-opacity: 1 !important;
    background-color: #0e7490 !important;
    background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-cyan-800 {
    --bg-opacity: 1 !important;
    background-color: #155e75 !important;
    background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-cyan-900 {
    --bg-opacity: 1 !important;
    background-color: #164e63 !important;
    background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-sky-50 {
    --bg-opacity: 1 !important;
    background-color: #f0f9ff !important;
    background-color: rgba(240, 249, 255, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-sky-100 {
    --bg-opacity: 1 !important;
    background-color: #e0f2fe !important;
    background-color: rgba(224, 242, 254, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-sky-200 {
    --bg-opacity: 1 !important;
    background-color: #bae6fd !important;
    background-color: rgba(186, 230, 253, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-sky-300 {
    --bg-opacity: 1 !important;
    background-color: #7dd3fc !important;
    background-color: rgba(125, 211, 252, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-sky-400 {
    --bg-opacity: 1 !important;
    background-color: #38bdf8 !important;
    background-color: rgba(56, 189, 248, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-sky-500 {
    --bg-opacity: 1 !important;
    background-color: #0ea5e9 !important;
    background-color: rgba(14, 165, 233, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-sky-600 {
    --bg-opacity: 1 !important;
    background-color: #0284c7 !important;
    background-color: rgba(2, 132, 199, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-sky-700 {
    --bg-opacity: 1 !important;
    background-color: #0369a1 !important;
    background-color: rgba(3, 105, 161, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-sky-800 {
    --bg-opacity: 1 !important;
    background-color: #075985 !important;
    background-color: rgba(7, 89, 133, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-sky-900 {
    --bg-opacity: 1 !important;
    background-color: #0c4a6e !important;
    background-color: rgba(12, 74, 110, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-violet-50 {
    --bg-opacity: 1 !important;
    background-color: #f5f3ff !important;
    background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-violet-100 {
    --bg-opacity: 1 !important;
    background-color: #ede9fe !important;
    background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-violet-200 {
    --bg-opacity: 1 !important;
    background-color: #ddd6fe !important;
    background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-violet-300 {
    --bg-opacity: 1 !important;
    background-color: #c4b5fd !important;
    background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-violet-400 {
    --bg-opacity: 1 !important;
    background-color: #a78bfa !important;
    background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-violet-500 {
    --bg-opacity: 1 !important;
    background-color: #8b5cf6 !important;
    background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-violet-600 {
    --bg-opacity: 1 !important;
    background-color: #7c3aed !important;
    background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-violet-700 {
    --bg-opacity: 1 !important;
    background-color: #6d28d9 !important;
    background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-violet-800 {
    --bg-opacity: 1 !important;
    background-color: #5b21b6 !important;
    background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-violet-900 {
    --bg-opacity: 1 !important;
    background-color: #4c1d95 !important;
    background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-fuchsia-50 {
    --bg-opacity: 1 !important;
    background-color: #fdf4ff !important;
    background-color: rgba(253, 244, 255, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-fuchsia-100 {
    --bg-opacity: 1 !important;
    background-color: #fae8ff !important;
    background-color: rgba(250, 232, 255, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-fuchsia-200 {
    --bg-opacity: 1 !important;
    background-color: #f5d0fe !important;
    background-color: rgba(245, 208, 254, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-fuchsia-300 {
    --bg-opacity: 1 !important;
    background-color: #f0abfc !important;
    background-color: rgba(240, 171, 252, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-fuchsia-400 {
    --bg-opacity: 1 !important;
    background-color: #e879f9 !important;
    background-color: rgba(232, 121, 249, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-fuchsia-500 {
    --bg-opacity: 1 !important;
    background-color: #d946ef !important;
    background-color: rgba(217, 70, 239, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-fuchsia-600 {
    --bg-opacity: 1 !important;
    background-color: #c026d3 !important;
    background-color: rgba(192, 38, 211, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-fuchsia-700 {
    --bg-opacity: 1 !important;
    background-color: #a21caf !important;
    background-color: rgba(162, 28, 175, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-fuchsia-800 {
    --bg-opacity: 1 !important;
    background-color: #86198f !important;
    background-color: rgba(134, 25, 143, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-fuchsia-900 {
    --bg-opacity: 1 !important;
    background-color: #701a75 !important;
    background-color: rgba(112, 26, 117, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-rose-50 {
    --bg-opacity: 1 !important;
    background-color: #fff1f2 !important;
    background-color: rgba(255, 241, 242, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-rose-100 {
    --bg-opacity: 1 !important;
    background-color: #ffe4e6 !important;
    background-color: rgba(255, 228, 230, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-rose-200 {
    --bg-opacity: 1 !important;
    background-color: #fecdd3 !important;
    background-color: rgba(254, 205, 211, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-rose-300 {
    --bg-opacity: 1 !important;
    background-color: #fda4af !important;
    background-color: rgba(253, 164, 175, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-rose-400 {
    --bg-opacity: 1 !important;
    background-color: #fb7185 !important;
    background-color: rgba(251, 113, 133, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-rose-500 {
    --bg-opacity: 1 !important;
    background-color: #f43f5e !important;
    background-color: rgba(244, 63, 94, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-rose-600 {
    --bg-opacity: 1 !important;
    background-color: #e11d48 !important;
    background-color: rgba(225, 29, 72, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-rose-700 {
    --bg-opacity: 1 !important;
    background-color: #be123c !important;
    background-color: rgba(190, 18, 60, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-rose-800 {
    --bg-opacity: 1 !important;
    background-color: #9f1239 !important;
    background-color: rgba(159, 18, 57, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-rose-900 {
    --bg-opacity: 1 !important;
    background-color: #881337 !important;
    background-color: rgba(136, 19, 55, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-transparent:hover {
    background-color: transparent !important;
  }

  .xl\:hover\:tw-bg-current:hover {
    background-color: currentColor !important;
  }

  .xl\:hover\:tw-bg-black:hover {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-white:hover {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-50:hover {
    --bg-opacity: 1 !important;
    background-color: #f9fafb !important;
    background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f3f4f6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e5e7eb !important;
    background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d1d5db !important;
    background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-400:hover {
    --bg-opacity: 1 !important;
    background-color: #9ca3af !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-500:hover {
    --bg-opacity: 1 !important;
    background-color: #6b7280 !important;
    background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-600:hover {
    --bg-opacity: 1 !important;
    background-color: #4b5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-700:hover {
    --bg-opacity: 1 !important;
    background-color: #374151 !important;
    background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-800:hover {
    --bg-opacity: 1 !important;
    background-color: #1f2937 !important;
    background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-900:hover {
    --bg-opacity: 1 !important;
    background-color: #111827 !important;
    background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fef2f2 !important;
    background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fee2e2 !important;
    background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fecaca !important;
    background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fca5a5 !important;
    background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-400:hover {
    --bg-opacity: 1 !important;
    background-color: #f87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-500:hover {
    --bg-opacity: 1 !important;
    background-color: #ef4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-600:hover {
    --bg-opacity: 1 !important;
    background-color: #dc2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-700:hover {
    --bg-opacity: 1 !important;
    background-color: #b91c1c !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-800:hover {
    --bg-opacity: 1 !important;
    background-color: #991b1b !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-900:hover {
    --bg-opacity: 1 !important;
    background-color: #7f1d1d !important;
    background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fff7ed !important;
    background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ffedd5 !important;
    background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fed7aa !important;
    background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fdba74 !important;
    background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-400:hover {
    --bg-opacity: 1 !important;
    background-color: #fb923c !important;
    background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-500:hover {
    --bg-opacity: 1 !important;
    background-color: #f97316 !important;
    background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-600:hover {
    --bg-opacity: 1 !important;
    background-color: #ea580c !important;
    background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-700:hover {
    --bg-opacity: 1 !important;
    background-color: #c2410c !important;
    background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-800:hover {
    --bg-opacity: 1 !important;
    background-color: #9a3412 !important;
    background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-900:hover {
    --bg-opacity: 1 !important;
    background-color: #7c2d12 !important;
    background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fefce8 !important;
    background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fef9c3 !important;
    background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fef08a !important;
    background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fde047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-400:hover {
    --bg-opacity: 1 !important;
    background-color: #facc15 !important;
    background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-500:hover {
    --bg-opacity: 1 !important;
    background-color: #eab308 !important;
    background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-600:hover {
    --bg-opacity: 1 !important;
    background-color: #ca8a04 !important;
    background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-700:hover {
    --bg-opacity: 1 !important;
    background-color: #a16207 !important;
    background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-800:hover {
    --bg-opacity: 1 !important;
    background-color: #854d0e !important;
    background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-900:hover {
    --bg-opacity: 1 !important;
    background-color: #713f12 !important;
    background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-50:hover {
    --bg-opacity: 1 !important;
    background-color: #f0fdf4 !important;
    background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-100:hover {
    --bg-opacity: 1 !important;
    background-color: #dcfce7 !important;
    background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-200:hover {
    --bg-opacity: 1 !important;
    background-color: #bbf7d0 !important;
    background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-300:hover {
    --bg-opacity: 1 !important;
    background-color: #86efac !important;
    background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-400:hover {
    --bg-opacity: 1 !important;
    background-color: #4ade80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-500:hover {
    --bg-opacity: 1 !important;
    background-color: #22c55e !important;
    background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-600:hover {
    --bg-opacity: 1 !important;
    background-color: #16a34a !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-700:hover {
    --bg-opacity: 1 !important;
    background-color: #15803d !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-800:hover {
    --bg-opacity: 1 !important;
    background-color: #166534 !important;
    background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-900:hover {
    --bg-opacity: 1 !important;
    background-color: #14532d !important;
    background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-50:hover {
    --bg-opacity: 1 !important;
    background-color: #f0fdfa !important;
    background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ccfbf1 !important;
    background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-200:hover {
    --bg-opacity: 1 !important;
    background-color: #99f6e4 !important;
    background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-300:hover {
    --bg-opacity: 1 !important;
    background-color: #5eead4 !important;
    background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-400:hover {
    --bg-opacity: 1 !important;
    background-color: #2dd4bf !important;
    background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-500:hover {
    --bg-opacity: 1 !important;
    background-color: #14b8a6 !important;
    background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-600:hover {
    --bg-opacity: 1 !important;
    background-color: #0d9488 !important;
    background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-700:hover {
    --bg-opacity: 1 !important;
    background-color: #0f766e !important;
    background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-800:hover {
    --bg-opacity: 1 !important;
    background-color: #115e59 !important;
    background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-900:hover {
    --bg-opacity: 1 !important;
    background-color: #134e4a !important;
    background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-50:hover {
    --bg-opacity: 1 !important;
    background-color: #eff6ff !important;
    background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-100:hover {
    --bg-opacity: 1 !important;
    background-color: #dbeafe !important;
    background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-200:hover {
    --bg-opacity: 1 !important;
    background-color: #bfdbfe !important;
    background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-300:hover {
    --bg-opacity: 1 !important;
    background-color: #93c5fd !important;
    background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-400:hover {
    --bg-opacity: 1 !important;
    background-color: #60a5fa !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-500:hover {
    --bg-opacity: 1 !important;
    background-color: #3b82f6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-600:hover {
    --bg-opacity: 1 !important;
    background-color: #2563eb !important;
    background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-700:hover {
    --bg-opacity: 1 !important;
    background-color: #1d4ed8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-800:hover {
    --bg-opacity: 1 !important;
    background-color: #1e40af !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-900:hover {
    --bg-opacity: 1 !important;
    background-color: #1e3a8a !important;
    background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-50:hover {
    --bg-opacity: 1 !important;
    background-color: #eef2ff !important;
    background-color: rgba(238, 242, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-100:hover {
    --bg-opacity: 1 !important;
    background-color: #e0e7ff !important;
    background-color: rgba(224, 231, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-200:hover {
    --bg-opacity: 1 !important;
    background-color: #c7d2fe !important;
    background-color: rgba(199, 210, 254, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-300:hover {
    --bg-opacity: 1 !important;
    background-color: #a5b4fc !important;
    background-color: rgba(165, 180, 252, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-400:hover {
    --bg-opacity: 1 !important;
    background-color: #818cf8 !important;
    background-color: rgba(129, 140, 248, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-500:hover {
    --bg-opacity: 1 !important;
    background-color: #6366f1 !important;
    background-color: rgba(99, 102, 241, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-600:hover {
    --bg-opacity: 1 !important;
    background-color: #4f46e5 !important;
    background-color: rgba(79, 70, 229, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-700:hover {
    --bg-opacity: 1 !important;
    background-color: #4338ca !important;
    background-color: rgba(67, 56, 202, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-800:hover {
    --bg-opacity: 1 !important;
    background-color: #3730a3 !important;
    background-color: rgba(55, 48, 163, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-900:hover {
    --bg-opacity: 1 !important;
    background-color: #312e81 !important;
    background-color: rgba(49, 46, 129, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-50:hover {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f3e8ff !important;
    background-color: rgba(243, 232, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e9d5ff !important;
    background-color: rgba(233, 213, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d8b4fe !important;
    background-color: rgba(216, 180, 254, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-400:hover {
    --bg-opacity: 1 !important;
    background-color: #c084fc !important;
    background-color: rgba(192, 132, 252, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-500:hover {
    --bg-opacity: 1 !important;
    background-color: #a855f7 !important;
    background-color: rgba(168, 85, 247, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-600:hover {
    --bg-opacity: 1 !important;
    background-color: #9333ea !important;
    background-color: rgba(147, 51, 234, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-700:hover {
    --bg-opacity: 1 !important;
    background-color: #7e22ce !important;
    background-color: rgba(126, 34, 206, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-800:hover {
    --bg-opacity: 1 !important;
    background-color: #6b21a8 !important;
    background-color: rgba(107, 33, 168, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-900:hover {
    --bg-opacity: 1 !important;
    background-color: #581c87 !important;
    background-color: rgba(88, 28, 135, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fdf2f8 !important;
    background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fce7f3 !important;
    background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fbcfe8 !important;
    background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-300:hover {
    --bg-opacity: 1 !important;
    background-color: #f9a8d4 !important;
    background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-400:hover {
    --bg-opacity: 1 !important;
    background-color: #f472b6 !important;
    background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-500:hover {
    --bg-opacity: 1 !important;
    background-color: #ec4899 !important;
    background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-600:hover {
    --bg-opacity: 1 !important;
    background-color: #db2777 !important;
    background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-700:hover {
    --bg-opacity: 1 !important;
    background-color: #be185d !important;
    background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-800:hover {
    --bg-opacity: 1 !important;
    background-color: #9d174d !important;
    background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-900:hover {
    --bg-opacity: 1 !important;
    background-color: #831843 !important;
    background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-app-main:hover {
    --bg-opacity: 1 !important;
    background-color: #F18D11 !important;
    background-color: rgba(241, 141, 17, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-app-sub-blue:hover {
    --bg-opacity: 1 !important;
    background-color: #1E548F !important;
    background-color: rgba(30, 84, 143, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-app-yellow:hover {
    --bg-opacity: 1 !important;
    background-color: #FFF5D1 !important;
    background-color: rgba(255, 245, 209, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-theme-primary:hover {
    --bg-opacity: 1 !important;
    background-color: #f3980f !important;
    background-color: rgba(243, 152, 15, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-theme-info:hover {
    --bg-opacity: 1 !important;
    background-color: #1b925a !important;
    background-color: rgba(27, 146, 90, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-slate-50:hover {
    --bg-opacity: 1 !important;
    background-color: #f8fafc !important;
    background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-slate-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f1f5f9 !important;
    background-color: rgba(241, 245, 249, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-slate-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-slate-300:hover {
    --bg-opacity: 1 !important;
    background-color: #cbd5e1 !important;
    background-color: rgba(203, 213, 225, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-slate-400:hover {
    --bg-opacity: 1 !important;
    background-color: #94a3b8 !important;
    background-color: rgba(148, 163, 184, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-slate-500:hover {
    --bg-opacity: 1 !important;
    background-color: #64748b !important;
    background-color: rgba(100, 116, 139, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-slate-600:hover {
    --bg-opacity: 1 !important;
    background-color: #475569 !important;
    background-color: rgba(71, 85, 105, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-slate-700:hover {
    --bg-opacity: 1 !important;
    background-color: #334155 !important;
    background-color: rgba(51, 65, 85, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-slate-800:hover {
    --bg-opacity: 1 !important;
    background-color: #1e293b !important;
    background-color: rgba(30, 41, 59, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-slate-900:hover {
    --bg-opacity: 1 !important;
    background-color: #0f172a !important;
    background-color: rgba(15, 23, 42, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-zinc-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fafafa !important;
    background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-zinc-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f4f4f5 !important;
    background-color: rgba(244, 244, 245, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-zinc-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e4e4e7 !important;
    background-color: rgba(228, 228, 231, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-zinc-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d4d4d8 !important;
    background-color: rgba(212, 212, 216, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-zinc-400:hover {
    --bg-opacity: 1 !important;
    background-color: #a1a1aa !important;
    background-color: rgba(161, 161, 170, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-zinc-500:hover {
    --bg-opacity: 1 !important;
    background-color: #71717a !important;
    background-color: rgba(113, 113, 122, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-zinc-600:hover {
    --bg-opacity: 1 !important;
    background-color: #52525b !important;
    background-color: rgba(82, 82, 91, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-zinc-700:hover {
    --bg-opacity: 1 !important;
    background-color: #3f3f46 !important;
    background-color: rgba(63, 63, 70, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-zinc-800:hover {
    --bg-opacity: 1 !important;
    background-color: #27272a !important;
    background-color: rgba(39, 39, 42, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-zinc-900:hover {
    --bg-opacity: 1 !important;
    background-color: #18181b !important;
    background-color: rgba(24, 24, 27, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-neutral-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fafafa !important;
    background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-neutral-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-neutral-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e5e5e5 !important;
    background-color: rgba(229, 229, 229, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-neutral-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d4d4d4 !important;
    background-color: rgba(212, 212, 212, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-neutral-400:hover {
    --bg-opacity: 1 !important;
    background-color: #a3a3a3 !important;
    background-color: rgba(163, 163, 163, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-neutral-500:hover {
    --bg-opacity: 1 !important;
    background-color: #737373 !important;
    background-color: rgba(115, 115, 115, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-neutral-600:hover {
    --bg-opacity: 1 !important;
    background-color: #525252 !important;
    background-color: rgba(82, 82, 82, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-neutral-700:hover {
    --bg-opacity: 1 !important;
    background-color: #404040 !important;
    background-color: rgba(64, 64, 64, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-neutral-800:hover {
    --bg-opacity: 1 !important;
    background-color: #262626 !important;
    background-color: rgba(38, 38, 38, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-neutral-900:hover {
    --bg-opacity: 1 !important;
    background-color: #171717 !important;
    background-color: rgba(23, 23, 23, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-stone-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fafaf9 !important;
    background-color: rgba(250, 250, 249, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-stone-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f5f5f4 !important;
    background-color: rgba(245, 245, 244, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-stone-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e7e5e4 !important;
    background-color: rgba(231, 229, 228, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-stone-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d6d3d1 !important;
    background-color: rgba(214, 211, 209, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-stone-400:hover {
    --bg-opacity: 1 !important;
    background-color: #a8a29e !important;
    background-color: rgba(168, 162, 158, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-stone-500:hover {
    --bg-opacity: 1 !important;
    background-color: #78716c !important;
    background-color: rgba(120, 113, 108, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-stone-600:hover {
    --bg-opacity: 1 !important;
    background-color: #57534e !important;
    background-color: rgba(87, 83, 78, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-stone-700:hover {
    --bg-opacity: 1 !important;
    background-color: #44403c !important;
    background-color: rgba(68, 64, 60, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-stone-800:hover {
    --bg-opacity: 1 !important;
    background-color: #292524 !important;
    background-color: rgba(41, 37, 36, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-stone-900:hover {
    --bg-opacity: 1 !important;
    background-color: #1c1917 !important;
    background-color: rgba(28, 25, 23, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-amber-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fffbeb !important;
    background-color: rgba(255, 251, 235, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-amber-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fef3c7 !important;
    background-color: rgba(254, 243, 199, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-amber-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fde68a !important;
    background-color: rgba(253, 230, 138, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-amber-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fcd34d !important;
    background-color: rgba(252, 211, 77, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-amber-400:hover {
    --bg-opacity: 1 !important;
    background-color: #fbbf24 !important;
    background-color: rgba(251, 191, 36, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-amber-500:hover {
    --bg-opacity: 1 !important;
    background-color: #f59e0b !important;
    background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-amber-600:hover {
    --bg-opacity: 1 !important;
    background-color: #d97706 !important;
    background-color: rgba(217, 119, 6, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-amber-700:hover {
    --bg-opacity: 1 !important;
    background-color: #b45309 !important;
    background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-amber-800:hover {
    --bg-opacity: 1 !important;
    background-color: #92400e !important;
    background-color: rgba(146, 64, 14, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-amber-900:hover {
    --bg-opacity: 1 !important;
    background-color: #78350f !important;
    background-color: rgba(120, 53, 15, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lime-50:hover {
    --bg-opacity: 1 !important;
    background-color: #f7fee7 !important;
    background-color: rgba(247, 254, 231, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lime-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ecfccb !important;
    background-color: rgba(236, 252, 203, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lime-200:hover {
    --bg-opacity: 1 !important;
    background-color: #d9f99d !important;
    background-color: rgba(217, 249, 157, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lime-300:hover {
    --bg-opacity: 1 !important;
    background-color: #bef264 !important;
    background-color: rgba(190, 242, 100, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lime-400:hover {
    --bg-opacity: 1 !important;
    background-color: #a3e635 !important;
    background-color: rgba(163, 230, 53, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lime-500:hover {
    --bg-opacity: 1 !important;
    background-color: #84cc16 !important;
    background-color: rgba(132, 204, 22, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lime-600:hover {
    --bg-opacity: 1 !important;
    background-color: #65a30d !important;
    background-color: rgba(101, 163, 13, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lime-700:hover {
    --bg-opacity: 1 !important;
    background-color: #4d7c0f !important;
    background-color: rgba(77, 124, 15, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lime-800:hover {
    --bg-opacity: 1 !important;
    background-color: #3f6212 !important;
    background-color: rgba(63, 98, 18, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lime-900:hover {
    --bg-opacity: 1 !important;
    background-color: #365314 !important;
    background-color: rgba(54, 83, 20, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-emerald-50:hover {
    --bg-opacity: 1 !important;
    background-color: #ecfdf5 !important;
    background-color: rgba(236, 253, 245, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-emerald-100:hover {
    --bg-opacity: 1 !important;
    background-color: #d1fae5 !important;
    background-color: rgba(209, 250, 229, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-emerald-200:hover {
    --bg-opacity: 1 !important;
    background-color: #a7f3d0 !important;
    background-color: rgba(167, 243, 208, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-emerald-300:hover {
    --bg-opacity: 1 !important;
    background-color: #6ee7b7 !important;
    background-color: rgba(110, 231, 183, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-emerald-400:hover {
    --bg-opacity: 1 !important;
    background-color: #34d399 !important;
    background-color: rgba(52, 211, 153, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-emerald-500:hover {
    --bg-opacity: 1 !important;
    background-color: #10b981 !important;
    background-color: rgba(16, 185, 129, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-emerald-600:hover {
    --bg-opacity: 1 !important;
    background-color: #059669 !important;
    background-color: rgba(5, 150, 105, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-emerald-700:hover {
    --bg-opacity: 1 !important;
    background-color: #047857 !important;
    background-color: rgba(4, 120, 87, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-emerald-800:hover {
    --bg-opacity: 1 !important;
    background-color: #065f46 !important;
    background-color: rgba(6, 95, 70, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-emerald-900:hover {
    --bg-opacity: 1 !important;
    background-color: #064e3b !important;
    background-color: rgba(6, 78, 59, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-cyan-50:hover {
    --bg-opacity: 1 !important;
    background-color: #ecfeff !important;
    background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-cyan-100:hover {
    --bg-opacity: 1 !important;
    background-color: #cffafe !important;
    background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-cyan-200:hover {
    --bg-opacity: 1 !important;
    background-color: #a5f3fc !important;
    background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-cyan-300:hover {
    --bg-opacity: 1 !important;
    background-color: #67e8f9 !important;
    background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-cyan-400:hover {
    --bg-opacity: 1 !important;
    background-color: #22d3ee !important;
    background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-cyan-500:hover {
    --bg-opacity: 1 !important;
    background-color: #06b6d4 !important;
    background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-cyan-600:hover {
    --bg-opacity: 1 !important;
    background-color: #0891b2 !important;
    background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-cyan-700:hover {
    --bg-opacity: 1 !important;
    background-color: #0e7490 !important;
    background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-cyan-800:hover {
    --bg-opacity: 1 !important;
    background-color: #155e75 !important;
    background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-cyan-900:hover {
    --bg-opacity: 1 !important;
    background-color: #164e63 !important;
    background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-sky-50:hover {
    --bg-opacity: 1 !important;
    background-color: #f0f9ff !important;
    background-color: rgba(240, 249, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-sky-100:hover {
    --bg-opacity: 1 !important;
    background-color: #e0f2fe !important;
    background-color: rgba(224, 242, 254, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-sky-200:hover {
    --bg-opacity: 1 !important;
    background-color: #bae6fd !important;
    background-color: rgba(186, 230, 253, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-sky-300:hover {
    --bg-opacity: 1 !important;
    background-color: #7dd3fc !important;
    background-color: rgba(125, 211, 252, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-sky-400:hover {
    --bg-opacity: 1 !important;
    background-color: #38bdf8 !important;
    background-color: rgba(56, 189, 248, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-sky-500:hover {
    --bg-opacity: 1 !important;
    background-color: #0ea5e9 !important;
    background-color: rgba(14, 165, 233, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-sky-600:hover {
    --bg-opacity: 1 !important;
    background-color: #0284c7 !important;
    background-color: rgba(2, 132, 199, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-sky-700:hover {
    --bg-opacity: 1 !important;
    background-color: #0369a1 !important;
    background-color: rgba(3, 105, 161, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-sky-800:hover {
    --bg-opacity: 1 !important;
    background-color: #075985 !important;
    background-color: rgba(7, 89, 133, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-sky-900:hover {
    --bg-opacity: 1 !important;
    background-color: #0c4a6e !important;
    background-color: rgba(12, 74, 110, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-violet-50:hover {
    --bg-opacity: 1 !important;
    background-color: #f5f3ff !important;
    background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-violet-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ede9fe !important;
    background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-violet-200:hover {
    --bg-opacity: 1 !important;
    background-color: #ddd6fe !important;
    background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-violet-300:hover {
    --bg-opacity: 1 !important;
    background-color: #c4b5fd !important;
    background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-violet-400:hover {
    --bg-opacity: 1 !important;
    background-color: #a78bfa !important;
    background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-violet-500:hover {
    --bg-opacity: 1 !important;
    background-color: #8b5cf6 !important;
    background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-violet-600:hover {
    --bg-opacity: 1 !important;
    background-color: #7c3aed !important;
    background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-violet-700:hover {
    --bg-opacity: 1 !important;
    background-color: #6d28d9 !important;
    background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-violet-800:hover {
    --bg-opacity: 1 !important;
    background-color: #5b21b6 !important;
    background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-violet-900:hover {
    --bg-opacity: 1 !important;
    background-color: #4c1d95 !important;
    background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-fuchsia-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fdf4ff !important;
    background-color: rgba(253, 244, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-fuchsia-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fae8ff !important;
    background-color: rgba(250, 232, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-fuchsia-200:hover {
    --bg-opacity: 1 !important;
    background-color: #f5d0fe !important;
    background-color: rgba(245, 208, 254, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-fuchsia-300:hover {
    --bg-opacity: 1 !important;
    background-color: #f0abfc !important;
    background-color: rgba(240, 171, 252, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-fuchsia-400:hover {
    --bg-opacity: 1 !important;
    background-color: #e879f9 !important;
    background-color: rgba(232, 121, 249, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-fuchsia-500:hover {
    --bg-opacity: 1 !important;
    background-color: #d946ef !important;
    background-color: rgba(217, 70, 239, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-fuchsia-600:hover {
    --bg-opacity: 1 !important;
    background-color: #c026d3 !important;
    background-color: rgba(192, 38, 211, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-fuchsia-700:hover {
    --bg-opacity: 1 !important;
    background-color: #a21caf !important;
    background-color: rgba(162, 28, 175, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-fuchsia-800:hover {
    --bg-opacity: 1 !important;
    background-color: #86198f !important;
    background-color: rgba(134, 25, 143, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-fuchsia-900:hover {
    --bg-opacity: 1 !important;
    background-color: #701a75 !important;
    background-color: rgba(112, 26, 117, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-rose-50:hover {
    --bg-opacity: 1 !important;
    background-color: #fff1f2 !important;
    background-color: rgba(255, 241, 242, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-rose-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ffe4e6 !important;
    background-color: rgba(255, 228, 230, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-rose-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fecdd3 !important;
    background-color: rgba(254, 205, 211, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-rose-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fda4af !important;
    background-color: rgba(253, 164, 175, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-rose-400:hover {
    --bg-opacity: 1 !important;
    background-color: #fb7185 !important;
    background-color: rgba(251, 113, 133, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-rose-500:hover {
    --bg-opacity: 1 !important;
    background-color: #f43f5e !important;
    background-color: rgba(244, 63, 94, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-rose-600:hover {
    --bg-opacity: 1 !important;
    background-color: #e11d48 !important;
    background-color: rgba(225, 29, 72, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-rose-700:hover {
    --bg-opacity: 1 !important;
    background-color: #be123c !important;
    background-color: rgba(190, 18, 60, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-rose-800:hover {
    --bg-opacity: 1 !important;
    background-color: #9f1239 !important;
    background-color: rgba(159, 18, 57, var(--bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-rose-900:hover {
    --bg-opacity: 1 !important;
    background-color: #881337 !important;
    background-color: rgba(136, 19, 55, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-transparent:focus {
    background-color: transparent !important;
  }

  .xl\:focus\:tw-bg-current:focus {
    background-color: currentColor !important;
  }

  .xl\:focus\:tw-bg-black:focus {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-white:focus {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-50:focus {
    --bg-opacity: 1 !important;
    background-color: #f9fafb !important;
    background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f3f4f6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-200:focus {
    --bg-opacity: 1 !important;
    background-color: #e5e7eb !important;
    background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-300:focus {
    --bg-opacity: 1 !important;
    background-color: #d1d5db !important;
    background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-400:focus {
    --bg-opacity: 1 !important;
    background-color: #9ca3af !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-500:focus {
    --bg-opacity: 1 !important;
    background-color: #6b7280 !important;
    background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-600:focus {
    --bg-opacity: 1 !important;
    background-color: #4b5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-700:focus {
    --bg-opacity: 1 !important;
    background-color: #374151 !important;
    background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-800:focus {
    --bg-opacity: 1 !important;
    background-color: #1f2937 !important;
    background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-900:focus {
    --bg-opacity: 1 !important;
    background-color: #111827 !important;
    background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fef2f2 !important;
    background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fee2e2 !important;
    background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fecaca !important;
    background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-300:focus {
    --bg-opacity: 1 !important;
    background-color: #fca5a5 !important;
    background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-400:focus {
    --bg-opacity: 1 !important;
    background-color: #f87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-500:focus {
    --bg-opacity: 1 !important;
    background-color: #ef4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-600:focus {
    --bg-opacity: 1 !important;
    background-color: #dc2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-700:focus {
    --bg-opacity: 1 !important;
    background-color: #b91c1c !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-800:focus {
    --bg-opacity: 1 !important;
    background-color: #991b1b !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-900:focus {
    --bg-opacity: 1 !important;
    background-color: #7f1d1d !important;
    background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fff7ed !important;
    background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-100:focus {
    --bg-opacity: 1 !important;
    background-color: #ffedd5 !important;
    background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fed7aa !important;
    background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-300:focus {
    --bg-opacity: 1 !important;
    background-color: #fdba74 !important;
    background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-400:focus {
    --bg-opacity: 1 !important;
    background-color: #fb923c !important;
    background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-500:focus {
    --bg-opacity: 1 !important;
    background-color: #f97316 !important;
    background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-600:focus {
    --bg-opacity: 1 !important;
    background-color: #ea580c !important;
    background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-700:focus {
    --bg-opacity: 1 !important;
    background-color: #c2410c !important;
    background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-800:focus {
    --bg-opacity: 1 !important;
    background-color: #9a3412 !important;
    background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-900:focus {
    --bg-opacity: 1 !important;
    background-color: #7c2d12 !important;
    background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fefce8 !important;
    background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fef9c3 !important;
    background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fef08a !important;
    background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-300:focus {
    --bg-opacity: 1 !important;
    background-color: #fde047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-400:focus {
    --bg-opacity: 1 !important;
    background-color: #facc15 !important;
    background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-500:focus {
    --bg-opacity: 1 !important;
    background-color: #eab308 !important;
    background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-600:focus {
    --bg-opacity: 1 !important;
    background-color: #ca8a04 !important;
    background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-700:focus {
    --bg-opacity: 1 !important;
    background-color: #a16207 !important;
    background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-800:focus {
    --bg-opacity: 1 !important;
    background-color: #854d0e !important;
    background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-900:focus {
    --bg-opacity: 1 !important;
    background-color: #713f12 !important;
    background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-50:focus {
    --bg-opacity: 1 !important;
    background-color: #f0fdf4 !important;
    background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-100:focus {
    --bg-opacity: 1 !important;
    background-color: #dcfce7 !important;
    background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-200:focus {
    --bg-opacity: 1 !important;
    background-color: #bbf7d0 !important;
    background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-300:focus {
    --bg-opacity: 1 !important;
    background-color: #86efac !important;
    background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-400:focus {
    --bg-opacity: 1 !important;
    background-color: #4ade80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-500:focus {
    --bg-opacity: 1 !important;
    background-color: #22c55e !important;
    background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-600:focus {
    --bg-opacity: 1 !important;
    background-color: #16a34a !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-700:focus {
    --bg-opacity: 1 !important;
    background-color: #15803d !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-800:focus {
    --bg-opacity: 1 !important;
    background-color: #166534 !important;
    background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-900:focus {
    --bg-opacity: 1 !important;
    background-color: #14532d !important;
    background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-50:focus {
    --bg-opacity: 1 !important;
    background-color: #f0fdfa !important;
    background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-100:focus {
    --bg-opacity: 1 !important;
    background-color: #ccfbf1 !important;
    background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-200:focus {
    --bg-opacity: 1 !important;
    background-color: #99f6e4 !important;
    background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-300:focus {
    --bg-opacity: 1 !important;
    background-color: #5eead4 !important;
    background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-400:focus {
    --bg-opacity: 1 !important;
    background-color: #2dd4bf !important;
    background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-500:focus {
    --bg-opacity: 1 !important;
    background-color: #14b8a6 !important;
    background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-600:focus {
    --bg-opacity: 1 !important;
    background-color: #0d9488 !important;
    background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-700:focus {
    --bg-opacity: 1 !important;
    background-color: #0f766e !important;
    background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-800:focus {
    --bg-opacity: 1 !important;
    background-color: #115e59 !important;
    background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-900:focus {
    --bg-opacity: 1 !important;
    background-color: #134e4a !important;
    background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-50:focus {
    --bg-opacity: 1 !important;
    background-color: #eff6ff !important;
    background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-100:focus {
    --bg-opacity: 1 !important;
    background-color: #dbeafe !important;
    background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-200:focus {
    --bg-opacity: 1 !important;
    background-color: #bfdbfe !important;
    background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-300:focus {
    --bg-opacity: 1 !important;
    background-color: #93c5fd !important;
    background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-400:focus {
    --bg-opacity: 1 !important;
    background-color: #60a5fa !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-500:focus {
    --bg-opacity: 1 !important;
    background-color: #3b82f6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-600:focus {
    --bg-opacity: 1 !important;
    background-color: #2563eb !important;
    background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-700:focus {
    --bg-opacity: 1 !important;
    background-color: #1d4ed8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-800:focus {
    --bg-opacity: 1 !important;
    background-color: #1e40af !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-900:focus {
    --bg-opacity: 1 !important;
    background-color: #1e3a8a !important;
    background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-50:focus {
    --bg-opacity: 1 !important;
    background-color: #eef2ff !important;
    background-color: rgba(238, 242, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-100:focus {
    --bg-opacity: 1 !important;
    background-color: #e0e7ff !important;
    background-color: rgba(224, 231, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-200:focus {
    --bg-opacity: 1 !important;
    background-color: #c7d2fe !important;
    background-color: rgba(199, 210, 254, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-300:focus {
    --bg-opacity: 1 !important;
    background-color: #a5b4fc !important;
    background-color: rgba(165, 180, 252, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-400:focus {
    --bg-opacity: 1 !important;
    background-color: #818cf8 !important;
    background-color: rgba(129, 140, 248, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-500:focus {
    --bg-opacity: 1 !important;
    background-color: #6366f1 !important;
    background-color: rgba(99, 102, 241, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-600:focus {
    --bg-opacity: 1 !important;
    background-color: #4f46e5 !important;
    background-color: rgba(79, 70, 229, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-700:focus {
    --bg-opacity: 1 !important;
    background-color: #4338ca !important;
    background-color: rgba(67, 56, 202, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-800:focus {
    --bg-opacity: 1 !important;
    background-color: #3730a3 !important;
    background-color: rgba(55, 48, 163, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-900:focus {
    --bg-opacity: 1 !important;
    background-color: #312e81 !important;
    background-color: rgba(49, 46, 129, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-50:focus {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f3e8ff !important;
    background-color: rgba(243, 232, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-200:focus {
    --bg-opacity: 1 !important;
    background-color: #e9d5ff !important;
    background-color: rgba(233, 213, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-300:focus {
    --bg-opacity: 1 !important;
    background-color: #d8b4fe !important;
    background-color: rgba(216, 180, 254, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-400:focus {
    --bg-opacity: 1 !important;
    background-color: #c084fc !important;
    background-color: rgba(192, 132, 252, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-500:focus {
    --bg-opacity: 1 !important;
    background-color: #a855f7 !important;
    background-color: rgba(168, 85, 247, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-600:focus {
    --bg-opacity: 1 !important;
    background-color: #9333ea !important;
    background-color: rgba(147, 51, 234, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-700:focus {
    --bg-opacity: 1 !important;
    background-color: #7e22ce !important;
    background-color: rgba(126, 34, 206, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-800:focus {
    --bg-opacity: 1 !important;
    background-color: #6b21a8 !important;
    background-color: rgba(107, 33, 168, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-900:focus {
    --bg-opacity: 1 !important;
    background-color: #581c87 !important;
    background-color: rgba(88, 28, 135, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fdf2f8 !important;
    background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fce7f3 !important;
    background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fbcfe8 !important;
    background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-300:focus {
    --bg-opacity: 1 !important;
    background-color: #f9a8d4 !important;
    background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-400:focus {
    --bg-opacity: 1 !important;
    background-color: #f472b6 !important;
    background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-500:focus {
    --bg-opacity: 1 !important;
    background-color: #ec4899 !important;
    background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-600:focus {
    --bg-opacity: 1 !important;
    background-color: #db2777 !important;
    background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-700:focus {
    --bg-opacity: 1 !important;
    background-color: #be185d !important;
    background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-800:focus {
    --bg-opacity: 1 !important;
    background-color: #9d174d !important;
    background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-900:focus {
    --bg-opacity: 1 !important;
    background-color: #831843 !important;
    background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-app-main:focus {
    --bg-opacity: 1 !important;
    background-color: #F18D11 !important;
    background-color: rgba(241, 141, 17, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-app-sub-blue:focus {
    --bg-opacity: 1 !important;
    background-color: #1E548F !important;
    background-color: rgba(30, 84, 143, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-app-yellow:focus {
    --bg-opacity: 1 !important;
    background-color: #FFF5D1 !important;
    background-color: rgba(255, 245, 209, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-theme-primary:focus {
    --bg-opacity: 1 !important;
    background-color: #f3980f !important;
    background-color: rgba(243, 152, 15, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-theme-info:focus {
    --bg-opacity: 1 !important;
    background-color: #1b925a !important;
    background-color: rgba(27, 146, 90, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-slate-50:focus {
    --bg-opacity: 1 !important;
    background-color: #f8fafc !important;
    background-color: rgba(248, 250, 252, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-slate-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f1f5f9 !important;
    background-color: rgba(241, 245, 249, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-slate-200:focus {
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-slate-300:focus {
    --bg-opacity: 1 !important;
    background-color: #cbd5e1 !important;
    background-color: rgba(203, 213, 225, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-slate-400:focus {
    --bg-opacity: 1 !important;
    background-color: #94a3b8 !important;
    background-color: rgba(148, 163, 184, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-slate-500:focus {
    --bg-opacity: 1 !important;
    background-color: #64748b !important;
    background-color: rgba(100, 116, 139, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-slate-600:focus {
    --bg-opacity: 1 !important;
    background-color: #475569 !important;
    background-color: rgba(71, 85, 105, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-slate-700:focus {
    --bg-opacity: 1 !important;
    background-color: #334155 !important;
    background-color: rgba(51, 65, 85, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-slate-800:focus {
    --bg-opacity: 1 !important;
    background-color: #1e293b !important;
    background-color: rgba(30, 41, 59, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-slate-900:focus {
    --bg-opacity: 1 !important;
    background-color: #0f172a !important;
    background-color: rgba(15, 23, 42, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-zinc-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fafafa !important;
    background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-zinc-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f4f4f5 !important;
    background-color: rgba(244, 244, 245, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-zinc-200:focus {
    --bg-opacity: 1 !important;
    background-color: #e4e4e7 !important;
    background-color: rgba(228, 228, 231, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-zinc-300:focus {
    --bg-opacity: 1 !important;
    background-color: #d4d4d8 !important;
    background-color: rgba(212, 212, 216, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-zinc-400:focus {
    --bg-opacity: 1 !important;
    background-color: #a1a1aa !important;
    background-color: rgba(161, 161, 170, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-zinc-500:focus {
    --bg-opacity: 1 !important;
    background-color: #71717a !important;
    background-color: rgba(113, 113, 122, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-zinc-600:focus {
    --bg-opacity: 1 !important;
    background-color: #52525b !important;
    background-color: rgba(82, 82, 91, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-zinc-700:focus {
    --bg-opacity: 1 !important;
    background-color: #3f3f46 !important;
    background-color: rgba(63, 63, 70, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-zinc-800:focus {
    --bg-opacity: 1 !important;
    background-color: #27272a !important;
    background-color: rgba(39, 39, 42, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-zinc-900:focus {
    --bg-opacity: 1 !important;
    background-color: #18181b !important;
    background-color: rgba(24, 24, 27, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-neutral-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fafafa !important;
    background-color: rgba(250, 250, 250, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-neutral-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-neutral-200:focus {
    --bg-opacity: 1 !important;
    background-color: #e5e5e5 !important;
    background-color: rgba(229, 229, 229, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-neutral-300:focus {
    --bg-opacity: 1 !important;
    background-color: #d4d4d4 !important;
    background-color: rgba(212, 212, 212, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-neutral-400:focus {
    --bg-opacity: 1 !important;
    background-color: #a3a3a3 !important;
    background-color: rgba(163, 163, 163, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-neutral-500:focus {
    --bg-opacity: 1 !important;
    background-color: #737373 !important;
    background-color: rgba(115, 115, 115, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-neutral-600:focus {
    --bg-opacity: 1 !important;
    background-color: #525252 !important;
    background-color: rgba(82, 82, 82, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-neutral-700:focus {
    --bg-opacity: 1 !important;
    background-color: #404040 !important;
    background-color: rgba(64, 64, 64, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-neutral-800:focus {
    --bg-opacity: 1 !important;
    background-color: #262626 !important;
    background-color: rgba(38, 38, 38, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-neutral-900:focus {
    --bg-opacity: 1 !important;
    background-color: #171717 !important;
    background-color: rgba(23, 23, 23, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-stone-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fafaf9 !important;
    background-color: rgba(250, 250, 249, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-stone-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f5f5f4 !important;
    background-color: rgba(245, 245, 244, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-stone-200:focus {
    --bg-opacity: 1 !important;
    background-color: #e7e5e4 !important;
    background-color: rgba(231, 229, 228, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-stone-300:focus {
    --bg-opacity: 1 !important;
    background-color: #d6d3d1 !important;
    background-color: rgba(214, 211, 209, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-stone-400:focus {
    --bg-opacity: 1 !important;
    background-color: #a8a29e !important;
    background-color: rgba(168, 162, 158, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-stone-500:focus {
    --bg-opacity: 1 !important;
    background-color: #78716c !important;
    background-color: rgba(120, 113, 108, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-stone-600:focus {
    --bg-opacity: 1 !important;
    background-color: #57534e !important;
    background-color: rgba(87, 83, 78, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-stone-700:focus {
    --bg-opacity: 1 !important;
    background-color: #44403c !important;
    background-color: rgba(68, 64, 60, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-stone-800:focus {
    --bg-opacity: 1 !important;
    background-color: #292524 !important;
    background-color: rgba(41, 37, 36, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-stone-900:focus {
    --bg-opacity: 1 !important;
    background-color: #1c1917 !important;
    background-color: rgba(28, 25, 23, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-amber-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fffbeb !important;
    background-color: rgba(255, 251, 235, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-amber-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fef3c7 !important;
    background-color: rgba(254, 243, 199, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-amber-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fde68a !important;
    background-color: rgba(253, 230, 138, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-amber-300:focus {
    --bg-opacity: 1 !important;
    background-color: #fcd34d !important;
    background-color: rgba(252, 211, 77, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-amber-400:focus {
    --bg-opacity: 1 !important;
    background-color: #fbbf24 !important;
    background-color: rgba(251, 191, 36, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-amber-500:focus {
    --bg-opacity: 1 !important;
    background-color: #f59e0b !important;
    background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-amber-600:focus {
    --bg-opacity: 1 !important;
    background-color: #d97706 !important;
    background-color: rgba(217, 119, 6, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-amber-700:focus {
    --bg-opacity: 1 !important;
    background-color: #b45309 !important;
    background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-amber-800:focus {
    --bg-opacity: 1 !important;
    background-color: #92400e !important;
    background-color: rgba(146, 64, 14, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-amber-900:focus {
    --bg-opacity: 1 !important;
    background-color: #78350f !important;
    background-color: rgba(120, 53, 15, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lime-50:focus {
    --bg-opacity: 1 !important;
    background-color: #f7fee7 !important;
    background-color: rgba(247, 254, 231, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lime-100:focus {
    --bg-opacity: 1 !important;
    background-color: #ecfccb !important;
    background-color: rgba(236, 252, 203, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lime-200:focus {
    --bg-opacity: 1 !important;
    background-color: #d9f99d !important;
    background-color: rgba(217, 249, 157, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lime-300:focus {
    --bg-opacity: 1 !important;
    background-color: #bef264 !important;
    background-color: rgba(190, 242, 100, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lime-400:focus {
    --bg-opacity: 1 !important;
    background-color: #a3e635 !important;
    background-color: rgba(163, 230, 53, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lime-500:focus {
    --bg-opacity: 1 !important;
    background-color: #84cc16 !important;
    background-color: rgba(132, 204, 22, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lime-600:focus {
    --bg-opacity: 1 !important;
    background-color: #65a30d !important;
    background-color: rgba(101, 163, 13, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lime-700:focus {
    --bg-opacity: 1 !important;
    background-color: #4d7c0f !important;
    background-color: rgba(77, 124, 15, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lime-800:focus {
    --bg-opacity: 1 !important;
    background-color: #3f6212 !important;
    background-color: rgba(63, 98, 18, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lime-900:focus {
    --bg-opacity: 1 !important;
    background-color: #365314 !important;
    background-color: rgba(54, 83, 20, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-emerald-50:focus {
    --bg-opacity: 1 !important;
    background-color: #ecfdf5 !important;
    background-color: rgba(236, 253, 245, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-emerald-100:focus {
    --bg-opacity: 1 !important;
    background-color: #d1fae5 !important;
    background-color: rgba(209, 250, 229, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-emerald-200:focus {
    --bg-opacity: 1 !important;
    background-color: #a7f3d0 !important;
    background-color: rgba(167, 243, 208, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-emerald-300:focus {
    --bg-opacity: 1 !important;
    background-color: #6ee7b7 !important;
    background-color: rgba(110, 231, 183, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-emerald-400:focus {
    --bg-opacity: 1 !important;
    background-color: #34d399 !important;
    background-color: rgba(52, 211, 153, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-emerald-500:focus {
    --bg-opacity: 1 !important;
    background-color: #10b981 !important;
    background-color: rgba(16, 185, 129, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-emerald-600:focus {
    --bg-opacity: 1 !important;
    background-color: #059669 !important;
    background-color: rgba(5, 150, 105, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-emerald-700:focus {
    --bg-opacity: 1 !important;
    background-color: #047857 !important;
    background-color: rgba(4, 120, 87, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-emerald-800:focus {
    --bg-opacity: 1 !important;
    background-color: #065f46 !important;
    background-color: rgba(6, 95, 70, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-emerald-900:focus {
    --bg-opacity: 1 !important;
    background-color: #064e3b !important;
    background-color: rgba(6, 78, 59, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-cyan-50:focus {
    --bg-opacity: 1 !important;
    background-color: #ecfeff !important;
    background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-cyan-100:focus {
    --bg-opacity: 1 !important;
    background-color: #cffafe !important;
    background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-cyan-200:focus {
    --bg-opacity: 1 !important;
    background-color: #a5f3fc !important;
    background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-cyan-300:focus {
    --bg-opacity: 1 !important;
    background-color: #67e8f9 !important;
    background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-cyan-400:focus {
    --bg-opacity: 1 !important;
    background-color: #22d3ee !important;
    background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-cyan-500:focus {
    --bg-opacity: 1 !important;
    background-color: #06b6d4 !important;
    background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-cyan-600:focus {
    --bg-opacity: 1 !important;
    background-color: #0891b2 !important;
    background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-cyan-700:focus {
    --bg-opacity: 1 !important;
    background-color: #0e7490 !important;
    background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-cyan-800:focus {
    --bg-opacity: 1 !important;
    background-color: #155e75 !important;
    background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-cyan-900:focus {
    --bg-opacity: 1 !important;
    background-color: #164e63 !important;
    background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-sky-50:focus {
    --bg-opacity: 1 !important;
    background-color: #f0f9ff !important;
    background-color: rgba(240, 249, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-sky-100:focus {
    --bg-opacity: 1 !important;
    background-color: #e0f2fe !important;
    background-color: rgba(224, 242, 254, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-sky-200:focus {
    --bg-opacity: 1 !important;
    background-color: #bae6fd !important;
    background-color: rgba(186, 230, 253, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-sky-300:focus {
    --bg-opacity: 1 !important;
    background-color: #7dd3fc !important;
    background-color: rgba(125, 211, 252, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-sky-400:focus {
    --bg-opacity: 1 !important;
    background-color: #38bdf8 !important;
    background-color: rgba(56, 189, 248, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-sky-500:focus {
    --bg-opacity: 1 !important;
    background-color: #0ea5e9 !important;
    background-color: rgba(14, 165, 233, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-sky-600:focus {
    --bg-opacity: 1 !important;
    background-color: #0284c7 !important;
    background-color: rgba(2, 132, 199, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-sky-700:focus {
    --bg-opacity: 1 !important;
    background-color: #0369a1 !important;
    background-color: rgba(3, 105, 161, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-sky-800:focus {
    --bg-opacity: 1 !important;
    background-color: #075985 !important;
    background-color: rgba(7, 89, 133, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-sky-900:focus {
    --bg-opacity: 1 !important;
    background-color: #0c4a6e !important;
    background-color: rgba(12, 74, 110, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-violet-50:focus {
    --bg-opacity: 1 !important;
    background-color: #f5f3ff !important;
    background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-violet-100:focus {
    --bg-opacity: 1 !important;
    background-color: #ede9fe !important;
    background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-violet-200:focus {
    --bg-opacity: 1 !important;
    background-color: #ddd6fe !important;
    background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-violet-300:focus {
    --bg-opacity: 1 !important;
    background-color: #c4b5fd !important;
    background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-violet-400:focus {
    --bg-opacity: 1 !important;
    background-color: #a78bfa !important;
    background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-violet-500:focus {
    --bg-opacity: 1 !important;
    background-color: #8b5cf6 !important;
    background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-violet-600:focus {
    --bg-opacity: 1 !important;
    background-color: #7c3aed !important;
    background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-violet-700:focus {
    --bg-opacity: 1 !important;
    background-color: #6d28d9 !important;
    background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-violet-800:focus {
    --bg-opacity: 1 !important;
    background-color: #5b21b6 !important;
    background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-violet-900:focus {
    --bg-opacity: 1 !important;
    background-color: #4c1d95 !important;
    background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-fuchsia-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fdf4ff !important;
    background-color: rgba(253, 244, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-fuchsia-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fae8ff !important;
    background-color: rgba(250, 232, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-fuchsia-200:focus {
    --bg-opacity: 1 !important;
    background-color: #f5d0fe !important;
    background-color: rgba(245, 208, 254, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-fuchsia-300:focus {
    --bg-opacity: 1 !important;
    background-color: #f0abfc !important;
    background-color: rgba(240, 171, 252, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-fuchsia-400:focus {
    --bg-opacity: 1 !important;
    background-color: #e879f9 !important;
    background-color: rgba(232, 121, 249, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-fuchsia-500:focus {
    --bg-opacity: 1 !important;
    background-color: #d946ef !important;
    background-color: rgba(217, 70, 239, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-fuchsia-600:focus {
    --bg-opacity: 1 !important;
    background-color: #c026d3 !important;
    background-color: rgba(192, 38, 211, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-fuchsia-700:focus {
    --bg-opacity: 1 !important;
    background-color: #a21caf !important;
    background-color: rgba(162, 28, 175, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-fuchsia-800:focus {
    --bg-opacity: 1 !important;
    background-color: #86198f !important;
    background-color: rgba(134, 25, 143, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-fuchsia-900:focus {
    --bg-opacity: 1 !important;
    background-color: #701a75 !important;
    background-color: rgba(112, 26, 117, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-rose-50:focus {
    --bg-opacity: 1 !important;
    background-color: #fff1f2 !important;
    background-color: rgba(255, 241, 242, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-rose-100:focus {
    --bg-opacity: 1 !important;
    background-color: #ffe4e6 !important;
    background-color: rgba(255, 228, 230, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-rose-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fecdd3 !important;
    background-color: rgba(254, 205, 211, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-rose-300:focus {
    --bg-opacity: 1 !important;
    background-color: #fda4af !important;
    background-color: rgba(253, 164, 175, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-rose-400:focus {
    --bg-opacity: 1 !important;
    background-color: #fb7185 !important;
    background-color: rgba(251, 113, 133, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-rose-500:focus {
    --bg-opacity: 1 !important;
    background-color: #f43f5e !important;
    background-color: rgba(244, 63, 94, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-rose-600:focus {
    --bg-opacity: 1 !important;
    background-color: #e11d48 !important;
    background-color: rgba(225, 29, 72, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-rose-700:focus {
    --bg-opacity: 1 !important;
    background-color: #be123c !important;
    background-color: rgba(190, 18, 60, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-rose-800:focus {
    --bg-opacity: 1 !important;
    background-color: #9f1239 !important;
    background-color: rgba(159, 18, 57, var(--bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-rose-900:focus {
    --bg-opacity: 1 !important;
    background-color: #881337 !important;
    background-color: rgba(136, 19, 55, var(--bg-opacity)) !important;
  }

  .xl\:tw-bg-none {
    background-image: none !important;
  }

  .xl\:tw-bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .xl\:tw-bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .xl\:tw-bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .xl\:tw-bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .xl\:tw-bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .xl\:tw-bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .xl\:tw-bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .xl\:tw-bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .xl\:tw-from-transparent {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:tw-from-current {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:tw-from-black {
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:tw-from-white {
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:tw-from-gray-50 {
    --gradient-from-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .xl\:tw-from-gray-100 {
    --gradient-from-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .xl\:tw-from-gray-200 {
    --gradient-from-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .xl\:tw-from-gray-300 {
    --gradient-from-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .xl\:tw-from-gray-400 {
    --gradient-from-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:tw-from-gray-500 {
    --gradient-from-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:tw-from-gray-600 {
    --gradient-from-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:tw-from-gray-700 {
    --gradient-from-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .xl\:tw-from-gray-800 {
    --gradient-from-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .xl\:tw-from-gray-900 {
    --gradient-from-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .xl\:tw-from-red-50 {
    --gradient-from-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:tw-from-red-100 {
    --gradient-from-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:tw-from-red-200 {
    --gradient-from-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:tw-from-red-300 {
    --gradient-from-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:tw-from-red-400 {
    --gradient-from-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:tw-from-red-500 {
    --gradient-from-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:tw-from-red-600 {
    --gradient-from-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:tw-from-red-700 {
    --gradient-from-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:tw-from-red-800 {
    --gradient-from-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:tw-from-red-900 {
    --gradient-from-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:tw-from-orange-50 {
    --gradient-from-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .xl\:tw-from-orange-100 {
    --gradient-from-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .xl\:tw-from-orange-200 {
    --gradient-from-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .xl\:tw-from-orange-300 {
    --gradient-from-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .xl\:tw-from-orange-400 {
    --gradient-from-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .xl\:tw-from-orange-500 {
    --gradient-from-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .xl\:tw-from-orange-600 {
    --gradient-from-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .xl\:tw-from-orange-700 {
    --gradient-from-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .xl\:tw-from-orange-800 {
    --gradient-from-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .xl\:tw-from-orange-900 {
    --gradient-from-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .xl\:tw-from-yellow-50 {
    --gradient-from-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .xl\:tw-from-yellow-100 {
    --gradient-from-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .xl\:tw-from-yellow-200 {
    --gradient-from-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .xl\:tw-from-yellow-300 {
    --gradient-from-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .xl\:tw-from-yellow-400 {
    --gradient-from-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .xl\:tw-from-yellow-500 {
    --gradient-from-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .xl\:tw-from-yellow-600 {
    --gradient-from-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .xl\:tw-from-yellow-700 {
    --gradient-from-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .xl\:tw-from-yellow-800 {
    --gradient-from-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .xl\:tw-from-yellow-900 {
    --gradient-from-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .xl\:tw-from-green-50 {
    --gradient-from-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .xl\:tw-from-green-100 {
    --gradient-from-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .xl\:tw-from-green-200 {
    --gradient-from-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .xl\:tw-from-green-300 {
    --gradient-from-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .xl\:tw-from-green-400 {
    --gradient-from-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .xl\:tw-from-green-500 {
    --gradient-from-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .xl\:tw-from-green-600 {
    --gradient-from-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .xl\:tw-from-green-700 {
    --gradient-from-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .xl\:tw-from-green-800 {
    --gradient-from-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .xl\:tw-from-green-900 {
    --gradient-from-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .xl\:tw-from-teal-50 {
    --gradient-from-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .xl\:tw-from-teal-100 {
    --gradient-from-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .xl\:tw-from-teal-200 {
    --gradient-from-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .xl\:tw-from-teal-300 {
    --gradient-from-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .xl\:tw-from-teal-400 {
    --gradient-from-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .xl\:tw-from-teal-500 {
    --gradient-from-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .xl\:tw-from-teal-600 {
    --gradient-from-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .xl\:tw-from-teal-700 {
    --gradient-from-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .xl\:tw-from-teal-800 {
    --gradient-from-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .xl\:tw-from-teal-900 {
    --gradient-from-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .xl\:tw-from-blue-50 {
    --gradient-from-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .xl\:tw-from-blue-100 {
    --gradient-from-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .xl\:tw-from-blue-200 {
    --gradient-from-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .xl\:tw-from-blue-300 {
    --gradient-from-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .xl\:tw-from-blue-400 {
    --gradient-from-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:tw-from-blue-500 {
    --gradient-from-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:tw-from-blue-600 {
    --gradient-from-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .xl\:tw-from-blue-700 {
    --gradient-from-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:tw-from-blue-800 {
    --gradient-from-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:tw-from-blue-900 {
    --gradient-from-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .xl\:tw-from-indigo-50 {
    --gradient-from-color: #eef2ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
  }

  .xl\:tw-from-indigo-100 {
    --gradient-from-color: #e0e7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
  }

  .xl\:tw-from-indigo-200 {
    --gradient-from-color: #c7d2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
  }

  .xl\:tw-from-indigo-300 {
    --gradient-from-color: #a5b4fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
  }

  .xl\:tw-from-indigo-400 {
    --gradient-from-color: #818cf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
  }

  .xl\:tw-from-indigo-500 {
    --gradient-from-color: #6366f1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
  }

  .xl\:tw-from-indigo-600 {
    --gradient-from-color: #4f46e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
  }

  .xl\:tw-from-indigo-700 {
    --gradient-from-color: #4338ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
  }

  .xl\:tw-from-indigo-800 {
    --gradient-from-color: #3730a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
  }

  .xl\:tw-from-indigo-900 {
    --gradient-from-color: #312e81 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
  }

  .xl\:tw-from-purple-50 {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:tw-from-purple-100 {
    --gradient-from-color: #f3e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
  }

  .xl\:tw-from-purple-200 {
    --gradient-from-color: #e9d5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
  }

  .xl\:tw-from-purple-300 {
    --gradient-from-color: #d8b4fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
  }

  .xl\:tw-from-purple-400 {
    --gradient-from-color: #c084fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
  }

  .xl\:tw-from-purple-500 {
    --gradient-from-color: #a855f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
  }

  .xl\:tw-from-purple-600 {
    --gradient-from-color: #9333ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
  }

  .xl\:tw-from-purple-700 {
    --gradient-from-color: #7e22ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
  }

  .xl\:tw-from-purple-800 {
    --gradient-from-color: #6b21a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
  }

  .xl\:tw-from-purple-900 {
    --gradient-from-color: #581c87 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
  }

  .xl\:tw-from-pink-50 {
    --gradient-from-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .xl\:tw-from-pink-100 {
    --gradient-from-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .xl\:tw-from-pink-200 {
    --gradient-from-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .xl\:tw-from-pink-300 {
    --gradient-from-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .xl\:tw-from-pink-400 {
    --gradient-from-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .xl\:tw-from-pink-500 {
    --gradient-from-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .xl\:tw-from-pink-600 {
    --gradient-from-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .xl\:tw-from-pink-700 {
    --gradient-from-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .xl\:tw-from-pink-800 {
    --gradient-from-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .xl\:tw-from-pink-900 {
    --gradient-from-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .xl\:tw-from-app-main {
    --gradient-from-color: #F18D11 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
  }

  .xl\:tw-from-app-sub-blue {
    --gradient-from-color: #1E548F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
  }

  .xl\:tw-from-app-yellow {
    --gradient-from-color: #FFF5D1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
  }

  .xl\:tw-from-theme-primary {
    --gradient-from-color: #f3980f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
  }

  .xl\:tw-from-theme-info {
    --gradient-from-color: #1b925a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
  }

  .xl\:tw-from-slate-50 {
    --gradient-from-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .xl\:tw-from-slate-100 {
    --gradient-from-color: #f1f5f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
  }

  .xl\:tw-from-slate-200 {
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:tw-from-slate-300 {
    --gradient-from-color: #cbd5e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
  }

  .xl\:tw-from-slate-400 {
    --gradient-from-color: #94a3b8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
  }

  .xl\:tw-from-slate-500 {
    --gradient-from-color: #64748b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
  }

  .xl\:tw-from-slate-600 {
    --gradient-from-color: #475569 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
  }

  .xl\:tw-from-slate-700 {
    --gradient-from-color: #334155 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
  }

  .xl\:tw-from-slate-800 {
    --gradient-from-color: #1e293b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
  }

  .xl\:tw-from-slate-900 {
    --gradient-from-color: #0f172a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
  }

  .xl\:tw-from-zinc-50 {
    --gradient-from-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:tw-from-zinc-100 {
    --gradient-from-color: #f4f4f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
  }

  .xl\:tw-from-zinc-200 {
    --gradient-from-color: #e4e4e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
  }

  .xl\:tw-from-zinc-300 {
    --gradient-from-color: #d4d4d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
  }

  .xl\:tw-from-zinc-400 {
    --gradient-from-color: #a1a1aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
  }

  .xl\:tw-from-zinc-500 {
    --gradient-from-color: #71717a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
  }

  .xl\:tw-from-zinc-600 {
    --gradient-from-color: #52525b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
  }

  .xl\:tw-from-zinc-700 {
    --gradient-from-color: #3f3f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
  }

  .xl\:tw-from-zinc-800 {
    --gradient-from-color: #27272a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
  }

  .xl\:tw-from-zinc-900 {
    --gradient-from-color: #18181b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
  }

  .xl\:tw-from-neutral-50 {
    --gradient-from-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:tw-from-neutral-100 {
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:tw-from-neutral-200 {
    --gradient-from-color: #e5e5e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
  }

  .xl\:tw-from-neutral-300 {
    --gradient-from-color: #d4d4d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
  }

  .xl\:tw-from-neutral-400 {
    --gradient-from-color: #a3a3a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
  }

  .xl\:tw-from-neutral-500 {
    --gradient-from-color: #737373 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
  }

  .xl\:tw-from-neutral-600 {
    --gradient-from-color: #525252 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
  }

  .xl\:tw-from-neutral-700 {
    --gradient-from-color: #404040 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
  }

  .xl\:tw-from-neutral-800 {
    --gradient-from-color: #262626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
  }

  .xl\:tw-from-neutral-900 {
    --gradient-from-color: #171717 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
  }

  .xl\:tw-from-stone-50 {
    --gradient-from-color: #fafaf9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
  }

  .xl\:tw-from-stone-100 {
    --gradient-from-color: #f5f5f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
  }

  .xl\:tw-from-stone-200 {
    --gradient-from-color: #e7e5e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
  }

  .xl\:tw-from-stone-300 {
    --gradient-from-color: #d6d3d1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
  }

  .xl\:tw-from-stone-400 {
    --gradient-from-color: #a8a29e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
  }

  .xl\:tw-from-stone-500 {
    --gradient-from-color: #78716c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
  }

  .xl\:tw-from-stone-600 {
    --gradient-from-color: #57534e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
  }

  .xl\:tw-from-stone-700 {
    --gradient-from-color: #44403c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
  }

  .xl\:tw-from-stone-800 {
    --gradient-from-color: #292524 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
  }

  .xl\:tw-from-stone-900 {
    --gradient-from-color: #1c1917 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
  }

  .xl\:tw-from-amber-50 {
    --gradient-from-color: #fffbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
  }

  .xl\:tw-from-amber-100 {
    --gradient-from-color: #fef3c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
  }

  .xl\:tw-from-amber-200 {
    --gradient-from-color: #fde68a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
  }

  .xl\:tw-from-amber-300 {
    --gradient-from-color: #fcd34d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
  }

  .xl\:tw-from-amber-400 {
    --gradient-from-color: #fbbf24 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
  }

  .xl\:tw-from-amber-500 {
    --gradient-from-color: #f59e0b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .xl\:tw-from-amber-600 {
    --gradient-from-color: #d97706 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
  }

  .xl\:tw-from-amber-700 {
    --gradient-from-color: #b45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .xl\:tw-from-amber-800 {
    --gradient-from-color: #92400e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
  }

  .xl\:tw-from-amber-900 {
    --gradient-from-color: #78350f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
  }

  .xl\:tw-from-lime-50 {
    --gradient-from-color: #f7fee7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
  }

  .xl\:tw-from-lime-100 {
    --gradient-from-color: #ecfccb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
  }

  .xl\:tw-from-lime-200 {
    --gradient-from-color: #d9f99d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
  }

  .xl\:tw-from-lime-300 {
    --gradient-from-color: #bef264 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
  }

  .xl\:tw-from-lime-400 {
    --gradient-from-color: #a3e635 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
  }

  .xl\:tw-from-lime-500 {
    --gradient-from-color: #84cc16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
  }

  .xl\:tw-from-lime-600 {
    --gradient-from-color: #65a30d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
  }

  .xl\:tw-from-lime-700 {
    --gradient-from-color: #4d7c0f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
  }

  .xl\:tw-from-lime-800 {
    --gradient-from-color: #3f6212 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
  }

  .xl\:tw-from-lime-900 {
    --gradient-from-color: #365314 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
  }

  .xl\:tw-from-emerald-50 {
    --gradient-from-color: #ecfdf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
  }

  .xl\:tw-from-emerald-100 {
    --gradient-from-color: #d1fae5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
  }

  .xl\:tw-from-emerald-200 {
    --gradient-from-color: #a7f3d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
  }

  .xl\:tw-from-emerald-300 {
    --gradient-from-color: #6ee7b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
  }

  .xl\:tw-from-emerald-400 {
    --gradient-from-color: #34d399 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
  }

  .xl\:tw-from-emerald-500 {
    --gradient-from-color: #10b981 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
  }

  .xl\:tw-from-emerald-600 {
    --gradient-from-color: #059669 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
  }

  .xl\:tw-from-emerald-700 {
    --gradient-from-color: #047857 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
  }

  .xl\:tw-from-emerald-800 {
    --gradient-from-color: #065f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
  }

  .xl\:tw-from-emerald-900 {
    --gradient-from-color: #064e3b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
  }

  .xl\:tw-from-cyan-50 {
    --gradient-from-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .xl\:tw-from-cyan-100 {
    --gradient-from-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .xl\:tw-from-cyan-200 {
    --gradient-from-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .xl\:tw-from-cyan-300 {
    --gradient-from-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .xl\:tw-from-cyan-400 {
    --gradient-from-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .xl\:tw-from-cyan-500 {
    --gradient-from-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .xl\:tw-from-cyan-600 {
    --gradient-from-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .xl\:tw-from-cyan-700 {
    --gradient-from-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .xl\:tw-from-cyan-800 {
    --gradient-from-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .xl\:tw-from-cyan-900 {
    --gradient-from-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .xl\:tw-from-sky-50 {
    --gradient-from-color: #f0f9ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
  }

  .xl\:tw-from-sky-100 {
    --gradient-from-color: #e0f2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
  }

  .xl\:tw-from-sky-200 {
    --gradient-from-color: #bae6fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
  }

  .xl\:tw-from-sky-300 {
    --gradient-from-color: #7dd3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
  }

  .xl\:tw-from-sky-400 {
    --gradient-from-color: #38bdf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
  }

  .xl\:tw-from-sky-500 {
    --gradient-from-color: #0ea5e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
  }

  .xl\:tw-from-sky-600 {
    --gradient-from-color: #0284c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
  }

  .xl\:tw-from-sky-700 {
    --gradient-from-color: #0369a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
  }

  .xl\:tw-from-sky-800 {
    --gradient-from-color: #075985 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
  }

  .xl\:tw-from-sky-900 {
    --gradient-from-color: #0c4a6e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
  }

  .xl\:tw-from-violet-50 {
    --gradient-from-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .xl\:tw-from-violet-100 {
    --gradient-from-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .xl\:tw-from-violet-200 {
    --gradient-from-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .xl\:tw-from-violet-300 {
    --gradient-from-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .xl\:tw-from-violet-400 {
    --gradient-from-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .xl\:tw-from-violet-500 {
    --gradient-from-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .xl\:tw-from-violet-600 {
    --gradient-from-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .xl\:tw-from-violet-700 {
    --gradient-from-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .xl\:tw-from-violet-800 {
    --gradient-from-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .xl\:tw-from-violet-900 {
    --gradient-from-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .xl\:tw-from-fuchsia-50 {
    --gradient-from-color: #fdf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
  }

  .xl\:tw-from-fuchsia-100 {
    --gradient-from-color: #fae8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
  }

  .xl\:tw-from-fuchsia-200 {
    --gradient-from-color: #f5d0fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
  }

  .xl\:tw-from-fuchsia-300 {
    --gradient-from-color: #f0abfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
  }

  .xl\:tw-from-fuchsia-400 {
    --gradient-from-color: #e879f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
  }

  .xl\:tw-from-fuchsia-500 {
    --gradient-from-color: #d946ef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
  }

  .xl\:tw-from-fuchsia-600 {
    --gradient-from-color: #c026d3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
  }

  .xl\:tw-from-fuchsia-700 {
    --gradient-from-color: #a21caf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
  }

  .xl\:tw-from-fuchsia-800 {
    --gradient-from-color: #86198f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
  }

  .xl\:tw-from-fuchsia-900 {
    --gradient-from-color: #701a75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
  }

  .xl\:tw-from-rose-50 {
    --gradient-from-color: #fff1f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
  }

  .xl\:tw-from-rose-100 {
    --gradient-from-color: #ffe4e6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
  }

  .xl\:tw-from-rose-200 {
    --gradient-from-color: #fecdd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
  }

  .xl\:tw-from-rose-300 {
    --gradient-from-color: #fda4af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
  }

  .xl\:tw-from-rose-400 {
    --gradient-from-color: #fb7185 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
  }

  .xl\:tw-from-rose-500 {
    --gradient-from-color: #f43f5e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
  }

  .xl\:tw-from-rose-600 {
    --gradient-from-color: #e11d48 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
  }

  .xl\:tw-from-rose-700 {
    --gradient-from-color: #be123c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
  }

  .xl\:tw-from-rose-800 {
    --gradient-from-color: #9f1239 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
  }

  .xl\:tw-from-rose-900 {
    --gradient-from-color: #881337 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
  }

  .xl\:tw-via-transparent {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:tw-via-current {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:tw-via-black {
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:tw-via-white {
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:tw-via-gray-50 {
    --gradient-via-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .xl\:tw-via-gray-100 {
    --gradient-via-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .xl\:tw-via-gray-200 {
    --gradient-via-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .xl\:tw-via-gray-300 {
    --gradient-via-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .xl\:tw-via-gray-400 {
    --gradient-via-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:tw-via-gray-500 {
    --gradient-via-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:tw-via-gray-600 {
    --gradient-via-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:tw-via-gray-700 {
    --gradient-via-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .xl\:tw-via-gray-800 {
    --gradient-via-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .xl\:tw-via-gray-900 {
    --gradient-via-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .xl\:tw-via-red-50 {
    --gradient-via-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:tw-via-red-100 {
    --gradient-via-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:tw-via-red-200 {
    --gradient-via-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:tw-via-red-300 {
    --gradient-via-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:tw-via-red-400 {
    --gradient-via-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:tw-via-red-500 {
    --gradient-via-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:tw-via-red-600 {
    --gradient-via-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:tw-via-red-700 {
    --gradient-via-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:tw-via-red-800 {
    --gradient-via-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:tw-via-red-900 {
    --gradient-via-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:tw-via-orange-50 {
    --gradient-via-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .xl\:tw-via-orange-100 {
    --gradient-via-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .xl\:tw-via-orange-200 {
    --gradient-via-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .xl\:tw-via-orange-300 {
    --gradient-via-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .xl\:tw-via-orange-400 {
    --gradient-via-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .xl\:tw-via-orange-500 {
    --gradient-via-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .xl\:tw-via-orange-600 {
    --gradient-via-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .xl\:tw-via-orange-700 {
    --gradient-via-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .xl\:tw-via-orange-800 {
    --gradient-via-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .xl\:tw-via-orange-900 {
    --gradient-via-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .xl\:tw-via-yellow-50 {
    --gradient-via-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .xl\:tw-via-yellow-100 {
    --gradient-via-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .xl\:tw-via-yellow-200 {
    --gradient-via-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .xl\:tw-via-yellow-300 {
    --gradient-via-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .xl\:tw-via-yellow-400 {
    --gradient-via-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .xl\:tw-via-yellow-500 {
    --gradient-via-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .xl\:tw-via-yellow-600 {
    --gradient-via-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .xl\:tw-via-yellow-700 {
    --gradient-via-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .xl\:tw-via-yellow-800 {
    --gradient-via-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .xl\:tw-via-yellow-900 {
    --gradient-via-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .xl\:tw-via-green-50 {
    --gradient-via-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .xl\:tw-via-green-100 {
    --gradient-via-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .xl\:tw-via-green-200 {
    --gradient-via-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .xl\:tw-via-green-300 {
    --gradient-via-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .xl\:tw-via-green-400 {
    --gradient-via-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .xl\:tw-via-green-500 {
    --gradient-via-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .xl\:tw-via-green-600 {
    --gradient-via-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .xl\:tw-via-green-700 {
    --gradient-via-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .xl\:tw-via-green-800 {
    --gradient-via-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .xl\:tw-via-green-900 {
    --gradient-via-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .xl\:tw-via-teal-50 {
    --gradient-via-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .xl\:tw-via-teal-100 {
    --gradient-via-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .xl\:tw-via-teal-200 {
    --gradient-via-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .xl\:tw-via-teal-300 {
    --gradient-via-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .xl\:tw-via-teal-400 {
    --gradient-via-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .xl\:tw-via-teal-500 {
    --gradient-via-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .xl\:tw-via-teal-600 {
    --gradient-via-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .xl\:tw-via-teal-700 {
    --gradient-via-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .xl\:tw-via-teal-800 {
    --gradient-via-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .xl\:tw-via-teal-900 {
    --gradient-via-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .xl\:tw-via-blue-50 {
    --gradient-via-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .xl\:tw-via-blue-100 {
    --gradient-via-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .xl\:tw-via-blue-200 {
    --gradient-via-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .xl\:tw-via-blue-300 {
    --gradient-via-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .xl\:tw-via-blue-400 {
    --gradient-via-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:tw-via-blue-500 {
    --gradient-via-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:tw-via-blue-600 {
    --gradient-via-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .xl\:tw-via-blue-700 {
    --gradient-via-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:tw-via-blue-800 {
    --gradient-via-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:tw-via-blue-900 {
    --gradient-via-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .xl\:tw-via-indigo-50 {
    --gradient-via-color: #eef2ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
  }

  .xl\:tw-via-indigo-100 {
    --gradient-via-color: #e0e7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
  }

  .xl\:tw-via-indigo-200 {
    --gradient-via-color: #c7d2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
  }

  .xl\:tw-via-indigo-300 {
    --gradient-via-color: #a5b4fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
  }

  .xl\:tw-via-indigo-400 {
    --gradient-via-color: #818cf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
  }

  .xl\:tw-via-indigo-500 {
    --gradient-via-color: #6366f1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
  }

  .xl\:tw-via-indigo-600 {
    --gradient-via-color: #4f46e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
  }

  .xl\:tw-via-indigo-700 {
    --gradient-via-color: #4338ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
  }

  .xl\:tw-via-indigo-800 {
    --gradient-via-color: #3730a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
  }

  .xl\:tw-via-indigo-900 {
    --gradient-via-color: #312e81 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
  }

  .xl\:tw-via-purple-50 {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:tw-via-purple-100 {
    --gradient-via-color: #f3e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
  }

  .xl\:tw-via-purple-200 {
    --gradient-via-color: #e9d5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
  }

  .xl\:tw-via-purple-300 {
    --gradient-via-color: #d8b4fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
  }

  .xl\:tw-via-purple-400 {
    --gradient-via-color: #c084fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
  }

  .xl\:tw-via-purple-500 {
    --gradient-via-color: #a855f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
  }

  .xl\:tw-via-purple-600 {
    --gradient-via-color: #9333ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
  }

  .xl\:tw-via-purple-700 {
    --gradient-via-color: #7e22ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
  }

  .xl\:tw-via-purple-800 {
    --gradient-via-color: #6b21a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
  }

  .xl\:tw-via-purple-900 {
    --gradient-via-color: #581c87 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
  }

  .xl\:tw-via-pink-50 {
    --gradient-via-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .xl\:tw-via-pink-100 {
    --gradient-via-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .xl\:tw-via-pink-200 {
    --gradient-via-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .xl\:tw-via-pink-300 {
    --gradient-via-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .xl\:tw-via-pink-400 {
    --gradient-via-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .xl\:tw-via-pink-500 {
    --gradient-via-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .xl\:tw-via-pink-600 {
    --gradient-via-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .xl\:tw-via-pink-700 {
    --gradient-via-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .xl\:tw-via-pink-800 {
    --gradient-via-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .xl\:tw-via-pink-900 {
    --gradient-via-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .xl\:tw-via-app-main {
    --gradient-via-color: #F18D11 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
  }

  .xl\:tw-via-app-sub-blue {
    --gradient-via-color: #1E548F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
  }

  .xl\:tw-via-app-yellow {
    --gradient-via-color: #FFF5D1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
  }

  .xl\:tw-via-theme-primary {
    --gradient-via-color: #f3980f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
  }

  .xl\:tw-via-theme-info {
    --gradient-via-color: #1b925a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
  }

  .xl\:tw-via-slate-50 {
    --gradient-via-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .xl\:tw-via-slate-100 {
    --gradient-via-color: #f1f5f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
  }

  .xl\:tw-via-slate-200 {
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:tw-via-slate-300 {
    --gradient-via-color: #cbd5e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
  }

  .xl\:tw-via-slate-400 {
    --gradient-via-color: #94a3b8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
  }

  .xl\:tw-via-slate-500 {
    --gradient-via-color: #64748b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
  }

  .xl\:tw-via-slate-600 {
    --gradient-via-color: #475569 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
  }

  .xl\:tw-via-slate-700 {
    --gradient-via-color: #334155 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
  }

  .xl\:tw-via-slate-800 {
    --gradient-via-color: #1e293b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
  }

  .xl\:tw-via-slate-900 {
    --gradient-via-color: #0f172a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
  }

  .xl\:tw-via-zinc-50 {
    --gradient-via-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:tw-via-zinc-100 {
    --gradient-via-color: #f4f4f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
  }

  .xl\:tw-via-zinc-200 {
    --gradient-via-color: #e4e4e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
  }

  .xl\:tw-via-zinc-300 {
    --gradient-via-color: #d4d4d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
  }

  .xl\:tw-via-zinc-400 {
    --gradient-via-color: #a1a1aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
  }

  .xl\:tw-via-zinc-500 {
    --gradient-via-color: #71717a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
  }

  .xl\:tw-via-zinc-600 {
    --gradient-via-color: #52525b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
  }

  .xl\:tw-via-zinc-700 {
    --gradient-via-color: #3f3f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
  }

  .xl\:tw-via-zinc-800 {
    --gradient-via-color: #27272a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
  }

  .xl\:tw-via-zinc-900 {
    --gradient-via-color: #18181b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
  }

  .xl\:tw-via-neutral-50 {
    --gradient-via-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:tw-via-neutral-100 {
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:tw-via-neutral-200 {
    --gradient-via-color: #e5e5e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
  }

  .xl\:tw-via-neutral-300 {
    --gradient-via-color: #d4d4d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
  }

  .xl\:tw-via-neutral-400 {
    --gradient-via-color: #a3a3a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
  }

  .xl\:tw-via-neutral-500 {
    --gradient-via-color: #737373 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
  }

  .xl\:tw-via-neutral-600 {
    --gradient-via-color: #525252 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
  }

  .xl\:tw-via-neutral-700 {
    --gradient-via-color: #404040 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
  }

  .xl\:tw-via-neutral-800 {
    --gradient-via-color: #262626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
  }

  .xl\:tw-via-neutral-900 {
    --gradient-via-color: #171717 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
  }

  .xl\:tw-via-stone-50 {
    --gradient-via-color: #fafaf9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
  }

  .xl\:tw-via-stone-100 {
    --gradient-via-color: #f5f5f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
  }

  .xl\:tw-via-stone-200 {
    --gradient-via-color: #e7e5e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
  }

  .xl\:tw-via-stone-300 {
    --gradient-via-color: #d6d3d1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
  }

  .xl\:tw-via-stone-400 {
    --gradient-via-color: #a8a29e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
  }

  .xl\:tw-via-stone-500 {
    --gradient-via-color: #78716c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
  }

  .xl\:tw-via-stone-600 {
    --gradient-via-color: #57534e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
  }

  .xl\:tw-via-stone-700 {
    --gradient-via-color: #44403c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
  }

  .xl\:tw-via-stone-800 {
    --gradient-via-color: #292524 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
  }

  .xl\:tw-via-stone-900 {
    --gradient-via-color: #1c1917 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
  }

  .xl\:tw-via-amber-50 {
    --gradient-via-color: #fffbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
  }

  .xl\:tw-via-amber-100 {
    --gradient-via-color: #fef3c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
  }

  .xl\:tw-via-amber-200 {
    --gradient-via-color: #fde68a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
  }

  .xl\:tw-via-amber-300 {
    --gradient-via-color: #fcd34d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
  }

  .xl\:tw-via-amber-400 {
    --gradient-via-color: #fbbf24 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
  }

  .xl\:tw-via-amber-500 {
    --gradient-via-color: #f59e0b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .xl\:tw-via-amber-600 {
    --gradient-via-color: #d97706 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
  }

  .xl\:tw-via-amber-700 {
    --gradient-via-color: #b45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .xl\:tw-via-amber-800 {
    --gradient-via-color: #92400e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
  }

  .xl\:tw-via-amber-900 {
    --gradient-via-color: #78350f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
  }

  .xl\:tw-via-lime-50 {
    --gradient-via-color: #f7fee7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
  }

  .xl\:tw-via-lime-100 {
    --gradient-via-color: #ecfccb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
  }

  .xl\:tw-via-lime-200 {
    --gradient-via-color: #d9f99d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
  }

  .xl\:tw-via-lime-300 {
    --gradient-via-color: #bef264 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
  }

  .xl\:tw-via-lime-400 {
    --gradient-via-color: #a3e635 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
  }

  .xl\:tw-via-lime-500 {
    --gradient-via-color: #84cc16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
  }

  .xl\:tw-via-lime-600 {
    --gradient-via-color: #65a30d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
  }

  .xl\:tw-via-lime-700 {
    --gradient-via-color: #4d7c0f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
  }

  .xl\:tw-via-lime-800 {
    --gradient-via-color: #3f6212 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
  }

  .xl\:tw-via-lime-900 {
    --gradient-via-color: #365314 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
  }

  .xl\:tw-via-emerald-50 {
    --gradient-via-color: #ecfdf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
  }

  .xl\:tw-via-emerald-100 {
    --gradient-via-color: #d1fae5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
  }

  .xl\:tw-via-emerald-200 {
    --gradient-via-color: #a7f3d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
  }

  .xl\:tw-via-emerald-300 {
    --gradient-via-color: #6ee7b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
  }

  .xl\:tw-via-emerald-400 {
    --gradient-via-color: #34d399 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
  }

  .xl\:tw-via-emerald-500 {
    --gradient-via-color: #10b981 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
  }

  .xl\:tw-via-emerald-600 {
    --gradient-via-color: #059669 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
  }

  .xl\:tw-via-emerald-700 {
    --gradient-via-color: #047857 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
  }

  .xl\:tw-via-emerald-800 {
    --gradient-via-color: #065f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
  }

  .xl\:tw-via-emerald-900 {
    --gradient-via-color: #064e3b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
  }

  .xl\:tw-via-cyan-50 {
    --gradient-via-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .xl\:tw-via-cyan-100 {
    --gradient-via-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .xl\:tw-via-cyan-200 {
    --gradient-via-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .xl\:tw-via-cyan-300 {
    --gradient-via-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .xl\:tw-via-cyan-400 {
    --gradient-via-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .xl\:tw-via-cyan-500 {
    --gradient-via-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .xl\:tw-via-cyan-600 {
    --gradient-via-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .xl\:tw-via-cyan-700 {
    --gradient-via-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .xl\:tw-via-cyan-800 {
    --gradient-via-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .xl\:tw-via-cyan-900 {
    --gradient-via-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .xl\:tw-via-sky-50 {
    --gradient-via-color: #f0f9ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
  }

  .xl\:tw-via-sky-100 {
    --gradient-via-color: #e0f2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
  }

  .xl\:tw-via-sky-200 {
    --gradient-via-color: #bae6fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
  }

  .xl\:tw-via-sky-300 {
    --gradient-via-color: #7dd3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
  }

  .xl\:tw-via-sky-400 {
    --gradient-via-color: #38bdf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
  }

  .xl\:tw-via-sky-500 {
    --gradient-via-color: #0ea5e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
  }

  .xl\:tw-via-sky-600 {
    --gradient-via-color: #0284c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
  }

  .xl\:tw-via-sky-700 {
    --gradient-via-color: #0369a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
  }

  .xl\:tw-via-sky-800 {
    --gradient-via-color: #075985 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
  }

  .xl\:tw-via-sky-900 {
    --gradient-via-color: #0c4a6e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
  }

  .xl\:tw-via-violet-50 {
    --gradient-via-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .xl\:tw-via-violet-100 {
    --gradient-via-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .xl\:tw-via-violet-200 {
    --gradient-via-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .xl\:tw-via-violet-300 {
    --gradient-via-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .xl\:tw-via-violet-400 {
    --gradient-via-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .xl\:tw-via-violet-500 {
    --gradient-via-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .xl\:tw-via-violet-600 {
    --gradient-via-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .xl\:tw-via-violet-700 {
    --gradient-via-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .xl\:tw-via-violet-800 {
    --gradient-via-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .xl\:tw-via-violet-900 {
    --gradient-via-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .xl\:tw-via-fuchsia-50 {
    --gradient-via-color: #fdf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
  }

  .xl\:tw-via-fuchsia-100 {
    --gradient-via-color: #fae8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
  }

  .xl\:tw-via-fuchsia-200 {
    --gradient-via-color: #f5d0fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
  }

  .xl\:tw-via-fuchsia-300 {
    --gradient-via-color: #f0abfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
  }

  .xl\:tw-via-fuchsia-400 {
    --gradient-via-color: #e879f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
  }

  .xl\:tw-via-fuchsia-500 {
    --gradient-via-color: #d946ef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
  }

  .xl\:tw-via-fuchsia-600 {
    --gradient-via-color: #c026d3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
  }

  .xl\:tw-via-fuchsia-700 {
    --gradient-via-color: #a21caf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
  }

  .xl\:tw-via-fuchsia-800 {
    --gradient-via-color: #86198f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
  }

  .xl\:tw-via-fuchsia-900 {
    --gradient-via-color: #701a75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
  }

  .xl\:tw-via-rose-50 {
    --gradient-via-color: #fff1f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
  }

  .xl\:tw-via-rose-100 {
    --gradient-via-color: #ffe4e6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
  }

  .xl\:tw-via-rose-200 {
    --gradient-via-color: #fecdd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
  }

  .xl\:tw-via-rose-300 {
    --gradient-via-color: #fda4af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
  }

  .xl\:tw-via-rose-400 {
    --gradient-via-color: #fb7185 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
  }

  .xl\:tw-via-rose-500 {
    --gradient-via-color: #f43f5e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
  }

  .xl\:tw-via-rose-600 {
    --gradient-via-color: #e11d48 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
  }

  .xl\:tw-via-rose-700 {
    --gradient-via-color: #be123c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
  }

  .xl\:tw-via-rose-800 {
    --gradient-via-color: #9f1239 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
  }

  .xl\:tw-via-rose-900 {
    --gradient-via-color: #881337 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
  }

  .xl\:tw-to-transparent {
    --gradient-to-color: transparent !important;
  }

  .xl\:tw-to-current {
    --gradient-to-color: currentColor !important;
  }

  .xl\:tw-to-black {
    --gradient-to-color: #000 !important;
  }

  .xl\:tw-to-white {
    --gradient-to-color: #fff !important;
  }

  .xl\:tw-to-gray-50 {
    --gradient-to-color: #f9fafb !important;
  }

  .xl\:tw-to-gray-100 {
    --gradient-to-color: #f3f4f6 !important;
  }

  .xl\:tw-to-gray-200 {
    --gradient-to-color: #e5e7eb !important;
  }

  .xl\:tw-to-gray-300 {
    --gradient-to-color: #d1d5db !important;
  }

  .xl\:tw-to-gray-400 {
    --gradient-to-color: #9ca3af !important;
  }

  .xl\:tw-to-gray-500 {
    --gradient-to-color: #6b7280 !important;
  }

  .xl\:tw-to-gray-600 {
    --gradient-to-color: #4b5563 !important;
  }

  .xl\:tw-to-gray-700 {
    --gradient-to-color: #374151 !important;
  }

  .xl\:tw-to-gray-800 {
    --gradient-to-color: #1f2937 !important;
  }

  .xl\:tw-to-gray-900 {
    --gradient-to-color: #111827 !important;
  }

  .xl\:tw-to-red-50 {
    --gradient-to-color: #fef2f2 !important;
  }

  .xl\:tw-to-red-100 {
    --gradient-to-color: #fee2e2 !important;
  }

  .xl\:tw-to-red-200 {
    --gradient-to-color: #fecaca !important;
  }

  .xl\:tw-to-red-300 {
    --gradient-to-color: #fca5a5 !important;
  }

  .xl\:tw-to-red-400 {
    --gradient-to-color: #f87171 !important;
  }

  .xl\:tw-to-red-500 {
    --gradient-to-color: #ef4444 !important;
  }

  .xl\:tw-to-red-600 {
    --gradient-to-color: #dc2626 !important;
  }

  .xl\:tw-to-red-700 {
    --gradient-to-color: #b91c1c !important;
  }

  .xl\:tw-to-red-800 {
    --gradient-to-color: #991b1b !important;
  }

  .xl\:tw-to-red-900 {
    --gradient-to-color: #7f1d1d !important;
  }

  .xl\:tw-to-orange-50 {
    --gradient-to-color: #fff7ed !important;
  }

  .xl\:tw-to-orange-100 {
    --gradient-to-color: #ffedd5 !important;
  }

  .xl\:tw-to-orange-200 {
    --gradient-to-color: #fed7aa !important;
  }

  .xl\:tw-to-orange-300 {
    --gradient-to-color: #fdba74 !important;
  }

  .xl\:tw-to-orange-400 {
    --gradient-to-color: #fb923c !important;
  }

  .xl\:tw-to-orange-500 {
    --gradient-to-color: #f97316 !important;
  }

  .xl\:tw-to-orange-600 {
    --gradient-to-color: #ea580c !important;
  }

  .xl\:tw-to-orange-700 {
    --gradient-to-color: #c2410c !important;
  }

  .xl\:tw-to-orange-800 {
    --gradient-to-color: #9a3412 !important;
  }

  .xl\:tw-to-orange-900 {
    --gradient-to-color: #7c2d12 !important;
  }

  .xl\:tw-to-yellow-50 {
    --gradient-to-color: #fefce8 !important;
  }

  .xl\:tw-to-yellow-100 {
    --gradient-to-color: #fef9c3 !important;
  }

  .xl\:tw-to-yellow-200 {
    --gradient-to-color: #fef08a !important;
  }

  .xl\:tw-to-yellow-300 {
    --gradient-to-color: #fde047 !important;
  }

  .xl\:tw-to-yellow-400 {
    --gradient-to-color: #facc15 !important;
  }

  .xl\:tw-to-yellow-500 {
    --gradient-to-color: #eab308 !important;
  }

  .xl\:tw-to-yellow-600 {
    --gradient-to-color: #ca8a04 !important;
  }

  .xl\:tw-to-yellow-700 {
    --gradient-to-color: #a16207 !important;
  }

  .xl\:tw-to-yellow-800 {
    --gradient-to-color: #854d0e !important;
  }

  .xl\:tw-to-yellow-900 {
    --gradient-to-color: #713f12 !important;
  }

  .xl\:tw-to-green-50 {
    --gradient-to-color: #f0fdf4 !important;
  }

  .xl\:tw-to-green-100 {
    --gradient-to-color: #dcfce7 !important;
  }

  .xl\:tw-to-green-200 {
    --gradient-to-color: #bbf7d0 !important;
  }

  .xl\:tw-to-green-300 {
    --gradient-to-color: #86efac !important;
  }

  .xl\:tw-to-green-400 {
    --gradient-to-color: #4ade80 !important;
  }

  .xl\:tw-to-green-500 {
    --gradient-to-color: #22c55e !important;
  }

  .xl\:tw-to-green-600 {
    --gradient-to-color: #16a34a !important;
  }

  .xl\:tw-to-green-700 {
    --gradient-to-color: #15803d !important;
  }

  .xl\:tw-to-green-800 {
    --gradient-to-color: #166534 !important;
  }

  .xl\:tw-to-green-900 {
    --gradient-to-color: #14532d !important;
  }

  .xl\:tw-to-teal-50 {
    --gradient-to-color: #f0fdfa !important;
  }

  .xl\:tw-to-teal-100 {
    --gradient-to-color: #ccfbf1 !important;
  }

  .xl\:tw-to-teal-200 {
    --gradient-to-color: #99f6e4 !important;
  }

  .xl\:tw-to-teal-300 {
    --gradient-to-color: #5eead4 !important;
  }

  .xl\:tw-to-teal-400 {
    --gradient-to-color: #2dd4bf !important;
  }

  .xl\:tw-to-teal-500 {
    --gradient-to-color: #14b8a6 !important;
  }

  .xl\:tw-to-teal-600 {
    --gradient-to-color: #0d9488 !important;
  }

  .xl\:tw-to-teal-700 {
    --gradient-to-color: #0f766e !important;
  }

  .xl\:tw-to-teal-800 {
    --gradient-to-color: #115e59 !important;
  }

  .xl\:tw-to-teal-900 {
    --gradient-to-color: #134e4a !important;
  }

  .xl\:tw-to-blue-50 {
    --gradient-to-color: #eff6ff !important;
  }

  .xl\:tw-to-blue-100 {
    --gradient-to-color: #dbeafe !important;
  }

  .xl\:tw-to-blue-200 {
    --gradient-to-color: #bfdbfe !important;
  }

  .xl\:tw-to-blue-300 {
    --gradient-to-color: #93c5fd !important;
  }

  .xl\:tw-to-blue-400 {
    --gradient-to-color: #60a5fa !important;
  }

  .xl\:tw-to-blue-500 {
    --gradient-to-color: #3b82f6 !important;
  }

  .xl\:tw-to-blue-600 {
    --gradient-to-color: #2563eb !important;
  }

  .xl\:tw-to-blue-700 {
    --gradient-to-color: #1d4ed8 !important;
  }

  .xl\:tw-to-blue-800 {
    --gradient-to-color: #1e40af !important;
  }

  .xl\:tw-to-blue-900 {
    --gradient-to-color: #1e3a8a !important;
  }

  .xl\:tw-to-indigo-50 {
    --gradient-to-color: #eef2ff !important;
  }

  .xl\:tw-to-indigo-100 {
    --gradient-to-color: #e0e7ff !important;
  }

  .xl\:tw-to-indigo-200 {
    --gradient-to-color: #c7d2fe !important;
  }

  .xl\:tw-to-indigo-300 {
    --gradient-to-color: #a5b4fc !important;
  }

  .xl\:tw-to-indigo-400 {
    --gradient-to-color: #818cf8 !important;
  }

  .xl\:tw-to-indigo-500 {
    --gradient-to-color: #6366f1 !important;
  }

  .xl\:tw-to-indigo-600 {
    --gradient-to-color: #4f46e5 !important;
  }

  .xl\:tw-to-indigo-700 {
    --gradient-to-color: #4338ca !important;
  }

  .xl\:tw-to-indigo-800 {
    --gradient-to-color: #3730a3 !important;
  }

  .xl\:tw-to-indigo-900 {
    --gradient-to-color: #312e81 !important;
  }

  .xl\:tw-to-purple-50 {
    --gradient-to-color: #faf5ff !important;
  }

  .xl\:tw-to-purple-100 {
    --gradient-to-color: #f3e8ff !important;
  }

  .xl\:tw-to-purple-200 {
    --gradient-to-color: #e9d5ff !important;
  }

  .xl\:tw-to-purple-300 {
    --gradient-to-color: #d8b4fe !important;
  }

  .xl\:tw-to-purple-400 {
    --gradient-to-color: #c084fc !important;
  }

  .xl\:tw-to-purple-500 {
    --gradient-to-color: #a855f7 !important;
  }

  .xl\:tw-to-purple-600 {
    --gradient-to-color: #9333ea !important;
  }

  .xl\:tw-to-purple-700 {
    --gradient-to-color: #7e22ce !important;
  }

  .xl\:tw-to-purple-800 {
    --gradient-to-color: #6b21a8 !important;
  }

  .xl\:tw-to-purple-900 {
    --gradient-to-color: #581c87 !important;
  }

  .xl\:tw-to-pink-50 {
    --gradient-to-color: #fdf2f8 !important;
  }

  .xl\:tw-to-pink-100 {
    --gradient-to-color: #fce7f3 !important;
  }

  .xl\:tw-to-pink-200 {
    --gradient-to-color: #fbcfe8 !important;
  }

  .xl\:tw-to-pink-300 {
    --gradient-to-color: #f9a8d4 !important;
  }

  .xl\:tw-to-pink-400 {
    --gradient-to-color: #f472b6 !important;
  }

  .xl\:tw-to-pink-500 {
    --gradient-to-color: #ec4899 !important;
  }

  .xl\:tw-to-pink-600 {
    --gradient-to-color: #db2777 !important;
  }

  .xl\:tw-to-pink-700 {
    --gradient-to-color: #be185d !important;
  }

  .xl\:tw-to-pink-800 {
    --gradient-to-color: #9d174d !important;
  }

  .xl\:tw-to-pink-900 {
    --gradient-to-color: #831843 !important;
  }

  .xl\:tw-to-app-main {
    --gradient-to-color: #F18D11 !important;
  }

  .xl\:tw-to-app-sub-blue {
    --gradient-to-color: #1E548F !important;
  }

  .xl\:tw-to-app-yellow {
    --gradient-to-color: #FFF5D1 !important;
  }

  .xl\:tw-to-theme-primary {
    --gradient-to-color: #f3980f !important;
  }

  .xl\:tw-to-theme-info {
    --gradient-to-color: #1b925a !important;
  }

  .xl\:tw-to-slate-50 {
    --gradient-to-color: #f8fafc !important;
  }

  .xl\:tw-to-slate-100 {
    --gradient-to-color: #f1f5f9 !important;
  }

  .xl\:tw-to-slate-200 {
    --gradient-to-color: #e2e8f0 !important;
  }

  .xl\:tw-to-slate-300 {
    --gradient-to-color: #cbd5e1 !important;
  }

  .xl\:tw-to-slate-400 {
    --gradient-to-color: #94a3b8 !important;
  }

  .xl\:tw-to-slate-500 {
    --gradient-to-color: #64748b !important;
  }

  .xl\:tw-to-slate-600 {
    --gradient-to-color: #475569 !important;
  }

  .xl\:tw-to-slate-700 {
    --gradient-to-color: #334155 !important;
  }

  .xl\:tw-to-slate-800 {
    --gradient-to-color: #1e293b !important;
  }

  .xl\:tw-to-slate-900 {
    --gradient-to-color: #0f172a !important;
  }

  .xl\:tw-to-zinc-50 {
    --gradient-to-color: #fafafa !important;
  }

  .xl\:tw-to-zinc-100 {
    --gradient-to-color: #f4f4f5 !important;
  }

  .xl\:tw-to-zinc-200 {
    --gradient-to-color: #e4e4e7 !important;
  }

  .xl\:tw-to-zinc-300 {
    --gradient-to-color: #d4d4d8 !important;
  }

  .xl\:tw-to-zinc-400 {
    --gradient-to-color: #a1a1aa !important;
  }

  .xl\:tw-to-zinc-500 {
    --gradient-to-color: #71717a !important;
  }

  .xl\:tw-to-zinc-600 {
    --gradient-to-color: #52525b !important;
  }

  .xl\:tw-to-zinc-700 {
    --gradient-to-color: #3f3f46 !important;
  }

  .xl\:tw-to-zinc-800 {
    --gradient-to-color: #27272a !important;
  }

  .xl\:tw-to-zinc-900 {
    --gradient-to-color: #18181b !important;
  }

  .xl\:tw-to-neutral-50 {
    --gradient-to-color: #fafafa !important;
  }

  .xl\:tw-to-neutral-100 {
    --gradient-to-color: #f5f5f5 !important;
  }

  .xl\:tw-to-neutral-200 {
    --gradient-to-color: #e5e5e5 !important;
  }

  .xl\:tw-to-neutral-300 {
    --gradient-to-color: #d4d4d4 !important;
  }

  .xl\:tw-to-neutral-400 {
    --gradient-to-color: #a3a3a3 !important;
  }

  .xl\:tw-to-neutral-500 {
    --gradient-to-color: #737373 !important;
  }

  .xl\:tw-to-neutral-600 {
    --gradient-to-color: #525252 !important;
  }

  .xl\:tw-to-neutral-700 {
    --gradient-to-color: #404040 !important;
  }

  .xl\:tw-to-neutral-800 {
    --gradient-to-color: #262626 !important;
  }

  .xl\:tw-to-neutral-900 {
    --gradient-to-color: #171717 !important;
  }

  .xl\:tw-to-stone-50 {
    --gradient-to-color: #fafaf9 !important;
  }

  .xl\:tw-to-stone-100 {
    --gradient-to-color: #f5f5f4 !important;
  }

  .xl\:tw-to-stone-200 {
    --gradient-to-color: #e7e5e4 !important;
  }

  .xl\:tw-to-stone-300 {
    --gradient-to-color: #d6d3d1 !important;
  }

  .xl\:tw-to-stone-400 {
    --gradient-to-color: #a8a29e !important;
  }

  .xl\:tw-to-stone-500 {
    --gradient-to-color: #78716c !important;
  }

  .xl\:tw-to-stone-600 {
    --gradient-to-color: #57534e !important;
  }

  .xl\:tw-to-stone-700 {
    --gradient-to-color: #44403c !important;
  }

  .xl\:tw-to-stone-800 {
    --gradient-to-color: #292524 !important;
  }

  .xl\:tw-to-stone-900 {
    --gradient-to-color: #1c1917 !important;
  }

  .xl\:tw-to-amber-50 {
    --gradient-to-color: #fffbeb !important;
  }

  .xl\:tw-to-amber-100 {
    --gradient-to-color: #fef3c7 !important;
  }

  .xl\:tw-to-amber-200 {
    --gradient-to-color: #fde68a !important;
  }

  .xl\:tw-to-amber-300 {
    --gradient-to-color: #fcd34d !important;
  }

  .xl\:tw-to-amber-400 {
    --gradient-to-color: #fbbf24 !important;
  }

  .xl\:tw-to-amber-500 {
    --gradient-to-color: #f59e0b !important;
  }

  .xl\:tw-to-amber-600 {
    --gradient-to-color: #d97706 !important;
  }

  .xl\:tw-to-amber-700 {
    --gradient-to-color: #b45309 !important;
  }

  .xl\:tw-to-amber-800 {
    --gradient-to-color: #92400e !important;
  }

  .xl\:tw-to-amber-900 {
    --gradient-to-color: #78350f !important;
  }

  .xl\:tw-to-lime-50 {
    --gradient-to-color: #f7fee7 !important;
  }

  .xl\:tw-to-lime-100 {
    --gradient-to-color: #ecfccb !important;
  }

  .xl\:tw-to-lime-200 {
    --gradient-to-color: #d9f99d !important;
  }

  .xl\:tw-to-lime-300 {
    --gradient-to-color: #bef264 !important;
  }

  .xl\:tw-to-lime-400 {
    --gradient-to-color: #a3e635 !important;
  }

  .xl\:tw-to-lime-500 {
    --gradient-to-color: #84cc16 !important;
  }

  .xl\:tw-to-lime-600 {
    --gradient-to-color: #65a30d !important;
  }

  .xl\:tw-to-lime-700 {
    --gradient-to-color: #4d7c0f !important;
  }

  .xl\:tw-to-lime-800 {
    --gradient-to-color: #3f6212 !important;
  }

  .xl\:tw-to-lime-900 {
    --gradient-to-color: #365314 !important;
  }

  .xl\:tw-to-emerald-50 {
    --gradient-to-color: #ecfdf5 !important;
  }

  .xl\:tw-to-emerald-100 {
    --gradient-to-color: #d1fae5 !important;
  }

  .xl\:tw-to-emerald-200 {
    --gradient-to-color: #a7f3d0 !important;
  }

  .xl\:tw-to-emerald-300 {
    --gradient-to-color: #6ee7b7 !important;
  }

  .xl\:tw-to-emerald-400 {
    --gradient-to-color: #34d399 !important;
  }

  .xl\:tw-to-emerald-500 {
    --gradient-to-color: #10b981 !important;
  }

  .xl\:tw-to-emerald-600 {
    --gradient-to-color: #059669 !important;
  }

  .xl\:tw-to-emerald-700 {
    --gradient-to-color: #047857 !important;
  }

  .xl\:tw-to-emerald-800 {
    --gradient-to-color: #065f46 !important;
  }

  .xl\:tw-to-emerald-900 {
    --gradient-to-color: #064e3b !important;
  }

  .xl\:tw-to-cyan-50 {
    --gradient-to-color: #ecfeff !important;
  }

  .xl\:tw-to-cyan-100 {
    --gradient-to-color: #cffafe !important;
  }

  .xl\:tw-to-cyan-200 {
    --gradient-to-color: #a5f3fc !important;
  }

  .xl\:tw-to-cyan-300 {
    --gradient-to-color: #67e8f9 !important;
  }

  .xl\:tw-to-cyan-400 {
    --gradient-to-color: #22d3ee !important;
  }

  .xl\:tw-to-cyan-500 {
    --gradient-to-color: #06b6d4 !important;
  }

  .xl\:tw-to-cyan-600 {
    --gradient-to-color: #0891b2 !important;
  }

  .xl\:tw-to-cyan-700 {
    --gradient-to-color: #0e7490 !important;
  }

  .xl\:tw-to-cyan-800 {
    --gradient-to-color: #155e75 !important;
  }

  .xl\:tw-to-cyan-900 {
    --gradient-to-color: #164e63 !important;
  }

  .xl\:tw-to-sky-50 {
    --gradient-to-color: #f0f9ff !important;
  }

  .xl\:tw-to-sky-100 {
    --gradient-to-color: #e0f2fe !important;
  }

  .xl\:tw-to-sky-200 {
    --gradient-to-color: #bae6fd !important;
  }

  .xl\:tw-to-sky-300 {
    --gradient-to-color: #7dd3fc !important;
  }

  .xl\:tw-to-sky-400 {
    --gradient-to-color: #38bdf8 !important;
  }

  .xl\:tw-to-sky-500 {
    --gradient-to-color: #0ea5e9 !important;
  }

  .xl\:tw-to-sky-600 {
    --gradient-to-color: #0284c7 !important;
  }

  .xl\:tw-to-sky-700 {
    --gradient-to-color: #0369a1 !important;
  }

  .xl\:tw-to-sky-800 {
    --gradient-to-color: #075985 !important;
  }

  .xl\:tw-to-sky-900 {
    --gradient-to-color: #0c4a6e !important;
  }

  .xl\:tw-to-violet-50 {
    --gradient-to-color: #f5f3ff !important;
  }

  .xl\:tw-to-violet-100 {
    --gradient-to-color: #ede9fe !important;
  }

  .xl\:tw-to-violet-200 {
    --gradient-to-color: #ddd6fe !important;
  }

  .xl\:tw-to-violet-300 {
    --gradient-to-color: #c4b5fd !important;
  }

  .xl\:tw-to-violet-400 {
    --gradient-to-color: #a78bfa !important;
  }

  .xl\:tw-to-violet-500 {
    --gradient-to-color: #8b5cf6 !important;
  }

  .xl\:tw-to-violet-600 {
    --gradient-to-color: #7c3aed !important;
  }

  .xl\:tw-to-violet-700 {
    --gradient-to-color: #6d28d9 !important;
  }

  .xl\:tw-to-violet-800 {
    --gradient-to-color: #5b21b6 !important;
  }

  .xl\:tw-to-violet-900 {
    --gradient-to-color: #4c1d95 !important;
  }

  .xl\:tw-to-fuchsia-50 {
    --gradient-to-color: #fdf4ff !important;
  }

  .xl\:tw-to-fuchsia-100 {
    --gradient-to-color: #fae8ff !important;
  }

  .xl\:tw-to-fuchsia-200 {
    --gradient-to-color: #f5d0fe !important;
  }

  .xl\:tw-to-fuchsia-300 {
    --gradient-to-color: #f0abfc !important;
  }

  .xl\:tw-to-fuchsia-400 {
    --gradient-to-color: #e879f9 !important;
  }

  .xl\:tw-to-fuchsia-500 {
    --gradient-to-color: #d946ef !important;
  }

  .xl\:tw-to-fuchsia-600 {
    --gradient-to-color: #c026d3 !important;
  }

  .xl\:tw-to-fuchsia-700 {
    --gradient-to-color: #a21caf !important;
  }

  .xl\:tw-to-fuchsia-800 {
    --gradient-to-color: #86198f !important;
  }

  .xl\:tw-to-fuchsia-900 {
    --gradient-to-color: #701a75 !important;
  }

  .xl\:tw-to-rose-50 {
    --gradient-to-color: #fff1f2 !important;
  }

  .xl\:tw-to-rose-100 {
    --gradient-to-color: #ffe4e6 !important;
  }

  .xl\:tw-to-rose-200 {
    --gradient-to-color: #fecdd3 !important;
  }

  .xl\:tw-to-rose-300 {
    --gradient-to-color: #fda4af !important;
  }

  .xl\:tw-to-rose-400 {
    --gradient-to-color: #fb7185 !important;
  }

  .xl\:tw-to-rose-500 {
    --gradient-to-color: #f43f5e !important;
  }

  .xl\:tw-to-rose-600 {
    --gradient-to-color: #e11d48 !important;
  }

  .xl\:tw-to-rose-700 {
    --gradient-to-color: #be123c !important;
  }

  .xl\:tw-to-rose-800 {
    --gradient-to-color: #9f1239 !important;
  }

  .xl\:tw-to-rose-900 {
    --gradient-to-color: #881337 !important;
  }

  .xl\:hover\:tw-from-transparent:hover {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:tw-from-current:hover {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-black:hover {
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:tw-from-white:hover {
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-50:hover {
    --gradient-from-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-100:hover {
    --gradient-from-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-200:hover {
    --gradient-from-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-300:hover {
    --gradient-from-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-400:hover {
    --gradient-from-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-500:hover {
    --gradient-from-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-600:hover {
    --gradient-from-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-700:hover {
    --gradient-from-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-800:hover {
    --gradient-from-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-900:hover {
    --gradient-from-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .xl\:hover\:tw-from-red-50:hover {
    --gradient-from-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:hover\:tw-from-red-100:hover {
    --gradient-from-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:hover\:tw-from-red-200:hover {
    --gradient-from-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:hover\:tw-from-red-300:hover {
    --gradient-from-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:hover\:tw-from-red-400:hover {
    --gradient-from-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:hover\:tw-from-red-500:hover {
    --gradient-from-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:hover\:tw-from-red-600:hover {
    --gradient-from-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:hover\:tw-from-red-700:hover {
    --gradient-from-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:hover\:tw-from-red-800:hover {
    --gradient-from-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:hover\:tw-from-red-900:hover {
    --gradient-from-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-50:hover {
    --gradient-from-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-100:hover {
    --gradient-from-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-200:hover {
    --gradient-from-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-300:hover {
    --gradient-from-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-400:hover {
    --gradient-from-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-500:hover {
    --gradient-from-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-600:hover {
    --gradient-from-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-700:hover {
    --gradient-from-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-800:hover {
    --gradient-from-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-900:hover {
    --gradient-from-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-50:hover {
    --gradient-from-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-100:hover {
    --gradient-from-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-200:hover {
    --gradient-from-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-300:hover {
    --gradient-from-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-400:hover {
    --gradient-from-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-500:hover {
    --gradient-from-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-600:hover {
    --gradient-from-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-700:hover {
    --gradient-from-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-800:hover {
    --gradient-from-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-900:hover {
    --gradient-from-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .xl\:hover\:tw-from-green-50:hover {
    --gradient-from-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .xl\:hover\:tw-from-green-100:hover {
    --gradient-from-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .xl\:hover\:tw-from-green-200:hover {
    --gradient-from-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .xl\:hover\:tw-from-green-300:hover {
    --gradient-from-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .xl\:hover\:tw-from-green-400:hover {
    --gradient-from-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .xl\:hover\:tw-from-green-500:hover {
    --gradient-from-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .xl\:hover\:tw-from-green-600:hover {
    --gradient-from-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .xl\:hover\:tw-from-green-700:hover {
    --gradient-from-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .xl\:hover\:tw-from-green-800:hover {
    --gradient-from-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .xl\:hover\:tw-from-green-900:hover {
    --gradient-from-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-50:hover {
    --gradient-from-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-100:hover {
    --gradient-from-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-200:hover {
    --gradient-from-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-300:hover {
    --gradient-from-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-400:hover {
    --gradient-from-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-500:hover {
    --gradient-from-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-600:hover {
    --gradient-from-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-700:hover {
    --gradient-from-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-800:hover {
    --gradient-from-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-900:hover {
    --gradient-from-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-50:hover {
    --gradient-from-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-100:hover {
    --gradient-from-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-200:hover {
    --gradient-from-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-300:hover {
    --gradient-from-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-400:hover {
    --gradient-from-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-500:hover {
    --gradient-from-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-600:hover {
    --gradient-from-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-700:hover {
    --gradient-from-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-800:hover {
    --gradient-from-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-900:hover {
    --gradient-from-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-50:hover {
    --gradient-from-color: #eef2ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-100:hover {
    --gradient-from-color: #e0e7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-200:hover {
    --gradient-from-color: #c7d2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-300:hover {
    --gradient-from-color: #a5b4fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-400:hover {
    --gradient-from-color: #818cf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-500:hover {
    --gradient-from-color: #6366f1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-600:hover {
    --gradient-from-color: #4f46e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-700:hover {
    --gradient-from-color: #4338ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-800:hover {
    --gradient-from-color: #3730a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-900:hover {
    --gradient-from-color: #312e81 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-50:hover {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-100:hover {
    --gradient-from-color: #f3e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-200:hover {
    --gradient-from-color: #e9d5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-300:hover {
    --gradient-from-color: #d8b4fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-400:hover {
    --gradient-from-color: #c084fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-500:hover {
    --gradient-from-color: #a855f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-600:hover {
    --gradient-from-color: #9333ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-700:hover {
    --gradient-from-color: #7e22ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-800:hover {
    --gradient-from-color: #6b21a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-900:hover {
    --gradient-from-color: #581c87 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-50:hover {
    --gradient-from-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-100:hover {
    --gradient-from-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-200:hover {
    --gradient-from-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-300:hover {
    --gradient-from-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-400:hover {
    --gradient-from-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-500:hover {
    --gradient-from-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-600:hover {
    --gradient-from-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-700:hover {
    --gradient-from-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-800:hover {
    --gradient-from-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-900:hover {
    --gradient-from-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .xl\:hover\:tw-from-app-main:hover {
    --gradient-from-color: #F18D11 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
  }

  .xl\:hover\:tw-from-app-sub-blue:hover {
    --gradient-from-color: #1E548F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
  }

  .xl\:hover\:tw-from-app-yellow:hover {
    --gradient-from-color: #FFF5D1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
  }

  .xl\:hover\:tw-from-theme-primary:hover {
    --gradient-from-color: #f3980f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
  }

  .xl\:hover\:tw-from-theme-info:hover {
    --gradient-from-color: #1b925a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
  }

  .xl\:hover\:tw-from-slate-50:hover {
    --gradient-from-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .xl\:hover\:tw-from-slate-100:hover {
    --gradient-from-color: #f1f5f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
  }

  .xl\:hover\:tw-from-slate-200:hover {
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:hover\:tw-from-slate-300:hover {
    --gradient-from-color: #cbd5e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
  }

  .xl\:hover\:tw-from-slate-400:hover {
    --gradient-from-color: #94a3b8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
  }

  .xl\:hover\:tw-from-slate-500:hover {
    --gradient-from-color: #64748b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
  }

  .xl\:hover\:tw-from-slate-600:hover {
    --gradient-from-color: #475569 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
  }

  .xl\:hover\:tw-from-slate-700:hover {
    --gradient-from-color: #334155 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
  }

  .xl\:hover\:tw-from-slate-800:hover {
    --gradient-from-color: #1e293b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
  }

  .xl\:hover\:tw-from-slate-900:hover {
    --gradient-from-color: #0f172a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
  }

  .xl\:hover\:tw-from-zinc-50:hover {
    --gradient-from-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:hover\:tw-from-zinc-100:hover {
    --gradient-from-color: #f4f4f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
  }

  .xl\:hover\:tw-from-zinc-200:hover {
    --gradient-from-color: #e4e4e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
  }

  .xl\:hover\:tw-from-zinc-300:hover {
    --gradient-from-color: #d4d4d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
  }

  .xl\:hover\:tw-from-zinc-400:hover {
    --gradient-from-color: #a1a1aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
  }

  .xl\:hover\:tw-from-zinc-500:hover {
    --gradient-from-color: #71717a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
  }

  .xl\:hover\:tw-from-zinc-600:hover {
    --gradient-from-color: #52525b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
  }

  .xl\:hover\:tw-from-zinc-700:hover {
    --gradient-from-color: #3f3f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
  }

  .xl\:hover\:tw-from-zinc-800:hover {
    --gradient-from-color: #27272a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
  }

  .xl\:hover\:tw-from-zinc-900:hover {
    --gradient-from-color: #18181b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
  }

  .xl\:hover\:tw-from-neutral-50:hover {
    --gradient-from-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:hover\:tw-from-neutral-100:hover {
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:hover\:tw-from-neutral-200:hover {
    --gradient-from-color: #e5e5e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
  }

  .xl\:hover\:tw-from-neutral-300:hover {
    --gradient-from-color: #d4d4d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
  }

  .xl\:hover\:tw-from-neutral-400:hover {
    --gradient-from-color: #a3a3a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
  }

  .xl\:hover\:tw-from-neutral-500:hover {
    --gradient-from-color: #737373 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
  }

  .xl\:hover\:tw-from-neutral-600:hover {
    --gradient-from-color: #525252 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
  }

  .xl\:hover\:tw-from-neutral-700:hover {
    --gradient-from-color: #404040 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
  }

  .xl\:hover\:tw-from-neutral-800:hover {
    --gradient-from-color: #262626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
  }

  .xl\:hover\:tw-from-neutral-900:hover {
    --gradient-from-color: #171717 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
  }

  .xl\:hover\:tw-from-stone-50:hover {
    --gradient-from-color: #fafaf9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
  }

  .xl\:hover\:tw-from-stone-100:hover {
    --gradient-from-color: #f5f5f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
  }

  .xl\:hover\:tw-from-stone-200:hover {
    --gradient-from-color: #e7e5e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
  }

  .xl\:hover\:tw-from-stone-300:hover {
    --gradient-from-color: #d6d3d1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
  }

  .xl\:hover\:tw-from-stone-400:hover {
    --gradient-from-color: #a8a29e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
  }

  .xl\:hover\:tw-from-stone-500:hover {
    --gradient-from-color: #78716c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
  }

  .xl\:hover\:tw-from-stone-600:hover {
    --gradient-from-color: #57534e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
  }

  .xl\:hover\:tw-from-stone-700:hover {
    --gradient-from-color: #44403c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
  }

  .xl\:hover\:tw-from-stone-800:hover {
    --gradient-from-color: #292524 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
  }

  .xl\:hover\:tw-from-stone-900:hover {
    --gradient-from-color: #1c1917 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
  }

  .xl\:hover\:tw-from-amber-50:hover {
    --gradient-from-color: #fffbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
  }

  .xl\:hover\:tw-from-amber-100:hover {
    --gradient-from-color: #fef3c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
  }

  .xl\:hover\:tw-from-amber-200:hover {
    --gradient-from-color: #fde68a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
  }

  .xl\:hover\:tw-from-amber-300:hover {
    --gradient-from-color: #fcd34d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
  }

  .xl\:hover\:tw-from-amber-400:hover {
    --gradient-from-color: #fbbf24 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
  }

  .xl\:hover\:tw-from-amber-500:hover {
    --gradient-from-color: #f59e0b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .xl\:hover\:tw-from-amber-600:hover {
    --gradient-from-color: #d97706 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
  }

  .xl\:hover\:tw-from-amber-700:hover {
    --gradient-from-color: #b45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .xl\:hover\:tw-from-amber-800:hover {
    --gradient-from-color: #92400e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
  }

  .xl\:hover\:tw-from-amber-900:hover {
    --gradient-from-color: #78350f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
  }

  .xl\:hover\:tw-from-lime-50:hover {
    --gradient-from-color: #f7fee7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
  }

  .xl\:hover\:tw-from-lime-100:hover {
    --gradient-from-color: #ecfccb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
  }

  .xl\:hover\:tw-from-lime-200:hover {
    --gradient-from-color: #d9f99d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
  }

  .xl\:hover\:tw-from-lime-300:hover {
    --gradient-from-color: #bef264 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
  }

  .xl\:hover\:tw-from-lime-400:hover {
    --gradient-from-color: #a3e635 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
  }

  .xl\:hover\:tw-from-lime-500:hover {
    --gradient-from-color: #84cc16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
  }

  .xl\:hover\:tw-from-lime-600:hover {
    --gradient-from-color: #65a30d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
  }

  .xl\:hover\:tw-from-lime-700:hover {
    --gradient-from-color: #4d7c0f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
  }

  .xl\:hover\:tw-from-lime-800:hover {
    --gradient-from-color: #3f6212 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
  }

  .xl\:hover\:tw-from-lime-900:hover {
    --gradient-from-color: #365314 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
  }

  .xl\:hover\:tw-from-emerald-50:hover {
    --gradient-from-color: #ecfdf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
  }

  .xl\:hover\:tw-from-emerald-100:hover {
    --gradient-from-color: #d1fae5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
  }

  .xl\:hover\:tw-from-emerald-200:hover {
    --gradient-from-color: #a7f3d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
  }

  .xl\:hover\:tw-from-emerald-300:hover {
    --gradient-from-color: #6ee7b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
  }

  .xl\:hover\:tw-from-emerald-400:hover {
    --gradient-from-color: #34d399 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
  }

  .xl\:hover\:tw-from-emerald-500:hover {
    --gradient-from-color: #10b981 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
  }

  .xl\:hover\:tw-from-emerald-600:hover {
    --gradient-from-color: #059669 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
  }

  .xl\:hover\:tw-from-emerald-700:hover {
    --gradient-from-color: #047857 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
  }

  .xl\:hover\:tw-from-emerald-800:hover {
    --gradient-from-color: #065f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
  }

  .xl\:hover\:tw-from-emerald-900:hover {
    --gradient-from-color: #064e3b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
  }

  .xl\:hover\:tw-from-cyan-50:hover {
    --gradient-from-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-cyan-100:hover {
    --gradient-from-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .xl\:hover\:tw-from-cyan-200:hover {
    --gradient-from-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .xl\:hover\:tw-from-cyan-300:hover {
    --gradient-from-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .xl\:hover\:tw-from-cyan-400:hover {
    --gradient-from-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .xl\:hover\:tw-from-cyan-500:hover {
    --gradient-from-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .xl\:hover\:tw-from-cyan-600:hover {
    --gradient-from-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .xl\:hover\:tw-from-cyan-700:hover {
    --gradient-from-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .xl\:hover\:tw-from-cyan-800:hover {
    --gradient-from-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .xl\:hover\:tw-from-cyan-900:hover {
    --gradient-from-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .xl\:hover\:tw-from-sky-50:hover {
    --gradient-from-color: #f0f9ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-sky-100:hover {
    --gradient-from-color: #e0f2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
  }

  .xl\:hover\:tw-from-sky-200:hover {
    --gradient-from-color: #bae6fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
  }

  .xl\:hover\:tw-from-sky-300:hover {
    --gradient-from-color: #7dd3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
  }

  .xl\:hover\:tw-from-sky-400:hover {
    --gradient-from-color: #38bdf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
  }

  .xl\:hover\:tw-from-sky-500:hover {
    --gradient-from-color: #0ea5e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
  }

  .xl\:hover\:tw-from-sky-600:hover {
    --gradient-from-color: #0284c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
  }

  .xl\:hover\:tw-from-sky-700:hover {
    --gradient-from-color: #0369a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
  }

  .xl\:hover\:tw-from-sky-800:hover {
    --gradient-from-color: #075985 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
  }

  .xl\:hover\:tw-from-sky-900:hover {
    --gradient-from-color: #0c4a6e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
  }

  .xl\:hover\:tw-from-violet-50:hover {
    --gradient-from-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-violet-100:hover {
    --gradient-from-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .xl\:hover\:tw-from-violet-200:hover {
    --gradient-from-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .xl\:hover\:tw-from-violet-300:hover {
    --gradient-from-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .xl\:hover\:tw-from-violet-400:hover {
    --gradient-from-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .xl\:hover\:tw-from-violet-500:hover {
    --gradient-from-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .xl\:hover\:tw-from-violet-600:hover {
    --gradient-from-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .xl\:hover\:tw-from-violet-700:hover {
    --gradient-from-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .xl\:hover\:tw-from-violet-800:hover {
    --gradient-from-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .xl\:hover\:tw-from-violet-900:hover {
    --gradient-from-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .xl\:hover\:tw-from-fuchsia-50:hover {
    --gradient-from-color: #fdf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-fuchsia-100:hover {
    --gradient-from-color: #fae8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-fuchsia-200:hover {
    --gradient-from-color: #f5d0fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
  }

  .xl\:hover\:tw-from-fuchsia-300:hover {
    --gradient-from-color: #f0abfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
  }

  .xl\:hover\:tw-from-fuchsia-400:hover {
    --gradient-from-color: #e879f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
  }

  .xl\:hover\:tw-from-fuchsia-500:hover {
    --gradient-from-color: #d946ef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
  }

  .xl\:hover\:tw-from-fuchsia-600:hover {
    --gradient-from-color: #c026d3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
  }

  .xl\:hover\:tw-from-fuchsia-700:hover {
    --gradient-from-color: #a21caf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
  }

  .xl\:hover\:tw-from-fuchsia-800:hover {
    --gradient-from-color: #86198f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
  }

  .xl\:hover\:tw-from-fuchsia-900:hover {
    --gradient-from-color: #701a75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
  }

  .xl\:hover\:tw-from-rose-50:hover {
    --gradient-from-color: #fff1f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
  }

  .xl\:hover\:tw-from-rose-100:hover {
    --gradient-from-color: #ffe4e6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
  }

  .xl\:hover\:tw-from-rose-200:hover {
    --gradient-from-color: #fecdd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
  }

  .xl\:hover\:tw-from-rose-300:hover {
    --gradient-from-color: #fda4af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
  }

  .xl\:hover\:tw-from-rose-400:hover {
    --gradient-from-color: #fb7185 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
  }

  .xl\:hover\:tw-from-rose-500:hover {
    --gradient-from-color: #f43f5e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
  }

  .xl\:hover\:tw-from-rose-600:hover {
    --gradient-from-color: #e11d48 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
  }

  .xl\:hover\:tw-from-rose-700:hover {
    --gradient-from-color: #be123c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
  }

  .xl\:hover\:tw-from-rose-800:hover {
    --gradient-from-color: #9f1239 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
  }

  .xl\:hover\:tw-from-rose-900:hover {
    --gradient-from-color: #881337 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
  }

  .xl\:hover\:tw-via-transparent:hover {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:tw-via-current:hover {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-black:hover {
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:tw-via-white:hover {
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-50:hover {
    --gradient-via-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-100:hover {
    --gradient-via-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-200:hover {
    --gradient-via-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-300:hover {
    --gradient-via-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-400:hover {
    --gradient-via-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-500:hover {
    --gradient-via-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-600:hover {
    --gradient-via-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-700:hover {
    --gradient-via-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-800:hover {
    --gradient-via-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-900:hover {
    --gradient-via-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .xl\:hover\:tw-via-red-50:hover {
    --gradient-via-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:hover\:tw-via-red-100:hover {
    --gradient-via-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:hover\:tw-via-red-200:hover {
    --gradient-via-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:hover\:tw-via-red-300:hover {
    --gradient-via-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:hover\:tw-via-red-400:hover {
    --gradient-via-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:hover\:tw-via-red-500:hover {
    --gradient-via-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:hover\:tw-via-red-600:hover {
    --gradient-via-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:hover\:tw-via-red-700:hover {
    --gradient-via-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:hover\:tw-via-red-800:hover {
    --gradient-via-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:hover\:tw-via-red-900:hover {
    --gradient-via-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-50:hover {
    --gradient-via-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-100:hover {
    --gradient-via-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-200:hover {
    --gradient-via-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-300:hover {
    --gradient-via-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-400:hover {
    --gradient-via-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-500:hover {
    --gradient-via-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-600:hover {
    --gradient-via-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-700:hover {
    --gradient-via-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-800:hover {
    --gradient-via-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-900:hover {
    --gradient-via-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-50:hover {
    --gradient-via-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-100:hover {
    --gradient-via-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-200:hover {
    --gradient-via-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-300:hover {
    --gradient-via-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-400:hover {
    --gradient-via-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-500:hover {
    --gradient-via-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-600:hover {
    --gradient-via-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-700:hover {
    --gradient-via-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-800:hover {
    --gradient-via-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-900:hover {
    --gradient-via-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .xl\:hover\:tw-via-green-50:hover {
    --gradient-via-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .xl\:hover\:tw-via-green-100:hover {
    --gradient-via-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .xl\:hover\:tw-via-green-200:hover {
    --gradient-via-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .xl\:hover\:tw-via-green-300:hover {
    --gradient-via-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .xl\:hover\:tw-via-green-400:hover {
    --gradient-via-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .xl\:hover\:tw-via-green-500:hover {
    --gradient-via-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .xl\:hover\:tw-via-green-600:hover {
    --gradient-via-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .xl\:hover\:tw-via-green-700:hover {
    --gradient-via-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .xl\:hover\:tw-via-green-800:hover {
    --gradient-via-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .xl\:hover\:tw-via-green-900:hover {
    --gradient-via-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-50:hover {
    --gradient-via-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-100:hover {
    --gradient-via-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-200:hover {
    --gradient-via-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-300:hover {
    --gradient-via-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-400:hover {
    --gradient-via-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-500:hover {
    --gradient-via-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-600:hover {
    --gradient-via-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-700:hover {
    --gradient-via-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-800:hover {
    --gradient-via-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-900:hover {
    --gradient-via-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-50:hover {
    --gradient-via-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-100:hover {
    --gradient-via-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-200:hover {
    --gradient-via-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-300:hover {
    --gradient-via-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-400:hover {
    --gradient-via-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-500:hover {
    --gradient-via-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-600:hover {
    --gradient-via-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-700:hover {
    --gradient-via-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-800:hover {
    --gradient-via-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-900:hover {
    --gradient-via-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-50:hover {
    --gradient-via-color: #eef2ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-100:hover {
    --gradient-via-color: #e0e7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-200:hover {
    --gradient-via-color: #c7d2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-300:hover {
    --gradient-via-color: #a5b4fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-400:hover {
    --gradient-via-color: #818cf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-500:hover {
    --gradient-via-color: #6366f1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-600:hover {
    --gradient-via-color: #4f46e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-700:hover {
    --gradient-via-color: #4338ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-800:hover {
    --gradient-via-color: #3730a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-900:hover {
    --gradient-via-color: #312e81 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-50:hover {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-100:hover {
    --gradient-via-color: #f3e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-200:hover {
    --gradient-via-color: #e9d5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-300:hover {
    --gradient-via-color: #d8b4fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-400:hover {
    --gradient-via-color: #c084fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-500:hover {
    --gradient-via-color: #a855f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-600:hover {
    --gradient-via-color: #9333ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-700:hover {
    --gradient-via-color: #7e22ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-800:hover {
    --gradient-via-color: #6b21a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-900:hover {
    --gradient-via-color: #581c87 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-50:hover {
    --gradient-via-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-100:hover {
    --gradient-via-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-200:hover {
    --gradient-via-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-300:hover {
    --gradient-via-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-400:hover {
    --gradient-via-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-500:hover {
    --gradient-via-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-600:hover {
    --gradient-via-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-700:hover {
    --gradient-via-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-800:hover {
    --gradient-via-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-900:hover {
    --gradient-via-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .xl\:hover\:tw-via-app-main:hover {
    --gradient-via-color: #F18D11 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
  }

  .xl\:hover\:tw-via-app-sub-blue:hover {
    --gradient-via-color: #1E548F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
  }

  .xl\:hover\:tw-via-app-yellow:hover {
    --gradient-via-color: #FFF5D1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
  }

  .xl\:hover\:tw-via-theme-primary:hover {
    --gradient-via-color: #f3980f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
  }

  .xl\:hover\:tw-via-theme-info:hover {
    --gradient-via-color: #1b925a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
  }

  .xl\:hover\:tw-via-slate-50:hover {
    --gradient-via-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .xl\:hover\:tw-via-slate-100:hover {
    --gradient-via-color: #f1f5f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
  }

  .xl\:hover\:tw-via-slate-200:hover {
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:hover\:tw-via-slate-300:hover {
    --gradient-via-color: #cbd5e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
  }

  .xl\:hover\:tw-via-slate-400:hover {
    --gradient-via-color: #94a3b8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
  }

  .xl\:hover\:tw-via-slate-500:hover {
    --gradient-via-color: #64748b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
  }

  .xl\:hover\:tw-via-slate-600:hover {
    --gradient-via-color: #475569 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
  }

  .xl\:hover\:tw-via-slate-700:hover {
    --gradient-via-color: #334155 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
  }

  .xl\:hover\:tw-via-slate-800:hover {
    --gradient-via-color: #1e293b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
  }

  .xl\:hover\:tw-via-slate-900:hover {
    --gradient-via-color: #0f172a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
  }

  .xl\:hover\:tw-via-zinc-50:hover {
    --gradient-via-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:hover\:tw-via-zinc-100:hover {
    --gradient-via-color: #f4f4f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
  }

  .xl\:hover\:tw-via-zinc-200:hover {
    --gradient-via-color: #e4e4e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
  }

  .xl\:hover\:tw-via-zinc-300:hover {
    --gradient-via-color: #d4d4d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
  }

  .xl\:hover\:tw-via-zinc-400:hover {
    --gradient-via-color: #a1a1aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
  }

  .xl\:hover\:tw-via-zinc-500:hover {
    --gradient-via-color: #71717a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
  }

  .xl\:hover\:tw-via-zinc-600:hover {
    --gradient-via-color: #52525b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
  }

  .xl\:hover\:tw-via-zinc-700:hover {
    --gradient-via-color: #3f3f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
  }

  .xl\:hover\:tw-via-zinc-800:hover {
    --gradient-via-color: #27272a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
  }

  .xl\:hover\:tw-via-zinc-900:hover {
    --gradient-via-color: #18181b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
  }

  .xl\:hover\:tw-via-neutral-50:hover {
    --gradient-via-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:hover\:tw-via-neutral-100:hover {
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:hover\:tw-via-neutral-200:hover {
    --gradient-via-color: #e5e5e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
  }

  .xl\:hover\:tw-via-neutral-300:hover {
    --gradient-via-color: #d4d4d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
  }

  .xl\:hover\:tw-via-neutral-400:hover {
    --gradient-via-color: #a3a3a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
  }

  .xl\:hover\:tw-via-neutral-500:hover {
    --gradient-via-color: #737373 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
  }

  .xl\:hover\:tw-via-neutral-600:hover {
    --gradient-via-color: #525252 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
  }

  .xl\:hover\:tw-via-neutral-700:hover {
    --gradient-via-color: #404040 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
  }

  .xl\:hover\:tw-via-neutral-800:hover {
    --gradient-via-color: #262626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
  }

  .xl\:hover\:tw-via-neutral-900:hover {
    --gradient-via-color: #171717 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
  }

  .xl\:hover\:tw-via-stone-50:hover {
    --gradient-via-color: #fafaf9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
  }

  .xl\:hover\:tw-via-stone-100:hover {
    --gradient-via-color: #f5f5f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
  }

  .xl\:hover\:tw-via-stone-200:hover {
    --gradient-via-color: #e7e5e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
  }

  .xl\:hover\:tw-via-stone-300:hover {
    --gradient-via-color: #d6d3d1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
  }

  .xl\:hover\:tw-via-stone-400:hover {
    --gradient-via-color: #a8a29e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
  }

  .xl\:hover\:tw-via-stone-500:hover {
    --gradient-via-color: #78716c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
  }

  .xl\:hover\:tw-via-stone-600:hover {
    --gradient-via-color: #57534e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
  }

  .xl\:hover\:tw-via-stone-700:hover {
    --gradient-via-color: #44403c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
  }

  .xl\:hover\:tw-via-stone-800:hover {
    --gradient-via-color: #292524 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
  }

  .xl\:hover\:tw-via-stone-900:hover {
    --gradient-via-color: #1c1917 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
  }

  .xl\:hover\:tw-via-amber-50:hover {
    --gradient-via-color: #fffbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
  }

  .xl\:hover\:tw-via-amber-100:hover {
    --gradient-via-color: #fef3c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
  }

  .xl\:hover\:tw-via-amber-200:hover {
    --gradient-via-color: #fde68a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
  }

  .xl\:hover\:tw-via-amber-300:hover {
    --gradient-via-color: #fcd34d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
  }

  .xl\:hover\:tw-via-amber-400:hover {
    --gradient-via-color: #fbbf24 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
  }

  .xl\:hover\:tw-via-amber-500:hover {
    --gradient-via-color: #f59e0b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .xl\:hover\:tw-via-amber-600:hover {
    --gradient-via-color: #d97706 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
  }

  .xl\:hover\:tw-via-amber-700:hover {
    --gradient-via-color: #b45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .xl\:hover\:tw-via-amber-800:hover {
    --gradient-via-color: #92400e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
  }

  .xl\:hover\:tw-via-amber-900:hover {
    --gradient-via-color: #78350f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
  }

  .xl\:hover\:tw-via-lime-50:hover {
    --gradient-via-color: #f7fee7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
  }

  .xl\:hover\:tw-via-lime-100:hover {
    --gradient-via-color: #ecfccb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
  }

  .xl\:hover\:tw-via-lime-200:hover {
    --gradient-via-color: #d9f99d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
  }

  .xl\:hover\:tw-via-lime-300:hover {
    --gradient-via-color: #bef264 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
  }

  .xl\:hover\:tw-via-lime-400:hover {
    --gradient-via-color: #a3e635 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
  }

  .xl\:hover\:tw-via-lime-500:hover {
    --gradient-via-color: #84cc16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
  }

  .xl\:hover\:tw-via-lime-600:hover {
    --gradient-via-color: #65a30d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
  }

  .xl\:hover\:tw-via-lime-700:hover {
    --gradient-via-color: #4d7c0f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
  }

  .xl\:hover\:tw-via-lime-800:hover {
    --gradient-via-color: #3f6212 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
  }

  .xl\:hover\:tw-via-lime-900:hover {
    --gradient-via-color: #365314 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
  }

  .xl\:hover\:tw-via-emerald-50:hover {
    --gradient-via-color: #ecfdf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
  }

  .xl\:hover\:tw-via-emerald-100:hover {
    --gradient-via-color: #d1fae5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
  }

  .xl\:hover\:tw-via-emerald-200:hover {
    --gradient-via-color: #a7f3d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
  }

  .xl\:hover\:tw-via-emerald-300:hover {
    --gradient-via-color: #6ee7b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
  }

  .xl\:hover\:tw-via-emerald-400:hover {
    --gradient-via-color: #34d399 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
  }

  .xl\:hover\:tw-via-emerald-500:hover {
    --gradient-via-color: #10b981 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
  }

  .xl\:hover\:tw-via-emerald-600:hover {
    --gradient-via-color: #059669 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
  }

  .xl\:hover\:tw-via-emerald-700:hover {
    --gradient-via-color: #047857 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
  }

  .xl\:hover\:tw-via-emerald-800:hover {
    --gradient-via-color: #065f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
  }

  .xl\:hover\:tw-via-emerald-900:hover {
    --gradient-via-color: #064e3b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
  }

  .xl\:hover\:tw-via-cyan-50:hover {
    --gradient-via-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-cyan-100:hover {
    --gradient-via-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .xl\:hover\:tw-via-cyan-200:hover {
    --gradient-via-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .xl\:hover\:tw-via-cyan-300:hover {
    --gradient-via-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .xl\:hover\:tw-via-cyan-400:hover {
    --gradient-via-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .xl\:hover\:tw-via-cyan-500:hover {
    --gradient-via-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .xl\:hover\:tw-via-cyan-600:hover {
    --gradient-via-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .xl\:hover\:tw-via-cyan-700:hover {
    --gradient-via-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .xl\:hover\:tw-via-cyan-800:hover {
    --gradient-via-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .xl\:hover\:tw-via-cyan-900:hover {
    --gradient-via-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .xl\:hover\:tw-via-sky-50:hover {
    --gradient-via-color: #f0f9ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-sky-100:hover {
    --gradient-via-color: #e0f2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
  }

  .xl\:hover\:tw-via-sky-200:hover {
    --gradient-via-color: #bae6fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
  }

  .xl\:hover\:tw-via-sky-300:hover {
    --gradient-via-color: #7dd3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
  }

  .xl\:hover\:tw-via-sky-400:hover {
    --gradient-via-color: #38bdf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
  }

  .xl\:hover\:tw-via-sky-500:hover {
    --gradient-via-color: #0ea5e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
  }

  .xl\:hover\:tw-via-sky-600:hover {
    --gradient-via-color: #0284c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
  }

  .xl\:hover\:tw-via-sky-700:hover {
    --gradient-via-color: #0369a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
  }

  .xl\:hover\:tw-via-sky-800:hover {
    --gradient-via-color: #075985 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
  }

  .xl\:hover\:tw-via-sky-900:hover {
    --gradient-via-color: #0c4a6e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
  }

  .xl\:hover\:tw-via-violet-50:hover {
    --gradient-via-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-violet-100:hover {
    --gradient-via-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .xl\:hover\:tw-via-violet-200:hover {
    --gradient-via-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .xl\:hover\:tw-via-violet-300:hover {
    --gradient-via-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .xl\:hover\:tw-via-violet-400:hover {
    --gradient-via-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .xl\:hover\:tw-via-violet-500:hover {
    --gradient-via-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .xl\:hover\:tw-via-violet-600:hover {
    --gradient-via-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .xl\:hover\:tw-via-violet-700:hover {
    --gradient-via-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .xl\:hover\:tw-via-violet-800:hover {
    --gradient-via-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .xl\:hover\:tw-via-violet-900:hover {
    --gradient-via-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .xl\:hover\:tw-via-fuchsia-50:hover {
    --gradient-via-color: #fdf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-fuchsia-100:hover {
    --gradient-via-color: #fae8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-fuchsia-200:hover {
    --gradient-via-color: #f5d0fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
  }

  .xl\:hover\:tw-via-fuchsia-300:hover {
    --gradient-via-color: #f0abfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
  }

  .xl\:hover\:tw-via-fuchsia-400:hover {
    --gradient-via-color: #e879f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
  }

  .xl\:hover\:tw-via-fuchsia-500:hover {
    --gradient-via-color: #d946ef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
  }

  .xl\:hover\:tw-via-fuchsia-600:hover {
    --gradient-via-color: #c026d3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
  }

  .xl\:hover\:tw-via-fuchsia-700:hover {
    --gradient-via-color: #a21caf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
  }

  .xl\:hover\:tw-via-fuchsia-800:hover {
    --gradient-via-color: #86198f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
  }

  .xl\:hover\:tw-via-fuchsia-900:hover {
    --gradient-via-color: #701a75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
  }

  .xl\:hover\:tw-via-rose-50:hover {
    --gradient-via-color: #fff1f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
  }

  .xl\:hover\:tw-via-rose-100:hover {
    --gradient-via-color: #ffe4e6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
  }

  .xl\:hover\:tw-via-rose-200:hover {
    --gradient-via-color: #fecdd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
  }

  .xl\:hover\:tw-via-rose-300:hover {
    --gradient-via-color: #fda4af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
  }

  .xl\:hover\:tw-via-rose-400:hover {
    --gradient-via-color: #fb7185 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
  }

  .xl\:hover\:tw-via-rose-500:hover {
    --gradient-via-color: #f43f5e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
  }

  .xl\:hover\:tw-via-rose-600:hover {
    --gradient-via-color: #e11d48 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
  }

  .xl\:hover\:tw-via-rose-700:hover {
    --gradient-via-color: #be123c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
  }

  .xl\:hover\:tw-via-rose-800:hover {
    --gradient-via-color: #9f1239 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
  }

  .xl\:hover\:tw-via-rose-900:hover {
    --gradient-via-color: #881337 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
  }

  .xl\:hover\:tw-to-transparent:hover {
    --gradient-to-color: transparent !important;
  }

  .xl\:hover\:tw-to-current:hover {
    --gradient-to-color: currentColor !important;
  }

  .xl\:hover\:tw-to-black:hover {
    --gradient-to-color: #000 !important;
  }

  .xl\:hover\:tw-to-white:hover {
    --gradient-to-color: #fff !important;
  }

  .xl\:hover\:tw-to-gray-50:hover {
    --gradient-to-color: #f9fafb !important;
  }

  .xl\:hover\:tw-to-gray-100:hover {
    --gradient-to-color: #f3f4f6 !important;
  }

  .xl\:hover\:tw-to-gray-200:hover {
    --gradient-to-color: #e5e7eb !important;
  }

  .xl\:hover\:tw-to-gray-300:hover {
    --gradient-to-color: #d1d5db !important;
  }

  .xl\:hover\:tw-to-gray-400:hover {
    --gradient-to-color: #9ca3af !important;
  }

  .xl\:hover\:tw-to-gray-500:hover {
    --gradient-to-color: #6b7280 !important;
  }

  .xl\:hover\:tw-to-gray-600:hover {
    --gradient-to-color: #4b5563 !important;
  }

  .xl\:hover\:tw-to-gray-700:hover {
    --gradient-to-color: #374151 !important;
  }

  .xl\:hover\:tw-to-gray-800:hover {
    --gradient-to-color: #1f2937 !important;
  }

  .xl\:hover\:tw-to-gray-900:hover {
    --gradient-to-color: #111827 !important;
  }

  .xl\:hover\:tw-to-red-50:hover {
    --gradient-to-color: #fef2f2 !important;
  }

  .xl\:hover\:tw-to-red-100:hover {
    --gradient-to-color: #fee2e2 !important;
  }

  .xl\:hover\:tw-to-red-200:hover {
    --gradient-to-color: #fecaca !important;
  }

  .xl\:hover\:tw-to-red-300:hover {
    --gradient-to-color: #fca5a5 !important;
  }

  .xl\:hover\:tw-to-red-400:hover {
    --gradient-to-color: #f87171 !important;
  }

  .xl\:hover\:tw-to-red-500:hover {
    --gradient-to-color: #ef4444 !important;
  }

  .xl\:hover\:tw-to-red-600:hover {
    --gradient-to-color: #dc2626 !important;
  }

  .xl\:hover\:tw-to-red-700:hover {
    --gradient-to-color: #b91c1c !important;
  }

  .xl\:hover\:tw-to-red-800:hover {
    --gradient-to-color: #991b1b !important;
  }

  .xl\:hover\:tw-to-red-900:hover {
    --gradient-to-color: #7f1d1d !important;
  }

  .xl\:hover\:tw-to-orange-50:hover {
    --gradient-to-color: #fff7ed !important;
  }

  .xl\:hover\:tw-to-orange-100:hover {
    --gradient-to-color: #ffedd5 !important;
  }

  .xl\:hover\:tw-to-orange-200:hover {
    --gradient-to-color: #fed7aa !important;
  }

  .xl\:hover\:tw-to-orange-300:hover {
    --gradient-to-color: #fdba74 !important;
  }

  .xl\:hover\:tw-to-orange-400:hover {
    --gradient-to-color: #fb923c !important;
  }

  .xl\:hover\:tw-to-orange-500:hover {
    --gradient-to-color: #f97316 !important;
  }

  .xl\:hover\:tw-to-orange-600:hover {
    --gradient-to-color: #ea580c !important;
  }

  .xl\:hover\:tw-to-orange-700:hover {
    --gradient-to-color: #c2410c !important;
  }

  .xl\:hover\:tw-to-orange-800:hover {
    --gradient-to-color: #9a3412 !important;
  }

  .xl\:hover\:tw-to-orange-900:hover {
    --gradient-to-color: #7c2d12 !important;
  }

  .xl\:hover\:tw-to-yellow-50:hover {
    --gradient-to-color: #fefce8 !important;
  }

  .xl\:hover\:tw-to-yellow-100:hover {
    --gradient-to-color: #fef9c3 !important;
  }

  .xl\:hover\:tw-to-yellow-200:hover {
    --gradient-to-color: #fef08a !important;
  }

  .xl\:hover\:tw-to-yellow-300:hover {
    --gradient-to-color: #fde047 !important;
  }

  .xl\:hover\:tw-to-yellow-400:hover {
    --gradient-to-color: #facc15 !important;
  }

  .xl\:hover\:tw-to-yellow-500:hover {
    --gradient-to-color: #eab308 !important;
  }

  .xl\:hover\:tw-to-yellow-600:hover {
    --gradient-to-color: #ca8a04 !important;
  }

  .xl\:hover\:tw-to-yellow-700:hover {
    --gradient-to-color: #a16207 !important;
  }

  .xl\:hover\:tw-to-yellow-800:hover {
    --gradient-to-color: #854d0e !important;
  }

  .xl\:hover\:tw-to-yellow-900:hover {
    --gradient-to-color: #713f12 !important;
  }

  .xl\:hover\:tw-to-green-50:hover {
    --gradient-to-color: #f0fdf4 !important;
  }

  .xl\:hover\:tw-to-green-100:hover {
    --gradient-to-color: #dcfce7 !important;
  }

  .xl\:hover\:tw-to-green-200:hover {
    --gradient-to-color: #bbf7d0 !important;
  }

  .xl\:hover\:tw-to-green-300:hover {
    --gradient-to-color: #86efac !important;
  }

  .xl\:hover\:tw-to-green-400:hover {
    --gradient-to-color: #4ade80 !important;
  }

  .xl\:hover\:tw-to-green-500:hover {
    --gradient-to-color: #22c55e !important;
  }

  .xl\:hover\:tw-to-green-600:hover {
    --gradient-to-color: #16a34a !important;
  }

  .xl\:hover\:tw-to-green-700:hover {
    --gradient-to-color: #15803d !important;
  }

  .xl\:hover\:tw-to-green-800:hover {
    --gradient-to-color: #166534 !important;
  }

  .xl\:hover\:tw-to-green-900:hover {
    --gradient-to-color: #14532d !important;
  }

  .xl\:hover\:tw-to-teal-50:hover {
    --gradient-to-color: #f0fdfa !important;
  }

  .xl\:hover\:tw-to-teal-100:hover {
    --gradient-to-color: #ccfbf1 !important;
  }

  .xl\:hover\:tw-to-teal-200:hover {
    --gradient-to-color: #99f6e4 !important;
  }

  .xl\:hover\:tw-to-teal-300:hover {
    --gradient-to-color: #5eead4 !important;
  }

  .xl\:hover\:tw-to-teal-400:hover {
    --gradient-to-color: #2dd4bf !important;
  }

  .xl\:hover\:tw-to-teal-500:hover {
    --gradient-to-color: #14b8a6 !important;
  }

  .xl\:hover\:tw-to-teal-600:hover {
    --gradient-to-color: #0d9488 !important;
  }

  .xl\:hover\:tw-to-teal-700:hover {
    --gradient-to-color: #0f766e !important;
  }

  .xl\:hover\:tw-to-teal-800:hover {
    --gradient-to-color: #115e59 !important;
  }

  .xl\:hover\:tw-to-teal-900:hover {
    --gradient-to-color: #134e4a !important;
  }

  .xl\:hover\:tw-to-blue-50:hover {
    --gradient-to-color: #eff6ff !important;
  }

  .xl\:hover\:tw-to-blue-100:hover {
    --gradient-to-color: #dbeafe !important;
  }

  .xl\:hover\:tw-to-blue-200:hover {
    --gradient-to-color: #bfdbfe !important;
  }

  .xl\:hover\:tw-to-blue-300:hover {
    --gradient-to-color: #93c5fd !important;
  }

  .xl\:hover\:tw-to-blue-400:hover {
    --gradient-to-color: #60a5fa !important;
  }

  .xl\:hover\:tw-to-blue-500:hover {
    --gradient-to-color: #3b82f6 !important;
  }

  .xl\:hover\:tw-to-blue-600:hover {
    --gradient-to-color: #2563eb !important;
  }

  .xl\:hover\:tw-to-blue-700:hover {
    --gradient-to-color: #1d4ed8 !important;
  }

  .xl\:hover\:tw-to-blue-800:hover {
    --gradient-to-color: #1e40af !important;
  }

  .xl\:hover\:tw-to-blue-900:hover {
    --gradient-to-color: #1e3a8a !important;
  }

  .xl\:hover\:tw-to-indigo-50:hover {
    --gradient-to-color: #eef2ff !important;
  }

  .xl\:hover\:tw-to-indigo-100:hover {
    --gradient-to-color: #e0e7ff !important;
  }

  .xl\:hover\:tw-to-indigo-200:hover {
    --gradient-to-color: #c7d2fe !important;
  }

  .xl\:hover\:tw-to-indigo-300:hover {
    --gradient-to-color: #a5b4fc !important;
  }

  .xl\:hover\:tw-to-indigo-400:hover {
    --gradient-to-color: #818cf8 !important;
  }

  .xl\:hover\:tw-to-indigo-500:hover {
    --gradient-to-color: #6366f1 !important;
  }

  .xl\:hover\:tw-to-indigo-600:hover {
    --gradient-to-color: #4f46e5 !important;
  }

  .xl\:hover\:tw-to-indigo-700:hover {
    --gradient-to-color: #4338ca !important;
  }

  .xl\:hover\:tw-to-indigo-800:hover {
    --gradient-to-color: #3730a3 !important;
  }

  .xl\:hover\:tw-to-indigo-900:hover {
    --gradient-to-color: #312e81 !important;
  }

  .xl\:hover\:tw-to-purple-50:hover {
    --gradient-to-color: #faf5ff !important;
  }

  .xl\:hover\:tw-to-purple-100:hover {
    --gradient-to-color: #f3e8ff !important;
  }

  .xl\:hover\:tw-to-purple-200:hover {
    --gradient-to-color: #e9d5ff !important;
  }

  .xl\:hover\:tw-to-purple-300:hover {
    --gradient-to-color: #d8b4fe !important;
  }

  .xl\:hover\:tw-to-purple-400:hover {
    --gradient-to-color: #c084fc !important;
  }

  .xl\:hover\:tw-to-purple-500:hover {
    --gradient-to-color: #a855f7 !important;
  }

  .xl\:hover\:tw-to-purple-600:hover {
    --gradient-to-color: #9333ea !important;
  }

  .xl\:hover\:tw-to-purple-700:hover {
    --gradient-to-color: #7e22ce !important;
  }

  .xl\:hover\:tw-to-purple-800:hover {
    --gradient-to-color: #6b21a8 !important;
  }

  .xl\:hover\:tw-to-purple-900:hover {
    --gradient-to-color: #581c87 !important;
  }

  .xl\:hover\:tw-to-pink-50:hover {
    --gradient-to-color: #fdf2f8 !important;
  }

  .xl\:hover\:tw-to-pink-100:hover {
    --gradient-to-color: #fce7f3 !important;
  }

  .xl\:hover\:tw-to-pink-200:hover {
    --gradient-to-color: #fbcfe8 !important;
  }

  .xl\:hover\:tw-to-pink-300:hover {
    --gradient-to-color: #f9a8d4 !important;
  }

  .xl\:hover\:tw-to-pink-400:hover {
    --gradient-to-color: #f472b6 !important;
  }

  .xl\:hover\:tw-to-pink-500:hover {
    --gradient-to-color: #ec4899 !important;
  }

  .xl\:hover\:tw-to-pink-600:hover {
    --gradient-to-color: #db2777 !important;
  }

  .xl\:hover\:tw-to-pink-700:hover {
    --gradient-to-color: #be185d !important;
  }

  .xl\:hover\:tw-to-pink-800:hover {
    --gradient-to-color: #9d174d !important;
  }

  .xl\:hover\:tw-to-pink-900:hover {
    --gradient-to-color: #831843 !important;
  }

  .xl\:hover\:tw-to-app-main:hover {
    --gradient-to-color: #F18D11 !important;
  }

  .xl\:hover\:tw-to-app-sub-blue:hover {
    --gradient-to-color: #1E548F !important;
  }

  .xl\:hover\:tw-to-app-yellow:hover {
    --gradient-to-color: #FFF5D1 !important;
  }

  .xl\:hover\:tw-to-theme-primary:hover {
    --gradient-to-color: #f3980f !important;
  }

  .xl\:hover\:tw-to-theme-info:hover {
    --gradient-to-color: #1b925a !important;
  }

  .xl\:hover\:tw-to-slate-50:hover {
    --gradient-to-color: #f8fafc !important;
  }

  .xl\:hover\:tw-to-slate-100:hover {
    --gradient-to-color: #f1f5f9 !important;
  }

  .xl\:hover\:tw-to-slate-200:hover {
    --gradient-to-color: #e2e8f0 !important;
  }

  .xl\:hover\:tw-to-slate-300:hover {
    --gradient-to-color: #cbd5e1 !important;
  }

  .xl\:hover\:tw-to-slate-400:hover {
    --gradient-to-color: #94a3b8 !important;
  }

  .xl\:hover\:tw-to-slate-500:hover {
    --gradient-to-color: #64748b !important;
  }

  .xl\:hover\:tw-to-slate-600:hover {
    --gradient-to-color: #475569 !important;
  }

  .xl\:hover\:tw-to-slate-700:hover {
    --gradient-to-color: #334155 !important;
  }

  .xl\:hover\:tw-to-slate-800:hover {
    --gradient-to-color: #1e293b !important;
  }

  .xl\:hover\:tw-to-slate-900:hover {
    --gradient-to-color: #0f172a !important;
  }

  .xl\:hover\:tw-to-zinc-50:hover {
    --gradient-to-color: #fafafa !important;
  }

  .xl\:hover\:tw-to-zinc-100:hover {
    --gradient-to-color: #f4f4f5 !important;
  }

  .xl\:hover\:tw-to-zinc-200:hover {
    --gradient-to-color: #e4e4e7 !important;
  }

  .xl\:hover\:tw-to-zinc-300:hover {
    --gradient-to-color: #d4d4d8 !important;
  }

  .xl\:hover\:tw-to-zinc-400:hover {
    --gradient-to-color: #a1a1aa !important;
  }

  .xl\:hover\:tw-to-zinc-500:hover {
    --gradient-to-color: #71717a !important;
  }

  .xl\:hover\:tw-to-zinc-600:hover {
    --gradient-to-color: #52525b !important;
  }

  .xl\:hover\:tw-to-zinc-700:hover {
    --gradient-to-color: #3f3f46 !important;
  }

  .xl\:hover\:tw-to-zinc-800:hover {
    --gradient-to-color: #27272a !important;
  }

  .xl\:hover\:tw-to-zinc-900:hover {
    --gradient-to-color: #18181b !important;
  }

  .xl\:hover\:tw-to-neutral-50:hover {
    --gradient-to-color: #fafafa !important;
  }

  .xl\:hover\:tw-to-neutral-100:hover {
    --gradient-to-color: #f5f5f5 !important;
  }

  .xl\:hover\:tw-to-neutral-200:hover {
    --gradient-to-color: #e5e5e5 !important;
  }

  .xl\:hover\:tw-to-neutral-300:hover {
    --gradient-to-color: #d4d4d4 !important;
  }

  .xl\:hover\:tw-to-neutral-400:hover {
    --gradient-to-color: #a3a3a3 !important;
  }

  .xl\:hover\:tw-to-neutral-500:hover {
    --gradient-to-color: #737373 !important;
  }

  .xl\:hover\:tw-to-neutral-600:hover {
    --gradient-to-color: #525252 !important;
  }

  .xl\:hover\:tw-to-neutral-700:hover {
    --gradient-to-color: #404040 !important;
  }

  .xl\:hover\:tw-to-neutral-800:hover {
    --gradient-to-color: #262626 !important;
  }

  .xl\:hover\:tw-to-neutral-900:hover {
    --gradient-to-color: #171717 !important;
  }

  .xl\:hover\:tw-to-stone-50:hover {
    --gradient-to-color: #fafaf9 !important;
  }

  .xl\:hover\:tw-to-stone-100:hover {
    --gradient-to-color: #f5f5f4 !important;
  }

  .xl\:hover\:tw-to-stone-200:hover {
    --gradient-to-color: #e7e5e4 !important;
  }

  .xl\:hover\:tw-to-stone-300:hover {
    --gradient-to-color: #d6d3d1 !important;
  }

  .xl\:hover\:tw-to-stone-400:hover {
    --gradient-to-color: #a8a29e !important;
  }

  .xl\:hover\:tw-to-stone-500:hover {
    --gradient-to-color: #78716c !important;
  }

  .xl\:hover\:tw-to-stone-600:hover {
    --gradient-to-color: #57534e !important;
  }

  .xl\:hover\:tw-to-stone-700:hover {
    --gradient-to-color: #44403c !important;
  }

  .xl\:hover\:tw-to-stone-800:hover {
    --gradient-to-color: #292524 !important;
  }

  .xl\:hover\:tw-to-stone-900:hover {
    --gradient-to-color: #1c1917 !important;
  }

  .xl\:hover\:tw-to-amber-50:hover {
    --gradient-to-color: #fffbeb !important;
  }

  .xl\:hover\:tw-to-amber-100:hover {
    --gradient-to-color: #fef3c7 !important;
  }

  .xl\:hover\:tw-to-amber-200:hover {
    --gradient-to-color: #fde68a !important;
  }

  .xl\:hover\:tw-to-amber-300:hover {
    --gradient-to-color: #fcd34d !important;
  }

  .xl\:hover\:tw-to-amber-400:hover {
    --gradient-to-color: #fbbf24 !important;
  }

  .xl\:hover\:tw-to-amber-500:hover {
    --gradient-to-color: #f59e0b !important;
  }

  .xl\:hover\:tw-to-amber-600:hover {
    --gradient-to-color: #d97706 !important;
  }

  .xl\:hover\:tw-to-amber-700:hover {
    --gradient-to-color: #b45309 !important;
  }

  .xl\:hover\:tw-to-amber-800:hover {
    --gradient-to-color: #92400e !important;
  }

  .xl\:hover\:tw-to-amber-900:hover {
    --gradient-to-color: #78350f !important;
  }

  .xl\:hover\:tw-to-lime-50:hover {
    --gradient-to-color: #f7fee7 !important;
  }

  .xl\:hover\:tw-to-lime-100:hover {
    --gradient-to-color: #ecfccb !important;
  }

  .xl\:hover\:tw-to-lime-200:hover {
    --gradient-to-color: #d9f99d !important;
  }

  .xl\:hover\:tw-to-lime-300:hover {
    --gradient-to-color: #bef264 !important;
  }

  .xl\:hover\:tw-to-lime-400:hover {
    --gradient-to-color: #a3e635 !important;
  }

  .xl\:hover\:tw-to-lime-500:hover {
    --gradient-to-color: #84cc16 !important;
  }

  .xl\:hover\:tw-to-lime-600:hover {
    --gradient-to-color: #65a30d !important;
  }

  .xl\:hover\:tw-to-lime-700:hover {
    --gradient-to-color: #4d7c0f !important;
  }

  .xl\:hover\:tw-to-lime-800:hover {
    --gradient-to-color: #3f6212 !important;
  }

  .xl\:hover\:tw-to-lime-900:hover {
    --gradient-to-color: #365314 !important;
  }

  .xl\:hover\:tw-to-emerald-50:hover {
    --gradient-to-color: #ecfdf5 !important;
  }

  .xl\:hover\:tw-to-emerald-100:hover {
    --gradient-to-color: #d1fae5 !important;
  }

  .xl\:hover\:tw-to-emerald-200:hover {
    --gradient-to-color: #a7f3d0 !important;
  }

  .xl\:hover\:tw-to-emerald-300:hover {
    --gradient-to-color: #6ee7b7 !important;
  }

  .xl\:hover\:tw-to-emerald-400:hover {
    --gradient-to-color: #34d399 !important;
  }

  .xl\:hover\:tw-to-emerald-500:hover {
    --gradient-to-color: #10b981 !important;
  }

  .xl\:hover\:tw-to-emerald-600:hover {
    --gradient-to-color: #059669 !important;
  }

  .xl\:hover\:tw-to-emerald-700:hover {
    --gradient-to-color: #047857 !important;
  }

  .xl\:hover\:tw-to-emerald-800:hover {
    --gradient-to-color: #065f46 !important;
  }

  .xl\:hover\:tw-to-emerald-900:hover {
    --gradient-to-color: #064e3b !important;
  }

  .xl\:hover\:tw-to-cyan-50:hover {
    --gradient-to-color: #ecfeff !important;
  }

  .xl\:hover\:tw-to-cyan-100:hover {
    --gradient-to-color: #cffafe !important;
  }

  .xl\:hover\:tw-to-cyan-200:hover {
    --gradient-to-color: #a5f3fc !important;
  }

  .xl\:hover\:tw-to-cyan-300:hover {
    --gradient-to-color: #67e8f9 !important;
  }

  .xl\:hover\:tw-to-cyan-400:hover {
    --gradient-to-color: #22d3ee !important;
  }

  .xl\:hover\:tw-to-cyan-500:hover {
    --gradient-to-color: #06b6d4 !important;
  }

  .xl\:hover\:tw-to-cyan-600:hover {
    --gradient-to-color: #0891b2 !important;
  }

  .xl\:hover\:tw-to-cyan-700:hover {
    --gradient-to-color: #0e7490 !important;
  }

  .xl\:hover\:tw-to-cyan-800:hover {
    --gradient-to-color: #155e75 !important;
  }

  .xl\:hover\:tw-to-cyan-900:hover {
    --gradient-to-color: #164e63 !important;
  }

  .xl\:hover\:tw-to-sky-50:hover {
    --gradient-to-color: #f0f9ff !important;
  }

  .xl\:hover\:tw-to-sky-100:hover {
    --gradient-to-color: #e0f2fe !important;
  }

  .xl\:hover\:tw-to-sky-200:hover {
    --gradient-to-color: #bae6fd !important;
  }

  .xl\:hover\:tw-to-sky-300:hover {
    --gradient-to-color: #7dd3fc !important;
  }

  .xl\:hover\:tw-to-sky-400:hover {
    --gradient-to-color: #38bdf8 !important;
  }

  .xl\:hover\:tw-to-sky-500:hover {
    --gradient-to-color: #0ea5e9 !important;
  }

  .xl\:hover\:tw-to-sky-600:hover {
    --gradient-to-color: #0284c7 !important;
  }

  .xl\:hover\:tw-to-sky-700:hover {
    --gradient-to-color: #0369a1 !important;
  }

  .xl\:hover\:tw-to-sky-800:hover {
    --gradient-to-color: #075985 !important;
  }

  .xl\:hover\:tw-to-sky-900:hover {
    --gradient-to-color: #0c4a6e !important;
  }

  .xl\:hover\:tw-to-violet-50:hover {
    --gradient-to-color: #f5f3ff !important;
  }

  .xl\:hover\:tw-to-violet-100:hover {
    --gradient-to-color: #ede9fe !important;
  }

  .xl\:hover\:tw-to-violet-200:hover {
    --gradient-to-color: #ddd6fe !important;
  }

  .xl\:hover\:tw-to-violet-300:hover {
    --gradient-to-color: #c4b5fd !important;
  }

  .xl\:hover\:tw-to-violet-400:hover {
    --gradient-to-color: #a78bfa !important;
  }

  .xl\:hover\:tw-to-violet-500:hover {
    --gradient-to-color: #8b5cf6 !important;
  }

  .xl\:hover\:tw-to-violet-600:hover {
    --gradient-to-color: #7c3aed !important;
  }

  .xl\:hover\:tw-to-violet-700:hover {
    --gradient-to-color: #6d28d9 !important;
  }

  .xl\:hover\:tw-to-violet-800:hover {
    --gradient-to-color: #5b21b6 !important;
  }

  .xl\:hover\:tw-to-violet-900:hover {
    --gradient-to-color: #4c1d95 !important;
  }

  .xl\:hover\:tw-to-fuchsia-50:hover {
    --gradient-to-color: #fdf4ff !important;
  }

  .xl\:hover\:tw-to-fuchsia-100:hover {
    --gradient-to-color: #fae8ff !important;
  }

  .xl\:hover\:tw-to-fuchsia-200:hover {
    --gradient-to-color: #f5d0fe !important;
  }

  .xl\:hover\:tw-to-fuchsia-300:hover {
    --gradient-to-color: #f0abfc !important;
  }

  .xl\:hover\:tw-to-fuchsia-400:hover {
    --gradient-to-color: #e879f9 !important;
  }

  .xl\:hover\:tw-to-fuchsia-500:hover {
    --gradient-to-color: #d946ef !important;
  }

  .xl\:hover\:tw-to-fuchsia-600:hover {
    --gradient-to-color: #c026d3 !important;
  }

  .xl\:hover\:tw-to-fuchsia-700:hover {
    --gradient-to-color: #a21caf !important;
  }

  .xl\:hover\:tw-to-fuchsia-800:hover {
    --gradient-to-color: #86198f !important;
  }

  .xl\:hover\:tw-to-fuchsia-900:hover {
    --gradient-to-color: #701a75 !important;
  }

  .xl\:hover\:tw-to-rose-50:hover {
    --gradient-to-color: #fff1f2 !important;
  }

  .xl\:hover\:tw-to-rose-100:hover {
    --gradient-to-color: #ffe4e6 !important;
  }

  .xl\:hover\:tw-to-rose-200:hover {
    --gradient-to-color: #fecdd3 !important;
  }

  .xl\:hover\:tw-to-rose-300:hover {
    --gradient-to-color: #fda4af !important;
  }

  .xl\:hover\:tw-to-rose-400:hover {
    --gradient-to-color: #fb7185 !important;
  }

  .xl\:hover\:tw-to-rose-500:hover {
    --gradient-to-color: #f43f5e !important;
  }

  .xl\:hover\:tw-to-rose-600:hover {
    --gradient-to-color: #e11d48 !important;
  }

  .xl\:hover\:tw-to-rose-700:hover {
    --gradient-to-color: #be123c !important;
  }

  .xl\:hover\:tw-to-rose-800:hover {
    --gradient-to-color: #9f1239 !important;
  }

  .xl\:hover\:tw-to-rose-900:hover {
    --gradient-to-color: #881337 !important;
  }

  .xl\:focus\:tw-from-transparent:focus {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:tw-from-current:focus {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-black:focus {
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:tw-from-white:focus {
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-50:focus {
    --gradient-from-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-100:focus {
    --gradient-from-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-200:focus {
    --gradient-from-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-300:focus {
    --gradient-from-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-400:focus {
    --gradient-from-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-500:focus {
    --gradient-from-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-600:focus {
    --gradient-from-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-700:focus {
    --gradient-from-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-800:focus {
    --gradient-from-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-900:focus {
    --gradient-from-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .xl\:focus\:tw-from-red-50:focus {
    --gradient-from-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:focus\:tw-from-red-100:focus {
    --gradient-from-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:focus\:tw-from-red-200:focus {
    --gradient-from-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:focus\:tw-from-red-300:focus {
    --gradient-from-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:focus\:tw-from-red-400:focus {
    --gradient-from-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:focus\:tw-from-red-500:focus {
    --gradient-from-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:focus\:tw-from-red-600:focus {
    --gradient-from-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:focus\:tw-from-red-700:focus {
    --gradient-from-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:focus\:tw-from-red-800:focus {
    --gradient-from-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:focus\:tw-from-red-900:focus {
    --gradient-from-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-50:focus {
    --gradient-from-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-100:focus {
    --gradient-from-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-200:focus {
    --gradient-from-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-300:focus {
    --gradient-from-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-400:focus {
    --gradient-from-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-500:focus {
    --gradient-from-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-600:focus {
    --gradient-from-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-700:focus {
    --gradient-from-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-800:focus {
    --gradient-from-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-900:focus {
    --gradient-from-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-50:focus {
    --gradient-from-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-100:focus {
    --gradient-from-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-200:focus {
    --gradient-from-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-300:focus {
    --gradient-from-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-400:focus {
    --gradient-from-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-500:focus {
    --gradient-from-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-600:focus {
    --gradient-from-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-700:focus {
    --gradient-from-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-800:focus {
    --gradient-from-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-900:focus {
    --gradient-from-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .xl\:focus\:tw-from-green-50:focus {
    --gradient-from-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .xl\:focus\:tw-from-green-100:focus {
    --gradient-from-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .xl\:focus\:tw-from-green-200:focus {
    --gradient-from-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .xl\:focus\:tw-from-green-300:focus {
    --gradient-from-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .xl\:focus\:tw-from-green-400:focus {
    --gradient-from-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .xl\:focus\:tw-from-green-500:focus {
    --gradient-from-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .xl\:focus\:tw-from-green-600:focus {
    --gradient-from-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .xl\:focus\:tw-from-green-700:focus {
    --gradient-from-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .xl\:focus\:tw-from-green-800:focus {
    --gradient-from-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .xl\:focus\:tw-from-green-900:focus {
    --gradient-from-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-50:focus {
    --gradient-from-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-100:focus {
    --gradient-from-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-200:focus {
    --gradient-from-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-300:focus {
    --gradient-from-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-400:focus {
    --gradient-from-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-500:focus {
    --gradient-from-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-600:focus {
    --gradient-from-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-700:focus {
    --gradient-from-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-800:focus {
    --gradient-from-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-900:focus {
    --gradient-from-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-50:focus {
    --gradient-from-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-100:focus {
    --gradient-from-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-200:focus {
    --gradient-from-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-300:focus {
    --gradient-from-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-400:focus {
    --gradient-from-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-500:focus {
    --gradient-from-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-600:focus {
    --gradient-from-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-700:focus {
    --gradient-from-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-800:focus {
    --gradient-from-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-900:focus {
    --gradient-from-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-50:focus {
    --gradient-from-color: #eef2ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-100:focus {
    --gradient-from-color: #e0e7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-200:focus {
    --gradient-from-color: #c7d2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-300:focus {
    --gradient-from-color: #a5b4fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-400:focus {
    --gradient-from-color: #818cf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-500:focus {
    --gradient-from-color: #6366f1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-600:focus {
    --gradient-from-color: #4f46e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-700:focus {
    --gradient-from-color: #4338ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-800:focus {
    --gradient-from-color: #3730a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-900:focus {
    --gradient-from-color: #312e81 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-50:focus {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-100:focus {
    --gradient-from-color: #f3e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-200:focus {
    --gradient-from-color: #e9d5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-300:focus {
    --gradient-from-color: #d8b4fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-400:focus {
    --gradient-from-color: #c084fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-500:focus {
    --gradient-from-color: #a855f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-600:focus {
    --gradient-from-color: #9333ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-700:focus {
    --gradient-from-color: #7e22ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-800:focus {
    --gradient-from-color: #6b21a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-900:focus {
    --gradient-from-color: #581c87 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-50:focus {
    --gradient-from-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-100:focus {
    --gradient-from-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-200:focus {
    --gradient-from-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-300:focus {
    --gradient-from-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-400:focus {
    --gradient-from-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-500:focus {
    --gradient-from-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-600:focus {
    --gradient-from-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-700:focus {
    --gradient-from-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-800:focus {
    --gradient-from-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-900:focus {
    --gradient-from-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .xl\:focus\:tw-from-app-main:focus {
    --gradient-from-color: #F18D11 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
  }

  .xl\:focus\:tw-from-app-sub-blue:focus {
    --gradient-from-color: #1E548F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
  }

  .xl\:focus\:tw-from-app-yellow:focus {
    --gradient-from-color: #FFF5D1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
  }

  .xl\:focus\:tw-from-theme-primary:focus {
    --gradient-from-color: #f3980f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
  }

  .xl\:focus\:tw-from-theme-info:focus {
    --gradient-from-color: #1b925a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
  }

  .xl\:focus\:tw-from-slate-50:focus {
    --gradient-from-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .xl\:focus\:tw-from-slate-100:focus {
    --gradient-from-color: #f1f5f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
  }

  .xl\:focus\:tw-from-slate-200:focus {
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:focus\:tw-from-slate-300:focus {
    --gradient-from-color: #cbd5e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
  }

  .xl\:focus\:tw-from-slate-400:focus {
    --gradient-from-color: #94a3b8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
  }

  .xl\:focus\:tw-from-slate-500:focus {
    --gradient-from-color: #64748b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
  }

  .xl\:focus\:tw-from-slate-600:focus {
    --gradient-from-color: #475569 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
  }

  .xl\:focus\:tw-from-slate-700:focus {
    --gradient-from-color: #334155 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
  }

  .xl\:focus\:tw-from-slate-800:focus {
    --gradient-from-color: #1e293b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
  }

  .xl\:focus\:tw-from-slate-900:focus {
    --gradient-from-color: #0f172a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
  }

  .xl\:focus\:tw-from-zinc-50:focus {
    --gradient-from-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:focus\:tw-from-zinc-100:focus {
    --gradient-from-color: #f4f4f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
  }

  .xl\:focus\:tw-from-zinc-200:focus {
    --gradient-from-color: #e4e4e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
  }

  .xl\:focus\:tw-from-zinc-300:focus {
    --gradient-from-color: #d4d4d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
  }

  .xl\:focus\:tw-from-zinc-400:focus {
    --gradient-from-color: #a1a1aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
  }

  .xl\:focus\:tw-from-zinc-500:focus {
    --gradient-from-color: #71717a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
  }

  .xl\:focus\:tw-from-zinc-600:focus {
    --gradient-from-color: #52525b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
  }

  .xl\:focus\:tw-from-zinc-700:focus {
    --gradient-from-color: #3f3f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
  }

  .xl\:focus\:tw-from-zinc-800:focus {
    --gradient-from-color: #27272a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
  }

  .xl\:focus\:tw-from-zinc-900:focus {
    --gradient-from-color: #18181b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
  }

  .xl\:focus\:tw-from-neutral-50:focus {
    --gradient-from-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:focus\:tw-from-neutral-100:focus {
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:focus\:tw-from-neutral-200:focus {
    --gradient-from-color: #e5e5e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
  }

  .xl\:focus\:tw-from-neutral-300:focus {
    --gradient-from-color: #d4d4d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
  }

  .xl\:focus\:tw-from-neutral-400:focus {
    --gradient-from-color: #a3a3a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
  }

  .xl\:focus\:tw-from-neutral-500:focus {
    --gradient-from-color: #737373 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
  }

  .xl\:focus\:tw-from-neutral-600:focus {
    --gradient-from-color: #525252 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
  }

  .xl\:focus\:tw-from-neutral-700:focus {
    --gradient-from-color: #404040 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
  }

  .xl\:focus\:tw-from-neutral-800:focus {
    --gradient-from-color: #262626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
  }

  .xl\:focus\:tw-from-neutral-900:focus {
    --gradient-from-color: #171717 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
  }

  .xl\:focus\:tw-from-stone-50:focus {
    --gradient-from-color: #fafaf9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
  }

  .xl\:focus\:tw-from-stone-100:focus {
    --gradient-from-color: #f5f5f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
  }

  .xl\:focus\:tw-from-stone-200:focus {
    --gradient-from-color: #e7e5e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
  }

  .xl\:focus\:tw-from-stone-300:focus {
    --gradient-from-color: #d6d3d1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
  }

  .xl\:focus\:tw-from-stone-400:focus {
    --gradient-from-color: #a8a29e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
  }

  .xl\:focus\:tw-from-stone-500:focus {
    --gradient-from-color: #78716c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
  }

  .xl\:focus\:tw-from-stone-600:focus {
    --gradient-from-color: #57534e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
  }

  .xl\:focus\:tw-from-stone-700:focus {
    --gradient-from-color: #44403c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
  }

  .xl\:focus\:tw-from-stone-800:focus {
    --gradient-from-color: #292524 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
  }

  .xl\:focus\:tw-from-stone-900:focus {
    --gradient-from-color: #1c1917 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
  }

  .xl\:focus\:tw-from-amber-50:focus {
    --gradient-from-color: #fffbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
  }

  .xl\:focus\:tw-from-amber-100:focus {
    --gradient-from-color: #fef3c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
  }

  .xl\:focus\:tw-from-amber-200:focus {
    --gradient-from-color: #fde68a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
  }

  .xl\:focus\:tw-from-amber-300:focus {
    --gradient-from-color: #fcd34d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
  }

  .xl\:focus\:tw-from-amber-400:focus {
    --gradient-from-color: #fbbf24 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
  }

  .xl\:focus\:tw-from-amber-500:focus {
    --gradient-from-color: #f59e0b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .xl\:focus\:tw-from-amber-600:focus {
    --gradient-from-color: #d97706 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
  }

  .xl\:focus\:tw-from-amber-700:focus {
    --gradient-from-color: #b45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .xl\:focus\:tw-from-amber-800:focus {
    --gradient-from-color: #92400e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
  }

  .xl\:focus\:tw-from-amber-900:focus {
    --gradient-from-color: #78350f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
  }

  .xl\:focus\:tw-from-lime-50:focus {
    --gradient-from-color: #f7fee7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
  }

  .xl\:focus\:tw-from-lime-100:focus {
    --gradient-from-color: #ecfccb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
  }

  .xl\:focus\:tw-from-lime-200:focus {
    --gradient-from-color: #d9f99d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
  }

  .xl\:focus\:tw-from-lime-300:focus {
    --gradient-from-color: #bef264 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
  }

  .xl\:focus\:tw-from-lime-400:focus {
    --gradient-from-color: #a3e635 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
  }

  .xl\:focus\:tw-from-lime-500:focus {
    --gradient-from-color: #84cc16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
  }

  .xl\:focus\:tw-from-lime-600:focus {
    --gradient-from-color: #65a30d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
  }

  .xl\:focus\:tw-from-lime-700:focus {
    --gradient-from-color: #4d7c0f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
  }

  .xl\:focus\:tw-from-lime-800:focus {
    --gradient-from-color: #3f6212 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
  }

  .xl\:focus\:tw-from-lime-900:focus {
    --gradient-from-color: #365314 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
  }

  .xl\:focus\:tw-from-emerald-50:focus {
    --gradient-from-color: #ecfdf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
  }

  .xl\:focus\:tw-from-emerald-100:focus {
    --gradient-from-color: #d1fae5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
  }

  .xl\:focus\:tw-from-emerald-200:focus {
    --gradient-from-color: #a7f3d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
  }

  .xl\:focus\:tw-from-emerald-300:focus {
    --gradient-from-color: #6ee7b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
  }

  .xl\:focus\:tw-from-emerald-400:focus {
    --gradient-from-color: #34d399 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
  }

  .xl\:focus\:tw-from-emerald-500:focus {
    --gradient-from-color: #10b981 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
  }

  .xl\:focus\:tw-from-emerald-600:focus {
    --gradient-from-color: #059669 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
  }

  .xl\:focus\:tw-from-emerald-700:focus {
    --gradient-from-color: #047857 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
  }

  .xl\:focus\:tw-from-emerald-800:focus {
    --gradient-from-color: #065f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
  }

  .xl\:focus\:tw-from-emerald-900:focus {
    --gradient-from-color: #064e3b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
  }

  .xl\:focus\:tw-from-cyan-50:focus {
    --gradient-from-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-cyan-100:focus {
    --gradient-from-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .xl\:focus\:tw-from-cyan-200:focus {
    --gradient-from-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .xl\:focus\:tw-from-cyan-300:focus {
    --gradient-from-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .xl\:focus\:tw-from-cyan-400:focus {
    --gradient-from-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .xl\:focus\:tw-from-cyan-500:focus {
    --gradient-from-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .xl\:focus\:tw-from-cyan-600:focus {
    --gradient-from-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .xl\:focus\:tw-from-cyan-700:focus {
    --gradient-from-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .xl\:focus\:tw-from-cyan-800:focus {
    --gradient-from-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .xl\:focus\:tw-from-cyan-900:focus {
    --gradient-from-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .xl\:focus\:tw-from-sky-50:focus {
    --gradient-from-color: #f0f9ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-sky-100:focus {
    --gradient-from-color: #e0f2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
  }

  .xl\:focus\:tw-from-sky-200:focus {
    --gradient-from-color: #bae6fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
  }

  .xl\:focus\:tw-from-sky-300:focus {
    --gradient-from-color: #7dd3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
  }

  .xl\:focus\:tw-from-sky-400:focus {
    --gradient-from-color: #38bdf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
  }

  .xl\:focus\:tw-from-sky-500:focus {
    --gradient-from-color: #0ea5e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
  }

  .xl\:focus\:tw-from-sky-600:focus {
    --gradient-from-color: #0284c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
  }

  .xl\:focus\:tw-from-sky-700:focus {
    --gradient-from-color: #0369a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
  }

  .xl\:focus\:tw-from-sky-800:focus {
    --gradient-from-color: #075985 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
  }

  .xl\:focus\:tw-from-sky-900:focus {
    --gradient-from-color: #0c4a6e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
  }

  .xl\:focus\:tw-from-violet-50:focus {
    --gradient-from-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-violet-100:focus {
    --gradient-from-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .xl\:focus\:tw-from-violet-200:focus {
    --gradient-from-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .xl\:focus\:tw-from-violet-300:focus {
    --gradient-from-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .xl\:focus\:tw-from-violet-400:focus {
    --gradient-from-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .xl\:focus\:tw-from-violet-500:focus {
    --gradient-from-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .xl\:focus\:tw-from-violet-600:focus {
    --gradient-from-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .xl\:focus\:tw-from-violet-700:focus {
    --gradient-from-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .xl\:focus\:tw-from-violet-800:focus {
    --gradient-from-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .xl\:focus\:tw-from-violet-900:focus {
    --gradient-from-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .xl\:focus\:tw-from-fuchsia-50:focus {
    --gradient-from-color: #fdf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-fuchsia-100:focus {
    --gradient-from-color: #fae8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-fuchsia-200:focus {
    --gradient-from-color: #f5d0fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
  }

  .xl\:focus\:tw-from-fuchsia-300:focus {
    --gradient-from-color: #f0abfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
  }

  .xl\:focus\:tw-from-fuchsia-400:focus {
    --gradient-from-color: #e879f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
  }

  .xl\:focus\:tw-from-fuchsia-500:focus {
    --gradient-from-color: #d946ef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
  }

  .xl\:focus\:tw-from-fuchsia-600:focus {
    --gradient-from-color: #c026d3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
  }

  .xl\:focus\:tw-from-fuchsia-700:focus {
    --gradient-from-color: #a21caf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
  }

  .xl\:focus\:tw-from-fuchsia-800:focus {
    --gradient-from-color: #86198f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
  }

  .xl\:focus\:tw-from-fuchsia-900:focus {
    --gradient-from-color: #701a75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
  }

  .xl\:focus\:tw-from-rose-50:focus {
    --gradient-from-color: #fff1f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
  }

  .xl\:focus\:tw-from-rose-100:focus {
    --gradient-from-color: #ffe4e6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
  }

  .xl\:focus\:tw-from-rose-200:focus {
    --gradient-from-color: #fecdd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
  }

  .xl\:focus\:tw-from-rose-300:focus {
    --gradient-from-color: #fda4af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
  }

  .xl\:focus\:tw-from-rose-400:focus {
    --gradient-from-color: #fb7185 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
  }

  .xl\:focus\:tw-from-rose-500:focus {
    --gradient-from-color: #f43f5e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
  }

  .xl\:focus\:tw-from-rose-600:focus {
    --gradient-from-color: #e11d48 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
  }

  .xl\:focus\:tw-from-rose-700:focus {
    --gradient-from-color: #be123c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
  }

  .xl\:focus\:tw-from-rose-800:focus {
    --gradient-from-color: #9f1239 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
  }

  .xl\:focus\:tw-from-rose-900:focus {
    --gradient-from-color: #881337 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
  }

  .xl\:focus\:tw-via-transparent:focus {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:tw-via-current:focus {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-black:focus {
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:tw-via-white:focus {
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-50:focus {
    --gradient-via-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-100:focus {
    --gradient-via-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-200:focus {
    --gradient-via-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-300:focus {
    --gradient-via-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-400:focus {
    --gradient-via-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-500:focus {
    --gradient-via-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-600:focus {
    --gradient-via-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-700:focus {
    --gradient-via-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-800:focus {
    --gradient-via-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-900:focus {
    --gradient-via-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .xl\:focus\:tw-via-red-50:focus {
    --gradient-via-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:focus\:tw-via-red-100:focus {
    --gradient-via-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:focus\:tw-via-red-200:focus {
    --gradient-via-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:focus\:tw-via-red-300:focus {
    --gradient-via-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:focus\:tw-via-red-400:focus {
    --gradient-via-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:focus\:tw-via-red-500:focus {
    --gradient-via-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:focus\:tw-via-red-600:focus {
    --gradient-via-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:focus\:tw-via-red-700:focus {
    --gradient-via-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:focus\:tw-via-red-800:focus {
    --gradient-via-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:focus\:tw-via-red-900:focus {
    --gradient-via-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-50:focus {
    --gradient-via-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-100:focus {
    --gradient-via-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-200:focus {
    --gradient-via-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-300:focus {
    --gradient-via-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-400:focus {
    --gradient-via-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-500:focus {
    --gradient-via-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-600:focus {
    --gradient-via-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-700:focus {
    --gradient-via-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-800:focus {
    --gradient-via-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-900:focus {
    --gradient-via-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-50:focus {
    --gradient-via-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-100:focus {
    --gradient-via-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-200:focus {
    --gradient-via-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-300:focus {
    --gradient-via-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-400:focus {
    --gradient-via-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-500:focus {
    --gradient-via-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-600:focus {
    --gradient-via-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-700:focus {
    --gradient-via-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-800:focus {
    --gradient-via-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-900:focus {
    --gradient-via-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .xl\:focus\:tw-via-green-50:focus {
    --gradient-via-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .xl\:focus\:tw-via-green-100:focus {
    --gradient-via-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .xl\:focus\:tw-via-green-200:focus {
    --gradient-via-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .xl\:focus\:tw-via-green-300:focus {
    --gradient-via-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .xl\:focus\:tw-via-green-400:focus {
    --gradient-via-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .xl\:focus\:tw-via-green-500:focus {
    --gradient-via-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .xl\:focus\:tw-via-green-600:focus {
    --gradient-via-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .xl\:focus\:tw-via-green-700:focus {
    --gradient-via-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .xl\:focus\:tw-via-green-800:focus {
    --gradient-via-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .xl\:focus\:tw-via-green-900:focus {
    --gradient-via-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-50:focus {
    --gradient-via-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-100:focus {
    --gradient-via-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-200:focus {
    --gradient-via-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-300:focus {
    --gradient-via-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-400:focus {
    --gradient-via-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-500:focus {
    --gradient-via-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-600:focus {
    --gradient-via-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-700:focus {
    --gradient-via-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-800:focus {
    --gradient-via-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-900:focus {
    --gradient-via-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-50:focus {
    --gradient-via-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-100:focus {
    --gradient-via-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-200:focus {
    --gradient-via-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-300:focus {
    --gradient-via-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-400:focus {
    --gradient-via-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-500:focus {
    --gradient-via-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-600:focus {
    --gradient-via-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-700:focus {
    --gradient-via-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-800:focus {
    --gradient-via-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-900:focus {
    --gradient-via-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-50:focus {
    --gradient-via-color: #eef2ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 242, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-100:focus {
    --gradient-via-color: #e0e7ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 231, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-200:focus {
    --gradient-via-color: #c7d2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(199, 210, 254, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-300:focus {
    --gradient-via-color: #a5b4fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 180, 252, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-400:focus {
    --gradient-via-color: #818cf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 140, 248, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-500:focus {
    --gradient-via-color: #6366f1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 102, 241, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-600:focus {
    --gradient-via-color: #4f46e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 70, 229, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-700:focus {
    --gradient-via-color: #4338ca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 56, 202, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-800:focus {
    --gradient-via-color: #3730a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 48, 163, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-900:focus {
    --gradient-via-color: #312e81 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 46, 129, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-50:focus {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-100:focus {
    --gradient-via-color: #f3e8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 232, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-200:focus {
    --gradient-via-color: #e9d5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 213, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-300:focus {
    --gradient-via-color: #d8b4fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 180, 254, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-400:focus {
    --gradient-via-color: #c084fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 132, 252, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-500:focus {
    --gradient-via-color: #a855f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 85, 247, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-600:focus {
    --gradient-via-color: #9333ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 51, 234, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-700:focus {
    --gradient-via-color: #7e22ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 34, 206, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-800:focus {
    --gradient-via-color: #6b21a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 33, 168, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-900:focus {
    --gradient-via-color: #581c87 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(88, 28, 135, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-50:focus {
    --gradient-via-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-100:focus {
    --gradient-via-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-200:focus {
    --gradient-via-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-300:focus {
    --gradient-via-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-400:focus {
    --gradient-via-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-500:focus {
    --gradient-via-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-600:focus {
    --gradient-via-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-700:focus {
    --gradient-via-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-800:focus {
    --gradient-via-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-900:focus {
    --gradient-via-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .xl\:focus\:tw-via-app-main:focus {
    --gradient-via-color: #F18D11 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 141, 17, 0)) !important;
  }

  .xl\:focus\:tw-via-app-sub-blue:focus {
    --gradient-via-color: #1E548F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 84, 143, 0)) !important;
  }

  .xl\:focus\:tw-via-app-yellow:focus {
    --gradient-via-color: #FFF5D1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 209, 0)) !important;
  }

  .xl\:focus\:tw-via-theme-primary:focus {
    --gradient-via-color: #f3980f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 152, 15, 0)) !important;
  }

  .xl\:focus\:tw-via-theme-info:focus {
    --gradient-via-color: #1b925a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(27, 146, 90, 0)) !important;
  }

  .xl\:focus\:tw-via-slate-50:focus {
    --gradient-via-color: #f8fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 250, 252, 0)) !important;
  }

  .xl\:focus\:tw-via-slate-100:focus {
    --gradient-via-color: #f1f5f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 245, 249, 0)) !important;
  }

  .xl\:focus\:tw-via-slate-200:focus {
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:focus\:tw-via-slate-300:focus {
    --gradient-via-color: #cbd5e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 225, 0)) !important;
  }

  .xl\:focus\:tw-via-slate-400:focus {
    --gradient-via-color: #94a3b8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(148, 163, 184, 0)) !important;
  }

  .xl\:focus\:tw-via-slate-500:focus {
    --gradient-via-color: #64748b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 116, 139, 0)) !important;
  }

  .xl\:focus\:tw-via-slate-600:focus {
    --gradient-via-color: #475569 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(71, 85, 105, 0)) !important;
  }

  .xl\:focus\:tw-via-slate-700:focus {
    --gradient-via-color: #334155 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 65, 85, 0)) !important;
  }

  .xl\:focus\:tw-via-slate-800:focus {
    --gradient-via-color: #1e293b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 41, 59, 0)) !important;
  }

  .xl\:focus\:tw-via-slate-900:focus {
    --gradient-via-color: #0f172a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 23, 42, 0)) !important;
  }

  .xl\:focus\:tw-via-zinc-50:focus {
    --gradient-via-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:focus\:tw-via-zinc-100:focus {
    --gradient-via-color: #f4f4f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 244, 245, 0)) !important;
  }

  .xl\:focus\:tw-via-zinc-200:focus {
    --gradient-via-color: #e4e4e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 228, 231, 0)) !important;
  }

  .xl\:focus\:tw-via-zinc-300:focus {
    --gradient-via-color: #d4d4d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 216, 0)) !important;
  }

  .xl\:focus\:tw-via-zinc-400:focus {
    --gradient-via-color: #a1a1aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 161, 170, 0)) !important;
  }

  .xl\:focus\:tw-via-zinc-500:focus {
    --gradient-via-color: #71717a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 113, 122, 0)) !important;
  }

  .xl\:focus\:tw-via-zinc-600:focus {
    --gradient-via-color: #52525b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 91, 0)) !important;
  }

  .xl\:focus\:tw-via-zinc-700:focus {
    --gradient-via-color: #3f3f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 63, 70, 0)) !important;
  }

  .xl\:focus\:tw-via-zinc-800:focus {
    --gradient-via-color: #27272a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 39, 42, 0)) !important;
  }

  .xl\:focus\:tw-via-zinc-900:focus {
    --gradient-via-color: #18181b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 24, 27, 0)) !important;
  }

  .xl\:focus\:tw-via-neutral-50:focus {
    --gradient-via-color: #fafafa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:focus\:tw-via-neutral-100:focus {
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:focus\:tw-via-neutral-200:focus {
    --gradient-via-color: #e5e5e5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 229, 229, 0)) !important;
  }

  .xl\:focus\:tw-via-neutral-300:focus {
    --gradient-via-color: #d4d4d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(212, 212, 212, 0)) !important;
  }

  .xl\:focus\:tw-via-neutral-400:focus {
    --gradient-via-color: #a3a3a3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 163, 163, 0)) !important;
  }

  .xl\:focus\:tw-via-neutral-500:focus {
    --gradient-via-color: #737373 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(115, 115, 115, 0)) !important;
  }

  .xl\:focus\:tw-via-neutral-600:focus {
    --gradient-via-color: #525252 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 82, 82, 0)) !important;
  }

  .xl\:focus\:tw-via-neutral-700:focus {
    --gradient-via-color: #404040 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 64, 0)) !important;
  }

  .xl\:focus\:tw-via-neutral-800:focus {
    --gradient-via-color: #262626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(38, 38, 38, 0)) !important;
  }

  .xl\:focus\:tw-via-neutral-900:focus {
    --gradient-via-color: #171717 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 23, 23, 0)) !important;
  }

  .xl\:focus\:tw-via-stone-50:focus {
    --gradient-via-color: #fafaf9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 250, 249, 0)) !important;
  }

  .xl\:focus\:tw-via-stone-100:focus {
    --gradient-via-color: #f5f5f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 244, 0)) !important;
  }

  .xl\:focus\:tw-via-stone-200:focus {
    --gradient-via-color: #e7e5e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 229, 228, 0)) !important;
  }

  .xl\:focus\:tw-via-stone-300:focus {
    --gradient-via-color: #d6d3d1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 211, 209, 0)) !important;
  }

  .xl\:focus\:tw-via-stone-400:focus {
    --gradient-via-color: #a8a29e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 162, 158, 0)) !important;
  }

  .xl\:focus\:tw-via-stone-500:focus {
    --gradient-via-color: #78716c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 113, 108, 0)) !important;
  }

  .xl\:focus\:tw-via-stone-600:focus {
    --gradient-via-color: #57534e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 83, 78, 0)) !important;
  }

  .xl\:focus\:tw-via-stone-700:focus {
    --gradient-via-color: #44403c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 64, 60, 0)) !important;
  }

  .xl\:focus\:tw-via-stone-800:focus {
    --gradient-via-color: #292524 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(41, 37, 36, 0)) !important;
  }

  .xl\:focus\:tw-via-stone-900:focus {
    --gradient-via-color: #1c1917 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(28, 25, 23, 0)) !important;
  }

  .xl\:focus\:tw-via-amber-50:focus {
    --gradient-via-color: #fffbeb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 251, 235, 0)) !important;
  }

  .xl\:focus\:tw-via-amber-100:focus {
    --gradient-via-color: #fef3c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 243, 199, 0)) !important;
  }

  .xl\:focus\:tw-via-amber-200:focus {
    --gradient-via-color: #fde68a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 230, 138, 0)) !important;
  }

  .xl\:focus\:tw-via-amber-300:focus {
    --gradient-via-color: #fcd34d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 211, 77, 0)) !important;
  }

  .xl\:focus\:tw-via-amber-400:focus {
    --gradient-via-color: #fbbf24 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 191, 36, 0)) !important;
  }

  .xl\:focus\:tw-via-amber-500:focus {
    --gradient-via-color: #f59e0b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .xl\:focus\:tw-via-amber-600:focus {
    --gradient-via-color: #d97706 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 119, 6, 0)) !important;
  }

  .xl\:focus\:tw-via-amber-700:focus {
    --gradient-via-color: #b45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .xl\:focus\:tw-via-amber-800:focus {
    --gradient-via-color: #92400e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 64, 14, 0)) !important;
  }

  .xl\:focus\:tw-via-amber-900:focus {
    --gradient-via-color: #78350f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(120, 53, 15, 0)) !important;
  }

  .xl\:focus\:tw-via-lime-50:focus {
    --gradient-via-color: #f7fee7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 254, 231, 0)) !important;
  }

  .xl\:focus\:tw-via-lime-100:focus {
    --gradient-via-color: #ecfccb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 252, 203, 0)) !important;
  }

  .xl\:focus\:tw-via-lime-200:focus {
    --gradient-via-color: #d9f99d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 249, 157, 0)) !important;
  }

  .xl\:focus\:tw-via-lime-300:focus {
    --gradient-via-color: #bef264 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 242, 100, 0)) !important;
  }

  .xl\:focus\:tw-via-lime-400:focus {
    --gradient-via-color: #a3e635 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 230, 53, 0)) !important;
  }

  .xl\:focus\:tw-via-lime-500:focus {
    --gradient-via-color: #84cc16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(132, 204, 22, 0)) !important;
  }

  .xl\:focus\:tw-via-lime-600:focus {
    --gradient-via-color: #65a30d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 163, 13, 0)) !important;
  }

  .xl\:focus\:tw-via-lime-700:focus {
    --gradient-via-color: #4d7c0f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(77, 124, 15, 0)) !important;
  }

  .xl\:focus\:tw-via-lime-800:focus {
    --gradient-via-color: #3f6212 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 98, 18, 0)) !important;
  }

  .xl\:focus\:tw-via-lime-900:focus {
    --gradient-via-color: #365314 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(54, 83, 20, 0)) !important;
  }

  .xl\:focus\:tw-via-emerald-50:focus {
    --gradient-via-color: #ecfdf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 253, 245, 0)) !important;
  }

  .xl\:focus\:tw-via-emerald-100:focus {
    --gradient-via-color: #d1fae5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 250, 229, 0)) !important;
  }

  .xl\:focus\:tw-via-emerald-200:focus {
    --gradient-via-color: #a7f3d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 243, 208, 0)) !important;
  }

  .xl\:focus\:tw-via-emerald-300:focus {
    --gradient-via-color: #6ee7b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(110, 231, 183, 0)) !important;
  }

  .xl\:focus\:tw-via-emerald-400:focus {
    --gradient-via-color: #34d399 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(52, 211, 153, 0)) !important;
  }

  .xl\:focus\:tw-via-emerald-500:focus {
    --gradient-via-color: #10b981 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(16, 185, 129, 0)) !important;
  }

  .xl\:focus\:tw-via-emerald-600:focus {
    --gradient-via-color: #059669 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 150, 105, 0)) !important;
  }

  .xl\:focus\:tw-via-emerald-700:focus {
    --gradient-via-color: #047857 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(4, 120, 87, 0)) !important;
  }

  .xl\:focus\:tw-via-emerald-800:focus {
    --gradient-via-color: #065f46 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 95, 70, 0)) !important;
  }

  .xl\:focus\:tw-via-emerald-900:focus {
    --gradient-via-color: #064e3b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 78, 59, 0)) !important;
  }

  .xl\:focus\:tw-via-cyan-50:focus {
    --gradient-via-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-cyan-100:focus {
    --gradient-via-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .xl\:focus\:tw-via-cyan-200:focus {
    --gradient-via-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .xl\:focus\:tw-via-cyan-300:focus {
    --gradient-via-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .xl\:focus\:tw-via-cyan-400:focus {
    --gradient-via-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .xl\:focus\:tw-via-cyan-500:focus {
    --gradient-via-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .xl\:focus\:tw-via-cyan-600:focus {
    --gradient-via-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .xl\:focus\:tw-via-cyan-700:focus {
    --gradient-via-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .xl\:focus\:tw-via-cyan-800:focus {
    --gradient-via-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .xl\:focus\:tw-via-cyan-900:focus {
    --gradient-via-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .xl\:focus\:tw-via-sky-50:focus {
    --gradient-via-color: #f0f9ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 249, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-sky-100:focus {
    --gradient-via-color: #e0f2fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(224, 242, 254, 0)) !important;
  }

  .xl\:focus\:tw-via-sky-200:focus {
    --gradient-via-color: #bae6fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 230, 253, 0)) !important;
  }

  .xl\:focus\:tw-via-sky-300:focus {
    --gradient-via-color: #7dd3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 211, 252, 0)) !important;
  }

  .xl\:focus\:tw-via-sky-400:focus {
    --gradient-via-color: #38bdf8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 189, 248, 0)) !important;
  }

  .xl\:focus\:tw-via-sky-500:focus {
    --gradient-via-color: #0ea5e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 165, 233, 0)) !important;
  }

  .xl\:focus\:tw-via-sky-600:focus {
    --gradient-via-color: #0284c7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 132, 199, 0)) !important;
  }

  .xl\:focus\:tw-via-sky-700:focus {
    --gradient-via-color: #0369a1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(3, 105, 161, 0)) !important;
  }

  .xl\:focus\:tw-via-sky-800:focus {
    --gradient-via-color: #075985 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(7, 89, 133, 0)) !important;
  }

  .xl\:focus\:tw-via-sky-900:focus {
    --gradient-via-color: #0c4a6e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(12, 74, 110, 0)) !important;
  }

  .xl\:focus\:tw-via-violet-50:focus {
    --gradient-via-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-violet-100:focus {
    --gradient-via-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .xl\:focus\:tw-via-violet-200:focus {
    --gradient-via-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .xl\:focus\:tw-via-violet-300:focus {
    --gradient-via-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .xl\:focus\:tw-via-violet-400:focus {
    --gradient-via-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .xl\:focus\:tw-via-violet-500:focus {
    --gradient-via-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .xl\:focus\:tw-via-violet-600:focus {
    --gradient-via-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .xl\:focus\:tw-via-violet-700:focus {
    --gradient-via-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .xl\:focus\:tw-via-violet-800:focus {
    --gradient-via-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .xl\:focus\:tw-via-violet-900:focus {
    --gradient-via-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .xl\:focus\:tw-via-fuchsia-50:focus {
    --gradient-via-color: #fdf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 244, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-fuchsia-100:focus {
    --gradient-via-color: #fae8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 232, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-fuchsia-200:focus {
    --gradient-via-color: #f5d0fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 208, 254, 0)) !important;
  }

  .xl\:focus\:tw-via-fuchsia-300:focus {
    --gradient-via-color: #f0abfc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 171, 252, 0)) !important;
  }

  .xl\:focus\:tw-via-fuchsia-400:focus {
    --gradient-via-color: #e879f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(232, 121, 249, 0)) !important;
  }

  .xl\:focus\:tw-via-fuchsia-500:focus {
    --gradient-via-color: #d946ef !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 70, 239, 0)) !important;
  }

  .xl\:focus\:tw-via-fuchsia-600:focus {
    --gradient-via-color: #c026d3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 38, 211, 0)) !important;
  }

  .xl\:focus\:tw-via-fuchsia-700:focus {
    --gradient-via-color: #a21caf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(162, 28, 175, 0)) !important;
  }

  .xl\:focus\:tw-via-fuchsia-800:focus {
    --gradient-via-color: #86198f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 25, 143, 0)) !important;
  }

  .xl\:focus\:tw-via-fuchsia-900:focus {
    --gradient-via-color: #701a75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 26, 117, 0)) !important;
  }

  .xl\:focus\:tw-via-rose-50:focus {
    --gradient-via-color: #fff1f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 241, 242, 0)) !important;
  }

  .xl\:focus\:tw-via-rose-100:focus {
    --gradient-via-color: #ffe4e6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 228, 230, 0)) !important;
  }

  .xl\:focus\:tw-via-rose-200:focus {
    --gradient-via-color: #fecdd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 205, 211, 0)) !important;
  }

  .xl\:focus\:tw-via-rose-300:focus {
    --gradient-via-color: #fda4af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 164, 175, 0)) !important;
  }

  .xl\:focus\:tw-via-rose-400:focus {
    --gradient-via-color: #fb7185 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 113, 133, 0)) !important;
  }

  .xl\:focus\:tw-via-rose-500:focus {
    --gradient-via-color: #f43f5e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 63, 94, 0)) !important;
  }

  .xl\:focus\:tw-via-rose-600:focus {
    --gradient-via-color: #e11d48 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 29, 72, 0)) !important;
  }

  .xl\:focus\:tw-via-rose-700:focus {
    --gradient-via-color: #be123c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 18, 60, 0)) !important;
  }

  .xl\:focus\:tw-via-rose-800:focus {
    --gradient-via-color: #9f1239 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 18, 57, 0)) !important;
  }

  .xl\:focus\:tw-via-rose-900:focus {
    --gradient-via-color: #881337 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 19, 55, 0)) !important;
  }

  .xl\:focus\:tw-to-transparent:focus {
    --gradient-to-color: transparent !important;
  }

  .xl\:focus\:tw-to-current:focus {
    --gradient-to-color: currentColor !important;
  }

  .xl\:focus\:tw-to-black:focus {
    --gradient-to-color: #000 !important;
  }

  .xl\:focus\:tw-to-white:focus {
    --gradient-to-color: #fff !important;
  }

  .xl\:focus\:tw-to-gray-50:focus {
    --gradient-to-color: #f9fafb !important;
  }

  .xl\:focus\:tw-to-gray-100:focus {
    --gradient-to-color: #f3f4f6 !important;
  }

  .xl\:focus\:tw-to-gray-200:focus {
    --gradient-to-color: #e5e7eb !important;
  }

  .xl\:focus\:tw-to-gray-300:focus {
    --gradient-to-color: #d1d5db !important;
  }

  .xl\:focus\:tw-to-gray-400:focus {
    --gradient-to-color: #9ca3af !important;
  }

  .xl\:focus\:tw-to-gray-500:focus {
    --gradient-to-color: #6b7280 !important;
  }

  .xl\:focus\:tw-to-gray-600:focus {
    --gradient-to-color: #4b5563 !important;
  }

  .xl\:focus\:tw-to-gray-700:focus {
    --gradient-to-color: #374151 !important;
  }

  .xl\:focus\:tw-to-gray-800:focus {
    --gradient-to-color: #1f2937 !important;
  }

  .xl\:focus\:tw-to-gray-900:focus {
    --gradient-to-color: #111827 !important;
  }

  .xl\:focus\:tw-to-red-50:focus {
    --gradient-to-color: #fef2f2 !important;
  }

  .xl\:focus\:tw-to-red-100:focus {
    --gradient-to-color: #fee2e2 !important;
  }

  .xl\:focus\:tw-to-red-200:focus {
    --gradient-to-color: #fecaca !important;
  }

  .xl\:focus\:tw-to-red-300:focus {
    --gradient-to-color: #fca5a5 !important;
  }

  .xl\:focus\:tw-to-red-400:focus {
    --gradient-to-color: #f87171 !important;
  }

  .xl\:focus\:tw-to-red-500:focus {
    --gradient-to-color: #ef4444 !important;
  }

  .xl\:focus\:tw-to-red-600:focus {
    --gradient-to-color: #dc2626 !important;
  }

  .xl\:focus\:tw-to-red-700:focus {
    --gradient-to-color: #b91c1c !important;
  }

  .xl\:focus\:tw-to-red-800:focus {
    --gradient-to-color: #991b1b !important;
  }

  .xl\:focus\:tw-to-red-900:focus {
    --gradient-to-color: #7f1d1d !important;
  }

  .xl\:focus\:tw-to-orange-50:focus {
    --gradient-to-color: #fff7ed !important;
  }

  .xl\:focus\:tw-to-orange-100:focus {
    --gradient-to-color: #ffedd5 !important;
  }

  .xl\:focus\:tw-to-orange-200:focus {
    --gradient-to-color: #fed7aa !important;
  }

  .xl\:focus\:tw-to-orange-300:focus {
    --gradient-to-color: #fdba74 !important;
  }

  .xl\:focus\:tw-to-orange-400:focus {
    --gradient-to-color: #fb923c !important;
  }

  .xl\:focus\:tw-to-orange-500:focus {
    --gradient-to-color: #f97316 !important;
  }

  .xl\:focus\:tw-to-orange-600:focus {
    --gradient-to-color: #ea580c !important;
  }

  .xl\:focus\:tw-to-orange-700:focus {
    --gradient-to-color: #c2410c !important;
  }

  .xl\:focus\:tw-to-orange-800:focus {
    --gradient-to-color: #9a3412 !important;
  }

  .xl\:focus\:tw-to-orange-900:focus {
    --gradient-to-color: #7c2d12 !important;
  }

  .xl\:focus\:tw-to-yellow-50:focus {
    --gradient-to-color: #fefce8 !important;
  }

  .xl\:focus\:tw-to-yellow-100:focus {
    --gradient-to-color: #fef9c3 !important;
  }

  .xl\:focus\:tw-to-yellow-200:focus {
    --gradient-to-color: #fef08a !important;
  }

  .xl\:focus\:tw-to-yellow-300:focus {
    --gradient-to-color: #fde047 !important;
  }

  .xl\:focus\:tw-to-yellow-400:focus {
    --gradient-to-color: #facc15 !important;
  }

  .xl\:focus\:tw-to-yellow-500:focus {
    --gradient-to-color: #eab308 !important;
  }

  .xl\:focus\:tw-to-yellow-600:focus {
    --gradient-to-color: #ca8a04 !important;
  }

  .xl\:focus\:tw-to-yellow-700:focus {
    --gradient-to-color: #a16207 !important;
  }

  .xl\:focus\:tw-to-yellow-800:focus {
    --gradient-to-color: #854d0e !important;
  }

  .xl\:focus\:tw-to-yellow-900:focus {
    --gradient-to-color: #713f12 !important;
  }

  .xl\:focus\:tw-to-green-50:focus {
    --gradient-to-color: #f0fdf4 !important;
  }

  .xl\:focus\:tw-to-green-100:focus {
    --gradient-to-color: #dcfce7 !important;
  }

  .xl\:focus\:tw-to-green-200:focus {
    --gradient-to-color: #bbf7d0 !important;
  }

  .xl\:focus\:tw-to-green-300:focus {
    --gradient-to-color: #86efac !important;
  }

  .xl\:focus\:tw-to-green-400:focus {
    --gradient-to-color: #4ade80 !important;
  }

  .xl\:focus\:tw-to-green-500:focus {
    --gradient-to-color: #22c55e !important;
  }

  .xl\:focus\:tw-to-green-600:focus {
    --gradient-to-color: #16a34a !important;
  }

  .xl\:focus\:tw-to-green-700:focus {
    --gradient-to-color: #15803d !important;
  }

  .xl\:focus\:tw-to-green-800:focus {
    --gradient-to-color: #166534 !important;
  }

  .xl\:focus\:tw-to-green-900:focus {
    --gradient-to-color: #14532d !important;
  }

  .xl\:focus\:tw-to-teal-50:focus {
    --gradient-to-color: #f0fdfa !important;
  }

  .xl\:focus\:tw-to-teal-100:focus {
    --gradient-to-color: #ccfbf1 !important;
  }

  .xl\:focus\:tw-to-teal-200:focus {
    --gradient-to-color: #99f6e4 !important;
  }

  .xl\:focus\:tw-to-teal-300:focus {
    --gradient-to-color: #5eead4 !important;
  }

  .xl\:focus\:tw-to-teal-400:focus {
    --gradient-to-color: #2dd4bf !important;
  }

  .xl\:focus\:tw-to-teal-500:focus {
    --gradient-to-color: #14b8a6 !important;
  }

  .xl\:focus\:tw-to-teal-600:focus {
    --gradient-to-color: #0d9488 !important;
  }

  .xl\:focus\:tw-to-teal-700:focus {
    --gradient-to-color: #0f766e !important;
  }

  .xl\:focus\:tw-to-teal-800:focus {
    --gradient-to-color: #115e59 !important;
  }

  .xl\:focus\:tw-to-teal-900:focus {
    --gradient-to-color: #134e4a !important;
  }

  .xl\:focus\:tw-to-blue-50:focus {
    --gradient-to-color: #eff6ff !important;
  }

  .xl\:focus\:tw-to-blue-100:focus {
    --gradient-to-color: #dbeafe !important;
  }

  .xl\:focus\:tw-to-blue-200:focus {
    --gradient-to-color: #bfdbfe !important;
  }

  .xl\:focus\:tw-to-blue-300:focus {
    --gradient-to-color: #93c5fd !important;
  }

  .xl\:focus\:tw-to-blue-400:focus {
    --gradient-to-color: #60a5fa !important;
  }

  .xl\:focus\:tw-to-blue-500:focus {
    --gradient-to-color: #3b82f6 !important;
  }

  .xl\:focus\:tw-to-blue-600:focus {
    --gradient-to-color: #2563eb !important;
  }

  .xl\:focus\:tw-to-blue-700:focus {
    --gradient-to-color: #1d4ed8 !important;
  }

  .xl\:focus\:tw-to-blue-800:focus {
    --gradient-to-color: #1e40af !important;
  }

  .xl\:focus\:tw-to-blue-900:focus {
    --gradient-to-color: #1e3a8a !important;
  }

  .xl\:focus\:tw-to-indigo-50:focus {
    --gradient-to-color: #eef2ff !important;
  }

  .xl\:focus\:tw-to-indigo-100:focus {
    --gradient-to-color: #e0e7ff !important;
  }

  .xl\:focus\:tw-to-indigo-200:focus {
    --gradient-to-color: #c7d2fe !important;
  }

  .xl\:focus\:tw-to-indigo-300:focus {
    --gradient-to-color: #a5b4fc !important;
  }

  .xl\:focus\:tw-to-indigo-400:focus {
    --gradient-to-color: #818cf8 !important;
  }

  .xl\:focus\:tw-to-indigo-500:focus {
    --gradient-to-color: #6366f1 !important;
  }

  .xl\:focus\:tw-to-indigo-600:focus {
    --gradient-to-color: #4f46e5 !important;
  }

  .xl\:focus\:tw-to-indigo-700:focus {
    --gradient-to-color: #4338ca !important;
  }

  .xl\:focus\:tw-to-indigo-800:focus {
    --gradient-to-color: #3730a3 !important;
  }

  .xl\:focus\:tw-to-indigo-900:focus {
    --gradient-to-color: #312e81 !important;
  }

  .xl\:focus\:tw-to-purple-50:focus {
    --gradient-to-color: #faf5ff !important;
  }

  .xl\:focus\:tw-to-purple-100:focus {
    --gradient-to-color: #f3e8ff !important;
  }

  .xl\:focus\:tw-to-purple-200:focus {
    --gradient-to-color: #e9d5ff !important;
  }

  .xl\:focus\:tw-to-purple-300:focus {
    --gradient-to-color: #d8b4fe !important;
  }

  .xl\:focus\:tw-to-purple-400:focus {
    --gradient-to-color: #c084fc !important;
  }

  .xl\:focus\:tw-to-purple-500:focus {
    --gradient-to-color: #a855f7 !important;
  }

  .xl\:focus\:tw-to-purple-600:focus {
    --gradient-to-color: #9333ea !important;
  }

  .xl\:focus\:tw-to-purple-700:focus {
    --gradient-to-color: #7e22ce !important;
  }

  .xl\:focus\:tw-to-purple-800:focus {
    --gradient-to-color: #6b21a8 !important;
  }

  .xl\:focus\:tw-to-purple-900:focus {
    --gradient-to-color: #581c87 !important;
  }

  .xl\:focus\:tw-to-pink-50:focus {
    --gradient-to-color: #fdf2f8 !important;
  }

  .xl\:focus\:tw-to-pink-100:focus {
    --gradient-to-color: #fce7f3 !important;
  }

  .xl\:focus\:tw-to-pink-200:focus {
    --gradient-to-color: #fbcfe8 !important;
  }

  .xl\:focus\:tw-to-pink-300:focus {
    --gradient-to-color: #f9a8d4 !important;
  }

  .xl\:focus\:tw-to-pink-400:focus {
    --gradient-to-color: #f472b6 !important;
  }

  .xl\:focus\:tw-to-pink-500:focus {
    --gradient-to-color: #ec4899 !important;
  }

  .xl\:focus\:tw-to-pink-600:focus {
    --gradient-to-color: #db2777 !important;
  }

  .xl\:focus\:tw-to-pink-700:focus {
    --gradient-to-color: #be185d !important;
  }

  .xl\:focus\:tw-to-pink-800:focus {
    --gradient-to-color: #9d174d !important;
  }

  .xl\:focus\:tw-to-pink-900:focus {
    --gradient-to-color: #831843 !important;
  }

  .xl\:focus\:tw-to-app-main:focus {
    --gradient-to-color: #F18D11 !important;
  }

  .xl\:focus\:tw-to-app-sub-blue:focus {
    --gradient-to-color: #1E548F !important;
  }

  .xl\:focus\:tw-to-app-yellow:focus {
    --gradient-to-color: #FFF5D1 !important;
  }

  .xl\:focus\:tw-to-theme-primary:focus {
    --gradient-to-color: #f3980f !important;
  }

  .xl\:focus\:tw-to-theme-info:focus {
    --gradient-to-color: #1b925a !important;
  }

  .xl\:focus\:tw-to-slate-50:focus {
    --gradient-to-color: #f8fafc !important;
  }

  .xl\:focus\:tw-to-slate-100:focus {
    --gradient-to-color: #f1f5f9 !important;
  }

  .xl\:focus\:tw-to-slate-200:focus {
    --gradient-to-color: #e2e8f0 !important;
  }

  .xl\:focus\:tw-to-slate-300:focus {
    --gradient-to-color: #cbd5e1 !important;
  }

  .xl\:focus\:tw-to-slate-400:focus {
    --gradient-to-color: #94a3b8 !important;
  }

  .xl\:focus\:tw-to-slate-500:focus {
    --gradient-to-color: #64748b !important;
  }

  .xl\:focus\:tw-to-slate-600:focus {
    --gradient-to-color: #475569 !important;
  }

  .xl\:focus\:tw-to-slate-700:focus {
    --gradient-to-color: #334155 !important;
  }

  .xl\:focus\:tw-to-slate-800:focus {
    --gradient-to-color: #1e293b !important;
  }

  .xl\:focus\:tw-to-slate-900:focus {
    --gradient-to-color: #0f172a !important;
  }

  .xl\:focus\:tw-to-zinc-50:focus {
    --gradient-to-color: #fafafa !important;
  }

  .xl\:focus\:tw-to-zinc-100:focus {
    --gradient-to-color: #f4f4f5 !important;
  }

  .xl\:focus\:tw-to-zinc-200:focus {
    --gradient-to-color: #e4e4e7 !important;
  }

  .xl\:focus\:tw-to-zinc-300:focus {
    --gradient-to-color: #d4d4d8 !important;
  }

  .xl\:focus\:tw-to-zinc-400:focus {
    --gradient-to-color: #a1a1aa !important;
  }

  .xl\:focus\:tw-to-zinc-500:focus {
    --gradient-to-color: #71717a !important;
  }

  .xl\:focus\:tw-to-zinc-600:focus {
    --gradient-to-color: #52525b !important;
  }

  .xl\:focus\:tw-to-zinc-700:focus {
    --gradient-to-color: #3f3f46 !important;
  }

  .xl\:focus\:tw-to-zinc-800:focus {
    --gradient-to-color: #27272a !important;
  }

  .xl\:focus\:tw-to-zinc-900:focus {
    --gradient-to-color: #18181b !important;
  }

  .xl\:focus\:tw-to-neutral-50:focus {
    --gradient-to-color: #fafafa !important;
  }

  .xl\:focus\:tw-to-neutral-100:focus {
    --gradient-to-color: #f5f5f5 !important;
  }

  .xl\:focus\:tw-to-neutral-200:focus {
    --gradient-to-color: #e5e5e5 !important;
  }

  .xl\:focus\:tw-to-neutral-300:focus {
    --gradient-to-color: #d4d4d4 !important;
  }

  .xl\:focus\:tw-to-neutral-400:focus {
    --gradient-to-color: #a3a3a3 !important;
  }

  .xl\:focus\:tw-to-neutral-500:focus {
    --gradient-to-color: #737373 !important;
  }

  .xl\:focus\:tw-to-neutral-600:focus {
    --gradient-to-color: #525252 !important;
  }

  .xl\:focus\:tw-to-neutral-700:focus {
    --gradient-to-color: #404040 !important;
  }

  .xl\:focus\:tw-to-neutral-800:focus {
    --gradient-to-color: #262626 !important;
  }

  .xl\:focus\:tw-to-neutral-900:focus {
    --gradient-to-color: #171717 !important;
  }

  .xl\:focus\:tw-to-stone-50:focus {
    --gradient-to-color: #fafaf9 !important;
  }

  .xl\:focus\:tw-to-stone-100:focus {
    --gradient-to-color: #f5f5f4 !important;
  }

  .xl\:focus\:tw-to-stone-200:focus {
    --gradient-to-color: #e7e5e4 !important;
  }

  .xl\:focus\:tw-to-stone-300:focus {
    --gradient-to-color: #d6d3d1 !important;
  }

  .xl\:focus\:tw-to-stone-400:focus {
    --gradient-to-color: #a8a29e !important;
  }

  .xl\:focus\:tw-to-stone-500:focus {
    --gradient-to-color: #78716c !important;
  }

  .xl\:focus\:tw-to-stone-600:focus {
    --gradient-to-color: #57534e !important;
  }

  .xl\:focus\:tw-to-stone-700:focus {
    --gradient-to-color: #44403c !important;
  }

  .xl\:focus\:tw-to-stone-800:focus {
    --gradient-to-color: #292524 !important;
  }

  .xl\:focus\:tw-to-stone-900:focus {
    --gradient-to-color: #1c1917 !important;
  }

  .xl\:focus\:tw-to-amber-50:focus {
    --gradient-to-color: #fffbeb !important;
  }

  .xl\:focus\:tw-to-amber-100:focus {
    --gradient-to-color: #fef3c7 !important;
  }

  .xl\:focus\:tw-to-amber-200:focus {
    --gradient-to-color: #fde68a !important;
  }

  .xl\:focus\:tw-to-amber-300:focus {
    --gradient-to-color: #fcd34d !important;
  }

  .xl\:focus\:tw-to-amber-400:focus {
    --gradient-to-color: #fbbf24 !important;
  }

  .xl\:focus\:tw-to-amber-500:focus {
    --gradient-to-color: #f59e0b !important;
  }

  .xl\:focus\:tw-to-amber-600:focus {
    --gradient-to-color: #d97706 !important;
  }

  .xl\:focus\:tw-to-amber-700:focus {
    --gradient-to-color: #b45309 !important;
  }

  .xl\:focus\:tw-to-amber-800:focus {
    --gradient-to-color: #92400e !important;
  }

  .xl\:focus\:tw-to-amber-900:focus {
    --gradient-to-color: #78350f !important;
  }

  .xl\:focus\:tw-to-lime-50:focus {
    --gradient-to-color: #f7fee7 !important;
  }

  .xl\:focus\:tw-to-lime-100:focus {
    --gradient-to-color: #ecfccb !important;
  }

  .xl\:focus\:tw-to-lime-200:focus {
    --gradient-to-color: #d9f99d !important;
  }

  .xl\:focus\:tw-to-lime-300:focus {
    --gradient-to-color: #bef264 !important;
  }

  .xl\:focus\:tw-to-lime-400:focus {
    --gradient-to-color: #a3e635 !important;
  }

  .xl\:focus\:tw-to-lime-500:focus {
    --gradient-to-color: #84cc16 !important;
  }

  .xl\:focus\:tw-to-lime-600:focus {
    --gradient-to-color: #65a30d !important;
  }

  .xl\:focus\:tw-to-lime-700:focus {
    --gradient-to-color: #4d7c0f !important;
  }

  .xl\:focus\:tw-to-lime-800:focus {
    --gradient-to-color: #3f6212 !important;
  }

  .xl\:focus\:tw-to-lime-900:focus {
    --gradient-to-color: #365314 !important;
  }

  .xl\:focus\:tw-to-emerald-50:focus {
    --gradient-to-color: #ecfdf5 !important;
  }

  .xl\:focus\:tw-to-emerald-100:focus {
    --gradient-to-color: #d1fae5 !important;
  }

  .xl\:focus\:tw-to-emerald-200:focus {
    --gradient-to-color: #a7f3d0 !important;
  }

  .xl\:focus\:tw-to-emerald-300:focus {
    --gradient-to-color: #6ee7b7 !important;
  }

  .xl\:focus\:tw-to-emerald-400:focus {
    --gradient-to-color: #34d399 !important;
  }

  .xl\:focus\:tw-to-emerald-500:focus {
    --gradient-to-color: #10b981 !important;
  }

  .xl\:focus\:tw-to-emerald-600:focus {
    --gradient-to-color: #059669 !important;
  }

  .xl\:focus\:tw-to-emerald-700:focus {
    --gradient-to-color: #047857 !important;
  }

  .xl\:focus\:tw-to-emerald-800:focus {
    --gradient-to-color: #065f46 !important;
  }

  .xl\:focus\:tw-to-emerald-900:focus {
    --gradient-to-color: #064e3b !important;
  }

  .xl\:focus\:tw-to-cyan-50:focus {
    --gradient-to-color: #ecfeff !important;
  }

  .xl\:focus\:tw-to-cyan-100:focus {
    --gradient-to-color: #cffafe !important;
  }

  .xl\:focus\:tw-to-cyan-200:focus {
    --gradient-to-color: #a5f3fc !important;
  }

  .xl\:focus\:tw-to-cyan-300:focus {
    --gradient-to-color: #67e8f9 !important;
  }

  .xl\:focus\:tw-to-cyan-400:focus {
    --gradient-to-color: #22d3ee !important;
  }

  .xl\:focus\:tw-to-cyan-500:focus {
    --gradient-to-color: #06b6d4 !important;
  }

  .xl\:focus\:tw-to-cyan-600:focus {
    --gradient-to-color: #0891b2 !important;
  }

  .xl\:focus\:tw-to-cyan-700:focus {
    --gradient-to-color: #0e7490 !important;
  }

  .xl\:focus\:tw-to-cyan-800:focus {
    --gradient-to-color: #155e75 !important;
  }

  .xl\:focus\:tw-to-cyan-900:focus {
    --gradient-to-color: #164e63 !important;
  }

  .xl\:focus\:tw-to-sky-50:focus {
    --gradient-to-color: #f0f9ff !important;
  }

  .xl\:focus\:tw-to-sky-100:focus {
    --gradient-to-color: #e0f2fe !important;
  }

  .xl\:focus\:tw-to-sky-200:focus {
    --gradient-to-color: #bae6fd !important;
  }

  .xl\:focus\:tw-to-sky-300:focus {
    --gradient-to-color: #7dd3fc !important;
  }

  .xl\:focus\:tw-to-sky-400:focus {
    --gradient-to-color: #38bdf8 !important;
  }

  .xl\:focus\:tw-to-sky-500:focus {
    --gradient-to-color: #0ea5e9 !important;
  }

  .xl\:focus\:tw-to-sky-600:focus {
    --gradient-to-color: #0284c7 !important;
  }

  .xl\:focus\:tw-to-sky-700:focus {
    --gradient-to-color: #0369a1 !important;
  }

  .xl\:focus\:tw-to-sky-800:focus {
    --gradient-to-color: #075985 !important;
  }

  .xl\:focus\:tw-to-sky-900:focus {
    --gradient-to-color: #0c4a6e !important;
  }

  .xl\:focus\:tw-to-violet-50:focus {
    --gradient-to-color: #f5f3ff !important;
  }

  .xl\:focus\:tw-to-violet-100:focus {
    --gradient-to-color: #ede9fe !important;
  }

  .xl\:focus\:tw-to-violet-200:focus {
    --gradient-to-color: #ddd6fe !important;
  }

  .xl\:focus\:tw-to-violet-300:focus {
    --gradient-to-color: #c4b5fd !important;
  }

  .xl\:focus\:tw-to-violet-400:focus {
    --gradient-to-color: #a78bfa !important;
  }

  .xl\:focus\:tw-to-violet-500:focus {
    --gradient-to-color: #8b5cf6 !important;
  }

  .xl\:focus\:tw-to-violet-600:focus {
    --gradient-to-color: #7c3aed !important;
  }

  .xl\:focus\:tw-to-violet-700:focus {
    --gradient-to-color: #6d28d9 !important;
  }

  .xl\:focus\:tw-to-violet-800:focus {
    --gradient-to-color: #5b21b6 !important;
  }

  .xl\:focus\:tw-to-violet-900:focus {
    --gradient-to-color: #4c1d95 !important;
  }

  .xl\:focus\:tw-to-fuchsia-50:focus {
    --gradient-to-color: #fdf4ff !important;
  }

  .xl\:focus\:tw-to-fuchsia-100:focus {
    --gradient-to-color: #fae8ff !important;
  }

  .xl\:focus\:tw-to-fuchsia-200:focus {
    --gradient-to-color: #f5d0fe !important;
  }

  .xl\:focus\:tw-to-fuchsia-300:focus {
    --gradient-to-color: #f0abfc !important;
  }

  .xl\:focus\:tw-to-fuchsia-400:focus {
    --gradient-to-color: #e879f9 !important;
  }

  .xl\:focus\:tw-to-fuchsia-500:focus {
    --gradient-to-color: #d946ef !important;
  }

  .xl\:focus\:tw-to-fuchsia-600:focus {
    --gradient-to-color: #c026d3 !important;
  }

  .xl\:focus\:tw-to-fuchsia-700:focus {
    --gradient-to-color: #a21caf !important;
  }

  .xl\:focus\:tw-to-fuchsia-800:focus {
    --gradient-to-color: #86198f !important;
  }

  .xl\:focus\:tw-to-fuchsia-900:focus {
    --gradient-to-color: #701a75 !important;
  }

  .xl\:focus\:tw-to-rose-50:focus {
    --gradient-to-color: #fff1f2 !important;
  }

  .xl\:focus\:tw-to-rose-100:focus {
    --gradient-to-color: #ffe4e6 !important;
  }

  .xl\:focus\:tw-to-rose-200:focus {
    --gradient-to-color: #fecdd3 !important;
  }

  .xl\:focus\:tw-to-rose-300:focus {
    --gradient-to-color: #fda4af !important;
  }

  .xl\:focus\:tw-to-rose-400:focus {
    --gradient-to-color: #fb7185 !important;
  }

  .xl\:focus\:tw-to-rose-500:focus {
    --gradient-to-color: #f43f5e !important;
  }

  .xl\:focus\:tw-to-rose-600:focus {
    --gradient-to-color: #e11d48 !important;
  }

  .xl\:focus\:tw-to-rose-700:focus {
    --gradient-to-color: #be123c !important;
  }

  .xl\:focus\:tw-to-rose-800:focus {
    --gradient-to-color: #9f1239 !important;
  }

  .xl\:focus\:tw-to-rose-900:focus {
    --gradient-to-color: #881337 !important;
  }

  .xl\:tw-bg-opacity-0 {
    --bg-opacity: 0 !important;
  }

  .xl\:tw-bg-opacity-25 {
    --bg-opacity: 0.25 !important;
  }

  .xl\:tw-bg-opacity-50 {
    --bg-opacity: 0.5 !important;
  }

  .xl\:tw-bg-opacity-75 {
    --bg-opacity: 0.75 !important;
  }

  .xl\:tw-bg-opacity-100 {
    --bg-opacity: 1 !important;
  }

  .xl\:hover\:tw-bg-opacity-0:hover {
    --bg-opacity: 0 !important;
  }

  .xl\:hover\:tw-bg-opacity-25:hover {
    --bg-opacity: 0.25 !important;
  }

  .xl\:hover\:tw-bg-opacity-50:hover {
    --bg-opacity: 0.5 !important;
  }

  .xl\:hover\:tw-bg-opacity-75:hover {
    --bg-opacity: 0.75 !important;
  }

  .xl\:hover\:tw-bg-opacity-100:hover {
    --bg-opacity: 1 !important;
  }

  .xl\:focus\:tw-bg-opacity-0:focus {
    --bg-opacity: 0 !important;
  }

  .xl\:focus\:tw-bg-opacity-25:focus {
    --bg-opacity: 0.25 !important;
  }

  .xl\:focus\:tw-bg-opacity-50:focus {
    --bg-opacity: 0.5 !important;
  }

  .xl\:focus\:tw-bg-opacity-75:focus {
    --bg-opacity: 0.75 !important;
  }

  .xl\:focus\:tw-bg-opacity-100:focus {
    --bg-opacity: 1 !important;
  }

  .xl\:tw-bg-bottom {
    background-position: bottom !important;
  }

  .xl\:tw-bg-center {
    background-position: center !important;
  }

  .xl\:tw-bg-left {
    background-position: left !important;
  }

  .xl\:tw-bg-left-bottom {
    background-position: left bottom !important;
  }

  .xl\:tw-bg-left-top {
    background-position: left top !important;
  }

  .xl\:tw-bg-right {
    background-position: right !important;
  }

  .xl\:tw-bg-right-bottom {
    background-position: right bottom !important;
  }

  .xl\:tw-bg-right-top {
    background-position: right top !important;
  }

  .xl\:tw-bg-top {
    background-position: top !important;
  }

  .xl\:tw-bg-repeat {
    background-repeat: repeat !important;
  }

  .xl\:tw-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .xl\:tw-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .xl\:tw-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .xl\:tw-bg-repeat-round {
    background-repeat: round !important;
  }

  .xl\:tw-bg-repeat-space {
    background-repeat: space !important;
  }

  .xl\:tw-bg-auto {
    background-size: auto !important;
  }

  .xl\:tw-bg-cover {
    background-size: cover !important;
  }

  .xl\:tw-bg-contain {
    background-size: contain !important;
  }

  .xl\:tw-border-collapse {
    border-collapse: collapse !important;
  }

  .xl\:tw-border-separate {
    border-collapse: separate !important;
  }

  .xl\:tw-border-transparent {
    border-color: transparent !important;
  }

  .xl\:tw-border-current {
    border-color: currentColor !important;
  }

  .xl\:tw-border-black {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xl\:tw-border-white {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl\:tw-border-gray-50 {
    --border-opacity: 1 !important;
    border-color: #f9fafb !important;
    border-color: rgba(249, 250, 251, var(--border-opacity)) !important;
  }

  .xl\:tw-border-gray-100 {
    --border-opacity: 1 !important;
    border-color: #f3f4f6 !important;
    border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
  }

  .xl\:tw-border-gray-200 {
    --border-opacity: 1 !important;
    border-color: #e5e7eb !important;
    border-color: rgba(229, 231, 235, var(--border-opacity)) !important;
  }

  .xl\:tw-border-gray-300 {
    --border-opacity: 1 !important;
    border-color: #d1d5db !important;
    border-color: rgba(209, 213, 219, var(--border-opacity)) !important;
  }

  .xl\:tw-border-gray-400 {
    --border-opacity: 1 !important;
    border-color: #9ca3af !important;
    border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
  }

  .xl\:tw-border-gray-500 {
    --border-opacity: 1 !important;
    border-color: #6b7280 !important;
    border-color: rgba(107, 114, 128, var(--border-opacity)) !important;
  }

  .xl\:tw-border-gray-600 {
    --border-opacity: 1 !important;
    border-color: #4b5563 !important;
    border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
  }

  .xl\:tw-border-gray-700 {
    --border-opacity: 1 !important;
    border-color: #374151 !important;
    border-color: rgba(55, 65, 81, var(--border-opacity)) !important;
  }

  .xl\:tw-border-gray-800 {
    --border-opacity: 1 !important;
    border-color: #1f2937 !important;
    border-color: rgba(31, 41, 55, var(--border-opacity)) !important;
  }

  .xl\:tw-border-gray-900 {
    --border-opacity: 1 !important;
    border-color: #111827 !important;
    border-color: rgba(17, 24, 39, var(--border-opacity)) !important;
  }

  .xl\:tw-border-red-50 {
    --border-opacity: 1 !important;
    border-color: #fef2f2 !important;
    border-color: rgba(254, 242, 242, var(--border-opacity)) !important;
  }

  .xl\:tw-border-red-100 {
    --border-opacity: 1 !important;
    border-color: #fee2e2 !important;
    border-color: rgba(254, 226, 226, var(--border-opacity)) !important;
  }

  .xl\:tw-border-red-200 {
    --border-opacity: 1 !important;
    border-color: #fecaca !important;
    border-color: rgba(254, 202, 202, var(--border-opacity)) !important;
  }

  .xl\:tw-border-red-300 {
    --border-opacity: 1 !important;
    border-color: #fca5a5 !important;
    border-color: rgba(252, 165, 165, var(--border-opacity)) !important;
  }

  .xl\:tw-border-red-400 {
    --border-opacity: 1 !important;
    border-color: #f87171 !important;
    border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
  }

  .xl\:tw-border-red-500 {
    --border-opacity: 1 !important;
    border-color: #ef4444 !important;
    border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
  }

  .xl\:tw-border-red-600 {
    --border-opacity: 1 !important;
    border-color: #dc2626 !important;
    border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
  }

  .xl\:tw-border-red-700 {
    --border-opacity: 1 !important;
    border-color: #b91c1c !important;
    border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
  }

  .xl\:tw-border-red-800 {
    --border-opacity: 1 !important;
    border-color: #991b1b !important;
    border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
  }

  .xl\:tw-border-red-900 {
    --border-opacity: 1 !important;
    border-color: #7f1d1d !important;
    border-color: rgba(127, 29, 29, var(--border-opacity)) !important;
  }

  .xl\:tw-border-orange-50 {
    --border-opacity: 1 !important;
    border-color: #fff7ed !important;
    border-color: rgba(255, 247, 237, var(--border-opacity)) !important;
  }

  .xl\:tw-border-orange-100 {
    --border-opacity: 1 !important;
    border-color: #ffedd5 !important;
    border-color: rgba(255, 237, 213, var(--border-opacity)) !important;
  }

  .xl\:tw-border-orange-200 {
    --border-opacity: 1 !important;
    border-color: #fed7aa !important;
    border-color: rgba(254, 215, 170, var(--border-opacity)) !important;
  }

  .xl\:tw-border-orange-300 {
    --border-opacity: 1 !important;
    border-color: #fdba74 !important;
    border-color: rgba(253, 186, 116, var(--border-opacity)) !important;
  }

  .xl\:tw-border-orange-400 {
    --border-opacity: 1 !important;
    border-color: #fb923c !important;
    border-color: rgba(251, 146, 60, var(--border-opacity)) !important;
  }

  .xl\:tw-border-orange-500 {
    --border-opacity: 1 !important;
    border-color: #f97316 !important;
    border-color: rgba(249, 115, 22, var(--border-opacity)) !important;
  }

  .xl\:tw-border-orange-600 {
    --border-opacity: 1 !important;
    border-color: #ea580c !important;
    border-color: rgba(234, 88, 12, var(--border-opacity)) !important;
  }

  .xl\:tw-border-orange-700 {
    --border-opacity: 1 !important;
    border-color: #c2410c !important;
    border-color: rgba(194, 65, 12, var(--border-opacity)) !important;
  }

  .xl\:tw-border-orange-800 {
    --border-opacity: 1 !important;
    border-color: #9a3412 !important;
    border-color: rgba(154, 52, 18, var(--border-opacity)) !important;
  }

  .xl\:tw-border-orange-900 {
    --border-opacity: 1 !important;
    border-color: #7c2d12 !important;
    border-color: rgba(124, 45, 18, var(--border-opacity)) !important;
  }

  .xl\:tw-border-yellow-50 {
    --border-opacity: 1 !important;
    border-color: #fefce8 !important;
    border-color: rgba(254, 252, 232, var(--border-opacity)) !important;
  }

  .xl\:tw-border-yellow-100 {
    --border-opacity: 1 !important;
    border-color: #fef9c3 !important;
    border-color: rgba(254, 249, 195, var(--border-opacity)) !important;
  }

  .xl\:tw-border-yellow-200 {
    --border-opacity: 1 !important;
    border-color: #fef08a !important;
    border-color: rgba(254, 240, 138, var(--border-opacity)) !important;
  }

  .xl\:tw-border-yellow-300 {
    --border-opacity: 1 !important;
    border-color: #fde047 !important;
    border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
  }

  .xl\:tw-border-yellow-400 {
    --border-opacity: 1 !important;
    border-color: #facc15 !important;
    border-color: rgba(250, 204, 21, var(--border-opacity)) !important;
  }

  .xl\:tw-border-yellow-500 {
    --border-opacity: 1 !important;
    border-color: #eab308 !important;
    border-color: rgba(234, 179, 8, var(--border-opacity)) !important;
  }

  .xl\:tw-border-yellow-600 {
    --border-opacity: 1 !important;
    border-color: #ca8a04 !important;
    border-color: rgba(202, 138, 4, var(--border-opacity)) !important;
  }

  .xl\:tw-border-yellow-700 {
    --border-opacity: 1 !important;
    border-color: #a16207 !important;
    border-color: rgba(161, 98, 7, var(--border-opacity)) !important;
  }

  .xl\:tw-border-yellow-800 {
    --border-opacity: 1 !important;
    border-color: #854d0e !important;
    border-color: rgba(133, 77, 14, var(--border-opacity)) !important;
  }

  .xl\:tw-border-yellow-900 {
    --border-opacity: 1 !important;
    border-color: #713f12 !important;
    border-color: rgba(113, 63, 18, var(--border-opacity)) !important;
  }

  .xl\:tw-border-green-50 {
    --border-opacity: 1 !important;
    border-color: #f0fdf4 !important;
    border-color: rgba(240, 253, 244, var(--border-opacity)) !important;
  }

  .xl\:tw-border-green-100 {
    --border-opacity: 1 !important;
    border-color: #dcfce7 !important;
    border-color: rgba(220, 252, 231, var(--border-opacity)) !important;
  }

  .xl\:tw-border-green-200 {
    --border-opacity: 1 !important;
    border-color: #bbf7d0 !important;
    border-color: rgba(187, 247, 208, var(--border-opacity)) !important;
  }

  .xl\:tw-border-green-300 {
    --border-opacity: 1 !important;
    border-color: #86efac !important;
    border-color: rgba(134, 239, 172, var(--border-opacity)) !important;
  }

  .xl\:tw-border-green-400 {
    --border-opacity: 1 !important;
    border-color: #4ade80 !important;
    border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
  }

  .xl\:tw-border-green-500 {
    --border-opacity: 1 !important;
    border-color: #22c55e !important;
    border-color: rgba(34, 197, 94, var(--border-opacity)) !important;
  }

  .xl\:tw-border-green-600 {
    --border-opacity: 1 !important;
    border-color: #16a34a !important;
    border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
  }

  .xl\:tw-border-green-700 {
    --border-opacity: 1 !important;
    border-color: #15803d !important;
    border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
  }

  .xl\:tw-border-green-800 {
    --border-opacity: 1 !important;
    border-color: #166534 !important;
    border-color: rgba(22, 101, 52, var(--border-opacity)) !important;
  }

  .xl\:tw-border-green-900 {
    --border-opacity: 1 !important;
    border-color: #14532d !important;
    border-color: rgba(20, 83, 45, var(--border-opacity)) !important;
  }

  .xl\:tw-border-teal-50 {
    --border-opacity: 1 !important;
    border-color: #f0fdfa !important;
    border-color: rgba(240, 253, 250, var(--border-opacity)) !important;
  }

  .xl\:tw-border-teal-100 {
    --border-opacity: 1 !important;
    border-color: #ccfbf1 !important;
    border-color: rgba(204, 251, 241, var(--border-opacity)) !important;
  }

  .xl\:tw-border-teal-200 {
    --border-opacity: 1 !important;
    border-color: #99f6e4 !important;
    border-color: rgba(153, 246, 228, var(--border-opacity)) !important;
  }

  .xl\:tw-border-teal-300 {
    --border-opacity: 1 !important;
    border-color: #5eead4 !important;
    border-color: rgba(94, 234, 212, var(--border-opacity)) !important;
  }

  .xl\:tw-border-teal-400 {
    --border-opacity: 1 !important;
    border-color: #2dd4bf !important;
    border-color: rgba(45, 212, 191, var(--border-opacity)) !important;
  }

  .xl\:tw-border-teal-500 {
    --border-opacity: 1 !important;
    border-color: #14b8a6 !important;
    border-color: rgba(20, 184, 166, var(--border-opacity)) !important;
  }

  .xl\:tw-border-teal-600 {
    --border-opacity: 1 !important;
    border-color: #0d9488 !important;
    border-color: rgba(13, 148, 136, var(--border-opacity)) !important;
  }

  .xl\:tw-border-teal-700 {
    --border-opacity: 1 !important;
    border-color: #0f766e !important;
    border-color: rgba(15, 118, 110, var(--border-opacity)) !important;
  }

  .xl\:tw-border-teal-800 {
    --border-opacity: 1 !important;
    border-color: #115e59 !important;
    border-color: rgba(17, 94, 89, var(--border-opacity)) !important;
  }

  .xl\:tw-border-teal-900 {
    --border-opacity: 1 !important;
    border-color: #134e4a !important;
    border-color: rgba(19, 78, 74, var(--border-opacity)) !important;
  }

  .xl\:tw-border-blue-50 {
    --border-opacity: 1 !important;
    border-color: #eff6ff !important;
    border-color: rgba(239, 246, 255, var(--border-opacity)) !important;
  }

  .xl\:tw-border-blue-100 {
    --border-opacity: 1 !important;
    border-color: #dbeafe !important;
    border-color: rgba(219, 234, 254, var(--border-opacity)) !important;
  }

  .xl\:tw-border-blue-200 {
    --border-opacity: 1 !important;
    border-color: #bfdbfe !important;
    border-color: rgba(191, 219, 254, var(--border-opacity)) !important;
  }

  .xl\:tw-border-blue-300 {
    --border-opacity: 1 !important;
    border-color: #93c5fd !important;
    border-color: rgba(147, 197, 253, var(--border-opacity)) !important;
  }

  .xl\:tw-border-blue-400 {
    --border-opacity: 1 !important;
    border-color: #60a5fa !important;
    border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
  }

  .xl\:tw-border-blue-500 {
    --border-opacity: 1 !important;
    border-color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
  }

  .xl\:tw-border-blue-600 {
    --border-opacity: 1 !important;
    border-color: #2563eb !important;
    border-color: rgba(37, 99, 235, var(--border-opacity)) !important;
  }

  .xl\:tw-border-blue-700 {
    --border-opacity: 1 !important;
    border-color: #1d4ed8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .xl\:tw-border-blue-800 {
    --border-opacity: 1 !important;
    border-color: #1e40af !important;
    border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
  }

  .xl\:tw-border-blue-900 {
    --border-opacity: 1 !important;
    border-color: #1e3a8a !important;
    border-color: rgba(30, 58, 138, var(--border-opacity)) !important;
  }

  .xl\:tw-border-indigo-50 {
    --border-opacity: 1 !important;
    border-color: #eef2ff !important;
    border-color: rgba(238, 242, 255, var(--border-opacity)) !important;
  }

  .xl\:tw-border-indigo-100 {
    --border-opacity: 1 !important;
    border-color: #e0e7ff !important;
    border-color: rgba(224, 231, 255, var(--border-opacity)) !important;
  }

  .xl\:tw-border-indigo-200 {
    --border-opacity: 1 !important;
    border-color: #c7d2fe !important;
    border-color: rgba(199, 210, 254, var(--border-opacity)) !important;
  }

  .xl\:tw-border-indigo-300 {
    --border-opacity: 1 !important;
    border-color: #a5b4fc !important;
    border-color: rgba(165, 180, 252, var(--border-opacity)) !important;
  }

  .xl\:tw-border-indigo-400 {
    --border-opacity: 1 !important;
    border-color: #818cf8 !important;
    border-color: rgba(129, 140, 248, var(--border-opacity)) !important;
  }

  .xl\:tw-border-indigo-500 {
    --border-opacity: 1 !important;
    border-color: #6366f1 !important;
    border-color: rgba(99, 102, 241, var(--border-opacity)) !important;
  }

  .xl\:tw-border-indigo-600 {
    --border-opacity: 1 !important;
    border-color: #4f46e5 !important;
    border-color: rgba(79, 70, 229, var(--border-opacity)) !important;
  }

  .xl\:tw-border-indigo-700 {
    --border-opacity: 1 !important;
    border-color: #4338ca !important;
    border-color: rgba(67, 56, 202, var(--border-opacity)) !important;
  }

  .xl\:tw-border-indigo-800 {
    --border-opacity: 1 !important;
    border-color: #3730a3 !important;
    border-color: rgba(55, 48, 163, var(--border-opacity)) !important;
  }

  .xl\:tw-border-indigo-900 {
    --border-opacity: 1 !important;
    border-color: #312e81 !important;
    border-color: rgba(49, 46, 129, var(--border-opacity)) !important;
  }

  .xl\:tw-border-purple-50 {
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xl\:tw-border-purple-100 {
    --border-opacity: 1 !important;
    border-color: #f3e8ff !important;
    border-color: rgba(243, 232, 255, var(--border-opacity)) !important;
  }

  .xl\:tw-border-purple-200 {
    --border-opacity: 1 !important;
    border-color: #e9d5ff !important;
    border-color: rgba(233, 213, 255, var(--border-opacity)) !important;
  }

  .xl\:tw-border-purple-300 {
    --border-opacity: 1 !important;
    border-color: #d8b4fe !important;
    border-color: rgba(216, 180, 254, var(--border-opacity)) !important;
  }

  .xl\:tw-border-purple-400 {
    --border-opacity: 1 !important;
    border-color: #c084fc !important;
    border-color: rgba(192, 132, 252, var(--border-opacity)) !important;
  }

  .xl\:tw-border-purple-500 {
    --border-opacity: 1 !important;
    border-color: #a855f7 !important;
    border-color: rgba(168, 85, 247, var(--border-opacity)) !important;
  }

  .xl\:tw-border-purple-600 {
    --border-opacity: 1 !important;
    border-color: #9333ea !important;
    border-color: rgba(147, 51, 234, var(--border-opacity)) !important;
  }

  .xl\:tw-border-purple-700 {
    --border-opacity: 1 !important;
    border-color: #7e22ce !important;
    border-color: rgba(126, 34, 206, var(--border-opacity)) !important;
  }

  .xl\:tw-border-purple-800 {
    --border-opacity: 1 !important;
    border-color: #6b21a8 !important;
    border-color: rgba(107, 33, 168, var(--border-opacity)) !important;
  }

  .xl\:tw-border-purple-900 {
    --border-opacity: 1 !important;
    border-color: #581c87 !important;
    border-color: rgba(88, 28, 135, var(--border-opacity)) !important;
  }

  .xl\:tw-border-pink-50 {
    --border-opacity: 1 !important;
    border-color: #fdf2f8 !important;
    border-color: rgba(253, 242, 248, var(--border-opacity)) !important;
  }

  .xl\:tw-border-pink-100 {
    --border-opacity: 1 !important;
    border-color: #fce7f3 !important;
    border-color: rgba(252, 231, 243, var(--border-opacity)) !important;
  }

  .xl\:tw-border-pink-200 {
    --border-opacity: 1 !important;
    border-color: #fbcfe8 !important;
    border-color: rgba(251, 207, 232, var(--border-opacity)) !important;
  }

  .xl\:tw-border-pink-300 {
    --border-opacity: 1 !important;
    border-color: #f9a8d4 !important;
    border-color: rgba(249, 168, 212, var(--border-opacity)) !important;
  }

  .xl\:tw-border-pink-400 {
    --border-opacity: 1 !important;
    border-color: #f472b6 !important;
    border-color: rgba(244, 114, 182, var(--border-opacity)) !important;
  }

  .xl\:tw-border-pink-500 {
    --border-opacity: 1 !important;
    border-color: #ec4899 !important;
    border-color: rgba(236, 72, 153, var(--border-opacity)) !important;
  }

  .xl\:tw-border-pink-600 {
    --border-opacity: 1 !important;
    border-color: #db2777 !important;
    border-color: rgba(219, 39, 119, var(--border-opacity)) !important;
  }

  .xl\:tw-border-pink-700 {
    --border-opacity: 1 !important;
    border-color: #be185d !important;
    border-color: rgba(190, 24, 93, var(--border-opacity)) !important;
  }

  .xl\:tw-border-pink-800 {
    --border-opacity: 1 !important;
    border-color: #9d174d !important;
    border-color: rgba(157, 23, 77, var(--border-opacity)) !important;
  }

  .xl\:tw-border-pink-900 {
    --border-opacity: 1 !important;
    border-color: #831843 !important;
    border-color: rgba(131, 24, 67, var(--border-opacity)) !important;
  }

  .xl\:tw-border-app-main {
    --border-opacity: 1 !important;
    border-color: #F18D11 !important;
    border-color: rgba(241, 141, 17, var(--border-opacity)) !important;
  }

  .xl\:tw-border-app-sub-blue {
    --border-opacity: 1 !important;
    border-color: #1E548F !important;
    border-color: rgba(30, 84, 143, var(--border-opacity)) !important;
  }

  .xl\:tw-border-app-yellow {
    --border-opacity: 1 !important;
    border-color: #FFF5D1 !important;
    border-color: rgba(255, 245, 209, var(--border-opacity)) !important;
  }

  .xl\:tw-border-theme-primary {
    --border-opacity: 1 !important;
    border-color: #f3980f !important;
    border-color: rgba(243, 152, 15, var(--border-opacity)) !important;
  }

  .xl\:tw-border-theme-info {
    --border-opacity: 1 !important;
    border-color: #1b925a !important;
    border-color: rgba(27, 146, 90, var(--border-opacity)) !important;
  }

  .xl\:tw-border-slate-50 {
    --border-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
  }

  .xl\:tw-border-slate-100 {
    --border-opacity: 1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
  }

  .xl\:tw-border-slate-200 {
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xl\:tw-border-slate-300 {
    --border-opacity: 1 !important;
    border-color: #cbd5e1 !important;
    border-color: rgba(203, 213, 225, var(--border-opacity)) !important;
  }

  .xl\:tw-border-slate-400 {
    --border-opacity: 1 !important;
    border-color: #94a3b8 !important;
    border-color: rgba(148, 163, 184, var(--border-opacity)) !important;
  }

  .xl\:tw-border-slate-500 {
    --border-opacity: 1 !important;
    border-color: #64748b !important;
    border-color: rgba(100, 116, 139, var(--border-opacity)) !important;
  }

  .xl\:tw-border-slate-600 {
    --border-opacity: 1 !important;
    border-color: #475569 !important;
    border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
  }

  .xl\:tw-border-slate-700 {
    --border-opacity: 1 !important;
    border-color: #334155 !important;
    border-color: rgba(51, 65, 85, var(--border-opacity)) !important;
  }

  .xl\:tw-border-slate-800 {
    --border-opacity: 1 !important;
    border-color: #1e293b !important;
    border-color: rgba(30, 41, 59, var(--border-opacity)) !important;
  }

  .xl\:tw-border-slate-900 {
    --border-opacity: 1 !important;
    border-color: #0f172a !important;
    border-color: rgba(15, 23, 42, var(--border-opacity)) !important;
  }

  .xl\:tw-border-zinc-50 {
    --border-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
  }

  .xl\:tw-border-zinc-100 {
    --border-opacity: 1 !important;
    border-color: #f4f4f5 !important;
    border-color: rgba(244, 244, 245, var(--border-opacity)) !important;
  }

  .xl\:tw-border-zinc-200 {
    --border-opacity: 1 !important;
    border-color: #e4e4e7 !important;
    border-color: rgba(228, 228, 231, var(--border-opacity)) !important;
  }

  .xl\:tw-border-zinc-300 {
    --border-opacity: 1 !important;
    border-color: #d4d4d8 !important;
    border-color: rgba(212, 212, 216, var(--border-opacity)) !important;
  }

  .xl\:tw-border-zinc-400 {
    --border-opacity: 1 !important;
    border-color: #a1a1aa !important;
    border-color: rgba(161, 161, 170, var(--border-opacity)) !important;
  }

  .xl\:tw-border-zinc-500 {
    --border-opacity: 1 !important;
    border-color: #71717a !important;
    border-color: rgba(113, 113, 122, var(--border-opacity)) !important;
  }

  .xl\:tw-border-zinc-600 {
    --border-opacity: 1 !important;
    border-color: #52525b !important;
    border-color: rgba(82, 82, 91, var(--border-opacity)) !important;
  }

  .xl\:tw-border-zinc-700 {
    --border-opacity: 1 !important;
    border-color: #3f3f46 !important;
    border-color: rgba(63, 63, 70, var(--border-opacity)) !important;
  }

  .xl\:tw-border-zinc-800 {
    --border-opacity: 1 !important;
    border-color: #27272a !important;
    border-color: rgba(39, 39, 42, var(--border-opacity)) !important;
  }

  .xl\:tw-border-zinc-900 {
    --border-opacity: 1 !important;
    border-color: #18181b !important;
    border-color: rgba(24, 24, 27, var(--border-opacity)) !important;
  }

  .xl\:tw-border-neutral-50 {
    --border-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
  }

  .xl\:tw-border-neutral-100 {
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .xl\:tw-border-neutral-200 {
    --border-opacity: 1 !important;
    border-color: #e5e5e5 !important;
    border-color: rgba(229, 229, 229, var(--border-opacity)) !important;
  }

  .xl\:tw-border-neutral-300 {
    --border-opacity: 1 !important;
    border-color: #d4d4d4 !important;
    border-color: rgba(212, 212, 212, var(--border-opacity)) !important;
  }

  .xl\:tw-border-neutral-400 {
    --border-opacity: 1 !important;
    border-color: #a3a3a3 !important;
    border-color: rgba(163, 163, 163, var(--border-opacity)) !important;
  }

  .xl\:tw-border-neutral-500 {
    --border-opacity: 1 !important;
    border-color: #737373 !important;
    border-color: rgba(115, 115, 115, var(--border-opacity)) !important;
  }

  .xl\:tw-border-neutral-600 {
    --border-opacity: 1 !important;
    border-color: #525252 !important;
    border-color: rgba(82, 82, 82, var(--border-opacity)) !important;
  }

  .xl\:tw-border-neutral-700 {
    --border-opacity: 1 !important;
    border-color: #404040 !important;
    border-color: rgba(64, 64, 64, var(--border-opacity)) !important;
  }

  .xl\:tw-border-neutral-800 {
    --border-opacity: 1 !important;
    border-color: #262626 !important;
    border-color: rgba(38, 38, 38, var(--border-opacity)) !important;
  }

  .xl\:tw-border-neutral-900 {
    --border-opacity: 1 !important;
    border-color: #171717 !important;
    border-color: rgba(23, 23, 23, var(--border-opacity)) !important;
  }

  .xl\:tw-border-stone-50 {
    --border-opacity: 1 !important;
    border-color: #fafaf9 !important;
    border-color: rgba(250, 250, 249, var(--border-opacity)) !important;
  }

  .xl\:tw-border-stone-100 {
    --border-opacity: 1 !important;
    border-color: #f5f5f4 !important;
    border-color: rgba(245, 245, 244, var(--border-opacity)) !important;
  }

  .xl\:tw-border-stone-200 {
    --border-opacity: 1 !important;
    border-color: #e7e5e4 !important;
    border-color: rgba(231, 229, 228, var(--border-opacity)) !important;
  }

  .xl\:tw-border-stone-300 {
    --border-opacity: 1 !important;
    border-color: #d6d3d1 !important;
    border-color: rgba(214, 211, 209, var(--border-opacity)) !important;
  }

  .xl\:tw-border-stone-400 {
    --border-opacity: 1 !important;
    border-color: #a8a29e !important;
    border-color: rgba(168, 162, 158, var(--border-opacity)) !important;
  }

  .xl\:tw-border-stone-500 {
    --border-opacity: 1 !important;
    border-color: #78716c !important;
    border-color: rgba(120, 113, 108, var(--border-opacity)) !important;
  }

  .xl\:tw-border-stone-600 {
    --border-opacity: 1 !important;
    border-color: #57534e !important;
    border-color: rgba(87, 83, 78, var(--border-opacity)) !important;
  }

  .xl\:tw-border-stone-700 {
    --border-opacity: 1 !important;
    border-color: #44403c !important;
    border-color: rgba(68, 64, 60, var(--border-opacity)) !important;
  }

  .xl\:tw-border-stone-800 {
    --border-opacity: 1 !important;
    border-color: #292524 !important;
    border-color: rgba(41, 37, 36, var(--border-opacity)) !important;
  }

  .xl\:tw-border-stone-900 {
    --border-opacity: 1 !important;
    border-color: #1c1917 !important;
    border-color: rgba(28, 25, 23, var(--border-opacity)) !important;
  }

  .xl\:tw-border-amber-50 {
    --border-opacity: 1 !important;
    border-color: #fffbeb !important;
    border-color: rgba(255, 251, 235, var(--border-opacity)) !important;
  }

  .xl\:tw-border-amber-100 {
    --border-opacity: 1 !important;
    border-color: #fef3c7 !important;
    border-color: rgba(254, 243, 199, var(--border-opacity)) !important;
  }

  .xl\:tw-border-amber-200 {
    --border-opacity: 1 !important;
    border-color: #fde68a !important;
    border-color: rgba(253, 230, 138, var(--border-opacity)) !important;
  }

  .xl\:tw-border-amber-300 {
    --border-opacity: 1 !important;
    border-color: #fcd34d !important;
    border-color: rgba(252, 211, 77, var(--border-opacity)) !important;
  }

  .xl\:tw-border-amber-400 {
    --border-opacity: 1 !important;
    border-color: #fbbf24 !important;
    border-color: rgba(251, 191, 36, var(--border-opacity)) !important;
  }

  .xl\:tw-border-amber-500 {
    --border-opacity: 1 !important;
    border-color: #f59e0b !important;
    border-color: rgba(245, 158, 11, var(--border-opacity)) !important;
  }

  .xl\:tw-border-amber-600 {
    --border-opacity: 1 !important;
    border-color: #d97706 !important;
    border-color: rgba(217, 119, 6, var(--border-opacity)) !important;
  }

  .xl\:tw-border-amber-700 {
    --border-opacity: 1 !important;
    border-color: #b45309 !important;
    border-color: rgba(180, 83, 9, var(--border-opacity)) !important;
  }

  .xl\:tw-border-amber-800 {
    --border-opacity: 1 !important;
    border-color: #92400e !important;
    border-color: rgba(146, 64, 14, var(--border-opacity)) !important;
  }

  .xl\:tw-border-amber-900 {
    --border-opacity: 1 !important;
    border-color: #78350f !important;
    border-color: rgba(120, 53, 15, var(--border-opacity)) !important;
  }

  .xl\:tw-border-lime-50 {
    --border-opacity: 1 !important;
    border-color: #f7fee7 !important;
    border-color: rgba(247, 254, 231, var(--border-opacity)) !important;
  }

  .xl\:tw-border-lime-100 {
    --border-opacity: 1 !important;
    border-color: #ecfccb !important;
    border-color: rgba(236, 252, 203, var(--border-opacity)) !important;
  }

  .xl\:tw-border-lime-200 {
    --border-opacity: 1 !important;
    border-color: #d9f99d !important;
    border-color: rgba(217, 249, 157, var(--border-opacity)) !important;
  }

  .xl\:tw-border-lime-300 {
    --border-opacity: 1 !important;
    border-color: #bef264 !important;
    border-color: rgba(190, 242, 100, var(--border-opacity)) !important;
  }

  .xl\:tw-border-lime-400 {
    --border-opacity: 1 !important;
    border-color: #a3e635 !important;
    border-color: rgba(163, 230, 53, var(--border-opacity)) !important;
  }

  .xl\:tw-border-lime-500 {
    --border-opacity: 1 !important;
    border-color: #84cc16 !important;
    border-color: rgba(132, 204, 22, var(--border-opacity)) !important;
  }

  .xl\:tw-border-lime-600 {
    --border-opacity: 1 !important;
    border-color: #65a30d !important;
    border-color: rgba(101, 163, 13, var(--border-opacity)) !important;
  }

  .xl\:tw-border-lime-700 {
    --border-opacity: 1 !important;
    border-color: #4d7c0f !important;
    border-color: rgba(77, 124, 15, var(--border-opacity)) !important;
  }

  .xl\:tw-border-lime-800 {
    --border-opacity: 1 !important;
    border-color: #3f6212 !important;
    border-color: rgba(63, 98, 18, var(--border-opacity)) !important;
  }

  .xl\:tw-border-lime-900 {
    --border-opacity: 1 !important;
    border-color: #365314 !important;
    border-color: rgba(54, 83, 20, var(--border-opacity)) !important;
  }

  .xl\:tw-border-emerald-50 {
    --border-opacity: 1 !important;
    border-color: #ecfdf5 !important;
    border-color: rgba(236, 253, 245, var(--border-opacity)) !important;
  }

  .xl\:tw-border-emerald-100 {
    --border-opacity: 1 !important;
    border-color: #d1fae5 !important;
    border-color: rgba(209, 250, 229, var(--border-opacity)) !important;
  }

  .xl\:tw-border-emerald-200 {
    --border-opacity: 1 !important;
    border-color: #a7f3d0 !important;
    border-color: rgba(167, 243, 208, var(--border-opacity)) !important;
  }

  .xl\:tw-border-emerald-300 {
    --border-opacity: 1 !important;
    border-color: #6ee7b7 !important;
    border-color: rgba(110, 231, 183, var(--border-opacity)) !important;
  }

  .xl\:tw-border-emerald-400 {
    --border-opacity: 1 !important;
    border-color: #34d399 !important;
    border-color: rgba(52, 211, 153, var(--border-opacity)) !important;
  }

  .xl\:tw-border-emerald-500 {
    --border-opacity: 1 !important;
    border-color: #10b981 !important;
    border-color: rgba(16, 185, 129, var(--border-opacity)) !important;
  }

  .xl\:tw-border-emerald-600 {
    --border-opacity: 1 !important;
    border-color: #059669 !important;
    border-color: rgba(5, 150, 105, var(--border-opacity)) !important;
  }

  .xl\:tw-border-emerald-700 {
    --border-opacity: 1 !important;
    border-color: #047857 !important;
    border-color: rgba(4, 120, 87, var(--border-opacity)) !important;
  }

  .xl\:tw-border-emerald-800 {
    --border-opacity: 1 !important;
    border-color: #065f46 !important;
    border-color: rgba(6, 95, 70, var(--border-opacity)) !important;
  }

  .xl\:tw-border-emerald-900 {
    --border-opacity: 1 !important;
    border-color: #064e3b !important;
    border-color: rgba(6, 78, 59, var(--border-opacity)) !important;
  }

  .xl\:tw-border-cyan-50 {
    --border-opacity: 1 !important;
    border-color: #ecfeff !important;
    border-color: rgba(236, 254, 255, var(--border-opacity)) !important;
  }

  .xl\:tw-border-cyan-100 {
    --border-opacity: 1 !important;
    border-color: #cffafe !important;
    border-color: rgba(207, 250, 254, var(--border-opacity)) !important;
  }

  .xl\:tw-border-cyan-200 {
    --border-opacity: 1 !important;
    border-color: #a5f3fc !important;
    border-color: rgba(165, 243, 252, var(--border-opacity)) !important;
  }

  .xl\:tw-border-cyan-300 {
    --border-opacity: 1 !important;
    border-color: #67e8f9 !important;
    border-color: rgba(103, 232, 249, var(--border-opacity)) !important;
  }

  .xl\:tw-border-cyan-400 {
    --border-opacity: 1 !important;
    border-color: #22d3ee !important;
    border-color: rgba(34, 211, 238, var(--border-opacity)) !important;
  }

  .xl\:tw-border-cyan-500 {
    --border-opacity: 1 !important;
    border-color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, var(--border-opacity)) !important;
  }

  .xl\:tw-border-cyan-600 {
    --border-opacity: 1 !important;
    border-color: #0891b2 !important;
    border-color: rgba(8, 145, 178, var(--border-opacity)) !important;
  }

  .xl\:tw-border-cyan-700 {
    --border-opacity: 1 !important;
    border-color: #0e7490 !important;
    border-color: rgba(14, 116, 144, var(--border-opacity)) !important;
  }

  .xl\:tw-border-cyan-800 {
    --border-opacity: 1 !important;
    border-color: #155e75 !important;
    border-color: rgba(21, 94, 117, var(--border-opacity)) !important;
  }

  .xl\:tw-border-cyan-900 {
    --border-opacity: 1 !important;
    border-color: #164e63 !important;
    border-color: rgba(22, 78, 99, var(--border-opacity)) !important;
  }

  .xl\:tw-border-sky-50 {
    --border-opacity: 1 !important;
    border-color: #f0f9ff !important;
    border-color: rgba(240, 249, 255, var(--border-opacity)) !important;
  }

  .xl\:tw-border-sky-100 {
    --border-opacity: 1 !important;
    border-color: #e0f2fe !important;
    border-color: rgba(224, 242, 254, var(--border-opacity)) !important;
  }

  .xl\:tw-border-sky-200 {
    --border-opacity: 1 !important;
    border-color: #bae6fd !important;
    border-color: rgba(186, 230, 253, var(--border-opacity)) !important;
  }

  .xl\:tw-border-sky-300 {
    --border-opacity: 1 !important;
    border-color: #7dd3fc !important;
    border-color: rgba(125, 211, 252, var(--border-opacity)) !important;
  }

  .xl\:tw-border-sky-400 {
    --border-opacity: 1 !important;
    border-color: #38bdf8 !important;
    border-color: rgba(56, 189, 248, var(--border-opacity)) !important;
  }

  .xl\:tw-border-sky-500 {
    --border-opacity: 1 !important;
    border-color: #0ea5e9 !important;
    border-color: rgba(14, 165, 233, var(--border-opacity)) !important;
  }

  .xl\:tw-border-sky-600 {
    --border-opacity: 1 !important;
    border-color: #0284c7 !important;
    border-color: rgba(2, 132, 199, var(--border-opacity)) !important;
  }

  .xl\:tw-border-sky-700 {
    --border-opacity: 1 !important;
    border-color: #0369a1 !important;
    border-color: rgba(3, 105, 161, var(--border-opacity)) !important;
  }

  .xl\:tw-border-sky-800 {
    --border-opacity: 1 !important;
    border-color: #075985 !important;
    border-color: rgba(7, 89, 133, var(--border-opacity)) !important;
  }

  .xl\:tw-border-sky-900 {
    --border-opacity: 1 !important;
    border-color: #0c4a6e !important;
    border-color: rgba(12, 74, 110, var(--border-opacity)) !important;
  }

  .xl\:tw-border-violet-50 {
    --border-opacity: 1 !important;
    border-color: #f5f3ff !important;
    border-color: rgba(245, 243, 255, var(--border-opacity)) !important;
  }

  .xl\:tw-border-violet-100 {
    --border-opacity: 1 !important;
    border-color: #ede9fe !important;
    border-color: rgba(237, 233, 254, var(--border-opacity)) !important;
  }

  .xl\:tw-border-violet-200 {
    --border-opacity: 1 !important;
    border-color: #ddd6fe !important;
    border-color: rgba(221, 214, 254, var(--border-opacity)) !important;
  }

  .xl\:tw-border-violet-300 {
    --border-opacity: 1 !important;
    border-color: #c4b5fd !important;
    border-color: rgba(196, 181, 253, var(--border-opacity)) !important;
  }

  .xl\:tw-border-violet-400 {
    --border-opacity: 1 !important;
    border-color: #a78bfa !important;
    border-color: rgba(167, 139, 250, var(--border-opacity)) !important;
  }

  .xl\:tw-border-violet-500 {
    --border-opacity: 1 !important;
    border-color: #8b5cf6 !important;
    border-color: rgba(139, 92, 246, var(--border-opacity)) !important;
  }

  .xl\:tw-border-violet-600 {
    --border-opacity: 1 !important;
    border-color: #7c3aed !important;
    border-color: rgba(124, 58, 237, var(--border-opacity)) !important;
  }

  .xl\:tw-border-violet-700 {
    --border-opacity: 1 !important;
    border-color: #6d28d9 !important;
    border-color: rgba(109, 40, 217, var(--border-opacity)) !important;
  }

  .xl\:tw-border-violet-800 {
    --border-opacity: 1 !important;
    border-color: #5b21b6 !important;
    border-color: rgba(91, 33, 182, var(--border-opacity)) !important;
  }

  .xl\:tw-border-violet-900 {
    --border-opacity: 1 !important;
    border-color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, var(--border-opacity)) !important;
  }

  .xl\:tw-border-fuchsia-50 {
    --border-opacity: 1 !important;
    border-color: #fdf4ff !important;
    border-color: rgba(253, 244, 255, var(--border-opacity)) !important;
  }

  .xl\:tw-border-fuchsia-100 {
    --border-opacity: 1 !important;
    border-color: #fae8ff !important;
    border-color: rgba(250, 232, 255, var(--border-opacity)) !important;
  }

  .xl\:tw-border-fuchsia-200 {
    --border-opacity: 1 !important;
    border-color: #f5d0fe !important;
    border-color: rgba(245, 208, 254, var(--border-opacity)) !important;
  }

  .xl\:tw-border-fuchsia-300 {
    --border-opacity: 1 !important;
    border-color: #f0abfc !important;
    border-color: rgba(240, 171, 252, var(--border-opacity)) !important;
  }

  .xl\:tw-border-fuchsia-400 {
    --border-opacity: 1 !important;
    border-color: #e879f9 !important;
    border-color: rgba(232, 121, 249, var(--border-opacity)) !important;
  }

  .xl\:tw-border-fuchsia-500 {
    --border-opacity: 1 !important;
    border-color: #d946ef !important;
    border-color: rgba(217, 70, 239, var(--border-opacity)) !important;
  }

  .xl\:tw-border-fuchsia-600 {
    --border-opacity: 1 !important;
    border-color: #c026d3 !important;
    border-color: rgba(192, 38, 211, var(--border-opacity)) !important;
  }

  .xl\:tw-border-fuchsia-700 {
    --border-opacity: 1 !important;
    border-color: #a21caf !important;
    border-color: rgba(162, 28, 175, var(--border-opacity)) !important;
  }

  .xl\:tw-border-fuchsia-800 {
    --border-opacity: 1 !important;
    border-color: #86198f !important;
    border-color: rgba(134, 25, 143, var(--border-opacity)) !important;
  }

  .xl\:tw-border-fuchsia-900 {
    --border-opacity: 1 !important;
    border-color: #701a75 !important;
    border-color: rgba(112, 26, 117, var(--border-opacity)) !important;
  }

  .xl\:tw-border-rose-50 {
    --border-opacity: 1 !important;
    border-color: #fff1f2 !important;
    border-color: rgba(255, 241, 242, var(--border-opacity)) !important;
  }

  .xl\:tw-border-rose-100 {
    --border-opacity: 1 !important;
    border-color: #ffe4e6 !important;
    border-color: rgba(255, 228, 230, var(--border-opacity)) !important;
  }

  .xl\:tw-border-rose-200 {
    --border-opacity: 1 !important;
    border-color: #fecdd3 !important;
    border-color: rgba(254, 205, 211, var(--border-opacity)) !important;
  }

  .xl\:tw-border-rose-300 {
    --border-opacity: 1 !important;
    border-color: #fda4af !important;
    border-color: rgba(253, 164, 175, var(--border-opacity)) !important;
  }

  .xl\:tw-border-rose-400 {
    --border-opacity: 1 !important;
    border-color: #fb7185 !important;
    border-color: rgba(251, 113, 133, var(--border-opacity)) !important;
  }

  .xl\:tw-border-rose-500 {
    --border-opacity: 1 !important;
    border-color: #f43f5e !important;
    border-color: rgba(244, 63, 94, var(--border-opacity)) !important;
  }

  .xl\:tw-border-rose-600 {
    --border-opacity: 1 !important;
    border-color: #e11d48 !important;
    border-color: rgba(225, 29, 72, var(--border-opacity)) !important;
  }

  .xl\:tw-border-rose-700 {
    --border-opacity: 1 !important;
    border-color: #be123c !important;
    border-color: rgba(190, 18, 60, var(--border-opacity)) !important;
  }

  .xl\:tw-border-rose-800 {
    --border-opacity: 1 !important;
    border-color: #9f1239 !important;
    border-color: rgba(159, 18, 57, var(--border-opacity)) !important;
  }

  .xl\:tw-border-rose-900 {
    --border-opacity: 1 !important;
    border-color: #881337 !important;
    border-color: rgba(136, 19, 55, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-transparent:hover {
    border-color: transparent !important;
  }

  .xl\:hover\:tw-border-current:hover {
    border-color: currentColor !important;
  }

  .xl\:hover\:tw-border-black:hover {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-white:hover {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-50:hover {
    --border-opacity: 1 !important;
    border-color: #f9fafb !important;
    border-color: rgba(249, 250, 251, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-100:hover {
    --border-opacity: 1 !important;
    border-color: #f3f4f6 !important;
    border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-200:hover {
    --border-opacity: 1 !important;
    border-color: #e5e7eb !important;
    border-color: rgba(229, 231, 235, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-300:hover {
    --border-opacity: 1 !important;
    border-color: #d1d5db !important;
    border-color: rgba(209, 213, 219, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-400:hover {
    --border-opacity: 1 !important;
    border-color: #9ca3af !important;
    border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-500:hover {
    --border-opacity: 1 !important;
    border-color: #6b7280 !important;
    border-color: rgba(107, 114, 128, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-600:hover {
    --border-opacity: 1 !important;
    border-color: #4b5563 !important;
    border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-700:hover {
    --border-opacity: 1 !important;
    border-color: #374151 !important;
    border-color: rgba(55, 65, 81, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-800:hover {
    --border-opacity: 1 !important;
    border-color: #1f2937 !important;
    border-color: rgba(31, 41, 55, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-900:hover {
    --border-opacity: 1 !important;
    border-color: #111827 !important;
    border-color: rgba(17, 24, 39, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-50:hover {
    --border-opacity: 1 !important;
    border-color: #fef2f2 !important;
    border-color: rgba(254, 242, 242, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-100:hover {
    --border-opacity: 1 !important;
    border-color: #fee2e2 !important;
    border-color: rgba(254, 226, 226, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-200:hover {
    --border-opacity: 1 !important;
    border-color: #fecaca !important;
    border-color: rgba(254, 202, 202, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-300:hover {
    --border-opacity: 1 !important;
    border-color: #fca5a5 !important;
    border-color: rgba(252, 165, 165, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-400:hover {
    --border-opacity: 1 !important;
    border-color: #f87171 !important;
    border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-500:hover {
    --border-opacity: 1 !important;
    border-color: #ef4444 !important;
    border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-600:hover {
    --border-opacity: 1 !important;
    border-color: #dc2626 !important;
    border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-700:hover {
    --border-opacity: 1 !important;
    border-color: #b91c1c !important;
    border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-800:hover {
    --border-opacity: 1 !important;
    border-color: #991b1b !important;
    border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-900:hover {
    --border-opacity: 1 !important;
    border-color: #7f1d1d !important;
    border-color: rgba(127, 29, 29, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-50:hover {
    --border-opacity: 1 !important;
    border-color: #fff7ed !important;
    border-color: rgba(255, 247, 237, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-100:hover {
    --border-opacity: 1 !important;
    border-color: #ffedd5 !important;
    border-color: rgba(255, 237, 213, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-200:hover {
    --border-opacity: 1 !important;
    border-color: #fed7aa !important;
    border-color: rgba(254, 215, 170, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-300:hover {
    --border-opacity: 1 !important;
    border-color: #fdba74 !important;
    border-color: rgba(253, 186, 116, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-400:hover {
    --border-opacity: 1 !important;
    border-color: #fb923c !important;
    border-color: rgba(251, 146, 60, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-500:hover {
    --border-opacity: 1 !important;
    border-color: #f97316 !important;
    border-color: rgba(249, 115, 22, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-600:hover {
    --border-opacity: 1 !important;
    border-color: #ea580c !important;
    border-color: rgba(234, 88, 12, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-700:hover {
    --border-opacity: 1 !important;
    border-color: #c2410c !important;
    border-color: rgba(194, 65, 12, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-800:hover {
    --border-opacity: 1 !important;
    border-color: #9a3412 !important;
    border-color: rgba(154, 52, 18, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-900:hover {
    --border-opacity: 1 !important;
    border-color: #7c2d12 !important;
    border-color: rgba(124, 45, 18, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-50:hover {
    --border-opacity: 1 !important;
    border-color: #fefce8 !important;
    border-color: rgba(254, 252, 232, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-100:hover {
    --border-opacity: 1 !important;
    border-color: #fef9c3 !important;
    border-color: rgba(254, 249, 195, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-200:hover {
    --border-opacity: 1 !important;
    border-color: #fef08a !important;
    border-color: rgba(254, 240, 138, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-300:hover {
    --border-opacity: 1 !important;
    border-color: #fde047 !important;
    border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-400:hover {
    --border-opacity: 1 !important;
    border-color: #facc15 !important;
    border-color: rgba(250, 204, 21, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-500:hover {
    --border-opacity: 1 !important;
    border-color: #eab308 !important;
    border-color: rgba(234, 179, 8, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-600:hover {
    --border-opacity: 1 !important;
    border-color: #ca8a04 !important;
    border-color: rgba(202, 138, 4, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-700:hover {
    --border-opacity: 1 !important;
    border-color: #a16207 !important;
    border-color: rgba(161, 98, 7, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-800:hover {
    --border-opacity: 1 !important;
    border-color: #854d0e !important;
    border-color: rgba(133, 77, 14, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-900:hover {
    --border-opacity: 1 !important;
    border-color: #713f12 !important;
    border-color: rgba(113, 63, 18, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-50:hover {
    --border-opacity: 1 !important;
    border-color: #f0fdf4 !important;
    border-color: rgba(240, 253, 244, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-100:hover {
    --border-opacity: 1 !important;
    border-color: #dcfce7 !important;
    border-color: rgba(220, 252, 231, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-200:hover {
    --border-opacity: 1 !important;
    border-color: #bbf7d0 !important;
    border-color: rgba(187, 247, 208, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-300:hover {
    --border-opacity: 1 !important;
    border-color: #86efac !important;
    border-color: rgba(134, 239, 172, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-400:hover {
    --border-opacity: 1 !important;
    border-color: #4ade80 !important;
    border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-500:hover {
    --border-opacity: 1 !important;
    border-color: #22c55e !important;
    border-color: rgba(34, 197, 94, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-600:hover {
    --border-opacity: 1 !important;
    border-color: #16a34a !important;
    border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-700:hover {
    --border-opacity: 1 !important;
    border-color: #15803d !important;
    border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-800:hover {
    --border-opacity: 1 !important;
    border-color: #166534 !important;
    border-color: rgba(22, 101, 52, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-900:hover {
    --border-opacity: 1 !important;
    border-color: #14532d !important;
    border-color: rgba(20, 83, 45, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-50:hover {
    --border-opacity: 1 !important;
    border-color: #f0fdfa !important;
    border-color: rgba(240, 253, 250, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-100:hover {
    --border-opacity: 1 !important;
    border-color: #ccfbf1 !important;
    border-color: rgba(204, 251, 241, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-200:hover {
    --border-opacity: 1 !important;
    border-color: #99f6e4 !important;
    border-color: rgba(153, 246, 228, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-300:hover {
    --border-opacity: 1 !important;
    border-color: #5eead4 !important;
    border-color: rgba(94, 234, 212, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-400:hover {
    --border-opacity: 1 !important;
    border-color: #2dd4bf !important;
    border-color: rgba(45, 212, 191, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-500:hover {
    --border-opacity: 1 !important;
    border-color: #14b8a6 !important;
    border-color: rgba(20, 184, 166, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-600:hover {
    --border-opacity: 1 !important;
    border-color: #0d9488 !important;
    border-color: rgba(13, 148, 136, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-700:hover {
    --border-opacity: 1 !important;
    border-color: #0f766e !important;
    border-color: rgba(15, 118, 110, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-800:hover {
    --border-opacity: 1 !important;
    border-color: #115e59 !important;
    border-color: rgba(17, 94, 89, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-900:hover {
    --border-opacity: 1 !important;
    border-color: #134e4a !important;
    border-color: rgba(19, 78, 74, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-50:hover {
    --border-opacity: 1 !important;
    border-color: #eff6ff !important;
    border-color: rgba(239, 246, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-100:hover {
    --border-opacity: 1 !important;
    border-color: #dbeafe !important;
    border-color: rgba(219, 234, 254, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-200:hover {
    --border-opacity: 1 !important;
    border-color: #bfdbfe !important;
    border-color: rgba(191, 219, 254, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-300:hover {
    --border-opacity: 1 !important;
    border-color: #93c5fd !important;
    border-color: rgba(147, 197, 253, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-400:hover {
    --border-opacity: 1 !important;
    border-color: #60a5fa !important;
    border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-500:hover {
    --border-opacity: 1 !important;
    border-color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-600:hover {
    --border-opacity: 1 !important;
    border-color: #2563eb !important;
    border-color: rgba(37, 99, 235, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-700:hover {
    --border-opacity: 1 !important;
    border-color: #1d4ed8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-800:hover {
    --border-opacity: 1 !important;
    border-color: #1e40af !important;
    border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-900:hover {
    --border-opacity: 1 !important;
    border-color: #1e3a8a !important;
    border-color: rgba(30, 58, 138, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-50:hover {
    --border-opacity: 1 !important;
    border-color: #eef2ff !important;
    border-color: rgba(238, 242, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-100:hover {
    --border-opacity: 1 !important;
    border-color: #e0e7ff !important;
    border-color: rgba(224, 231, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-200:hover {
    --border-opacity: 1 !important;
    border-color: #c7d2fe !important;
    border-color: rgba(199, 210, 254, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-300:hover {
    --border-opacity: 1 !important;
    border-color: #a5b4fc !important;
    border-color: rgba(165, 180, 252, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-400:hover {
    --border-opacity: 1 !important;
    border-color: #818cf8 !important;
    border-color: rgba(129, 140, 248, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-500:hover {
    --border-opacity: 1 !important;
    border-color: #6366f1 !important;
    border-color: rgba(99, 102, 241, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-600:hover {
    --border-opacity: 1 !important;
    border-color: #4f46e5 !important;
    border-color: rgba(79, 70, 229, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-700:hover {
    --border-opacity: 1 !important;
    border-color: #4338ca !important;
    border-color: rgba(67, 56, 202, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-800:hover {
    --border-opacity: 1 !important;
    border-color: #3730a3 !important;
    border-color: rgba(55, 48, 163, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-900:hover {
    --border-opacity: 1 !important;
    border-color: #312e81 !important;
    border-color: rgba(49, 46, 129, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-50:hover {
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-100:hover {
    --border-opacity: 1 !important;
    border-color: #f3e8ff !important;
    border-color: rgba(243, 232, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-200:hover {
    --border-opacity: 1 !important;
    border-color: #e9d5ff !important;
    border-color: rgba(233, 213, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-300:hover {
    --border-opacity: 1 !important;
    border-color: #d8b4fe !important;
    border-color: rgba(216, 180, 254, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-400:hover {
    --border-opacity: 1 !important;
    border-color: #c084fc !important;
    border-color: rgba(192, 132, 252, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-500:hover {
    --border-opacity: 1 !important;
    border-color: #a855f7 !important;
    border-color: rgba(168, 85, 247, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-600:hover {
    --border-opacity: 1 !important;
    border-color: #9333ea !important;
    border-color: rgba(147, 51, 234, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-700:hover {
    --border-opacity: 1 !important;
    border-color: #7e22ce !important;
    border-color: rgba(126, 34, 206, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-800:hover {
    --border-opacity: 1 !important;
    border-color: #6b21a8 !important;
    border-color: rgba(107, 33, 168, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-900:hover {
    --border-opacity: 1 !important;
    border-color: #581c87 !important;
    border-color: rgba(88, 28, 135, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-50:hover {
    --border-opacity: 1 !important;
    border-color: #fdf2f8 !important;
    border-color: rgba(253, 242, 248, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-100:hover {
    --border-opacity: 1 !important;
    border-color: #fce7f3 !important;
    border-color: rgba(252, 231, 243, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-200:hover {
    --border-opacity: 1 !important;
    border-color: #fbcfe8 !important;
    border-color: rgba(251, 207, 232, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-300:hover {
    --border-opacity: 1 !important;
    border-color: #f9a8d4 !important;
    border-color: rgba(249, 168, 212, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-400:hover {
    --border-opacity: 1 !important;
    border-color: #f472b6 !important;
    border-color: rgba(244, 114, 182, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-500:hover {
    --border-opacity: 1 !important;
    border-color: #ec4899 !important;
    border-color: rgba(236, 72, 153, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-600:hover {
    --border-opacity: 1 !important;
    border-color: #db2777 !important;
    border-color: rgba(219, 39, 119, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-700:hover {
    --border-opacity: 1 !important;
    border-color: #be185d !important;
    border-color: rgba(190, 24, 93, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-800:hover {
    --border-opacity: 1 !important;
    border-color: #9d174d !important;
    border-color: rgba(157, 23, 77, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-900:hover {
    --border-opacity: 1 !important;
    border-color: #831843 !important;
    border-color: rgba(131, 24, 67, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-app-main:hover {
    --border-opacity: 1 !important;
    border-color: #F18D11 !important;
    border-color: rgba(241, 141, 17, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-app-sub-blue:hover {
    --border-opacity: 1 !important;
    border-color: #1E548F !important;
    border-color: rgba(30, 84, 143, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-app-yellow:hover {
    --border-opacity: 1 !important;
    border-color: #FFF5D1 !important;
    border-color: rgba(255, 245, 209, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-theme-primary:hover {
    --border-opacity: 1 !important;
    border-color: #f3980f !important;
    border-color: rgba(243, 152, 15, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-theme-info:hover {
    --border-opacity: 1 !important;
    border-color: #1b925a !important;
    border-color: rgba(27, 146, 90, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-slate-50:hover {
    --border-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-slate-100:hover {
    --border-opacity: 1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-slate-200:hover {
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-slate-300:hover {
    --border-opacity: 1 !important;
    border-color: #cbd5e1 !important;
    border-color: rgba(203, 213, 225, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-slate-400:hover {
    --border-opacity: 1 !important;
    border-color: #94a3b8 !important;
    border-color: rgba(148, 163, 184, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-slate-500:hover {
    --border-opacity: 1 !important;
    border-color: #64748b !important;
    border-color: rgba(100, 116, 139, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-slate-600:hover {
    --border-opacity: 1 !important;
    border-color: #475569 !important;
    border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-slate-700:hover {
    --border-opacity: 1 !important;
    border-color: #334155 !important;
    border-color: rgba(51, 65, 85, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-slate-800:hover {
    --border-opacity: 1 !important;
    border-color: #1e293b !important;
    border-color: rgba(30, 41, 59, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-slate-900:hover {
    --border-opacity: 1 !important;
    border-color: #0f172a !important;
    border-color: rgba(15, 23, 42, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-zinc-50:hover {
    --border-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-zinc-100:hover {
    --border-opacity: 1 !important;
    border-color: #f4f4f5 !important;
    border-color: rgba(244, 244, 245, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-zinc-200:hover {
    --border-opacity: 1 !important;
    border-color: #e4e4e7 !important;
    border-color: rgba(228, 228, 231, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-zinc-300:hover {
    --border-opacity: 1 !important;
    border-color: #d4d4d8 !important;
    border-color: rgba(212, 212, 216, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-zinc-400:hover {
    --border-opacity: 1 !important;
    border-color: #a1a1aa !important;
    border-color: rgba(161, 161, 170, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-zinc-500:hover {
    --border-opacity: 1 !important;
    border-color: #71717a !important;
    border-color: rgba(113, 113, 122, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-zinc-600:hover {
    --border-opacity: 1 !important;
    border-color: #52525b !important;
    border-color: rgba(82, 82, 91, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-zinc-700:hover {
    --border-opacity: 1 !important;
    border-color: #3f3f46 !important;
    border-color: rgba(63, 63, 70, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-zinc-800:hover {
    --border-opacity: 1 !important;
    border-color: #27272a !important;
    border-color: rgba(39, 39, 42, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-zinc-900:hover {
    --border-opacity: 1 !important;
    border-color: #18181b !important;
    border-color: rgba(24, 24, 27, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-neutral-50:hover {
    --border-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-neutral-100:hover {
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-neutral-200:hover {
    --border-opacity: 1 !important;
    border-color: #e5e5e5 !important;
    border-color: rgba(229, 229, 229, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-neutral-300:hover {
    --border-opacity: 1 !important;
    border-color: #d4d4d4 !important;
    border-color: rgba(212, 212, 212, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-neutral-400:hover {
    --border-opacity: 1 !important;
    border-color: #a3a3a3 !important;
    border-color: rgba(163, 163, 163, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-neutral-500:hover {
    --border-opacity: 1 !important;
    border-color: #737373 !important;
    border-color: rgba(115, 115, 115, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-neutral-600:hover {
    --border-opacity: 1 !important;
    border-color: #525252 !important;
    border-color: rgba(82, 82, 82, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-neutral-700:hover {
    --border-opacity: 1 !important;
    border-color: #404040 !important;
    border-color: rgba(64, 64, 64, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-neutral-800:hover {
    --border-opacity: 1 !important;
    border-color: #262626 !important;
    border-color: rgba(38, 38, 38, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-neutral-900:hover {
    --border-opacity: 1 !important;
    border-color: #171717 !important;
    border-color: rgba(23, 23, 23, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-stone-50:hover {
    --border-opacity: 1 !important;
    border-color: #fafaf9 !important;
    border-color: rgba(250, 250, 249, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-stone-100:hover {
    --border-opacity: 1 !important;
    border-color: #f5f5f4 !important;
    border-color: rgba(245, 245, 244, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-stone-200:hover {
    --border-opacity: 1 !important;
    border-color: #e7e5e4 !important;
    border-color: rgba(231, 229, 228, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-stone-300:hover {
    --border-opacity: 1 !important;
    border-color: #d6d3d1 !important;
    border-color: rgba(214, 211, 209, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-stone-400:hover {
    --border-opacity: 1 !important;
    border-color: #a8a29e !important;
    border-color: rgba(168, 162, 158, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-stone-500:hover {
    --border-opacity: 1 !important;
    border-color: #78716c !important;
    border-color: rgba(120, 113, 108, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-stone-600:hover {
    --border-opacity: 1 !important;
    border-color: #57534e !important;
    border-color: rgba(87, 83, 78, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-stone-700:hover {
    --border-opacity: 1 !important;
    border-color: #44403c !important;
    border-color: rgba(68, 64, 60, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-stone-800:hover {
    --border-opacity: 1 !important;
    border-color: #292524 !important;
    border-color: rgba(41, 37, 36, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-stone-900:hover {
    --border-opacity: 1 !important;
    border-color: #1c1917 !important;
    border-color: rgba(28, 25, 23, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-amber-50:hover {
    --border-opacity: 1 !important;
    border-color: #fffbeb !important;
    border-color: rgba(255, 251, 235, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-amber-100:hover {
    --border-opacity: 1 !important;
    border-color: #fef3c7 !important;
    border-color: rgba(254, 243, 199, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-amber-200:hover {
    --border-opacity: 1 !important;
    border-color: #fde68a !important;
    border-color: rgba(253, 230, 138, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-amber-300:hover {
    --border-opacity: 1 !important;
    border-color: #fcd34d !important;
    border-color: rgba(252, 211, 77, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-amber-400:hover {
    --border-opacity: 1 !important;
    border-color: #fbbf24 !important;
    border-color: rgba(251, 191, 36, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-amber-500:hover {
    --border-opacity: 1 !important;
    border-color: #f59e0b !important;
    border-color: rgba(245, 158, 11, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-amber-600:hover {
    --border-opacity: 1 !important;
    border-color: #d97706 !important;
    border-color: rgba(217, 119, 6, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-amber-700:hover {
    --border-opacity: 1 !important;
    border-color: #b45309 !important;
    border-color: rgba(180, 83, 9, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-amber-800:hover {
    --border-opacity: 1 !important;
    border-color: #92400e !important;
    border-color: rgba(146, 64, 14, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-amber-900:hover {
    --border-opacity: 1 !important;
    border-color: #78350f !important;
    border-color: rgba(120, 53, 15, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lime-50:hover {
    --border-opacity: 1 !important;
    border-color: #f7fee7 !important;
    border-color: rgba(247, 254, 231, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lime-100:hover {
    --border-opacity: 1 !important;
    border-color: #ecfccb !important;
    border-color: rgba(236, 252, 203, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lime-200:hover {
    --border-opacity: 1 !important;
    border-color: #d9f99d !important;
    border-color: rgba(217, 249, 157, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lime-300:hover {
    --border-opacity: 1 !important;
    border-color: #bef264 !important;
    border-color: rgba(190, 242, 100, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lime-400:hover {
    --border-opacity: 1 !important;
    border-color: #a3e635 !important;
    border-color: rgba(163, 230, 53, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lime-500:hover {
    --border-opacity: 1 !important;
    border-color: #84cc16 !important;
    border-color: rgba(132, 204, 22, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lime-600:hover {
    --border-opacity: 1 !important;
    border-color: #65a30d !important;
    border-color: rgba(101, 163, 13, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lime-700:hover {
    --border-opacity: 1 !important;
    border-color: #4d7c0f !important;
    border-color: rgba(77, 124, 15, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lime-800:hover {
    --border-opacity: 1 !important;
    border-color: #3f6212 !important;
    border-color: rgba(63, 98, 18, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lime-900:hover {
    --border-opacity: 1 !important;
    border-color: #365314 !important;
    border-color: rgba(54, 83, 20, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-emerald-50:hover {
    --border-opacity: 1 !important;
    border-color: #ecfdf5 !important;
    border-color: rgba(236, 253, 245, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-emerald-100:hover {
    --border-opacity: 1 !important;
    border-color: #d1fae5 !important;
    border-color: rgba(209, 250, 229, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-emerald-200:hover {
    --border-opacity: 1 !important;
    border-color: #a7f3d0 !important;
    border-color: rgba(167, 243, 208, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-emerald-300:hover {
    --border-opacity: 1 !important;
    border-color: #6ee7b7 !important;
    border-color: rgba(110, 231, 183, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-emerald-400:hover {
    --border-opacity: 1 !important;
    border-color: #34d399 !important;
    border-color: rgba(52, 211, 153, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-emerald-500:hover {
    --border-opacity: 1 !important;
    border-color: #10b981 !important;
    border-color: rgba(16, 185, 129, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-emerald-600:hover {
    --border-opacity: 1 !important;
    border-color: #059669 !important;
    border-color: rgba(5, 150, 105, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-emerald-700:hover {
    --border-opacity: 1 !important;
    border-color: #047857 !important;
    border-color: rgba(4, 120, 87, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-emerald-800:hover {
    --border-opacity: 1 !important;
    border-color: #065f46 !important;
    border-color: rgba(6, 95, 70, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-emerald-900:hover {
    --border-opacity: 1 !important;
    border-color: #064e3b !important;
    border-color: rgba(6, 78, 59, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cyan-50:hover {
    --border-opacity: 1 !important;
    border-color: #ecfeff !important;
    border-color: rgba(236, 254, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cyan-100:hover {
    --border-opacity: 1 !important;
    border-color: #cffafe !important;
    border-color: rgba(207, 250, 254, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cyan-200:hover {
    --border-opacity: 1 !important;
    border-color: #a5f3fc !important;
    border-color: rgba(165, 243, 252, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cyan-300:hover {
    --border-opacity: 1 !important;
    border-color: #67e8f9 !important;
    border-color: rgba(103, 232, 249, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cyan-400:hover {
    --border-opacity: 1 !important;
    border-color: #22d3ee !important;
    border-color: rgba(34, 211, 238, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cyan-500:hover {
    --border-opacity: 1 !important;
    border-color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cyan-600:hover {
    --border-opacity: 1 !important;
    border-color: #0891b2 !important;
    border-color: rgba(8, 145, 178, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cyan-700:hover {
    --border-opacity: 1 !important;
    border-color: #0e7490 !important;
    border-color: rgba(14, 116, 144, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cyan-800:hover {
    --border-opacity: 1 !important;
    border-color: #155e75 !important;
    border-color: rgba(21, 94, 117, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cyan-900:hover {
    --border-opacity: 1 !important;
    border-color: #164e63 !important;
    border-color: rgba(22, 78, 99, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-sky-50:hover {
    --border-opacity: 1 !important;
    border-color: #f0f9ff !important;
    border-color: rgba(240, 249, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-sky-100:hover {
    --border-opacity: 1 !important;
    border-color: #e0f2fe !important;
    border-color: rgba(224, 242, 254, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-sky-200:hover {
    --border-opacity: 1 !important;
    border-color: #bae6fd !important;
    border-color: rgba(186, 230, 253, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-sky-300:hover {
    --border-opacity: 1 !important;
    border-color: #7dd3fc !important;
    border-color: rgba(125, 211, 252, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-sky-400:hover {
    --border-opacity: 1 !important;
    border-color: #38bdf8 !important;
    border-color: rgba(56, 189, 248, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-sky-500:hover {
    --border-opacity: 1 !important;
    border-color: #0ea5e9 !important;
    border-color: rgba(14, 165, 233, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-sky-600:hover {
    --border-opacity: 1 !important;
    border-color: #0284c7 !important;
    border-color: rgba(2, 132, 199, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-sky-700:hover {
    --border-opacity: 1 !important;
    border-color: #0369a1 !important;
    border-color: rgba(3, 105, 161, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-sky-800:hover {
    --border-opacity: 1 !important;
    border-color: #075985 !important;
    border-color: rgba(7, 89, 133, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-sky-900:hover {
    --border-opacity: 1 !important;
    border-color: #0c4a6e !important;
    border-color: rgba(12, 74, 110, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-violet-50:hover {
    --border-opacity: 1 !important;
    border-color: #f5f3ff !important;
    border-color: rgba(245, 243, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-violet-100:hover {
    --border-opacity: 1 !important;
    border-color: #ede9fe !important;
    border-color: rgba(237, 233, 254, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-violet-200:hover {
    --border-opacity: 1 !important;
    border-color: #ddd6fe !important;
    border-color: rgba(221, 214, 254, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-violet-300:hover {
    --border-opacity: 1 !important;
    border-color: #c4b5fd !important;
    border-color: rgba(196, 181, 253, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-violet-400:hover {
    --border-opacity: 1 !important;
    border-color: #a78bfa !important;
    border-color: rgba(167, 139, 250, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-violet-500:hover {
    --border-opacity: 1 !important;
    border-color: #8b5cf6 !important;
    border-color: rgba(139, 92, 246, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-violet-600:hover {
    --border-opacity: 1 !important;
    border-color: #7c3aed !important;
    border-color: rgba(124, 58, 237, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-violet-700:hover {
    --border-opacity: 1 !important;
    border-color: #6d28d9 !important;
    border-color: rgba(109, 40, 217, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-violet-800:hover {
    --border-opacity: 1 !important;
    border-color: #5b21b6 !important;
    border-color: rgba(91, 33, 182, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-violet-900:hover {
    --border-opacity: 1 !important;
    border-color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-fuchsia-50:hover {
    --border-opacity: 1 !important;
    border-color: #fdf4ff !important;
    border-color: rgba(253, 244, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-fuchsia-100:hover {
    --border-opacity: 1 !important;
    border-color: #fae8ff !important;
    border-color: rgba(250, 232, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-fuchsia-200:hover {
    --border-opacity: 1 !important;
    border-color: #f5d0fe !important;
    border-color: rgba(245, 208, 254, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-fuchsia-300:hover {
    --border-opacity: 1 !important;
    border-color: #f0abfc !important;
    border-color: rgba(240, 171, 252, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-fuchsia-400:hover {
    --border-opacity: 1 !important;
    border-color: #e879f9 !important;
    border-color: rgba(232, 121, 249, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-fuchsia-500:hover {
    --border-opacity: 1 !important;
    border-color: #d946ef !important;
    border-color: rgba(217, 70, 239, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-fuchsia-600:hover {
    --border-opacity: 1 !important;
    border-color: #c026d3 !important;
    border-color: rgba(192, 38, 211, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-fuchsia-700:hover {
    --border-opacity: 1 !important;
    border-color: #a21caf !important;
    border-color: rgba(162, 28, 175, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-fuchsia-800:hover {
    --border-opacity: 1 !important;
    border-color: #86198f !important;
    border-color: rgba(134, 25, 143, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-fuchsia-900:hover {
    --border-opacity: 1 !important;
    border-color: #701a75 !important;
    border-color: rgba(112, 26, 117, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-rose-50:hover {
    --border-opacity: 1 !important;
    border-color: #fff1f2 !important;
    border-color: rgba(255, 241, 242, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-rose-100:hover {
    --border-opacity: 1 !important;
    border-color: #ffe4e6 !important;
    border-color: rgba(255, 228, 230, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-rose-200:hover {
    --border-opacity: 1 !important;
    border-color: #fecdd3 !important;
    border-color: rgba(254, 205, 211, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-rose-300:hover {
    --border-opacity: 1 !important;
    border-color: #fda4af !important;
    border-color: rgba(253, 164, 175, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-rose-400:hover {
    --border-opacity: 1 !important;
    border-color: #fb7185 !important;
    border-color: rgba(251, 113, 133, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-rose-500:hover {
    --border-opacity: 1 !important;
    border-color: #f43f5e !important;
    border-color: rgba(244, 63, 94, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-rose-600:hover {
    --border-opacity: 1 !important;
    border-color: #e11d48 !important;
    border-color: rgba(225, 29, 72, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-rose-700:hover {
    --border-opacity: 1 !important;
    border-color: #be123c !important;
    border-color: rgba(190, 18, 60, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-rose-800:hover {
    --border-opacity: 1 !important;
    border-color: #9f1239 !important;
    border-color: rgba(159, 18, 57, var(--border-opacity)) !important;
  }

  .xl\:hover\:tw-border-rose-900:hover {
    --border-opacity: 1 !important;
    border-color: #881337 !important;
    border-color: rgba(136, 19, 55, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-transparent:focus {
    border-color: transparent !important;
  }

  .xl\:focus\:tw-border-current:focus {
    border-color: currentColor !important;
  }

  .xl\:focus\:tw-border-black:focus {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-white:focus {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-50:focus {
    --border-opacity: 1 !important;
    border-color: #f9fafb !important;
    border-color: rgba(249, 250, 251, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-100:focus {
    --border-opacity: 1 !important;
    border-color: #f3f4f6 !important;
    border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-200:focus {
    --border-opacity: 1 !important;
    border-color: #e5e7eb !important;
    border-color: rgba(229, 231, 235, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-300:focus {
    --border-opacity: 1 !important;
    border-color: #d1d5db !important;
    border-color: rgba(209, 213, 219, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-400:focus {
    --border-opacity: 1 !important;
    border-color: #9ca3af !important;
    border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-500:focus {
    --border-opacity: 1 !important;
    border-color: #6b7280 !important;
    border-color: rgba(107, 114, 128, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-600:focus {
    --border-opacity: 1 !important;
    border-color: #4b5563 !important;
    border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-700:focus {
    --border-opacity: 1 !important;
    border-color: #374151 !important;
    border-color: rgba(55, 65, 81, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-800:focus {
    --border-opacity: 1 !important;
    border-color: #1f2937 !important;
    border-color: rgba(31, 41, 55, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-900:focus {
    --border-opacity: 1 !important;
    border-color: #111827 !important;
    border-color: rgba(17, 24, 39, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-50:focus {
    --border-opacity: 1 !important;
    border-color: #fef2f2 !important;
    border-color: rgba(254, 242, 242, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-100:focus {
    --border-opacity: 1 !important;
    border-color: #fee2e2 !important;
    border-color: rgba(254, 226, 226, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-200:focus {
    --border-opacity: 1 !important;
    border-color: #fecaca !important;
    border-color: rgba(254, 202, 202, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-300:focus {
    --border-opacity: 1 !important;
    border-color: #fca5a5 !important;
    border-color: rgba(252, 165, 165, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-400:focus {
    --border-opacity: 1 !important;
    border-color: #f87171 !important;
    border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-500:focus {
    --border-opacity: 1 !important;
    border-color: #ef4444 !important;
    border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-600:focus {
    --border-opacity: 1 !important;
    border-color: #dc2626 !important;
    border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-700:focus {
    --border-opacity: 1 !important;
    border-color: #b91c1c !important;
    border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-800:focus {
    --border-opacity: 1 !important;
    border-color: #991b1b !important;
    border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-900:focus {
    --border-opacity: 1 !important;
    border-color: #7f1d1d !important;
    border-color: rgba(127, 29, 29, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-50:focus {
    --border-opacity: 1 !important;
    border-color: #fff7ed !important;
    border-color: rgba(255, 247, 237, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-100:focus {
    --border-opacity: 1 !important;
    border-color: #ffedd5 !important;
    border-color: rgba(255, 237, 213, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-200:focus {
    --border-opacity: 1 !important;
    border-color: #fed7aa !important;
    border-color: rgba(254, 215, 170, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-300:focus {
    --border-opacity: 1 !important;
    border-color: #fdba74 !important;
    border-color: rgba(253, 186, 116, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-400:focus {
    --border-opacity: 1 !important;
    border-color: #fb923c !important;
    border-color: rgba(251, 146, 60, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-500:focus {
    --border-opacity: 1 !important;
    border-color: #f97316 !important;
    border-color: rgba(249, 115, 22, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-600:focus {
    --border-opacity: 1 !important;
    border-color: #ea580c !important;
    border-color: rgba(234, 88, 12, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-700:focus {
    --border-opacity: 1 !important;
    border-color: #c2410c !important;
    border-color: rgba(194, 65, 12, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-800:focus {
    --border-opacity: 1 !important;
    border-color: #9a3412 !important;
    border-color: rgba(154, 52, 18, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-900:focus {
    --border-opacity: 1 !important;
    border-color: #7c2d12 !important;
    border-color: rgba(124, 45, 18, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-50:focus {
    --border-opacity: 1 !important;
    border-color: #fefce8 !important;
    border-color: rgba(254, 252, 232, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-100:focus {
    --border-opacity: 1 !important;
    border-color: #fef9c3 !important;
    border-color: rgba(254, 249, 195, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-200:focus {
    --border-opacity: 1 !important;
    border-color: #fef08a !important;
    border-color: rgba(254, 240, 138, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-300:focus {
    --border-opacity: 1 !important;
    border-color: #fde047 !important;
    border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-400:focus {
    --border-opacity: 1 !important;
    border-color: #facc15 !important;
    border-color: rgba(250, 204, 21, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-500:focus {
    --border-opacity: 1 !important;
    border-color: #eab308 !important;
    border-color: rgba(234, 179, 8, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-600:focus {
    --border-opacity: 1 !important;
    border-color: #ca8a04 !important;
    border-color: rgba(202, 138, 4, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-700:focus {
    --border-opacity: 1 !important;
    border-color: #a16207 !important;
    border-color: rgba(161, 98, 7, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-800:focus {
    --border-opacity: 1 !important;
    border-color: #854d0e !important;
    border-color: rgba(133, 77, 14, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-900:focus {
    --border-opacity: 1 !important;
    border-color: #713f12 !important;
    border-color: rgba(113, 63, 18, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-50:focus {
    --border-opacity: 1 !important;
    border-color: #f0fdf4 !important;
    border-color: rgba(240, 253, 244, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-100:focus {
    --border-opacity: 1 !important;
    border-color: #dcfce7 !important;
    border-color: rgba(220, 252, 231, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-200:focus {
    --border-opacity: 1 !important;
    border-color: #bbf7d0 !important;
    border-color: rgba(187, 247, 208, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-300:focus {
    --border-opacity: 1 !important;
    border-color: #86efac !important;
    border-color: rgba(134, 239, 172, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-400:focus {
    --border-opacity: 1 !important;
    border-color: #4ade80 !important;
    border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-500:focus {
    --border-opacity: 1 !important;
    border-color: #22c55e !important;
    border-color: rgba(34, 197, 94, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-600:focus {
    --border-opacity: 1 !important;
    border-color: #16a34a !important;
    border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-700:focus {
    --border-opacity: 1 !important;
    border-color: #15803d !important;
    border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-800:focus {
    --border-opacity: 1 !important;
    border-color: #166534 !important;
    border-color: rgba(22, 101, 52, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-900:focus {
    --border-opacity: 1 !important;
    border-color: #14532d !important;
    border-color: rgba(20, 83, 45, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-50:focus {
    --border-opacity: 1 !important;
    border-color: #f0fdfa !important;
    border-color: rgba(240, 253, 250, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-100:focus {
    --border-opacity: 1 !important;
    border-color: #ccfbf1 !important;
    border-color: rgba(204, 251, 241, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-200:focus {
    --border-opacity: 1 !important;
    border-color: #99f6e4 !important;
    border-color: rgba(153, 246, 228, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-300:focus {
    --border-opacity: 1 !important;
    border-color: #5eead4 !important;
    border-color: rgba(94, 234, 212, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-400:focus {
    --border-opacity: 1 !important;
    border-color: #2dd4bf !important;
    border-color: rgba(45, 212, 191, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-500:focus {
    --border-opacity: 1 !important;
    border-color: #14b8a6 !important;
    border-color: rgba(20, 184, 166, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-600:focus {
    --border-opacity: 1 !important;
    border-color: #0d9488 !important;
    border-color: rgba(13, 148, 136, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-700:focus {
    --border-opacity: 1 !important;
    border-color: #0f766e !important;
    border-color: rgba(15, 118, 110, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-800:focus {
    --border-opacity: 1 !important;
    border-color: #115e59 !important;
    border-color: rgba(17, 94, 89, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-900:focus {
    --border-opacity: 1 !important;
    border-color: #134e4a !important;
    border-color: rgba(19, 78, 74, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-50:focus {
    --border-opacity: 1 !important;
    border-color: #eff6ff !important;
    border-color: rgba(239, 246, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-100:focus {
    --border-opacity: 1 !important;
    border-color: #dbeafe !important;
    border-color: rgba(219, 234, 254, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-200:focus {
    --border-opacity: 1 !important;
    border-color: #bfdbfe !important;
    border-color: rgba(191, 219, 254, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-300:focus {
    --border-opacity: 1 !important;
    border-color: #93c5fd !important;
    border-color: rgba(147, 197, 253, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-400:focus {
    --border-opacity: 1 !important;
    border-color: #60a5fa !important;
    border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-500:focus {
    --border-opacity: 1 !important;
    border-color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-600:focus {
    --border-opacity: 1 !important;
    border-color: #2563eb !important;
    border-color: rgba(37, 99, 235, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-700:focus {
    --border-opacity: 1 !important;
    border-color: #1d4ed8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-800:focus {
    --border-opacity: 1 !important;
    border-color: #1e40af !important;
    border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-900:focus {
    --border-opacity: 1 !important;
    border-color: #1e3a8a !important;
    border-color: rgba(30, 58, 138, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-50:focus {
    --border-opacity: 1 !important;
    border-color: #eef2ff !important;
    border-color: rgba(238, 242, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-100:focus {
    --border-opacity: 1 !important;
    border-color: #e0e7ff !important;
    border-color: rgba(224, 231, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-200:focus {
    --border-opacity: 1 !important;
    border-color: #c7d2fe !important;
    border-color: rgba(199, 210, 254, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-300:focus {
    --border-opacity: 1 !important;
    border-color: #a5b4fc !important;
    border-color: rgba(165, 180, 252, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-400:focus {
    --border-opacity: 1 !important;
    border-color: #818cf8 !important;
    border-color: rgba(129, 140, 248, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-500:focus {
    --border-opacity: 1 !important;
    border-color: #6366f1 !important;
    border-color: rgba(99, 102, 241, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-600:focus {
    --border-opacity: 1 !important;
    border-color: #4f46e5 !important;
    border-color: rgba(79, 70, 229, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-700:focus {
    --border-opacity: 1 !important;
    border-color: #4338ca !important;
    border-color: rgba(67, 56, 202, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-800:focus {
    --border-opacity: 1 !important;
    border-color: #3730a3 !important;
    border-color: rgba(55, 48, 163, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-900:focus {
    --border-opacity: 1 !important;
    border-color: #312e81 !important;
    border-color: rgba(49, 46, 129, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-50:focus {
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-100:focus {
    --border-opacity: 1 !important;
    border-color: #f3e8ff !important;
    border-color: rgba(243, 232, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-200:focus {
    --border-opacity: 1 !important;
    border-color: #e9d5ff !important;
    border-color: rgba(233, 213, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-300:focus {
    --border-opacity: 1 !important;
    border-color: #d8b4fe !important;
    border-color: rgba(216, 180, 254, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-400:focus {
    --border-opacity: 1 !important;
    border-color: #c084fc !important;
    border-color: rgba(192, 132, 252, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-500:focus {
    --border-opacity: 1 !important;
    border-color: #a855f7 !important;
    border-color: rgba(168, 85, 247, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-600:focus {
    --border-opacity: 1 !important;
    border-color: #9333ea !important;
    border-color: rgba(147, 51, 234, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-700:focus {
    --border-opacity: 1 !important;
    border-color: #7e22ce !important;
    border-color: rgba(126, 34, 206, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-800:focus {
    --border-opacity: 1 !important;
    border-color: #6b21a8 !important;
    border-color: rgba(107, 33, 168, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-900:focus {
    --border-opacity: 1 !important;
    border-color: #581c87 !important;
    border-color: rgba(88, 28, 135, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-50:focus {
    --border-opacity: 1 !important;
    border-color: #fdf2f8 !important;
    border-color: rgba(253, 242, 248, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-100:focus {
    --border-opacity: 1 !important;
    border-color: #fce7f3 !important;
    border-color: rgba(252, 231, 243, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-200:focus {
    --border-opacity: 1 !important;
    border-color: #fbcfe8 !important;
    border-color: rgba(251, 207, 232, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-300:focus {
    --border-opacity: 1 !important;
    border-color: #f9a8d4 !important;
    border-color: rgba(249, 168, 212, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-400:focus {
    --border-opacity: 1 !important;
    border-color: #f472b6 !important;
    border-color: rgba(244, 114, 182, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-500:focus {
    --border-opacity: 1 !important;
    border-color: #ec4899 !important;
    border-color: rgba(236, 72, 153, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-600:focus {
    --border-opacity: 1 !important;
    border-color: #db2777 !important;
    border-color: rgba(219, 39, 119, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-700:focus {
    --border-opacity: 1 !important;
    border-color: #be185d !important;
    border-color: rgba(190, 24, 93, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-800:focus {
    --border-opacity: 1 !important;
    border-color: #9d174d !important;
    border-color: rgba(157, 23, 77, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-900:focus {
    --border-opacity: 1 !important;
    border-color: #831843 !important;
    border-color: rgba(131, 24, 67, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-app-main:focus {
    --border-opacity: 1 !important;
    border-color: #F18D11 !important;
    border-color: rgba(241, 141, 17, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-app-sub-blue:focus {
    --border-opacity: 1 !important;
    border-color: #1E548F !important;
    border-color: rgba(30, 84, 143, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-app-yellow:focus {
    --border-opacity: 1 !important;
    border-color: #FFF5D1 !important;
    border-color: rgba(255, 245, 209, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-theme-primary:focus {
    --border-opacity: 1 !important;
    border-color: #f3980f !important;
    border-color: rgba(243, 152, 15, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-theme-info:focus {
    --border-opacity: 1 !important;
    border-color: #1b925a !important;
    border-color: rgba(27, 146, 90, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-slate-50:focus {
    --border-opacity: 1 !important;
    border-color: #f8fafc !important;
    border-color: rgba(248, 250, 252, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-slate-100:focus {
    --border-opacity: 1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241, 245, 249, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-slate-200:focus {
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-slate-300:focus {
    --border-opacity: 1 !important;
    border-color: #cbd5e1 !important;
    border-color: rgba(203, 213, 225, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-slate-400:focus {
    --border-opacity: 1 !important;
    border-color: #94a3b8 !important;
    border-color: rgba(148, 163, 184, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-slate-500:focus {
    --border-opacity: 1 !important;
    border-color: #64748b !important;
    border-color: rgba(100, 116, 139, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-slate-600:focus {
    --border-opacity: 1 !important;
    border-color: #475569 !important;
    border-color: rgba(71, 85, 105, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-slate-700:focus {
    --border-opacity: 1 !important;
    border-color: #334155 !important;
    border-color: rgba(51, 65, 85, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-slate-800:focus {
    --border-opacity: 1 !important;
    border-color: #1e293b !important;
    border-color: rgba(30, 41, 59, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-slate-900:focus {
    --border-opacity: 1 !important;
    border-color: #0f172a !important;
    border-color: rgba(15, 23, 42, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-zinc-50:focus {
    --border-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-zinc-100:focus {
    --border-opacity: 1 !important;
    border-color: #f4f4f5 !important;
    border-color: rgba(244, 244, 245, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-zinc-200:focus {
    --border-opacity: 1 !important;
    border-color: #e4e4e7 !important;
    border-color: rgba(228, 228, 231, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-zinc-300:focus {
    --border-opacity: 1 !important;
    border-color: #d4d4d8 !important;
    border-color: rgba(212, 212, 216, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-zinc-400:focus {
    --border-opacity: 1 !important;
    border-color: #a1a1aa !important;
    border-color: rgba(161, 161, 170, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-zinc-500:focus {
    --border-opacity: 1 !important;
    border-color: #71717a !important;
    border-color: rgba(113, 113, 122, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-zinc-600:focus {
    --border-opacity: 1 !important;
    border-color: #52525b !important;
    border-color: rgba(82, 82, 91, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-zinc-700:focus {
    --border-opacity: 1 !important;
    border-color: #3f3f46 !important;
    border-color: rgba(63, 63, 70, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-zinc-800:focus {
    --border-opacity: 1 !important;
    border-color: #27272a !important;
    border-color: rgba(39, 39, 42, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-zinc-900:focus {
    --border-opacity: 1 !important;
    border-color: #18181b !important;
    border-color: rgba(24, 24, 27, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-neutral-50:focus {
    --border-opacity: 1 !important;
    border-color: #fafafa !important;
    border-color: rgba(250, 250, 250, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-neutral-100:focus {
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-neutral-200:focus {
    --border-opacity: 1 !important;
    border-color: #e5e5e5 !important;
    border-color: rgba(229, 229, 229, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-neutral-300:focus {
    --border-opacity: 1 !important;
    border-color: #d4d4d4 !important;
    border-color: rgba(212, 212, 212, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-neutral-400:focus {
    --border-opacity: 1 !important;
    border-color: #a3a3a3 !important;
    border-color: rgba(163, 163, 163, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-neutral-500:focus {
    --border-opacity: 1 !important;
    border-color: #737373 !important;
    border-color: rgba(115, 115, 115, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-neutral-600:focus {
    --border-opacity: 1 !important;
    border-color: #525252 !important;
    border-color: rgba(82, 82, 82, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-neutral-700:focus {
    --border-opacity: 1 !important;
    border-color: #404040 !important;
    border-color: rgba(64, 64, 64, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-neutral-800:focus {
    --border-opacity: 1 !important;
    border-color: #262626 !important;
    border-color: rgba(38, 38, 38, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-neutral-900:focus {
    --border-opacity: 1 !important;
    border-color: #171717 !important;
    border-color: rgba(23, 23, 23, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-stone-50:focus {
    --border-opacity: 1 !important;
    border-color: #fafaf9 !important;
    border-color: rgba(250, 250, 249, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-stone-100:focus {
    --border-opacity: 1 !important;
    border-color: #f5f5f4 !important;
    border-color: rgba(245, 245, 244, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-stone-200:focus {
    --border-opacity: 1 !important;
    border-color: #e7e5e4 !important;
    border-color: rgba(231, 229, 228, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-stone-300:focus {
    --border-opacity: 1 !important;
    border-color: #d6d3d1 !important;
    border-color: rgba(214, 211, 209, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-stone-400:focus {
    --border-opacity: 1 !important;
    border-color: #a8a29e !important;
    border-color: rgba(168, 162, 158, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-stone-500:focus {
    --border-opacity: 1 !important;
    border-color: #78716c !important;
    border-color: rgba(120, 113, 108, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-stone-600:focus {
    --border-opacity: 1 !important;
    border-color: #57534e !important;
    border-color: rgba(87, 83, 78, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-stone-700:focus {
    --border-opacity: 1 !important;
    border-color: #44403c !important;
    border-color: rgba(68, 64, 60, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-stone-800:focus {
    --border-opacity: 1 !important;
    border-color: #292524 !important;
    border-color: rgba(41, 37, 36, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-stone-900:focus {
    --border-opacity: 1 !important;
    border-color: #1c1917 !important;
    border-color: rgba(28, 25, 23, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-amber-50:focus {
    --border-opacity: 1 !important;
    border-color: #fffbeb !important;
    border-color: rgba(255, 251, 235, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-amber-100:focus {
    --border-opacity: 1 !important;
    border-color: #fef3c7 !important;
    border-color: rgba(254, 243, 199, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-amber-200:focus {
    --border-opacity: 1 !important;
    border-color: #fde68a !important;
    border-color: rgba(253, 230, 138, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-amber-300:focus {
    --border-opacity: 1 !important;
    border-color: #fcd34d !important;
    border-color: rgba(252, 211, 77, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-amber-400:focus {
    --border-opacity: 1 !important;
    border-color: #fbbf24 !important;
    border-color: rgba(251, 191, 36, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-amber-500:focus {
    --border-opacity: 1 !important;
    border-color: #f59e0b !important;
    border-color: rgba(245, 158, 11, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-amber-600:focus {
    --border-opacity: 1 !important;
    border-color: #d97706 !important;
    border-color: rgba(217, 119, 6, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-amber-700:focus {
    --border-opacity: 1 !important;
    border-color: #b45309 !important;
    border-color: rgba(180, 83, 9, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-amber-800:focus {
    --border-opacity: 1 !important;
    border-color: #92400e !important;
    border-color: rgba(146, 64, 14, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-amber-900:focus {
    --border-opacity: 1 !important;
    border-color: #78350f !important;
    border-color: rgba(120, 53, 15, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lime-50:focus {
    --border-opacity: 1 !important;
    border-color: #f7fee7 !important;
    border-color: rgba(247, 254, 231, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lime-100:focus {
    --border-opacity: 1 !important;
    border-color: #ecfccb !important;
    border-color: rgba(236, 252, 203, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lime-200:focus {
    --border-opacity: 1 !important;
    border-color: #d9f99d !important;
    border-color: rgba(217, 249, 157, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lime-300:focus {
    --border-opacity: 1 !important;
    border-color: #bef264 !important;
    border-color: rgba(190, 242, 100, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lime-400:focus {
    --border-opacity: 1 !important;
    border-color: #a3e635 !important;
    border-color: rgba(163, 230, 53, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lime-500:focus {
    --border-opacity: 1 !important;
    border-color: #84cc16 !important;
    border-color: rgba(132, 204, 22, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lime-600:focus {
    --border-opacity: 1 !important;
    border-color: #65a30d !important;
    border-color: rgba(101, 163, 13, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lime-700:focus {
    --border-opacity: 1 !important;
    border-color: #4d7c0f !important;
    border-color: rgba(77, 124, 15, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lime-800:focus {
    --border-opacity: 1 !important;
    border-color: #3f6212 !important;
    border-color: rgba(63, 98, 18, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lime-900:focus {
    --border-opacity: 1 !important;
    border-color: #365314 !important;
    border-color: rgba(54, 83, 20, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-emerald-50:focus {
    --border-opacity: 1 !important;
    border-color: #ecfdf5 !important;
    border-color: rgba(236, 253, 245, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-emerald-100:focus {
    --border-opacity: 1 !important;
    border-color: #d1fae5 !important;
    border-color: rgba(209, 250, 229, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-emerald-200:focus {
    --border-opacity: 1 !important;
    border-color: #a7f3d0 !important;
    border-color: rgba(167, 243, 208, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-emerald-300:focus {
    --border-opacity: 1 !important;
    border-color: #6ee7b7 !important;
    border-color: rgba(110, 231, 183, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-emerald-400:focus {
    --border-opacity: 1 !important;
    border-color: #34d399 !important;
    border-color: rgba(52, 211, 153, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-emerald-500:focus {
    --border-opacity: 1 !important;
    border-color: #10b981 !important;
    border-color: rgba(16, 185, 129, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-emerald-600:focus {
    --border-opacity: 1 !important;
    border-color: #059669 !important;
    border-color: rgba(5, 150, 105, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-emerald-700:focus {
    --border-opacity: 1 !important;
    border-color: #047857 !important;
    border-color: rgba(4, 120, 87, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-emerald-800:focus {
    --border-opacity: 1 !important;
    border-color: #065f46 !important;
    border-color: rgba(6, 95, 70, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-emerald-900:focus {
    --border-opacity: 1 !important;
    border-color: #064e3b !important;
    border-color: rgba(6, 78, 59, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cyan-50:focus {
    --border-opacity: 1 !important;
    border-color: #ecfeff !important;
    border-color: rgba(236, 254, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cyan-100:focus {
    --border-opacity: 1 !important;
    border-color: #cffafe !important;
    border-color: rgba(207, 250, 254, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cyan-200:focus {
    --border-opacity: 1 !important;
    border-color: #a5f3fc !important;
    border-color: rgba(165, 243, 252, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cyan-300:focus {
    --border-opacity: 1 !important;
    border-color: #67e8f9 !important;
    border-color: rgba(103, 232, 249, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cyan-400:focus {
    --border-opacity: 1 !important;
    border-color: #22d3ee !important;
    border-color: rgba(34, 211, 238, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cyan-500:focus {
    --border-opacity: 1 !important;
    border-color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cyan-600:focus {
    --border-opacity: 1 !important;
    border-color: #0891b2 !important;
    border-color: rgba(8, 145, 178, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cyan-700:focus {
    --border-opacity: 1 !important;
    border-color: #0e7490 !important;
    border-color: rgba(14, 116, 144, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cyan-800:focus {
    --border-opacity: 1 !important;
    border-color: #155e75 !important;
    border-color: rgba(21, 94, 117, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cyan-900:focus {
    --border-opacity: 1 !important;
    border-color: #164e63 !important;
    border-color: rgba(22, 78, 99, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-sky-50:focus {
    --border-opacity: 1 !important;
    border-color: #f0f9ff !important;
    border-color: rgba(240, 249, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-sky-100:focus {
    --border-opacity: 1 !important;
    border-color: #e0f2fe !important;
    border-color: rgba(224, 242, 254, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-sky-200:focus {
    --border-opacity: 1 !important;
    border-color: #bae6fd !important;
    border-color: rgba(186, 230, 253, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-sky-300:focus {
    --border-opacity: 1 !important;
    border-color: #7dd3fc !important;
    border-color: rgba(125, 211, 252, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-sky-400:focus {
    --border-opacity: 1 !important;
    border-color: #38bdf8 !important;
    border-color: rgba(56, 189, 248, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-sky-500:focus {
    --border-opacity: 1 !important;
    border-color: #0ea5e9 !important;
    border-color: rgba(14, 165, 233, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-sky-600:focus {
    --border-opacity: 1 !important;
    border-color: #0284c7 !important;
    border-color: rgba(2, 132, 199, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-sky-700:focus {
    --border-opacity: 1 !important;
    border-color: #0369a1 !important;
    border-color: rgba(3, 105, 161, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-sky-800:focus {
    --border-opacity: 1 !important;
    border-color: #075985 !important;
    border-color: rgba(7, 89, 133, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-sky-900:focus {
    --border-opacity: 1 !important;
    border-color: #0c4a6e !important;
    border-color: rgba(12, 74, 110, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-violet-50:focus {
    --border-opacity: 1 !important;
    border-color: #f5f3ff !important;
    border-color: rgba(245, 243, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-violet-100:focus {
    --border-opacity: 1 !important;
    border-color: #ede9fe !important;
    border-color: rgba(237, 233, 254, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-violet-200:focus {
    --border-opacity: 1 !important;
    border-color: #ddd6fe !important;
    border-color: rgba(221, 214, 254, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-violet-300:focus {
    --border-opacity: 1 !important;
    border-color: #c4b5fd !important;
    border-color: rgba(196, 181, 253, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-violet-400:focus {
    --border-opacity: 1 !important;
    border-color: #a78bfa !important;
    border-color: rgba(167, 139, 250, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-violet-500:focus {
    --border-opacity: 1 !important;
    border-color: #8b5cf6 !important;
    border-color: rgba(139, 92, 246, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-violet-600:focus {
    --border-opacity: 1 !important;
    border-color: #7c3aed !important;
    border-color: rgba(124, 58, 237, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-violet-700:focus {
    --border-opacity: 1 !important;
    border-color: #6d28d9 !important;
    border-color: rgba(109, 40, 217, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-violet-800:focus {
    --border-opacity: 1 !important;
    border-color: #5b21b6 !important;
    border-color: rgba(91, 33, 182, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-violet-900:focus {
    --border-opacity: 1 !important;
    border-color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-fuchsia-50:focus {
    --border-opacity: 1 !important;
    border-color: #fdf4ff !important;
    border-color: rgba(253, 244, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-fuchsia-100:focus {
    --border-opacity: 1 !important;
    border-color: #fae8ff !important;
    border-color: rgba(250, 232, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-fuchsia-200:focus {
    --border-opacity: 1 !important;
    border-color: #f5d0fe !important;
    border-color: rgba(245, 208, 254, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-fuchsia-300:focus {
    --border-opacity: 1 !important;
    border-color: #f0abfc !important;
    border-color: rgba(240, 171, 252, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-fuchsia-400:focus {
    --border-opacity: 1 !important;
    border-color: #e879f9 !important;
    border-color: rgba(232, 121, 249, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-fuchsia-500:focus {
    --border-opacity: 1 !important;
    border-color: #d946ef !important;
    border-color: rgba(217, 70, 239, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-fuchsia-600:focus {
    --border-opacity: 1 !important;
    border-color: #c026d3 !important;
    border-color: rgba(192, 38, 211, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-fuchsia-700:focus {
    --border-opacity: 1 !important;
    border-color: #a21caf !important;
    border-color: rgba(162, 28, 175, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-fuchsia-800:focus {
    --border-opacity: 1 !important;
    border-color: #86198f !important;
    border-color: rgba(134, 25, 143, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-fuchsia-900:focus {
    --border-opacity: 1 !important;
    border-color: #701a75 !important;
    border-color: rgba(112, 26, 117, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-rose-50:focus {
    --border-opacity: 1 !important;
    border-color: #fff1f2 !important;
    border-color: rgba(255, 241, 242, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-rose-100:focus {
    --border-opacity: 1 !important;
    border-color: #ffe4e6 !important;
    border-color: rgba(255, 228, 230, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-rose-200:focus {
    --border-opacity: 1 !important;
    border-color: #fecdd3 !important;
    border-color: rgba(254, 205, 211, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-rose-300:focus {
    --border-opacity: 1 !important;
    border-color: #fda4af !important;
    border-color: rgba(253, 164, 175, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-rose-400:focus {
    --border-opacity: 1 !important;
    border-color: #fb7185 !important;
    border-color: rgba(251, 113, 133, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-rose-500:focus {
    --border-opacity: 1 !important;
    border-color: #f43f5e !important;
    border-color: rgba(244, 63, 94, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-rose-600:focus {
    --border-opacity: 1 !important;
    border-color: #e11d48 !important;
    border-color: rgba(225, 29, 72, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-rose-700:focus {
    --border-opacity: 1 !important;
    border-color: #be123c !important;
    border-color: rgba(190, 18, 60, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-rose-800:focus {
    --border-opacity: 1 !important;
    border-color: #9f1239 !important;
    border-color: rgba(159, 18, 57, var(--border-opacity)) !important;
  }

  .xl\:focus\:tw-border-rose-900:focus {
    --border-opacity: 1 !important;
    border-color: #881337 !important;
    border-color: rgba(136, 19, 55, var(--border-opacity)) !important;
  }

  .xl\:tw-border-opacity-0 {
    --border-opacity: 0 !important;
  }

  .xl\:tw-border-opacity-25 {
    --border-opacity: 0.25 !important;
  }

  .xl\:tw-border-opacity-50 {
    --border-opacity: 0.5 !important;
  }

  .xl\:tw-border-opacity-75 {
    --border-opacity: 0.75 !important;
  }

  .xl\:tw-border-opacity-100 {
    --border-opacity: 1 !important;
  }

  .xl\:hover\:tw-border-opacity-0:hover {
    --border-opacity: 0 !important;
  }

  .xl\:hover\:tw-border-opacity-25:hover {
    --border-opacity: 0.25 !important;
  }

  .xl\:hover\:tw-border-opacity-50:hover {
    --border-opacity: 0.5 !important;
  }

  .xl\:hover\:tw-border-opacity-75:hover {
    --border-opacity: 0.75 !important;
  }

  .xl\:hover\:tw-border-opacity-100:hover {
    --border-opacity: 1 !important;
  }

  .xl\:focus\:tw-border-opacity-0:focus {
    --border-opacity: 0 !important;
  }

  .xl\:focus\:tw-border-opacity-25:focus {
    --border-opacity: 0.25 !important;
  }

  .xl\:focus\:tw-border-opacity-50:focus {
    --border-opacity: 0.5 !important;
  }

  .xl\:focus\:tw-border-opacity-75:focus {
    --border-opacity: 0.75 !important;
  }

  .xl\:focus\:tw-border-opacity-100:focus {
    --border-opacity: 1 !important;
  }

  .xl\:tw-rounded-none {
    border-radius: 0 !important;
  }

  .xl\:tw-rounded-sm {
    border-radius: 0.125rem !important;
  }

  .xl\:tw-rounded {
    border-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-md {
    border-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-lg {
    border-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-xl {
    border-radius: 0.75rem !important;
  }

  .xl\:tw-rounded-2xl {
    border-radius: 1rem !important;
  }

  .xl\:tw-rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .xl\:tw-rounded-full {
    border-radius: 9999px !important;
  }

  .xl\:tw-rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xl\:tw-rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xl\:tw-rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:tw-rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:tw-rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .xl\:tw-rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .xl\:tw-rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:tw-rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:tw-rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .xl\:tw-rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .xl\:tw-rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:tw-rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:tw-rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .xl\:tw-rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .xl\:tw-rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:tw-rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:tw-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xl\:tw-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:tw-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:tw-rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .xl\:tw-rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .xl\:tw-rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .xl\:tw-rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .xl\:tw-rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .xl\:tw-rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .xl\:tw-rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .xl\:tw-rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:tw-rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .xl\:tw-rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .xl\:tw-rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .xl\:tw-rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:tw-rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .xl\:tw-rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .xl\:tw-rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .xl\:tw-rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:tw-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .xl\:tw-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .xl\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:tw-border-solid {
    border-style: solid !important;
  }

  .xl\:tw-border-dashed {
    border-style: dashed !important;
  }

  .xl\:tw-border-dotted {
    border-style: dotted !important;
  }

  .xl\:tw-border-double {
    border-style: double !important;
  }

  .xl\:tw-border-none {
    border-style: none !important;
  }

  .xl\:tw-border-0 {
    border-width: 0 !important;
  }

  .xl\:tw-border-2 {
    border-width: 2px !important;
  }

  .xl\:tw-border-3 {
    border-width: 3px !important;
  }

  .xl\:tw-border-4 {
    border-width: 4px !important;
  }

  .xl\:tw-border-8 {
    border-width: 8px !important;
  }

  .xl\:tw-border {
    border-width: 1px !important;
  }

  .xl\:tw-border-t-0 {
    border-top-width: 0 !important;
  }

  .xl\:tw-border-r-0 {
    border-right-width: 0 !important;
  }

  .xl\:tw-border-b-0 {
    border-bottom-width: 0 !important;
  }

  .xl\:tw-border-l-0 {
    border-left-width: 0 !important;
  }

  .xl\:tw-border-t-2 {
    border-top-width: 2px !important;
  }

  .xl\:tw-border-r-2 {
    border-right-width: 2px !important;
  }

  .xl\:tw-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .xl\:tw-border-l-2 {
    border-left-width: 2px !important;
  }

  .xl\:tw-border-t-3 {
    border-top-width: 3px !important;
  }

  .xl\:tw-border-r-3 {
    border-right-width: 3px !important;
  }

  .xl\:tw-border-b-3 {
    border-bottom-width: 3px !important;
  }

  .xl\:tw-border-l-3 {
    border-left-width: 3px !important;
  }

  .xl\:tw-border-t-4 {
    border-top-width: 4px !important;
  }

  .xl\:tw-border-r-4 {
    border-right-width: 4px !important;
  }

  .xl\:tw-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .xl\:tw-border-l-4 {
    border-left-width: 4px !important;
  }

  .xl\:tw-border-t-8 {
    border-top-width: 8px !important;
  }

  .xl\:tw-border-r-8 {
    border-right-width: 8px !important;
  }

  .xl\:tw-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .xl\:tw-border-l-8 {
    border-left-width: 8px !important;
  }

  .xl\:tw-border-t {
    border-top-width: 1px !important;
  }

  .xl\:tw-border-r {
    border-right-width: 1px !important;
  }

  .xl\:tw-border-b {
    border-bottom-width: 1px !important;
  }

  .xl\:tw-border-l {
    border-left-width: 1px !important;
  }

  .xl\:tw-box-border {
    box-sizing: border-box !important;
  }

  .xl\:tw-box-content {
    box-sizing: content-box !important;
  }

  .xl\:tw-cursor-auto {
    cursor: auto !important;
  }

  .xl\:tw-cursor-default {
    cursor: default !important;
  }

  .xl\:tw-cursor-pointer {
    cursor: pointer !important;
  }

  .xl\:tw-cursor-wait {
    cursor: wait !important;
  }

  .xl\:tw-cursor-text {
    cursor: text !important;
  }

  .xl\:tw-cursor-move {
    cursor: move !important;
  }

  .xl\:tw-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .xl\:tw-block {
    display: block !important;
  }

  .xl\:tw-inline-block {
    display: inline-block !important;
  }

  .xl\:tw-inline {
    display: inline !important;
  }

  .xl\:tw-flex {
    display: flex !important;
  }

  .xl\:tw-inline-flex {
    display: inline-flex !important;
  }

  .xl\:tw-table {
    display: table !important;
  }

  .xl\:tw-table-caption {
    display: table-caption !important;
  }

  .xl\:tw-table-cell {
    display: table-cell !important;
  }

  .xl\:tw-table-column {
    display: table-column !important;
  }

  .xl\:tw-table-column-group {
    display: table-column-group !important;
  }

  .xl\:tw-table-footer-group {
    display: table-footer-group !important;
  }

  .xl\:tw-table-header-group {
    display: table-header-group !important;
  }

  .xl\:tw-table-row-group {
    display: table-row-group !important;
  }

  .xl\:tw-table-row {
    display: table-row !important;
  }

  .xl\:tw-flow-root {
    display: flow-root !important;
  }

  .xl\:tw-grid {
    display: grid !important;
  }

  .xl\:tw-inline-grid {
    display: inline-grid !important;
  }

  .xl\:tw-contents {
    display: contents !important;
  }

  .xl\:tw-hidden {
    display: none !important;
  }

  .xl\:empty\:tw-block:empty {
    display: block !important;
  }

  .xl\:empty\:tw-inline-block:empty {
    display: inline-block !important;
  }

  .xl\:empty\:tw-inline:empty {
    display: inline !important;
  }

  .xl\:empty\:tw-flex:empty {
    display: flex !important;
  }

  .xl\:empty\:tw-inline-flex:empty {
    display: inline-flex !important;
  }

  .xl\:empty\:tw-table:empty {
    display: table !important;
  }

  .xl\:empty\:tw-table-caption:empty {
    display: table-caption !important;
  }

  .xl\:empty\:tw-table-cell:empty {
    display: table-cell !important;
  }

  .xl\:empty\:tw-table-column:empty {
    display: table-column !important;
  }

  .xl\:empty\:tw-table-column-group:empty {
    display: table-column-group !important;
  }

  .xl\:empty\:tw-table-footer-group:empty {
    display: table-footer-group !important;
  }

  .xl\:empty\:tw-table-header-group:empty {
    display: table-header-group !important;
  }

  .xl\:empty\:tw-table-row-group:empty {
    display: table-row-group !important;
  }

  .xl\:empty\:tw-table-row:empty {
    display: table-row !important;
  }

  .xl\:empty\:tw-flow-root:empty {
    display: flow-root !important;
  }

  .xl\:empty\:tw-grid:empty {
    display: grid !important;
  }

  .xl\:empty\:tw-inline-grid:empty {
    display: inline-grid !important;
  }

  .xl\:empty\:tw-contents:empty {
    display: contents !important;
  }

  .xl\:empty\:tw-hidden:empty {
    display: none !important;
  }

  .xl\:tw-flex-row {
    flex-direction: row !important;
  }

  .xl\:tw-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .xl\:tw-flex-col {
    flex-direction: column !important;
  }

  .xl\:tw-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .xl\:tw-flex-wrap {
    flex-wrap: wrap !important;
  }

  .xl\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .xl\:tw-flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .xl\:tw-place-items-auto {
    place-items: auto !important;
  }

  .xl\:tw-place-items-start {
    place-items: start !important;
  }

  .xl\:tw-place-items-end {
    place-items: end !important;
  }

  .xl\:tw-place-items-center {
    place-items: center !important;
  }

  .xl\:tw-place-items-stretch {
    place-items: stretch !important;
  }

  .xl\:tw-place-content-center {
    place-content: center !important;
  }

  .xl\:tw-place-content-start {
    place-content: start !important;
  }

  .xl\:tw-place-content-end {
    place-content: end !important;
  }

  .xl\:tw-place-content-between {
    place-content: space-between !important;
  }

  .xl\:tw-place-content-around {
    place-content: space-around !important;
  }

  .xl\:tw-place-content-evenly {
    place-content: space-evenly !important;
  }

  .xl\:tw-place-content-stretch {
    place-content: stretch !important;
  }

  .xl\:tw-place-self-auto {
    place-self: auto !important;
  }

  .xl\:tw-place-self-start {
    place-self: start !important;
  }

  .xl\:tw-place-self-end {
    place-self: end !important;
  }

  .xl\:tw-place-self-center {
    place-self: center !important;
  }

  .xl\:tw-place-self-stretch {
    place-self: stretch !important;
  }

  .xl\:tw-items-start {
    align-items: flex-start !important;
  }

  .xl\:tw-items-end {
    align-items: flex-end !important;
  }

  .xl\:tw-items-center {
    align-items: center !important;
  }

  .xl\:tw-items-baseline {
    align-items: baseline !important;
  }

  .xl\:tw-items-stretch {
    align-items: stretch !important;
  }

  .xl\:tw-content-center {
    align-content: center !important;
  }

  .xl\:tw-content-start {
    align-content: flex-start !important;
  }

  .xl\:tw-content-end {
    align-content: flex-end !important;
  }

  .xl\:tw-content-between {
    align-content: space-between !important;
  }

  .xl\:tw-content-around {
    align-content: space-around !important;
  }

  .xl\:tw-content-evenly {
    align-content: space-evenly !important;
  }

  .xl\:tw-self-auto {
    align-self: auto !important;
  }

  .xl\:tw-self-start {
    align-self: flex-start !important;
  }

  .xl\:tw-self-end {
    align-self: flex-end !important;
  }

  .xl\:tw-self-center {
    align-self: center !important;
  }

  .xl\:tw-self-stretch {
    align-self: stretch !important;
  }

  .xl\:tw-justify-items-auto {
    justify-items: auto !important;
  }

  .xl\:tw-justify-items-start {
    justify-items: start !important;
  }

  .xl\:tw-justify-items-end {
    justify-items: end !important;
  }

  .xl\:tw-justify-items-center {
    justify-items: center !important;
  }

  .xl\:tw-justify-items-stretch {
    justify-items: stretch !important;
  }

  .xl\:tw-justify-start {
    justify-content: flex-start !important;
  }

  .xl\:tw-justify-end {
    justify-content: flex-end !important;
  }

  .xl\:tw-justify-center {
    justify-content: center !important;
  }

  .xl\:tw-justify-between {
    justify-content: space-between !important;
  }

  .xl\:tw-justify-around {
    justify-content: space-around !important;
  }

  .xl\:tw-justify-evenly {
    justify-content: space-evenly !important;
  }

  .xl\:tw-justify-self-auto {
    justify-self: auto !important;
  }

  .xl\:tw-justify-self-start {
    justify-self: start !important;
  }

  .xl\:tw-justify-self-end {
    justify-self: end !important;
  }

  .xl\:tw-justify-self-center {
    justify-self: center !important;
  }

  .xl\:tw-justify-self-stretch {
    justify-self: stretch !important;
  }

  .xl\:tw-flex-1 {
    flex: 1 1 0% !important;
  }

  .xl\:tw-flex-auto {
    flex: 1 1 auto !important;
  }

  .xl\:tw-flex-initial {
    flex: 0 1 auto !important;
  }

  .xl\:tw-flex-none {
    flex: none !important;
  }

  .xl\:tw-flex-grow-0 {
    flex-grow: 0 !important;
  }

  .xl\:tw-flex-grow {
    flex-grow: 1 !important;
  }

  .xl\:tw-flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .xl\:tw-flex-shrink {
    flex-shrink: 1 !important;
  }

  .xl\:tw-order-1 {
    order: 1 !important;
  }

  .xl\:tw-order-2 {
    order: 2 !important;
  }

  .xl\:tw-order-3 {
    order: 3 !important;
  }

  .xl\:tw-order-4 {
    order: 4 !important;
  }

  .xl\:tw-order-5 {
    order: 5 !important;
  }

  .xl\:tw-order-6 {
    order: 6 !important;
  }

  .xl\:tw-order-7 {
    order: 7 !important;
  }

  .xl\:tw-order-8 {
    order: 8 !important;
  }

  .xl\:tw-order-9 {
    order: 9 !important;
  }

  .xl\:tw-order-10 {
    order: 10 !important;
  }

  .xl\:tw-order-11 {
    order: 11 !important;
  }

  .xl\:tw-order-12 {
    order: 12 !important;
  }

  .xl\:tw-order-first {
    order: -9999 !important;
  }

  .xl\:tw-order-last {
    order: 9999 !important;
  }

  .xl\:tw-order-none {
    order: 0 !important;
  }

  .xl\:tw-float-right {
    float: right !important;
  }

  .xl\:tw-float-left {
    float: left !important;
  }

  .xl\:tw-float-none {
    float: none !important;
  }

  .xl\:tw-clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .xl\:tw-clear-left {
    clear: left !important;
  }

  .xl\:tw-clear-right {
    clear: right !important;
  }

  .xl\:tw-clear-both {
    clear: both !important;
  }

  .xl\:tw-clear-none {
    clear: none !important;
  }

  .xl\:tw-font-sans {
    font-family: 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" !important;
  }

  .xl\:tw-font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .xl\:tw-font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .xl\:tw-font-thin {
    font-weight: 100 !important;
  }

  .xl\:tw-font-extralight {
    font-weight: 200 !important;
  }

  .xl\:tw-font-light {
    font-weight: 300 !important;
  }

  .xl\:tw-font-normal {
    font-weight: 400 !important;
  }

  .xl\:tw-font-medium {
    font-weight: 500 !important;
  }

  .xl\:tw-font-semibold {
    font-weight: 600 !important;
  }

  .xl\:tw-font-bold {
    font-weight: 700 !important;
  }

  .xl\:tw-font-extrabold {
    font-weight: 800 !important;
  }

  .xl\:tw-font-black {
    font-weight: 900 !important;
  }

  .xl\:hover\:tw-font-thin:hover {
    font-weight: 100 !important;
  }

  .xl\:hover\:tw-font-extralight:hover {
    font-weight: 200 !important;
  }

  .xl\:hover\:tw-font-light:hover {
    font-weight: 300 !important;
  }

  .xl\:hover\:tw-font-normal:hover {
    font-weight: 400 !important;
  }

  .xl\:hover\:tw-font-medium:hover {
    font-weight: 500 !important;
  }

  .xl\:hover\:tw-font-semibold:hover {
    font-weight: 600 !important;
  }

  .xl\:hover\:tw-font-bold:hover {
    font-weight: 700 !important;
  }

  .xl\:hover\:tw-font-extrabold:hover {
    font-weight: 800 !important;
  }

  .xl\:hover\:tw-font-black:hover {
    font-weight: 900 !important;
  }

  .xl\:focus\:tw-font-thin:focus {
    font-weight: 100 !important;
  }

  .xl\:focus\:tw-font-extralight:focus {
    font-weight: 200 !important;
  }

  .xl\:focus\:tw-font-light:focus {
    font-weight: 300 !important;
  }

  .xl\:focus\:tw-font-normal:focus {
    font-weight: 400 !important;
  }

  .xl\:focus\:tw-font-medium:focus {
    font-weight: 500 !important;
  }

  .xl\:focus\:tw-font-semibold:focus {
    font-weight: 600 !important;
  }

  .xl\:focus\:tw-font-bold:focus {
    font-weight: 700 !important;
  }

  .xl\:focus\:tw-font-extrabold:focus {
    font-weight: 800 !important;
  }

  .xl\:focus\:tw-font-black:focus {
    font-weight: 900 !important;
  }

  .xl\:tw-h-0 {
    height: 0 !important;
  }

  .xl\:tw-h-1 {
    height: 0.25rem !important;
  }

  .xl\:tw-h-2 {
    height: 0.5rem !important;
  }

  .xl\:tw-h-3 {
    height: 0.75rem !important;
  }

  .xl\:tw-h-4 {
    height: 1rem !important;
  }

  .xl\:tw-h-5 {
    height: 1.25rem !important;
  }

  .xl\:tw-h-6 {
    height: 1.5rem !important;
  }

  .xl\:tw-h-8 {
    height: 2rem !important;
  }

  .xl\:tw-h-10 {
    height: 2.5rem !important;
  }

  .xl\:tw-h-12 {
    height: 3rem !important;
  }

  .xl\:tw-h-16 {
    height: 4rem !important;
  }

  .xl\:tw-h-20 {
    height: 5rem !important;
  }

  .xl\:tw-h-24 {
    height: 6rem !important;
  }

  .xl\:tw-h-30 {
    height: 7.5rem !important;
  }

  .xl\:tw-h-32 {
    height: 8rem !important;
  }

  .xl\:tw-h-36 {
    height: 9rem !important;
  }

  .xl\:tw-h-40 {
    height: 10rem !important;
  }

  .xl\:tw-h-48 {
    height: 12rem !important;
  }

  .xl\:tw-h-56 {
    height: 14rem !important;
  }

  .xl\:tw-h-64 {
    height: 16rem !important;
  }

  .xl\:tw-h-auto {
    height: auto !important;
  }

  .xl\:tw-h-px {
    height: 1px !important;
  }

  .xl\:tw-h-0\.5 {
    height: .125rem !important;
  }

  .xl\:tw-h-1\.5 {
    height: .375rem !important;
  }

  .xl\:tw-h-2\.5 {
    height: .625rem !important;
  }

  .xl\:tw-h-3\.5 {
    height: .875rem !important;
  }

  .xl\:tw-h-1\.25em {
    height: 1.25em !important;
  }

  .xl\:tw-h-1\.5em {
    height: 1.5em !important;
  }

  .xl\:tw-h-4em {
    height: 4em !important;
  }

  .xl\:tw-h-full {
    height: 100% !important;
  }

  .xl\:tw-h-screen {
    height: 100vh !important;
  }

  .xl\:tw-text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .xl\:tw-text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .xl\:tw-text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .xl\:tw-text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .xl\:tw-text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .xl\:tw-text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .xl\:tw-text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .xl\:tw-text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .xl\:tw-text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .xl\:tw-text-6xl {
    font-size: 4rem !important;
    line-height: 1 !important;
  }

  .xl\:tw-leading-3 {
    line-height: .75rem !important;
  }

  .xl\:tw-leading-4 {
    line-height: 1rem !important;
  }

  .xl\:tw-leading-5 {
    line-height: 1.25rem !important;
  }

  .xl\:tw-leading-6 {
    line-height: 1.5rem !important;
  }

  .xl\:tw-leading-7 {
    line-height: 1.75rem !important;
  }

  .xl\:tw-leading-8 {
    line-height: 2rem !important;
  }

  .xl\:tw-leading-9 {
    line-height: 2.25rem !important;
  }

  .xl\:tw-leading-10 {
    line-height: 2.5rem !important;
  }

  .xl\:tw-leading-none {
    line-height: 1 !important;
  }

  .xl\:tw-leading-tight {
    line-height: 1.25 !important;
  }

  .xl\:tw-leading-snug {
    line-height: 1.375 !important;
  }

  .xl\:tw-leading-normal {
    line-height: 1.5 !important;
  }

  .xl\:tw-leading-relaxed {
    line-height: 1.625 !important;
  }

  .xl\:tw-leading-loose {
    line-height: 2 !important;
  }

  .xl\:tw-list-inside {
    list-style-position: inside !important;
  }

  .xl\:tw-list-outside {
    list-style-position: outside !important;
  }

  .xl\:tw-list-none {
    list-style-type: none !important;
  }

  .xl\:tw-list-disc {
    list-style-type: disc !important;
  }

  .xl\:tw-list-decimal {
    list-style-type: decimal !important;
  }

  .xl\:tw-m-0 {
    margin: 0 !important;
  }

  .xl\:tw-m-1 {
    margin: 0.25rem !important;
  }

  .xl\:tw-m-2 {
    margin: 0.5rem !important;
  }

  .xl\:tw-m-3 {
    margin: 0.75rem !important;
  }

  .xl\:tw-m-4 {
    margin: 1rem !important;
  }

  .xl\:tw-m-5 {
    margin: 1.25rem !important;
  }

  .xl\:tw-m-6 {
    margin: 1.5rem !important;
  }

  .xl\:tw-m-8 {
    margin: 2rem !important;
  }

  .xl\:tw-m-10 {
    margin: 2.5rem !important;
  }

  .xl\:tw-m-12 {
    margin: 3rem !important;
  }

  .xl\:tw-m-16 {
    margin: 4rem !important;
  }

  .xl\:tw-m-20 {
    margin: 5rem !important;
  }

  .xl\:tw-m-24 {
    margin: 6rem !important;
  }

  .xl\:tw-m-30 {
    margin: 7.5rem !important;
  }

  .xl\:tw-m-32 {
    margin: 8rem !important;
  }

  .xl\:tw-m-36 {
    margin: 9rem !important;
  }

  .xl\:tw-m-40 {
    margin: 10rem !important;
  }

  .xl\:tw-m-48 {
    margin: 12rem !important;
  }

  .xl\:tw-m-56 {
    margin: 14rem !important;
  }

  .xl\:tw-m-64 {
    margin: 16rem !important;
  }

  .xl\:tw-m-auto {
    margin: auto !important;
  }

  .xl\:tw-m-px {
    margin: 1px !important;
  }

  .xl\:tw-m-0\.5 {
    margin: .125rem !important;
  }

  .xl\:tw-m-1\.5 {
    margin: .375rem !important;
  }

  .xl\:tw-m-2\.5 {
    margin: .625rem !important;
  }

  .xl\:tw-m-3\.5 {
    margin: .875rem !important;
  }

  .xl\:tw-m-1\.25em {
    margin: 1.25em !important;
  }

  .xl\:tw-m-1\.5em {
    margin: 1.5em !important;
  }

  .xl\:tw-m-4em {
    margin: 4em !important;
  }

  .xl\:tw--m-1 {
    margin: -0.25rem !important;
  }

  .xl\:tw--m-2 {
    margin: -0.5rem !important;
  }

  .xl\:tw--m-3 {
    margin: -0.75rem !important;
  }

  .xl\:tw--m-4 {
    margin: -1rem !important;
  }

  .xl\:tw--m-5 {
    margin: -1.25rem !important;
  }

  .xl\:tw--m-6 {
    margin: -1.5rem !important;
  }

  .xl\:tw--m-8 {
    margin: -2rem !important;
  }

  .xl\:tw--m-10 {
    margin: -2.5rem !important;
  }

  .xl\:tw--m-12 {
    margin: -3rem !important;
  }

  .xl\:tw--m-16 {
    margin: -4rem !important;
  }

  .xl\:tw--m-20 {
    margin: -5rem !important;
  }

  .xl\:tw--m-24 {
    margin: -6rem !important;
  }

  .xl\:tw--m-30 {
    margin: -7.5rem !important;
  }

  .xl\:tw--m-32 {
    margin: -8rem !important;
  }

  .xl\:tw--m-36 {
    margin: -9rem !important;
  }

  .xl\:tw--m-40 {
    margin: -10rem !important;
  }

  .xl\:tw--m-48 {
    margin: -12rem !important;
  }

  .xl\:tw--m-56 {
    margin: -14rem !important;
  }

  .xl\:tw--m-64 {
    margin: -16rem !important;
  }

  .xl\:tw--m-px {
    margin: -1px !important;
  }

  .xl\:tw--m-0\.5 {
    margin: -0.125rem !important;
  }

  .xl\:tw--m-1\.5 {
    margin: -0.375rem !important;
  }

  .xl\:tw--m-2\.5 {
    margin: -0.625rem !important;
  }

  .xl\:tw--m-3\.5 {
    margin: -0.875rem !important;
  }

  .xl\:tw--m-1\.25em {
    margin: -1.25em !important;
  }

  .xl\:tw--m-1\.5em {
    margin: -1.5em !important;
  }

  .xl\:tw--m-4em {
    margin: -4em !important;
  }

  .xl\:tw-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:tw-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl\:tw-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xl\:tw-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xl\:tw-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xl\:tw-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xl\:tw-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xl\:tw-mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xl\:tw-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xl\:tw-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xl\:tw-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xl\:tw-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xl\:tw-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xl\:tw-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xl\:tw-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xl\:tw-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xl\:tw-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xl\:tw-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xl\:tw-my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xl\:tw-mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xl\:tw-my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xl\:tw-mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xl\:tw-my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xl\:tw-mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xl\:tw-my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xl\:tw-mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xl\:tw-my-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .xl\:tw-mx-30 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }

  .xl\:tw-my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xl\:tw-mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xl\:tw-my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .xl\:tw-mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .xl\:tw-my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xl\:tw-mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xl\:tw-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xl\:tw-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xl\:tw-my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xl\:tw-mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xl\:tw-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xl\:tw-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xl\:tw-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:tw-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:tw-my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xl\:tw-mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xl\:tw-my-0\.5 {
    margin-top: .125rem !important;
    margin-bottom: .125rem !important;
  }

  .xl\:tw-mx-0\.5 {
    margin-left: .125rem !important;
    margin-right: .125rem !important;
  }

  .xl\:tw-my-1\.5 {
    margin-top: .375rem !important;
    margin-bottom: .375rem !important;
  }

  .xl\:tw-mx-1\.5 {
    margin-left: .375rem !important;
    margin-right: .375rem !important;
  }

  .xl\:tw-my-2\.5 {
    margin-top: .625rem !important;
    margin-bottom: .625rem !important;
  }

  .xl\:tw-mx-2\.5 {
    margin-left: .625rem !important;
    margin-right: .625rem !important;
  }

  .xl\:tw-my-3\.5 {
    margin-top: .875rem !important;
    margin-bottom: .875rem !important;
  }

  .xl\:tw-mx-3\.5 {
    margin-left: .875rem !important;
    margin-right: .875rem !important;
  }

  .xl\:tw-my-1\.25em {
    margin-top: 1.25em !important;
    margin-bottom: 1.25em !important;
  }

  .xl\:tw-mx-1\.25em {
    margin-left: 1.25em !important;
    margin-right: 1.25em !important;
  }

  .xl\:tw-my-1\.5em {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }

  .xl\:tw-mx-1\.5em {
    margin-left: 1.5em !important;
    margin-right: 1.5em !important;
  }

  .xl\:tw-my-4em {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
  }

  .xl\:tw-mx-4em {
    margin-left: 4em !important;
    margin-right: 4em !important;
  }

  .xl\:tw--my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xl\:tw--mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xl\:tw--my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xl\:tw--mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xl\:tw--my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xl\:tw--mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xl\:tw--my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xl\:tw--mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xl\:tw--my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xl\:tw--mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xl\:tw--my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xl\:tw--mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xl\:tw--my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xl\:tw--mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xl\:tw--my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xl\:tw--mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xl\:tw--my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xl\:tw--mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xl\:tw--my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xl\:tw--mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xl\:tw--my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xl\:tw--mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xl\:tw--my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xl\:tw--mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xl\:tw--my-30 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }

  .xl\:tw--mx-30 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important;
  }

  .xl\:tw--my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xl\:tw--mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xl\:tw--my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .xl\:tw--mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .xl\:tw--my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xl\:tw--mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xl\:tw--my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xl\:tw--mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .xl\:tw--my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .xl\:tw--mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .xl\:tw--my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xl\:tw--mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xl\:tw--my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xl\:tw--mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xl\:tw--my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .xl\:tw--mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .xl\:tw--my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .xl\:tw--mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .xl\:tw--my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .xl\:tw--mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .xl\:tw--my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .xl\:tw--mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .xl\:tw--my-1\.25em {
    margin-top: -1.25em !important;
    margin-bottom: -1.25em !important;
  }

  .xl\:tw--mx-1\.25em {
    margin-left: -1.25em !important;
    margin-right: -1.25em !important;
  }

  .xl\:tw--my-1\.5em {
    margin-top: -1.5em !important;
    margin-bottom: -1.5em !important;
  }

  .xl\:tw--mx-1\.5em {
    margin-left: -1.5em !important;
    margin-right: -1.5em !important;
  }

  .xl\:tw--my-4em {
    margin-top: -4em !important;
    margin-bottom: -4em !important;
  }

  .xl\:tw--mx-4em {
    margin-left: -4em !important;
    margin-right: -4em !important;
  }

  .xl\:tw-mt-0 {
    margin-top: 0 !important;
  }

  .xl\:tw-mr-0 {
    margin-right: 0 !important;
  }

  .xl\:tw-mb-0 {
    margin-bottom: 0 !important;
  }

  .xl\:tw-ml-0 {
    margin-left: 0 !important;
  }

  .xl\:tw-mt-1 {
    margin-top: 0.25rem !important;
  }

  .xl\:tw-mr-1 {
    margin-right: 0.25rem !important;
  }

  .xl\:tw-mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .xl\:tw-ml-1 {
    margin-left: 0.25rem !important;
  }

  .xl\:tw-mt-2 {
    margin-top: 0.5rem !important;
  }

  .xl\:tw-mr-2 {
    margin-right: 0.5rem !important;
  }

  .xl\:tw-mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .xl\:tw-ml-2 {
    margin-left: 0.5rem !important;
  }

  .xl\:tw-mt-3 {
    margin-top: 0.75rem !important;
  }

  .xl\:tw-mr-3 {
    margin-right: 0.75rem !important;
  }

  .xl\:tw-mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .xl\:tw-ml-3 {
    margin-left: 0.75rem !important;
  }

  .xl\:tw-mt-4 {
    margin-top: 1rem !important;
  }

  .xl\:tw-mr-4 {
    margin-right: 1rem !important;
  }

  .xl\:tw-mb-4 {
    margin-bottom: 1rem !important;
  }

  .xl\:tw-ml-4 {
    margin-left: 1rem !important;
  }

  .xl\:tw-mt-5 {
    margin-top: 1.25rem !important;
  }

  .xl\:tw-mr-5 {
    margin-right: 1.25rem !important;
  }

  .xl\:tw-mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .xl\:tw-ml-5 {
    margin-left: 1.25rem !important;
  }

  .xl\:tw-mt-6 {
    margin-top: 1.5rem !important;
  }

  .xl\:tw-mr-6 {
    margin-right: 1.5rem !important;
  }

  .xl\:tw-mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .xl\:tw-ml-6 {
    margin-left: 1.5rem !important;
  }

  .xl\:tw-mt-8 {
    margin-top: 2rem !important;
  }

  .xl\:tw-mr-8 {
    margin-right: 2rem !important;
  }

  .xl\:tw-mb-8 {
    margin-bottom: 2rem !important;
  }

  .xl\:tw-ml-8 {
    margin-left: 2rem !important;
  }

  .xl\:tw-mt-10 {
    margin-top: 2.5rem !important;
  }

  .xl\:tw-mr-10 {
    margin-right: 2.5rem !important;
  }

  .xl\:tw-mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .xl\:tw-ml-10 {
    margin-left: 2.5rem !important;
  }

  .xl\:tw-mt-12 {
    margin-top: 3rem !important;
  }

  .xl\:tw-mr-12 {
    margin-right: 3rem !important;
  }

  .xl\:tw-mb-12 {
    margin-bottom: 3rem !important;
  }

  .xl\:tw-ml-12 {
    margin-left: 3rem !important;
  }

  .xl\:tw-mt-16 {
    margin-top: 4rem !important;
  }

  .xl\:tw-mr-16 {
    margin-right: 4rem !important;
  }

  .xl\:tw-mb-16 {
    margin-bottom: 4rem !important;
  }

  .xl\:tw-ml-16 {
    margin-left: 4rem !important;
  }

  .xl\:tw-mt-20 {
    margin-top: 5rem !important;
  }

  .xl\:tw-mr-20 {
    margin-right: 5rem !important;
  }

  .xl\:tw-mb-20 {
    margin-bottom: 5rem !important;
  }

  .xl\:tw-ml-20 {
    margin-left: 5rem !important;
  }

  .xl\:tw-mt-24 {
    margin-top: 6rem !important;
  }

  .xl\:tw-mr-24 {
    margin-right: 6rem !important;
  }

  .xl\:tw-mb-24 {
    margin-bottom: 6rem !important;
  }

  .xl\:tw-ml-24 {
    margin-left: 6rem !important;
  }

  .xl\:tw-mt-30 {
    margin-top: 7.5rem !important;
  }

  .xl\:tw-mr-30 {
    margin-right: 7.5rem !important;
  }

  .xl\:tw-mb-30 {
    margin-bottom: 7.5rem !important;
  }

  .xl\:tw-ml-30 {
    margin-left: 7.5rem !important;
  }

  .xl\:tw-mt-32 {
    margin-top: 8rem !important;
  }

  .xl\:tw-mr-32 {
    margin-right: 8rem !important;
  }

  .xl\:tw-mb-32 {
    margin-bottom: 8rem !important;
  }

  .xl\:tw-ml-32 {
    margin-left: 8rem !important;
  }

  .xl\:tw-mt-36 {
    margin-top: 9rem !important;
  }

  .xl\:tw-mr-36 {
    margin-right: 9rem !important;
  }

  .xl\:tw-mb-36 {
    margin-bottom: 9rem !important;
  }

  .xl\:tw-ml-36 {
    margin-left: 9rem !important;
  }

  .xl\:tw-mt-40 {
    margin-top: 10rem !important;
  }

  .xl\:tw-mr-40 {
    margin-right: 10rem !important;
  }

  .xl\:tw-mb-40 {
    margin-bottom: 10rem !important;
  }

  .xl\:tw-ml-40 {
    margin-left: 10rem !important;
  }

  .xl\:tw-mt-48 {
    margin-top: 12rem !important;
  }

  .xl\:tw-mr-48 {
    margin-right: 12rem !important;
  }

  .xl\:tw-mb-48 {
    margin-bottom: 12rem !important;
  }

  .xl\:tw-ml-48 {
    margin-left: 12rem !important;
  }

  .xl\:tw-mt-56 {
    margin-top: 14rem !important;
  }

  .xl\:tw-mr-56 {
    margin-right: 14rem !important;
  }

  .xl\:tw-mb-56 {
    margin-bottom: 14rem !important;
  }

  .xl\:tw-ml-56 {
    margin-left: 14rem !important;
  }

  .xl\:tw-mt-64 {
    margin-top: 16rem !important;
  }

  .xl\:tw-mr-64 {
    margin-right: 16rem !important;
  }

  .xl\:tw-mb-64 {
    margin-bottom: 16rem !important;
  }

  .xl\:tw-ml-64 {
    margin-left: 16rem !important;
  }

  .xl\:tw-mt-auto {
    margin-top: auto !important;
  }

  .xl\:tw-mr-auto {
    margin-right: auto !important;
  }

  .xl\:tw-mb-auto {
    margin-bottom: auto !important;
  }

  .xl\:tw-ml-auto {
    margin-left: auto !important;
  }

  .xl\:tw-mt-px {
    margin-top: 1px !important;
  }

  .xl\:tw-mr-px {
    margin-right: 1px !important;
  }

  .xl\:tw-mb-px {
    margin-bottom: 1px !important;
  }

  .xl\:tw-ml-px {
    margin-left: 1px !important;
  }

  .xl\:tw-mt-0\.5 {
    margin-top: .125rem !important;
  }

  .xl\:tw-mr-0\.5 {
    margin-right: .125rem !important;
  }

  .xl\:tw-mb-0\.5 {
    margin-bottom: .125rem !important;
  }

  .xl\:tw-ml-0\.5 {
    margin-left: .125rem !important;
  }

  .xl\:tw-mt-1\.5 {
    margin-top: .375rem !important;
  }

  .xl\:tw-mr-1\.5 {
    margin-right: .375rem !important;
  }

  .xl\:tw-mb-1\.5 {
    margin-bottom: .375rem !important;
  }

  .xl\:tw-ml-1\.5 {
    margin-left: .375rem !important;
  }

  .xl\:tw-mt-2\.5 {
    margin-top: .625rem !important;
  }

  .xl\:tw-mr-2\.5 {
    margin-right: .625rem !important;
  }

  .xl\:tw-mb-2\.5 {
    margin-bottom: .625rem !important;
  }

  .xl\:tw-ml-2\.5 {
    margin-left: .625rem !important;
  }

  .xl\:tw-mt-3\.5 {
    margin-top: .875rem !important;
  }

  .xl\:tw-mr-3\.5 {
    margin-right: .875rem !important;
  }

  .xl\:tw-mb-3\.5 {
    margin-bottom: .875rem !important;
  }

  .xl\:tw-ml-3\.5 {
    margin-left: .875rem !important;
  }

  .xl\:tw-mt-1\.25em {
    margin-top: 1.25em !important;
  }

  .xl\:tw-mr-1\.25em {
    margin-right: 1.25em !important;
  }

  .xl\:tw-mb-1\.25em {
    margin-bottom: 1.25em !important;
  }

  .xl\:tw-ml-1\.25em {
    margin-left: 1.25em !important;
  }

  .xl\:tw-mt-1\.5em {
    margin-top: 1.5em !important;
  }

  .xl\:tw-mr-1\.5em {
    margin-right: 1.5em !important;
  }

  .xl\:tw-mb-1\.5em {
    margin-bottom: 1.5em !important;
  }

  .xl\:tw-ml-1\.5em {
    margin-left: 1.5em !important;
  }

  .xl\:tw-mt-4em {
    margin-top: 4em !important;
  }

  .xl\:tw-mr-4em {
    margin-right: 4em !important;
  }

  .xl\:tw-mb-4em {
    margin-bottom: 4em !important;
  }

  .xl\:tw-ml-4em {
    margin-left: 4em !important;
  }

  .xl\:tw--mt-1 {
    margin-top: -0.25rem !important;
  }

  .xl\:tw--mr-1 {
    margin-right: -0.25rem !important;
  }

  .xl\:tw--mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .xl\:tw--ml-1 {
    margin-left: -0.25rem !important;
  }

  .xl\:tw--mt-2 {
    margin-top: -0.5rem !important;
  }

  .xl\:tw--mr-2 {
    margin-right: -0.5rem !important;
  }

  .xl\:tw--mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .xl\:tw--ml-2 {
    margin-left: -0.5rem !important;
  }

  .xl\:tw--mt-3 {
    margin-top: -0.75rem !important;
  }

  .xl\:tw--mr-3 {
    margin-right: -0.75rem !important;
  }

  .xl\:tw--mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .xl\:tw--ml-3 {
    margin-left: -0.75rem !important;
  }

  .xl\:tw--mt-4 {
    margin-top: -1rem !important;
  }

  .xl\:tw--mr-4 {
    margin-right: -1rem !important;
  }

  .xl\:tw--mb-4 {
    margin-bottom: -1rem !important;
  }

  .xl\:tw--ml-4 {
    margin-left: -1rem !important;
  }

  .xl\:tw--mt-5 {
    margin-top: -1.25rem !important;
  }

  .xl\:tw--mr-5 {
    margin-right: -1.25rem !important;
  }

  .xl\:tw--mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .xl\:tw--ml-5 {
    margin-left: -1.25rem !important;
  }

  .xl\:tw--mt-6 {
    margin-top: -1.5rem !important;
  }

  .xl\:tw--mr-6 {
    margin-right: -1.5rem !important;
  }

  .xl\:tw--mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .xl\:tw--ml-6 {
    margin-left: -1.5rem !important;
  }

  .xl\:tw--mt-8 {
    margin-top: -2rem !important;
  }

  .xl\:tw--mr-8 {
    margin-right: -2rem !important;
  }

  .xl\:tw--mb-8 {
    margin-bottom: -2rem !important;
  }

  .xl\:tw--ml-8 {
    margin-left: -2rem !important;
  }

  .xl\:tw--mt-10 {
    margin-top: -2.5rem !important;
  }

  .xl\:tw--mr-10 {
    margin-right: -2.5rem !important;
  }

  .xl\:tw--mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .xl\:tw--ml-10 {
    margin-left: -2.5rem !important;
  }

  .xl\:tw--mt-12 {
    margin-top: -3rem !important;
  }

  .xl\:tw--mr-12 {
    margin-right: -3rem !important;
  }

  .xl\:tw--mb-12 {
    margin-bottom: -3rem !important;
  }

  .xl\:tw--ml-12 {
    margin-left: -3rem !important;
  }

  .xl\:tw--mt-16 {
    margin-top: -4rem !important;
  }

  .xl\:tw--mr-16 {
    margin-right: -4rem !important;
  }

  .xl\:tw--mb-16 {
    margin-bottom: -4rem !important;
  }

  .xl\:tw--ml-16 {
    margin-left: -4rem !important;
  }

  .xl\:tw--mt-20 {
    margin-top: -5rem !important;
  }

  .xl\:tw--mr-20 {
    margin-right: -5rem !important;
  }

  .xl\:tw--mb-20 {
    margin-bottom: -5rem !important;
  }

  .xl\:tw--ml-20 {
    margin-left: -5rem !important;
  }

  .xl\:tw--mt-24 {
    margin-top: -6rem !important;
  }

  .xl\:tw--mr-24 {
    margin-right: -6rem !important;
  }

  .xl\:tw--mb-24 {
    margin-bottom: -6rem !important;
  }

  .xl\:tw--ml-24 {
    margin-left: -6rem !important;
  }

  .xl\:tw--mt-30 {
    margin-top: -7.5rem !important;
  }

  .xl\:tw--mr-30 {
    margin-right: -7.5rem !important;
  }

  .xl\:tw--mb-30 {
    margin-bottom: -7.5rem !important;
  }

  .xl\:tw--ml-30 {
    margin-left: -7.5rem !important;
  }

  .xl\:tw--mt-32 {
    margin-top: -8rem !important;
  }

  .xl\:tw--mr-32 {
    margin-right: -8rem !important;
  }

  .xl\:tw--mb-32 {
    margin-bottom: -8rem !important;
  }

  .xl\:tw--ml-32 {
    margin-left: -8rem !important;
  }

  .xl\:tw--mt-36 {
    margin-top: -9rem !important;
  }

  .xl\:tw--mr-36 {
    margin-right: -9rem !important;
  }

  .xl\:tw--mb-36 {
    margin-bottom: -9rem !important;
  }

  .xl\:tw--ml-36 {
    margin-left: -9rem !important;
  }

  .xl\:tw--mt-40 {
    margin-top: -10rem !important;
  }

  .xl\:tw--mr-40 {
    margin-right: -10rem !important;
  }

  .xl\:tw--mb-40 {
    margin-bottom: -10rem !important;
  }

  .xl\:tw--ml-40 {
    margin-left: -10rem !important;
  }

  .xl\:tw--mt-48 {
    margin-top: -12rem !important;
  }

  .xl\:tw--mr-48 {
    margin-right: -12rem !important;
  }

  .xl\:tw--mb-48 {
    margin-bottom: -12rem !important;
  }

  .xl\:tw--ml-48 {
    margin-left: -12rem !important;
  }

  .xl\:tw--mt-56 {
    margin-top: -14rem !important;
  }

  .xl\:tw--mr-56 {
    margin-right: -14rem !important;
  }

  .xl\:tw--mb-56 {
    margin-bottom: -14rem !important;
  }

  .xl\:tw--ml-56 {
    margin-left: -14rem !important;
  }

  .xl\:tw--mt-64 {
    margin-top: -16rem !important;
  }

  .xl\:tw--mr-64 {
    margin-right: -16rem !important;
  }

  .xl\:tw--mb-64 {
    margin-bottom: -16rem !important;
  }

  .xl\:tw--ml-64 {
    margin-left: -16rem !important;
  }

  .xl\:tw--mt-px {
    margin-top: -1px !important;
  }

  .xl\:tw--mr-px {
    margin-right: -1px !important;
  }

  .xl\:tw--mb-px {
    margin-bottom: -1px !important;
  }

  .xl\:tw--ml-px {
    margin-left: -1px !important;
  }

  .xl\:tw--mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .xl\:tw--mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .xl\:tw--mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .xl\:tw--ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .xl\:tw--mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .xl\:tw--mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .xl\:tw--mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .xl\:tw--ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .xl\:tw--mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .xl\:tw--mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .xl\:tw--mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .xl\:tw--ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .xl\:tw--mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .xl\:tw--mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .xl\:tw--mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .xl\:tw--ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .xl\:tw--mt-1\.25em {
    margin-top: -1.25em !important;
  }

  .xl\:tw--mr-1\.25em {
    margin-right: -1.25em !important;
  }

  .xl\:tw--mb-1\.25em {
    margin-bottom: -1.25em !important;
  }

  .xl\:tw--ml-1\.25em {
    margin-left: -1.25em !important;
  }

  .xl\:tw--mt-1\.5em {
    margin-top: -1.5em !important;
  }

  .xl\:tw--mr-1\.5em {
    margin-right: -1.5em !important;
  }

  .xl\:tw--mb-1\.5em {
    margin-bottom: -1.5em !important;
  }

  .xl\:tw--ml-1\.5em {
    margin-left: -1.5em !important;
  }

  .xl\:tw--mt-4em {
    margin-top: -4em !important;
  }

  .xl\:tw--mr-4em {
    margin-right: -4em !important;
  }

  .xl\:tw--mb-4em {
    margin-bottom: -4em !important;
  }

  .xl\:tw--ml-4em {
    margin-left: -4em !important;
  }

  .xl\:last\:tw-m-0:last-child {
    margin: 0 !important;
  }

  .xl\:last\:tw-m-1:last-child {
    margin: 0.25rem !important;
  }

  .xl\:last\:tw-m-2:last-child {
    margin: 0.5rem !important;
  }

  .xl\:last\:tw-m-3:last-child {
    margin: 0.75rem !important;
  }

  .xl\:last\:tw-m-4:last-child {
    margin: 1rem !important;
  }

  .xl\:last\:tw-m-5:last-child {
    margin: 1.25rem !important;
  }

  .xl\:last\:tw-m-6:last-child {
    margin: 1.5rem !important;
  }

  .xl\:last\:tw-m-8:last-child {
    margin: 2rem !important;
  }

  .xl\:last\:tw-m-10:last-child {
    margin: 2.5rem !important;
  }

  .xl\:last\:tw-m-12:last-child {
    margin: 3rem !important;
  }

  .xl\:last\:tw-m-16:last-child {
    margin: 4rem !important;
  }

  .xl\:last\:tw-m-20:last-child {
    margin: 5rem !important;
  }

  .xl\:last\:tw-m-24:last-child {
    margin: 6rem !important;
  }

  .xl\:last\:tw-m-30:last-child {
    margin: 7.5rem !important;
  }

  .xl\:last\:tw-m-32:last-child {
    margin: 8rem !important;
  }

  .xl\:last\:tw-m-36:last-child {
    margin: 9rem !important;
  }

  .xl\:last\:tw-m-40:last-child {
    margin: 10rem !important;
  }

  .xl\:last\:tw-m-48:last-child {
    margin: 12rem !important;
  }

  .xl\:last\:tw-m-56:last-child {
    margin: 14rem !important;
  }

  .xl\:last\:tw-m-64:last-child {
    margin: 16rem !important;
  }

  .xl\:last\:tw-m-auto:last-child {
    margin: auto !important;
  }

  .xl\:last\:tw-m-px:last-child {
    margin: 1px !important;
  }

  .xl\:last\:tw-m-0\.5:last-child {
    margin: .125rem !important;
  }

  .xl\:last\:tw-m-1\.5:last-child {
    margin: .375rem !important;
  }

  .xl\:last\:tw-m-2\.5:last-child {
    margin: .625rem !important;
  }

  .xl\:last\:tw-m-3\.5:last-child {
    margin: .875rem !important;
  }

  .xl\:last\:tw-m-1\.25em:last-child {
    margin: 1.25em !important;
  }

  .xl\:last\:tw-m-1\.5em:last-child {
    margin: 1.5em !important;
  }

  .xl\:last\:tw-m-4em:last-child {
    margin: 4em !important;
  }

  .xl\:last\:tw--m-1:last-child {
    margin: -0.25rem !important;
  }

  .xl\:last\:tw--m-2:last-child {
    margin: -0.5rem !important;
  }

  .xl\:last\:tw--m-3:last-child {
    margin: -0.75rem !important;
  }

  .xl\:last\:tw--m-4:last-child {
    margin: -1rem !important;
  }

  .xl\:last\:tw--m-5:last-child {
    margin: -1.25rem !important;
  }

  .xl\:last\:tw--m-6:last-child {
    margin: -1.5rem !important;
  }

  .xl\:last\:tw--m-8:last-child {
    margin: -2rem !important;
  }

  .xl\:last\:tw--m-10:last-child {
    margin: -2.5rem !important;
  }

  .xl\:last\:tw--m-12:last-child {
    margin: -3rem !important;
  }

  .xl\:last\:tw--m-16:last-child {
    margin: -4rem !important;
  }

  .xl\:last\:tw--m-20:last-child {
    margin: -5rem !important;
  }

  .xl\:last\:tw--m-24:last-child {
    margin: -6rem !important;
  }

  .xl\:last\:tw--m-30:last-child {
    margin: -7.5rem !important;
  }

  .xl\:last\:tw--m-32:last-child {
    margin: -8rem !important;
  }

  .xl\:last\:tw--m-36:last-child {
    margin: -9rem !important;
  }

  .xl\:last\:tw--m-40:last-child {
    margin: -10rem !important;
  }

  .xl\:last\:tw--m-48:last-child {
    margin: -12rem !important;
  }

  .xl\:last\:tw--m-56:last-child {
    margin: -14rem !important;
  }

  .xl\:last\:tw--m-64:last-child {
    margin: -16rem !important;
  }

  .xl\:last\:tw--m-px:last-child {
    margin: -1px !important;
  }

  .xl\:last\:tw--m-0\.5:last-child {
    margin: -0.125rem !important;
  }

  .xl\:last\:tw--m-1\.5:last-child {
    margin: -0.375rem !important;
  }

  .xl\:last\:tw--m-2\.5:last-child {
    margin: -0.625rem !important;
  }

  .xl\:last\:tw--m-3\.5:last-child {
    margin: -0.875rem !important;
  }

  .xl\:last\:tw--m-1\.25em:last-child {
    margin: -1.25em !important;
  }

  .xl\:last\:tw--m-1\.5em:last-child {
    margin: -1.5em !important;
  }

  .xl\:last\:tw--m-4em:last-child {
    margin: -4em !important;
  }

  .xl\:last\:tw-my-0:last-child {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:last\:tw-mx-0:last-child {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl\:last\:tw-my-1:last-child {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xl\:last\:tw-mx-1:last-child {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xl\:last\:tw-my-2:last-child {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xl\:last\:tw-mx-2:last-child {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xl\:last\:tw-my-3:last-child {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xl\:last\:tw-mx-3:last-child {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xl\:last\:tw-my-4:last-child {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xl\:last\:tw-mx-4:last-child {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xl\:last\:tw-my-5:last-child {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xl\:last\:tw-mx-5:last-child {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xl\:last\:tw-my-6:last-child {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xl\:last\:tw-mx-6:last-child {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xl\:last\:tw-my-8:last-child {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xl\:last\:tw-mx-8:last-child {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xl\:last\:tw-my-10:last-child {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xl\:last\:tw-mx-10:last-child {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xl\:last\:tw-my-12:last-child {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xl\:last\:tw-mx-12:last-child {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xl\:last\:tw-my-16:last-child {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xl\:last\:tw-mx-16:last-child {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xl\:last\:tw-my-20:last-child {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xl\:last\:tw-mx-20:last-child {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xl\:last\:tw-my-24:last-child {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xl\:last\:tw-mx-24:last-child {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xl\:last\:tw-my-30:last-child {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .xl\:last\:tw-mx-30:last-child {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }

  .xl\:last\:tw-my-32:last-child {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xl\:last\:tw-mx-32:last-child {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xl\:last\:tw-my-36:last-child {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .xl\:last\:tw-mx-36:last-child {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .xl\:last\:tw-my-40:last-child {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xl\:last\:tw-mx-40:last-child {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xl\:last\:tw-my-48:last-child {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xl\:last\:tw-mx-48:last-child {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xl\:last\:tw-my-56:last-child {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xl\:last\:tw-mx-56:last-child {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xl\:last\:tw-my-64:last-child {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xl\:last\:tw-mx-64:last-child {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xl\:last\:tw-my-auto:last-child {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:last\:tw-mx-auto:last-child {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:last\:tw-my-px:last-child {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xl\:last\:tw-mx-px:last-child {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xl\:last\:tw-my-0\.5:last-child {
    margin-top: .125rem !important;
    margin-bottom: .125rem !important;
  }

  .xl\:last\:tw-mx-0\.5:last-child {
    margin-left: .125rem !important;
    margin-right: .125rem !important;
  }

  .xl\:last\:tw-my-1\.5:last-child {
    margin-top: .375rem !important;
    margin-bottom: .375rem !important;
  }

  .xl\:last\:tw-mx-1\.5:last-child {
    margin-left: .375rem !important;
    margin-right: .375rem !important;
  }

  .xl\:last\:tw-my-2\.5:last-child {
    margin-top: .625rem !important;
    margin-bottom: .625rem !important;
  }

  .xl\:last\:tw-mx-2\.5:last-child {
    margin-left: .625rem !important;
    margin-right: .625rem !important;
  }

  .xl\:last\:tw-my-3\.5:last-child {
    margin-top: .875rem !important;
    margin-bottom: .875rem !important;
  }

  .xl\:last\:tw-mx-3\.5:last-child {
    margin-left: .875rem !important;
    margin-right: .875rem !important;
  }

  .xl\:last\:tw-my-1\.25em:last-child {
    margin-top: 1.25em !important;
    margin-bottom: 1.25em !important;
  }

  .xl\:last\:tw-mx-1\.25em:last-child {
    margin-left: 1.25em !important;
    margin-right: 1.25em !important;
  }

  .xl\:last\:tw-my-1\.5em:last-child {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }

  .xl\:last\:tw-mx-1\.5em:last-child {
    margin-left: 1.5em !important;
    margin-right: 1.5em !important;
  }

  .xl\:last\:tw-my-4em:last-child {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
  }

  .xl\:last\:tw-mx-4em:last-child {
    margin-left: 4em !important;
    margin-right: 4em !important;
  }

  .xl\:last\:tw--my-1:last-child {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xl\:last\:tw--mx-1:last-child {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xl\:last\:tw--my-2:last-child {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xl\:last\:tw--mx-2:last-child {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xl\:last\:tw--my-3:last-child {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xl\:last\:tw--mx-3:last-child {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xl\:last\:tw--my-4:last-child {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xl\:last\:tw--mx-4:last-child {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xl\:last\:tw--my-5:last-child {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xl\:last\:tw--mx-5:last-child {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xl\:last\:tw--my-6:last-child {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xl\:last\:tw--mx-6:last-child {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xl\:last\:tw--my-8:last-child {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xl\:last\:tw--mx-8:last-child {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xl\:last\:tw--my-10:last-child {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xl\:last\:tw--mx-10:last-child {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xl\:last\:tw--my-12:last-child {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xl\:last\:tw--mx-12:last-child {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xl\:last\:tw--my-16:last-child {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xl\:last\:tw--mx-16:last-child {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xl\:last\:tw--my-20:last-child {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xl\:last\:tw--mx-20:last-child {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xl\:last\:tw--my-24:last-child {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xl\:last\:tw--mx-24:last-child {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xl\:last\:tw--my-30:last-child {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }

  .xl\:last\:tw--mx-30:last-child {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important;
  }

  .xl\:last\:tw--my-32:last-child {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xl\:last\:tw--mx-32:last-child {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xl\:last\:tw--my-36:last-child {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .xl\:last\:tw--mx-36:last-child {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .xl\:last\:tw--my-40:last-child {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xl\:last\:tw--mx-40:last-child {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xl\:last\:tw--my-48:last-child {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xl\:last\:tw--mx-48:last-child {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .xl\:last\:tw--my-56:last-child {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .xl\:last\:tw--mx-56:last-child {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .xl\:last\:tw--my-64:last-child {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xl\:last\:tw--mx-64:last-child {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xl\:last\:tw--my-px:last-child {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xl\:last\:tw--mx-px:last-child {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xl\:last\:tw--my-0\.5:last-child {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .xl\:last\:tw--mx-0\.5:last-child {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .xl\:last\:tw--my-1\.5:last-child {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .xl\:last\:tw--mx-1\.5:last-child {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .xl\:last\:tw--my-2\.5:last-child {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .xl\:last\:tw--mx-2\.5:last-child {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .xl\:last\:tw--my-3\.5:last-child {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .xl\:last\:tw--mx-3\.5:last-child {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .xl\:last\:tw--my-1\.25em:last-child {
    margin-top: -1.25em !important;
    margin-bottom: -1.25em !important;
  }

  .xl\:last\:tw--mx-1\.25em:last-child {
    margin-left: -1.25em !important;
    margin-right: -1.25em !important;
  }

  .xl\:last\:tw--my-1\.5em:last-child {
    margin-top: -1.5em !important;
    margin-bottom: -1.5em !important;
  }

  .xl\:last\:tw--mx-1\.5em:last-child {
    margin-left: -1.5em !important;
    margin-right: -1.5em !important;
  }

  .xl\:last\:tw--my-4em:last-child {
    margin-top: -4em !important;
    margin-bottom: -4em !important;
  }

  .xl\:last\:tw--mx-4em:last-child {
    margin-left: -4em !important;
    margin-right: -4em !important;
  }

  .xl\:last\:tw-mt-0:last-child {
    margin-top: 0 !important;
  }

  .xl\:last\:tw-mr-0:last-child {
    margin-right: 0 !important;
  }

  .xl\:last\:tw-mb-0:last-child {
    margin-bottom: 0 !important;
  }

  .xl\:last\:tw-ml-0:last-child {
    margin-left: 0 !important;
  }

  .xl\:last\:tw-mt-1:last-child {
    margin-top: 0.25rem !important;
  }

  .xl\:last\:tw-mr-1:last-child {
    margin-right: 0.25rem !important;
  }

  .xl\:last\:tw-mb-1:last-child {
    margin-bottom: 0.25rem !important;
  }

  .xl\:last\:tw-ml-1:last-child {
    margin-left: 0.25rem !important;
  }

  .xl\:last\:tw-mt-2:last-child {
    margin-top: 0.5rem !important;
  }

  .xl\:last\:tw-mr-2:last-child {
    margin-right: 0.5rem !important;
  }

  .xl\:last\:tw-mb-2:last-child {
    margin-bottom: 0.5rem !important;
  }

  .xl\:last\:tw-ml-2:last-child {
    margin-left: 0.5rem !important;
  }

  .xl\:last\:tw-mt-3:last-child {
    margin-top: 0.75rem !important;
  }

  .xl\:last\:tw-mr-3:last-child {
    margin-right: 0.75rem !important;
  }

  .xl\:last\:tw-mb-3:last-child {
    margin-bottom: 0.75rem !important;
  }

  .xl\:last\:tw-ml-3:last-child {
    margin-left: 0.75rem !important;
  }

  .xl\:last\:tw-mt-4:last-child {
    margin-top: 1rem !important;
  }

  .xl\:last\:tw-mr-4:last-child {
    margin-right: 1rem !important;
  }

  .xl\:last\:tw-mb-4:last-child {
    margin-bottom: 1rem !important;
  }

  .xl\:last\:tw-ml-4:last-child {
    margin-left: 1rem !important;
  }

  .xl\:last\:tw-mt-5:last-child {
    margin-top: 1.25rem !important;
  }

  .xl\:last\:tw-mr-5:last-child {
    margin-right: 1.25rem !important;
  }

  .xl\:last\:tw-mb-5:last-child {
    margin-bottom: 1.25rem !important;
  }

  .xl\:last\:tw-ml-5:last-child {
    margin-left: 1.25rem !important;
  }

  .xl\:last\:tw-mt-6:last-child {
    margin-top: 1.5rem !important;
  }

  .xl\:last\:tw-mr-6:last-child {
    margin-right: 1.5rem !important;
  }

  .xl\:last\:tw-mb-6:last-child {
    margin-bottom: 1.5rem !important;
  }

  .xl\:last\:tw-ml-6:last-child {
    margin-left: 1.5rem !important;
  }

  .xl\:last\:tw-mt-8:last-child {
    margin-top: 2rem !important;
  }

  .xl\:last\:tw-mr-8:last-child {
    margin-right: 2rem !important;
  }

  .xl\:last\:tw-mb-8:last-child {
    margin-bottom: 2rem !important;
  }

  .xl\:last\:tw-ml-8:last-child {
    margin-left: 2rem !important;
  }

  .xl\:last\:tw-mt-10:last-child {
    margin-top: 2.5rem !important;
  }

  .xl\:last\:tw-mr-10:last-child {
    margin-right: 2.5rem !important;
  }

  .xl\:last\:tw-mb-10:last-child {
    margin-bottom: 2.5rem !important;
  }

  .xl\:last\:tw-ml-10:last-child {
    margin-left: 2.5rem !important;
  }

  .xl\:last\:tw-mt-12:last-child {
    margin-top: 3rem !important;
  }

  .xl\:last\:tw-mr-12:last-child {
    margin-right: 3rem !important;
  }

  .xl\:last\:tw-mb-12:last-child {
    margin-bottom: 3rem !important;
  }

  .xl\:last\:tw-ml-12:last-child {
    margin-left: 3rem !important;
  }

  .xl\:last\:tw-mt-16:last-child {
    margin-top: 4rem !important;
  }

  .xl\:last\:tw-mr-16:last-child {
    margin-right: 4rem !important;
  }

  .xl\:last\:tw-mb-16:last-child {
    margin-bottom: 4rem !important;
  }

  .xl\:last\:tw-ml-16:last-child {
    margin-left: 4rem !important;
  }

  .xl\:last\:tw-mt-20:last-child {
    margin-top: 5rem !important;
  }

  .xl\:last\:tw-mr-20:last-child {
    margin-right: 5rem !important;
  }

  .xl\:last\:tw-mb-20:last-child {
    margin-bottom: 5rem !important;
  }

  .xl\:last\:tw-ml-20:last-child {
    margin-left: 5rem !important;
  }

  .xl\:last\:tw-mt-24:last-child {
    margin-top: 6rem !important;
  }

  .xl\:last\:tw-mr-24:last-child {
    margin-right: 6rem !important;
  }

  .xl\:last\:tw-mb-24:last-child {
    margin-bottom: 6rem !important;
  }

  .xl\:last\:tw-ml-24:last-child {
    margin-left: 6rem !important;
  }

  .xl\:last\:tw-mt-30:last-child {
    margin-top: 7.5rem !important;
  }

  .xl\:last\:tw-mr-30:last-child {
    margin-right: 7.5rem !important;
  }

  .xl\:last\:tw-mb-30:last-child {
    margin-bottom: 7.5rem !important;
  }

  .xl\:last\:tw-ml-30:last-child {
    margin-left: 7.5rem !important;
  }

  .xl\:last\:tw-mt-32:last-child {
    margin-top: 8rem !important;
  }

  .xl\:last\:tw-mr-32:last-child {
    margin-right: 8rem !important;
  }

  .xl\:last\:tw-mb-32:last-child {
    margin-bottom: 8rem !important;
  }

  .xl\:last\:tw-ml-32:last-child {
    margin-left: 8rem !important;
  }

  .xl\:last\:tw-mt-36:last-child {
    margin-top: 9rem !important;
  }

  .xl\:last\:tw-mr-36:last-child {
    margin-right: 9rem !important;
  }

  .xl\:last\:tw-mb-36:last-child {
    margin-bottom: 9rem !important;
  }

  .xl\:last\:tw-ml-36:last-child {
    margin-left: 9rem !important;
  }

  .xl\:last\:tw-mt-40:last-child {
    margin-top: 10rem !important;
  }

  .xl\:last\:tw-mr-40:last-child {
    margin-right: 10rem !important;
  }

  .xl\:last\:tw-mb-40:last-child {
    margin-bottom: 10rem !important;
  }

  .xl\:last\:tw-ml-40:last-child {
    margin-left: 10rem !important;
  }

  .xl\:last\:tw-mt-48:last-child {
    margin-top: 12rem !important;
  }

  .xl\:last\:tw-mr-48:last-child {
    margin-right: 12rem !important;
  }

  .xl\:last\:tw-mb-48:last-child {
    margin-bottom: 12rem !important;
  }

  .xl\:last\:tw-ml-48:last-child {
    margin-left: 12rem !important;
  }

  .xl\:last\:tw-mt-56:last-child {
    margin-top: 14rem !important;
  }

  .xl\:last\:tw-mr-56:last-child {
    margin-right: 14rem !important;
  }

  .xl\:last\:tw-mb-56:last-child {
    margin-bottom: 14rem !important;
  }

  .xl\:last\:tw-ml-56:last-child {
    margin-left: 14rem !important;
  }

  .xl\:last\:tw-mt-64:last-child {
    margin-top: 16rem !important;
  }

  .xl\:last\:tw-mr-64:last-child {
    margin-right: 16rem !important;
  }

  .xl\:last\:tw-mb-64:last-child {
    margin-bottom: 16rem !important;
  }

  .xl\:last\:tw-ml-64:last-child {
    margin-left: 16rem !important;
  }

  .xl\:last\:tw-mt-auto:last-child {
    margin-top: auto !important;
  }

  .xl\:last\:tw-mr-auto:last-child {
    margin-right: auto !important;
  }

  .xl\:last\:tw-mb-auto:last-child {
    margin-bottom: auto !important;
  }

  .xl\:last\:tw-ml-auto:last-child {
    margin-left: auto !important;
  }

  .xl\:last\:tw-mt-px:last-child {
    margin-top: 1px !important;
  }

  .xl\:last\:tw-mr-px:last-child {
    margin-right: 1px !important;
  }

  .xl\:last\:tw-mb-px:last-child {
    margin-bottom: 1px !important;
  }

  .xl\:last\:tw-ml-px:last-child {
    margin-left: 1px !important;
  }

  .xl\:last\:tw-mt-0\.5:last-child {
    margin-top: .125rem !important;
  }

  .xl\:last\:tw-mr-0\.5:last-child {
    margin-right: .125rem !important;
  }

  .xl\:last\:tw-mb-0\.5:last-child {
    margin-bottom: .125rem !important;
  }

  .xl\:last\:tw-ml-0\.5:last-child {
    margin-left: .125rem !important;
  }

  .xl\:last\:tw-mt-1\.5:last-child {
    margin-top: .375rem !important;
  }

  .xl\:last\:tw-mr-1\.5:last-child {
    margin-right: .375rem !important;
  }

  .xl\:last\:tw-mb-1\.5:last-child {
    margin-bottom: .375rem !important;
  }

  .xl\:last\:tw-ml-1\.5:last-child {
    margin-left: .375rem !important;
  }

  .xl\:last\:tw-mt-2\.5:last-child {
    margin-top: .625rem !important;
  }

  .xl\:last\:tw-mr-2\.5:last-child {
    margin-right: .625rem !important;
  }

  .xl\:last\:tw-mb-2\.5:last-child {
    margin-bottom: .625rem !important;
  }

  .xl\:last\:tw-ml-2\.5:last-child {
    margin-left: .625rem !important;
  }

  .xl\:last\:tw-mt-3\.5:last-child {
    margin-top: .875rem !important;
  }

  .xl\:last\:tw-mr-3\.5:last-child {
    margin-right: .875rem !important;
  }

  .xl\:last\:tw-mb-3\.5:last-child {
    margin-bottom: .875rem !important;
  }

  .xl\:last\:tw-ml-3\.5:last-child {
    margin-left: .875rem !important;
  }

  .xl\:last\:tw-mt-1\.25em:last-child {
    margin-top: 1.25em !important;
  }

  .xl\:last\:tw-mr-1\.25em:last-child {
    margin-right: 1.25em !important;
  }

  .xl\:last\:tw-mb-1\.25em:last-child {
    margin-bottom: 1.25em !important;
  }

  .xl\:last\:tw-ml-1\.25em:last-child {
    margin-left: 1.25em !important;
  }

  .xl\:last\:tw-mt-1\.5em:last-child {
    margin-top: 1.5em !important;
  }

  .xl\:last\:tw-mr-1\.5em:last-child {
    margin-right: 1.5em !important;
  }

  .xl\:last\:tw-mb-1\.5em:last-child {
    margin-bottom: 1.5em !important;
  }

  .xl\:last\:tw-ml-1\.5em:last-child {
    margin-left: 1.5em !important;
  }

  .xl\:last\:tw-mt-4em:last-child {
    margin-top: 4em !important;
  }

  .xl\:last\:tw-mr-4em:last-child {
    margin-right: 4em !important;
  }

  .xl\:last\:tw-mb-4em:last-child {
    margin-bottom: 4em !important;
  }

  .xl\:last\:tw-ml-4em:last-child {
    margin-left: 4em !important;
  }

  .xl\:last\:tw--mt-1:last-child {
    margin-top: -0.25rem !important;
  }

  .xl\:last\:tw--mr-1:last-child {
    margin-right: -0.25rem !important;
  }

  .xl\:last\:tw--mb-1:last-child {
    margin-bottom: -0.25rem !important;
  }

  .xl\:last\:tw--ml-1:last-child {
    margin-left: -0.25rem !important;
  }

  .xl\:last\:tw--mt-2:last-child {
    margin-top: -0.5rem !important;
  }

  .xl\:last\:tw--mr-2:last-child {
    margin-right: -0.5rem !important;
  }

  .xl\:last\:tw--mb-2:last-child {
    margin-bottom: -0.5rem !important;
  }

  .xl\:last\:tw--ml-2:last-child {
    margin-left: -0.5rem !important;
  }

  .xl\:last\:tw--mt-3:last-child {
    margin-top: -0.75rem !important;
  }

  .xl\:last\:tw--mr-3:last-child {
    margin-right: -0.75rem !important;
  }

  .xl\:last\:tw--mb-3:last-child {
    margin-bottom: -0.75rem !important;
  }

  .xl\:last\:tw--ml-3:last-child {
    margin-left: -0.75rem !important;
  }

  .xl\:last\:tw--mt-4:last-child {
    margin-top: -1rem !important;
  }

  .xl\:last\:tw--mr-4:last-child {
    margin-right: -1rem !important;
  }

  .xl\:last\:tw--mb-4:last-child {
    margin-bottom: -1rem !important;
  }

  .xl\:last\:tw--ml-4:last-child {
    margin-left: -1rem !important;
  }

  .xl\:last\:tw--mt-5:last-child {
    margin-top: -1.25rem !important;
  }

  .xl\:last\:tw--mr-5:last-child {
    margin-right: -1.25rem !important;
  }

  .xl\:last\:tw--mb-5:last-child {
    margin-bottom: -1.25rem !important;
  }

  .xl\:last\:tw--ml-5:last-child {
    margin-left: -1.25rem !important;
  }

  .xl\:last\:tw--mt-6:last-child {
    margin-top: -1.5rem !important;
  }

  .xl\:last\:tw--mr-6:last-child {
    margin-right: -1.5rem !important;
  }

  .xl\:last\:tw--mb-6:last-child {
    margin-bottom: -1.5rem !important;
  }

  .xl\:last\:tw--ml-6:last-child {
    margin-left: -1.5rem !important;
  }

  .xl\:last\:tw--mt-8:last-child {
    margin-top: -2rem !important;
  }

  .xl\:last\:tw--mr-8:last-child {
    margin-right: -2rem !important;
  }

  .xl\:last\:tw--mb-8:last-child {
    margin-bottom: -2rem !important;
  }

  .xl\:last\:tw--ml-8:last-child {
    margin-left: -2rem !important;
  }

  .xl\:last\:tw--mt-10:last-child {
    margin-top: -2.5rem !important;
  }

  .xl\:last\:tw--mr-10:last-child {
    margin-right: -2.5rem !important;
  }

  .xl\:last\:tw--mb-10:last-child {
    margin-bottom: -2.5rem !important;
  }

  .xl\:last\:tw--ml-10:last-child {
    margin-left: -2.5rem !important;
  }

  .xl\:last\:tw--mt-12:last-child {
    margin-top: -3rem !important;
  }

  .xl\:last\:tw--mr-12:last-child {
    margin-right: -3rem !important;
  }

  .xl\:last\:tw--mb-12:last-child {
    margin-bottom: -3rem !important;
  }

  .xl\:last\:tw--ml-12:last-child {
    margin-left: -3rem !important;
  }

  .xl\:last\:tw--mt-16:last-child {
    margin-top: -4rem !important;
  }

  .xl\:last\:tw--mr-16:last-child {
    margin-right: -4rem !important;
  }

  .xl\:last\:tw--mb-16:last-child {
    margin-bottom: -4rem !important;
  }

  .xl\:last\:tw--ml-16:last-child {
    margin-left: -4rem !important;
  }

  .xl\:last\:tw--mt-20:last-child {
    margin-top: -5rem !important;
  }

  .xl\:last\:tw--mr-20:last-child {
    margin-right: -5rem !important;
  }

  .xl\:last\:tw--mb-20:last-child {
    margin-bottom: -5rem !important;
  }

  .xl\:last\:tw--ml-20:last-child {
    margin-left: -5rem !important;
  }

  .xl\:last\:tw--mt-24:last-child {
    margin-top: -6rem !important;
  }

  .xl\:last\:tw--mr-24:last-child {
    margin-right: -6rem !important;
  }

  .xl\:last\:tw--mb-24:last-child {
    margin-bottom: -6rem !important;
  }

  .xl\:last\:tw--ml-24:last-child {
    margin-left: -6rem !important;
  }

  .xl\:last\:tw--mt-30:last-child {
    margin-top: -7.5rem !important;
  }

  .xl\:last\:tw--mr-30:last-child {
    margin-right: -7.5rem !important;
  }

  .xl\:last\:tw--mb-30:last-child {
    margin-bottom: -7.5rem !important;
  }

  .xl\:last\:tw--ml-30:last-child {
    margin-left: -7.5rem !important;
  }

  .xl\:last\:tw--mt-32:last-child {
    margin-top: -8rem !important;
  }

  .xl\:last\:tw--mr-32:last-child {
    margin-right: -8rem !important;
  }

  .xl\:last\:tw--mb-32:last-child {
    margin-bottom: -8rem !important;
  }

  .xl\:last\:tw--ml-32:last-child {
    margin-left: -8rem !important;
  }

  .xl\:last\:tw--mt-36:last-child {
    margin-top: -9rem !important;
  }

  .xl\:last\:tw--mr-36:last-child {
    margin-right: -9rem !important;
  }

  .xl\:last\:tw--mb-36:last-child {
    margin-bottom: -9rem !important;
  }

  .xl\:last\:tw--ml-36:last-child {
    margin-left: -9rem !important;
  }

  .xl\:last\:tw--mt-40:last-child {
    margin-top: -10rem !important;
  }

  .xl\:last\:tw--mr-40:last-child {
    margin-right: -10rem !important;
  }

  .xl\:last\:tw--mb-40:last-child {
    margin-bottom: -10rem !important;
  }

  .xl\:last\:tw--ml-40:last-child {
    margin-left: -10rem !important;
  }

  .xl\:last\:tw--mt-48:last-child {
    margin-top: -12rem !important;
  }

  .xl\:last\:tw--mr-48:last-child {
    margin-right: -12rem !important;
  }

  .xl\:last\:tw--mb-48:last-child {
    margin-bottom: -12rem !important;
  }

  .xl\:last\:tw--ml-48:last-child {
    margin-left: -12rem !important;
  }

  .xl\:last\:tw--mt-56:last-child {
    margin-top: -14rem !important;
  }

  .xl\:last\:tw--mr-56:last-child {
    margin-right: -14rem !important;
  }

  .xl\:last\:tw--mb-56:last-child {
    margin-bottom: -14rem !important;
  }

  .xl\:last\:tw--ml-56:last-child {
    margin-left: -14rem !important;
  }

  .xl\:last\:tw--mt-64:last-child {
    margin-top: -16rem !important;
  }

  .xl\:last\:tw--mr-64:last-child {
    margin-right: -16rem !important;
  }

  .xl\:last\:tw--mb-64:last-child {
    margin-bottom: -16rem !important;
  }

  .xl\:last\:tw--ml-64:last-child {
    margin-left: -16rem !important;
  }

  .xl\:last\:tw--mt-px:last-child {
    margin-top: -1px !important;
  }

  .xl\:last\:tw--mr-px:last-child {
    margin-right: -1px !important;
  }

  .xl\:last\:tw--mb-px:last-child {
    margin-bottom: -1px !important;
  }

  .xl\:last\:tw--ml-px:last-child {
    margin-left: -1px !important;
  }

  .xl\:last\:tw--mt-0\.5:last-child {
    margin-top: -0.125rem !important;
  }

  .xl\:last\:tw--mr-0\.5:last-child {
    margin-right: -0.125rem !important;
  }

  .xl\:last\:tw--mb-0\.5:last-child {
    margin-bottom: -0.125rem !important;
  }

  .xl\:last\:tw--ml-0\.5:last-child {
    margin-left: -0.125rem !important;
  }

  .xl\:last\:tw--mt-1\.5:last-child {
    margin-top: -0.375rem !important;
  }

  .xl\:last\:tw--mr-1\.5:last-child {
    margin-right: -0.375rem !important;
  }

  .xl\:last\:tw--mb-1\.5:last-child {
    margin-bottom: -0.375rem !important;
  }

  .xl\:last\:tw--ml-1\.5:last-child {
    margin-left: -0.375rem !important;
  }

  .xl\:last\:tw--mt-2\.5:last-child {
    margin-top: -0.625rem !important;
  }

  .xl\:last\:tw--mr-2\.5:last-child {
    margin-right: -0.625rem !important;
  }

  .xl\:last\:tw--mb-2\.5:last-child {
    margin-bottom: -0.625rem !important;
  }

  .xl\:last\:tw--ml-2\.5:last-child {
    margin-left: -0.625rem !important;
  }

  .xl\:last\:tw--mt-3\.5:last-child {
    margin-top: -0.875rem !important;
  }

  .xl\:last\:tw--mr-3\.5:last-child {
    margin-right: -0.875rem !important;
  }

  .xl\:last\:tw--mb-3\.5:last-child {
    margin-bottom: -0.875rem !important;
  }

  .xl\:last\:tw--ml-3\.5:last-child {
    margin-left: -0.875rem !important;
  }

  .xl\:last\:tw--mt-1\.25em:last-child {
    margin-top: -1.25em !important;
  }

  .xl\:last\:tw--mr-1\.25em:last-child {
    margin-right: -1.25em !important;
  }

  .xl\:last\:tw--mb-1\.25em:last-child {
    margin-bottom: -1.25em !important;
  }

  .xl\:last\:tw--ml-1\.25em:last-child {
    margin-left: -1.25em !important;
  }

  .xl\:last\:tw--mt-1\.5em:last-child {
    margin-top: -1.5em !important;
  }

  .xl\:last\:tw--mr-1\.5em:last-child {
    margin-right: -1.5em !important;
  }

  .xl\:last\:tw--mb-1\.5em:last-child {
    margin-bottom: -1.5em !important;
  }

  .xl\:last\:tw--ml-1\.5em:last-child {
    margin-left: -1.5em !important;
  }

  .xl\:last\:tw--mt-4em:last-child {
    margin-top: -4em !important;
  }

  .xl\:last\:tw--mr-4em:last-child {
    margin-right: -4em !important;
  }

  .xl\:last\:tw--mb-4em:last-child {
    margin-bottom: -4em !important;
  }

  .xl\:last\:tw--ml-4em:last-child {
    margin-left: -4em !important;
  }

  .xl\:tw-max-h-full {
    max-height: 100% !important;
  }

  .xl\:tw-max-h-screen {
    max-height: 100vh !important;
  }

  .xl\:tw-max-w-none {
    max-width: none !important;
  }

  .xl\:tw-max-w-xs {
    max-width: 20rem !important;
  }

  .xl\:tw-max-w-sm {
    max-width: 24rem !important;
  }

  .xl\:tw-max-w-md {
    max-width: 28rem !important;
  }

  .xl\:tw-max-w-lg {
    max-width: 32rem !important;
  }

  .xl\:tw-max-w-xl {
    max-width: 36rem !important;
  }

  .xl\:tw-max-w-2xl {
    max-width: 42rem !important;
  }

  .xl\:tw-max-w-3xl {
    max-width: 48rem !important;
  }

  .xl\:tw-max-w-4xl {
    max-width: 56rem !important;
  }

  .xl\:tw-max-w-5xl {
    max-width: 64rem !important;
  }

  .xl\:tw-max-w-6xl {
    max-width: 72rem !important;
  }

  .xl\:tw-max-w-full {
    max-width: 100% !important;
  }

  .xl\:tw-max-w-screen-sm {
    max-width: 640px !important;
  }

  .xl\:tw-max-w-screen-md {
    max-width: 768px !important;
  }

  .xl\:tw-max-w-screen-lg {
    max-width: 1024px !important;
  }

  .xl\:tw-max-w-screen-xl {
    max-width: 1280px !important;
  }

  .xl\:tw-min-h-0 {
    min-height: 0 !important;
  }

  .xl\:tw-min-h-full {
    min-height: 100% !important;
  }

  .xl\:tw-min-h-screen {
    min-height: 100vh !important;
  }

  .xl\:tw-min-w-0 {
    min-width: 0 !important;
  }

  .xl\:tw-min-w-56 {
    min-width: 14rem !important;
  }

  .xl\:tw-min-w-full {
    min-width: 100% !important;
  }

  .xl\:tw-object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xl\:tw-object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xl\:tw-object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xl\:tw-object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xl\:tw-object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xl\:tw-object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xl\:tw-object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xl\:tw-object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xl\:tw-object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xl\:tw-object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xl\:tw-object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xl\:tw-object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xl\:tw-object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xl\:tw-object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xl\:tw-opacity-0 {
    opacity: 0 !important;
  }

  .xl\:tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .xl\:tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .xl\:tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .xl\:tw-opacity-100 {
    opacity: 1 !important;
  }

  .xl\:hover\:tw-opacity-0:hover {
    opacity: 0 !important;
  }

  .xl\:hover\:tw-opacity-25:hover {
    opacity: 0.25 !important;
  }

  .xl\:hover\:tw-opacity-50:hover {
    opacity: 0.5 !important;
  }

  .xl\:hover\:tw-opacity-75:hover {
    opacity: 0.75 !important;
  }

  .xl\:hover\:tw-opacity-100:hover {
    opacity: 1 !important;
  }

  .xl\:focus\:tw-opacity-0:focus {
    opacity: 0 !important;
  }

  .xl\:focus\:tw-opacity-25:focus {
    opacity: 0.25 !important;
  }

  .xl\:focus\:tw-opacity-50:focus {
    opacity: 0.5 !important;
  }

  .xl\:focus\:tw-opacity-75:focus {
    opacity: 0.75 !important;
  }

  .xl\:focus\:tw-opacity-100:focus {
    opacity: 1 !important;
  }

  .xl\:tw-outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:tw-outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:tw-outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:tw-outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:tw-outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:tw-outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:tw-overflow-auto {
    overflow: auto !important;
  }

  .xl\:tw-overflow-hidden {
    overflow: hidden !important;
  }

  .xl\:tw-overflow-visible {
    overflow: visible !important;
  }

  .xl\:tw-overflow-scroll {
    overflow: scroll !important;
  }

  .xl\:tw-overflow-x-auto {
    overflow-x: auto !important;
  }

  .xl\:tw-overflow-y-auto {
    overflow-y: auto !important;
  }

  .xl\:tw-overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .xl\:tw-overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .xl\:tw-overflow-x-visible {
    overflow-x: visible !important;
  }

  .xl\:tw-overflow-y-visible {
    overflow-y: visible !important;
  }

  .xl\:tw-overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .xl\:tw-overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .xl\:tw-scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .xl\:tw-scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .xl\:tw-overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .xl\:tw-overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .xl\:tw-overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .xl\:tw-overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .xl\:tw-overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .xl\:tw-overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .xl\:tw-overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .xl\:tw-overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .xl\:tw-overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .xl\:tw-p-0 {
    padding: 0 !important;
  }

  .xl\:tw-p-1 {
    padding: 0.25rem !important;
  }

  .xl\:tw-p-2 {
    padding: 0.5rem !important;
  }

  .xl\:tw-p-3 {
    padding: 0.75rem !important;
  }

  .xl\:tw-p-4 {
    padding: 1rem !important;
  }

  .xl\:tw-p-5 {
    padding: 1.25rem !important;
  }

  .xl\:tw-p-6 {
    padding: 1.5rem !important;
  }

  .xl\:tw-p-8 {
    padding: 2rem !important;
  }

  .xl\:tw-p-10 {
    padding: 2.5rem !important;
  }

  .xl\:tw-p-12 {
    padding: 3rem !important;
  }

  .xl\:tw-p-16 {
    padding: 4rem !important;
  }

  .xl\:tw-p-20 {
    padding: 5rem !important;
  }

  .xl\:tw-p-24 {
    padding: 6rem !important;
  }

  .xl\:tw-p-30 {
    padding: 7.5rem !important;
  }

  .xl\:tw-p-32 {
    padding: 8rem !important;
  }

  .xl\:tw-p-36 {
    padding: 9rem !important;
  }

  .xl\:tw-p-40 {
    padding: 10rem !important;
  }

  .xl\:tw-p-48 {
    padding: 12rem !important;
  }

  .xl\:tw-p-56 {
    padding: 14rem !important;
  }

  .xl\:tw-p-64 {
    padding: 16rem !important;
  }

  .xl\:tw-p-px {
    padding: 1px !important;
  }

  .xl\:tw-p-0\.5 {
    padding: .125rem !important;
  }

  .xl\:tw-p-1\.5 {
    padding: .375rem !important;
  }

  .xl\:tw-p-2\.5 {
    padding: .625rem !important;
  }

  .xl\:tw-p-3\.5 {
    padding: .875rem !important;
  }

  .xl\:tw-p-1\.25em {
    padding: 1.25em !important;
  }

  .xl\:tw-p-1\.5em {
    padding: 1.5em !important;
  }

  .xl\:tw-p-4em {
    padding: 4em !important;
  }

  .xl\:tw-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xl\:tw-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xl\:tw-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xl\:tw-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xl\:tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xl\:tw-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xl\:tw-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xl\:tw-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xl\:tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\:tw-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xl\:tw-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xl\:tw-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xl\:tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xl\:tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xl\:tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xl\:tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl\:tw-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xl\:tw-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xl\:tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xl\:tw-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xl\:tw-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl\:tw-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xl\:tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xl\:tw-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xl\:tw-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\:tw-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xl\:tw-py-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .xl\:tw-px-30 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  .xl\:tw-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xl\:tw-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xl\:tw-py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .xl\:tw-px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .xl\:tw-py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xl\:tw-px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xl\:tw-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xl\:tw-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xl\:tw-py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xl\:tw-px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xl\:tw-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xl\:tw-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xl\:tw-py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xl\:tw-px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xl\:tw-py-0\.5 {
    padding-top: .125rem !important;
    padding-bottom: .125rem !important;
  }

  .xl\:tw-px-0\.5 {
    padding-left: .125rem !important;
    padding-right: .125rem !important;
  }

  .xl\:tw-py-1\.5 {
    padding-top: .375rem !important;
    padding-bottom: .375rem !important;
  }

  .xl\:tw-px-1\.5 {
    padding-left: .375rem !important;
    padding-right: .375rem !important;
  }

  .xl\:tw-py-2\.5 {
    padding-top: .625rem !important;
    padding-bottom: .625rem !important;
  }

  .xl\:tw-px-2\.5 {
    padding-left: .625rem !important;
    padding-right: .625rem !important;
  }

  .xl\:tw-py-3\.5 {
    padding-top: .875rem !important;
    padding-bottom: .875rem !important;
  }

  .xl\:tw-px-3\.5 {
    padding-left: .875rem !important;
    padding-right: .875rem !important;
  }

  .xl\:tw-py-1\.25em {
    padding-top: 1.25em !important;
    padding-bottom: 1.25em !important;
  }

  .xl\:tw-px-1\.25em {
    padding-left: 1.25em !important;
    padding-right: 1.25em !important;
  }

  .xl\:tw-py-1\.5em {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }

  .xl\:tw-px-1\.5em {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
  }

  .xl\:tw-py-4em {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }

  .xl\:tw-px-4em {
    padding-left: 4em !important;
    padding-right: 4em !important;
  }

  .xl\:tw-pt-0 {
    padding-top: 0 !important;
  }

  .xl\:tw-pr-0 {
    padding-right: 0 !important;
  }

  .xl\:tw-pb-0 {
    padding-bottom: 0 !important;
  }

  .xl\:tw-pl-0 {
    padding-left: 0 !important;
  }

  .xl\:tw-pt-1 {
    padding-top: 0.25rem !important;
  }

  .xl\:tw-pr-1 {
    padding-right: 0.25rem !important;
  }

  .xl\:tw-pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .xl\:tw-pl-1 {
    padding-left: 0.25rem !important;
  }

  .xl\:tw-pt-2 {
    padding-top: 0.5rem !important;
  }

  .xl\:tw-pr-2 {
    padding-right: 0.5rem !important;
  }

  .xl\:tw-pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .xl\:tw-pl-2 {
    padding-left: 0.5rem !important;
  }

  .xl\:tw-pt-3 {
    padding-top: 0.75rem !important;
  }

  .xl\:tw-pr-3 {
    padding-right: 0.75rem !important;
  }

  .xl\:tw-pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .xl\:tw-pl-3 {
    padding-left: 0.75rem !important;
  }

  .xl\:tw-pt-4 {
    padding-top: 1rem !important;
  }

  .xl\:tw-pr-4 {
    padding-right: 1rem !important;
  }

  .xl\:tw-pb-4 {
    padding-bottom: 1rem !important;
  }

  .xl\:tw-pl-4 {
    padding-left: 1rem !important;
  }

  .xl\:tw-pt-5 {
    padding-top: 1.25rem !important;
  }

  .xl\:tw-pr-5 {
    padding-right: 1.25rem !important;
  }

  .xl\:tw-pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .xl\:tw-pl-5 {
    padding-left: 1.25rem !important;
  }

  .xl\:tw-pt-6 {
    padding-top: 1.5rem !important;
  }

  .xl\:tw-pr-6 {
    padding-right: 1.5rem !important;
  }

  .xl\:tw-pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .xl\:tw-pl-6 {
    padding-left: 1.5rem !important;
  }

  .xl\:tw-pt-8 {
    padding-top: 2rem !important;
  }

  .xl\:tw-pr-8 {
    padding-right: 2rem !important;
  }

  .xl\:tw-pb-8 {
    padding-bottom: 2rem !important;
  }

  .xl\:tw-pl-8 {
    padding-left: 2rem !important;
  }

  .xl\:tw-pt-10 {
    padding-top: 2.5rem !important;
  }

  .xl\:tw-pr-10 {
    padding-right: 2.5rem !important;
  }

  .xl\:tw-pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .xl\:tw-pl-10 {
    padding-left: 2.5rem !important;
  }

  .xl\:tw-pt-12 {
    padding-top: 3rem !important;
  }

  .xl\:tw-pr-12 {
    padding-right: 3rem !important;
  }

  .xl\:tw-pb-12 {
    padding-bottom: 3rem !important;
  }

  .xl\:tw-pl-12 {
    padding-left: 3rem !important;
  }

  .xl\:tw-pt-16 {
    padding-top: 4rem !important;
  }

  .xl\:tw-pr-16 {
    padding-right: 4rem !important;
  }

  .xl\:tw-pb-16 {
    padding-bottom: 4rem !important;
  }

  .xl\:tw-pl-16 {
    padding-left: 4rem !important;
  }

  .xl\:tw-pt-20 {
    padding-top: 5rem !important;
  }

  .xl\:tw-pr-20 {
    padding-right: 5rem !important;
  }

  .xl\:tw-pb-20 {
    padding-bottom: 5rem !important;
  }

  .xl\:tw-pl-20 {
    padding-left: 5rem !important;
  }

  .xl\:tw-pt-24 {
    padding-top: 6rem !important;
  }

  .xl\:tw-pr-24 {
    padding-right: 6rem !important;
  }

  .xl\:tw-pb-24 {
    padding-bottom: 6rem !important;
  }

  .xl\:tw-pl-24 {
    padding-left: 6rem !important;
  }

  .xl\:tw-pt-30 {
    padding-top: 7.5rem !important;
  }

  .xl\:tw-pr-30 {
    padding-right: 7.5rem !important;
  }

  .xl\:tw-pb-30 {
    padding-bottom: 7.5rem !important;
  }

  .xl\:tw-pl-30 {
    padding-left: 7.5rem !important;
  }

  .xl\:tw-pt-32 {
    padding-top: 8rem !important;
  }

  .xl\:tw-pr-32 {
    padding-right: 8rem !important;
  }

  .xl\:tw-pb-32 {
    padding-bottom: 8rem !important;
  }

  .xl\:tw-pl-32 {
    padding-left: 8rem !important;
  }

  .xl\:tw-pt-36 {
    padding-top: 9rem !important;
  }

  .xl\:tw-pr-36 {
    padding-right: 9rem !important;
  }

  .xl\:tw-pb-36 {
    padding-bottom: 9rem !important;
  }

  .xl\:tw-pl-36 {
    padding-left: 9rem !important;
  }

  .xl\:tw-pt-40 {
    padding-top: 10rem !important;
  }

  .xl\:tw-pr-40 {
    padding-right: 10rem !important;
  }

  .xl\:tw-pb-40 {
    padding-bottom: 10rem !important;
  }

  .xl\:tw-pl-40 {
    padding-left: 10rem !important;
  }

  .xl\:tw-pt-48 {
    padding-top: 12rem !important;
  }

  .xl\:tw-pr-48 {
    padding-right: 12rem !important;
  }

  .xl\:tw-pb-48 {
    padding-bottom: 12rem !important;
  }

  .xl\:tw-pl-48 {
    padding-left: 12rem !important;
  }

  .xl\:tw-pt-56 {
    padding-top: 14rem !important;
  }

  .xl\:tw-pr-56 {
    padding-right: 14rem !important;
  }

  .xl\:tw-pb-56 {
    padding-bottom: 14rem !important;
  }

  .xl\:tw-pl-56 {
    padding-left: 14rem !important;
  }

  .xl\:tw-pt-64 {
    padding-top: 16rem !important;
  }

  .xl\:tw-pr-64 {
    padding-right: 16rem !important;
  }

  .xl\:tw-pb-64 {
    padding-bottom: 16rem !important;
  }

  .xl\:tw-pl-64 {
    padding-left: 16rem !important;
  }

  .xl\:tw-pt-px {
    padding-top: 1px !important;
  }

  .xl\:tw-pr-px {
    padding-right: 1px !important;
  }

  .xl\:tw-pb-px {
    padding-bottom: 1px !important;
  }

  .xl\:tw-pl-px {
    padding-left: 1px !important;
  }

  .xl\:tw-pt-0\.5 {
    padding-top: .125rem !important;
  }

  .xl\:tw-pr-0\.5 {
    padding-right: .125rem !important;
  }

  .xl\:tw-pb-0\.5 {
    padding-bottom: .125rem !important;
  }

  .xl\:tw-pl-0\.5 {
    padding-left: .125rem !important;
  }

  .xl\:tw-pt-1\.5 {
    padding-top: .375rem !important;
  }

  .xl\:tw-pr-1\.5 {
    padding-right: .375rem !important;
  }

  .xl\:tw-pb-1\.5 {
    padding-bottom: .375rem !important;
  }

  .xl\:tw-pl-1\.5 {
    padding-left: .375rem !important;
  }

  .xl\:tw-pt-2\.5 {
    padding-top: .625rem !important;
  }

  .xl\:tw-pr-2\.5 {
    padding-right: .625rem !important;
  }

  .xl\:tw-pb-2\.5 {
    padding-bottom: .625rem !important;
  }

  .xl\:tw-pl-2\.5 {
    padding-left: .625rem !important;
  }

  .xl\:tw-pt-3\.5 {
    padding-top: .875rem !important;
  }

  .xl\:tw-pr-3\.5 {
    padding-right: .875rem !important;
  }

  .xl\:tw-pb-3\.5 {
    padding-bottom: .875rem !important;
  }

  .xl\:tw-pl-3\.5 {
    padding-left: .875rem !important;
  }

  .xl\:tw-pt-1\.25em {
    padding-top: 1.25em !important;
  }

  .xl\:tw-pr-1\.25em {
    padding-right: 1.25em !important;
  }

  .xl\:tw-pb-1\.25em {
    padding-bottom: 1.25em !important;
  }

  .xl\:tw-pl-1\.25em {
    padding-left: 1.25em !important;
  }

  .xl\:tw-pt-1\.5em {
    padding-top: 1.5em !important;
  }

  .xl\:tw-pr-1\.5em {
    padding-right: 1.5em !important;
  }

  .xl\:tw-pb-1\.5em {
    padding-bottom: 1.5em !important;
  }

  .xl\:tw-pl-1\.5em {
    padding-left: 1.5em !important;
  }

  .xl\:tw-pt-4em {
    padding-top: 4em !important;
  }

  .xl\:tw-pr-4em {
    padding-right: 4em !important;
  }

  .xl\:tw-pb-4em {
    padding-bottom: 4em !important;
  }

  .xl\:tw-pl-4em {
    padding-left: 4em !important;
  }

  .xl\:tw-placeholder-transparent::-webkit-input-placeholder {
    color: transparent !important;
  }

  .xl\:tw-placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .xl\:tw-placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .xl\:tw-placeholder-transparent::-ms-input-placeholder {
    color: transparent !important;
  }

  .xl\:tw-placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .xl\:tw-placeholder-current::-webkit-input-placeholder {
    color: currentColor !important;
  }

  .xl\:tw-placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .xl\:tw-placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .xl\:tw-placeholder-current::-ms-input-placeholder {
    color: currentColor !important;
  }

  .xl\:tw-placeholder-current::placeholder {
    color: currentColor !important;
  }

  .xl\:tw-placeholder-black::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-black::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-white::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-white::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-app-main::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-app-main::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-app-main:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-app-main::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-app-main::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-app-sub-blue::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-app-sub-blue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-app-sub-blue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-app-sub-blue::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-app-sub-blue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-app-yellow::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-app-yellow::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-app-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-app-yellow::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-app-yellow::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-theme-primary::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-theme-primary::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-theme-primary:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-theme-primary::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-theme-primary::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-theme-info::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-theme-info::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-theme-info:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-theme-info::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-theme-info::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-slate-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-zinc-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-neutral-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-stone-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-sky-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-50::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-50:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-50::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-200::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-300::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-400::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-500::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-600::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-700::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-800::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-900::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent !important;
  }

  .xl\:focus\:tw-placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .xl\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .xl\:focus\:tw-placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent !important;
  }

  .xl\:focus\:tw-placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .xl\:focus\:tw-placeholder-current:focus::-webkit-input-placeholder {
    color: currentColor !important;
  }

  .xl\:focus\:tw-placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .xl\:focus\:tw-placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .xl\:focus\:tw-placeholder-current:focus::-ms-input-placeholder {
    color: currentColor !important;
  }

  .xl\:focus\:tw-placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .xl\:focus\:tw-placeholder-black:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-black:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-white:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-white:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-app-main:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-app-main:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-app-main:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-app-main:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-app-main:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-app-sub-blue:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-app-sub-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-app-sub-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-app-sub-blue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-app-sub-blue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-app-yellow:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-app-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-app-yellow:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-app-yellow:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-app-yellow:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-theme-primary:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-theme-primary:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-theme-primary:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-theme-primary:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-theme-primary:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-theme-info:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-theme-info:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-theme-info:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-theme-info:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-theme-info:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-slate-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-zinc-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-neutral-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-stone-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-sky-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-200:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-300:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-400:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-500:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-600:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-700:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-800:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-900:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-opacity-0::-webkit-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl\:tw-placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl\:tw-placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl\:tw-placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl\:tw-placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl\:tw-placeholder-opacity-25::-webkit-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:tw-placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:tw-placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:tw-placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:tw-placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:tw-placeholder-opacity-50::-webkit-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:tw-placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:tw-placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:tw-placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:tw-placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:tw-placeholder-opacity-75::-webkit-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:tw-placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:tw-placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:tw-placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:tw-placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:tw-placeholder-opacity-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl\:tw-placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl\:tw-placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl\:tw-placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl\:tw-placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-0:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-25:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-75:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl\:tw-pointer-events-none {
    pointer-events: none !important;
  }

  .xl\:tw-pointer-events-auto {
    pointer-events: auto !important;
  }

  .xl\:tw-static {
    position: static !important;
  }

  .xl\:tw-fixed {
    position: fixed !important;
  }

  .xl\:tw-absolute {
    position: absolute !important;
  }

  .xl\:tw-relative {
    position: relative !important;
  }

  .xl\:tw-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .xl\:tw-inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xl\:tw-inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xl\:tw-inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  .xl\:tw-inset-x-0 {
    right: 0 !important;
    left: 0 !important;
  }

  .xl\:tw-inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .xl\:tw-inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .xl\:tw-top-0 {
    top: 0 !important;
  }

  .xl\:tw-right-0 {
    right: 0 !important;
  }

  .xl\:tw-bottom-0 {
    bottom: 0 !important;
  }

  .xl\:tw-left-0 {
    left: 0 !important;
  }

  .xl\:tw-top-auto {
    top: auto !important;
  }

  .xl\:tw-right-auto {
    right: auto !important;
  }

  .xl\:tw-bottom-auto {
    bottom: auto !important;
  }

  .xl\:tw-left-auto {
    left: auto !important;
  }

  .xl\:tw-resize-none {
    resize: none !important;
  }

  .xl\:tw-resize-y {
    resize: vertical !important;
  }

  .xl\:tw-resize-x {
    resize: horizontal !important;
  }

  .xl\:tw-resize {
    resize: both !important;
  }

  .xl\:tw-shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:tw-shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:tw-shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:tw-shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:tw-shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:tw-shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl\:tw-shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:tw-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:tw-shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:tw-shadow-none {
    box-shadow: none !important;
  }

  .xl\:hover\:tw-shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:hover\:tw-shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:hover\:tw-shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:hover\:tw-shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:hover\:tw-shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:hover\:tw-shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl\:hover\:tw-shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:hover\:tw-shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:hover\:tw-shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:hover\:tw-shadow-none:hover {
    box-shadow: none !important;
  }

  .xl\:focus\:tw-shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:focus\:tw-shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:focus\:tw-shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:focus\:tw-shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:focus\:tw-shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:focus\:tw-shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl\:focus\:tw-shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:focus\:tw-shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:focus\:tw-shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:focus\:tw-shadow-none:focus {
    box-shadow: none !important;
  }

  .xl\:tw-fill-current {
    fill: currentColor !important;
  }

  .xl\:tw-stroke-current {
    stroke: currentColor !important;
  }

  .xl\:tw-stroke-0 {
    stroke-width: 0 !important;
  }

  .xl\:tw-stroke-1 {
    stroke-width: 1 !important;
  }

  .xl\:tw-stroke-2 {
    stroke-width: 2 !important;
  }

  .xl\:tw-table-auto {
    table-layout: auto !important;
  }

  .xl\:tw-table-fixed {
    table-layout: fixed !important;
  }

  .xl\:tw-text-left {
    text-align: left !important;
  }

  .xl\:tw-text-center {
    text-align: center !important;
  }

  .xl\:tw-text-right {
    text-align: right !important;
  }

  .xl\:tw-text-justify {
    text-align: justify !important;
  }

  .xl\:tw-text-transparent {
    color: transparent !important;
  }

  .xl\:tw-text-current {
    color: currentColor !important;
  }

  .xl\:tw-text-black {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xl\:tw-text-white {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl\:tw-text-gray-50 {
    --text-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--text-opacity)) !important;
  }

  .xl\:tw-text-gray-100 {
    --text-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .xl\:tw-text-gray-200 {
    --text-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--text-opacity)) !important;
  }

  .xl\:tw-text-gray-300 {
    --text-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--text-opacity)) !important;
  }

  .xl\:tw-text-gray-400 {
    --text-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .xl\:tw-text-gray-500 {
    --text-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--text-opacity)) !important;
  }

  .xl\:tw-text-gray-600 {
    --text-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .xl\:tw-text-gray-700 {
    --text-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--text-opacity)) !important;
  }

  .xl\:tw-text-gray-800 {
    --text-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--text-opacity)) !important;
  }

  .xl\:tw-text-gray-900 {
    --text-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--text-opacity)) !important;
  }

  .xl\:tw-text-red-50 {
    --text-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--text-opacity)) !important;
  }

  .xl\:tw-text-red-100 {
    --text-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--text-opacity)) !important;
  }

  .xl\:tw-text-red-200 {
    --text-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--text-opacity)) !important;
  }

  .xl\:tw-text-red-300 {
    --text-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--text-opacity)) !important;
  }

  .xl\:tw-text-red-400 {
    --text-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .xl\:tw-text-red-500 {
    --text-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .xl\:tw-text-red-600 {
    --text-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .xl\:tw-text-red-700 {
    --text-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .xl\:tw-text-red-800 {
    --text-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .xl\:tw-text-red-900 {
    --text-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--text-opacity)) !important;
  }

  .xl\:tw-text-orange-50 {
    --text-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--text-opacity)) !important;
  }

  .xl\:tw-text-orange-100 {
    --text-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--text-opacity)) !important;
  }

  .xl\:tw-text-orange-200 {
    --text-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--text-opacity)) !important;
  }

  .xl\:tw-text-orange-300 {
    --text-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--text-opacity)) !important;
  }

  .xl\:tw-text-orange-400 {
    --text-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--text-opacity)) !important;
  }

  .xl\:tw-text-orange-500 {
    --text-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--text-opacity)) !important;
  }

  .xl\:tw-text-orange-600 {
    --text-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--text-opacity)) !important;
  }

  .xl\:tw-text-orange-700 {
    --text-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--text-opacity)) !important;
  }

  .xl\:tw-text-orange-800 {
    --text-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--text-opacity)) !important;
  }

  .xl\:tw-text-orange-900 {
    --text-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--text-opacity)) !important;
  }

  .xl\:tw-text-yellow-50 {
    --text-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--text-opacity)) !important;
  }

  .xl\:tw-text-yellow-100 {
    --text-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--text-opacity)) !important;
  }

  .xl\:tw-text-yellow-200 {
    --text-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--text-opacity)) !important;
  }

  .xl\:tw-text-yellow-300 {
    --text-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .xl\:tw-text-yellow-400 {
    --text-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--text-opacity)) !important;
  }

  .xl\:tw-text-yellow-500 {
    --text-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--text-opacity)) !important;
  }

  .xl\:tw-text-yellow-600 {
    --text-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--text-opacity)) !important;
  }

  .xl\:tw-text-yellow-700 {
    --text-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--text-opacity)) !important;
  }

  .xl\:tw-text-yellow-800 {
    --text-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--text-opacity)) !important;
  }

  .xl\:tw-text-yellow-900 {
    --text-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--text-opacity)) !important;
  }

  .xl\:tw-text-green-50 {
    --text-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--text-opacity)) !important;
  }

  .xl\:tw-text-green-100 {
    --text-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--text-opacity)) !important;
  }

  .xl\:tw-text-green-200 {
    --text-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--text-opacity)) !important;
  }

  .xl\:tw-text-green-300 {
    --text-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--text-opacity)) !important;
  }

  .xl\:tw-text-green-400 {
    --text-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .xl\:tw-text-green-500 {
    --text-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--text-opacity)) !important;
  }

  .xl\:tw-text-green-600 {
    --text-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .xl\:tw-text-green-700 {
    --text-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .xl\:tw-text-green-800 {
    --text-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--text-opacity)) !important;
  }

  .xl\:tw-text-green-900 {
    --text-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--text-opacity)) !important;
  }

  .xl\:tw-text-teal-50 {
    --text-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--text-opacity)) !important;
  }

  .xl\:tw-text-teal-100 {
    --text-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--text-opacity)) !important;
  }

  .xl\:tw-text-teal-200 {
    --text-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--text-opacity)) !important;
  }

  .xl\:tw-text-teal-300 {
    --text-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--text-opacity)) !important;
  }

  .xl\:tw-text-teal-400 {
    --text-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--text-opacity)) !important;
  }

  .xl\:tw-text-teal-500 {
    --text-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--text-opacity)) !important;
  }

  .xl\:tw-text-teal-600 {
    --text-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--text-opacity)) !important;
  }

  .xl\:tw-text-teal-700 {
    --text-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--text-opacity)) !important;
  }

  .xl\:tw-text-teal-800 {
    --text-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--text-opacity)) !important;
  }

  .xl\:tw-text-teal-900 {
    --text-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--text-opacity)) !important;
  }

  .xl\:tw-text-blue-50 {
    --text-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--text-opacity)) !important;
  }

  .xl\:tw-text-blue-100 {
    --text-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--text-opacity)) !important;
  }

  .xl\:tw-text-blue-200 {
    --text-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--text-opacity)) !important;
  }

  .xl\:tw-text-blue-300 {
    --text-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--text-opacity)) !important;
  }

  .xl\:tw-text-blue-400 {
    --text-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .xl\:tw-text-blue-500 {
    --text-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .xl\:tw-text-blue-600 {
    --text-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--text-opacity)) !important;
  }

  .xl\:tw-text-blue-700 {
    --text-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .xl\:tw-text-blue-800 {
    --text-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .xl\:tw-text-blue-900 {
    --text-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--text-opacity)) !important;
  }

  .xl\:tw-text-indigo-50 {
    --text-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--text-opacity)) !important;
  }

  .xl\:tw-text-indigo-100 {
    --text-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--text-opacity)) !important;
  }

  .xl\:tw-text-indigo-200 {
    --text-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--text-opacity)) !important;
  }

  .xl\:tw-text-indigo-300 {
    --text-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--text-opacity)) !important;
  }

  .xl\:tw-text-indigo-400 {
    --text-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--text-opacity)) !important;
  }

  .xl\:tw-text-indigo-500 {
    --text-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--text-opacity)) !important;
  }

  .xl\:tw-text-indigo-600 {
    --text-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--text-opacity)) !important;
  }

  .xl\:tw-text-indigo-700 {
    --text-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--text-opacity)) !important;
  }

  .xl\:tw-text-indigo-800 {
    --text-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--text-opacity)) !important;
  }

  .xl\:tw-text-indigo-900 {
    --text-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--text-opacity)) !important;
  }

  .xl\:tw-text-purple-50 {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xl\:tw-text-purple-100 {
    --text-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--text-opacity)) !important;
  }

  .xl\:tw-text-purple-200 {
    --text-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--text-opacity)) !important;
  }

  .xl\:tw-text-purple-300 {
    --text-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--text-opacity)) !important;
  }

  .xl\:tw-text-purple-400 {
    --text-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--text-opacity)) !important;
  }

  .xl\:tw-text-purple-500 {
    --text-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--text-opacity)) !important;
  }

  .xl\:tw-text-purple-600 {
    --text-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--text-opacity)) !important;
  }

  .xl\:tw-text-purple-700 {
    --text-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--text-opacity)) !important;
  }

  .xl\:tw-text-purple-800 {
    --text-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--text-opacity)) !important;
  }

  .xl\:tw-text-purple-900 {
    --text-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--text-opacity)) !important;
  }

  .xl\:tw-text-pink-50 {
    --text-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--text-opacity)) !important;
  }

  .xl\:tw-text-pink-100 {
    --text-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--text-opacity)) !important;
  }

  .xl\:tw-text-pink-200 {
    --text-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--text-opacity)) !important;
  }

  .xl\:tw-text-pink-300 {
    --text-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--text-opacity)) !important;
  }

  .xl\:tw-text-pink-400 {
    --text-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--text-opacity)) !important;
  }

  .xl\:tw-text-pink-500 {
    --text-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--text-opacity)) !important;
  }

  .xl\:tw-text-pink-600 {
    --text-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--text-opacity)) !important;
  }

  .xl\:tw-text-pink-700 {
    --text-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--text-opacity)) !important;
  }

  .xl\:tw-text-pink-800 {
    --text-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--text-opacity)) !important;
  }

  .xl\:tw-text-pink-900 {
    --text-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--text-opacity)) !important;
  }

  .xl\:tw-text-app-main {
    --text-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--text-opacity)) !important;
  }

  .xl\:tw-text-app-sub-blue {
    --text-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--text-opacity)) !important;
  }

  .xl\:tw-text-app-yellow {
    --text-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--text-opacity)) !important;
  }

  .xl\:tw-text-theme-primary {
    --text-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--text-opacity)) !important;
  }

  .xl\:tw-text-theme-info {
    --text-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--text-opacity)) !important;
  }

  .xl\:tw-text-slate-50 {
    --text-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--text-opacity)) !important;
  }

  .xl\:tw-text-slate-100 {
    --text-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--text-opacity)) !important;
  }

  .xl\:tw-text-slate-200 {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xl\:tw-text-slate-300 {
    --text-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--text-opacity)) !important;
  }

  .xl\:tw-text-slate-400 {
    --text-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--text-opacity)) !important;
  }

  .xl\:tw-text-slate-500 {
    --text-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--text-opacity)) !important;
  }

  .xl\:tw-text-slate-600 {
    --text-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--text-opacity)) !important;
  }

  .xl\:tw-text-slate-700 {
    --text-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--text-opacity)) !important;
  }

  .xl\:tw-text-slate-800 {
    --text-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--text-opacity)) !important;
  }

  .xl\:tw-text-slate-900 {
    --text-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--text-opacity)) !important;
  }

  .xl\:tw-text-zinc-50 {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .xl\:tw-text-zinc-100 {
    --text-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--text-opacity)) !important;
  }

  .xl\:tw-text-zinc-200 {
    --text-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--text-opacity)) !important;
  }

  .xl\:tw-text-zinc-300 {
    --text-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--text-opacity)) !important;
  }

  .xl\:tw-text-zinc-400 {
    --text-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--text-opacity)) !important;
  }

  .xl\:tw-text-zinc-500 {
    --text-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--text-opacity)) !important;
  }

  .xl\:tw-text-zinc-600 {
    --text-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--text-opacity)) !important;
  }

  .xl\:tw-text-zinc-700 {
    --text-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--text-opacity)) !important;
  }

  .xl\:tw-text-zinc-800 {
    --text-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--text-opacity)) !important;
  }

  .xl\:tw-text-zinc-900 {
    --text-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--text-opacity)) !important;
  }

  .xl\:tw-text-neutral-50 {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .xl\:tw-text-neutral-100 {
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .xl\:tw-text-neutral-200 {
    --text-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--text-opacity)) !important;
  }

  .xl\:tw-text-neutral-300 {
    --text-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--text-opacity)) !important;
  }

  .xl\:tw-text-neutral-400 {
    --text-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--text-opacity)) !important;
  }

  .xl\:tw-text-neutral-500 {
    --text-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--text-opacity)) !important;
  }

  .xl\:tw-text-neutral-600 {
    --text-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--text-opacity)) !important;
  }

  .xl\:tw-text-neutral-700 {
    --text-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--text-opacity)) !important;
  }

  .xl\:tw-text-neutral-800 {
    --text-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--text-opacity)) !important;
  }

  .xl\:tw-text-neutral-900 {
    --text-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--text-opacity)) !important;
  }

  .xl\:tw-text-stone-50 {
    --text-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--text-opacity)) !important;
  }

  .xl\:tw-text-stone-100 {
    --text-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--text-opacity)) !important;
  }

  .xl\:tw-text-stone-200 {
    --text-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--text-opacity)) !important;
  }

  .xl\:tw-text-stone-300 {
    --text-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--text-opacity)) !important;
  }

  .xl\:tw-text-stone-400 {
    --text-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--text-opacity)) !important;
  }

  .xl\:tw-text-stone-500 {
    --text-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--text-opacity)) !important;
  }

  .xl\:tw-text-stone-600 {
    --text-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--text-opacity)) !important;
  }

  .xl\:tw-text-stone-700 {
    --text-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--text-opacity)) !important;
  }

  .xl\:tw-text-stone-800 {
    --text-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--text-opacity)) !important;
  }

  .xl\:tw-text-stone-900 {
    --text-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--text-opacity)) !important;
  }

  .xl\:tw-text-amber-50 {
    --text-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--text-opacity)) !important;
  }

  .xl\:tw-text-amber-100 {
    --text-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--text-opacity)) !important;
  }

  .xl\:tw-text-amber-200 {
    --text-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--text-opacity)) !important;
  }

  .xl\:tw-text-amber-300 {
    --text-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--text-opacity)) !important;
  }

  .xl\:tw-text-amber-400 {
    --text-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--text-opacity)) !important;
  }

  .xl\:tw-text-amber-500 {
    --text-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--text-opacity)) !important;
  }

  .xl\:tw-text-amber-600 {
    --text-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--text-opacity)) !important;
  }

  .xl\:tw-text-amber-700 {
    --text-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--text-opacity)) !important;
  }

  .xl\:tw-text-amber-800 {
    --text-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--text-opacity)) !important;
  }

  .xl\:tw-text-amber-900 {
    --text-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--text-opacity)) !important;
  }

  .xl\:tw-text-lime-50 {
    --text-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--text-opacity)) !important;
  }

  .xl\:tw-text-lime-100 {
    --text-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--text-opacity)) !important;
  }

  .xl\:tw-text-lime-200 {
    --text-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--text-opacity)) !important;
  }

  .xl\:tw-text-lime-300 {
    --text-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--text-opacity)) !important;
  }

  .xl\:tw-text-lime-400 {
    --text-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--text-opacity)) !important;
  }

  .xl\:tw-text-lime-500 {
    --text-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--text-opacity)) !important;
  }

  .xl\:tw-text-lime-600 {
    --text-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--text-opacity)) !important;
  }

  .xl\:tw-text-lime-700 {
    --text-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--text-opacity)) !important;
  }

  .xl\:tw-text-lime-800 {
    --text-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--text-opacity)) !important;
  }

  .xl\:tw-text-lime-900 {
    --text-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--text-opacity)) !important;
  }

  .xl\:tw-text-emerald-50 {
    --text-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--text-opacity)) !important;
  }

  .xl\:tw-text-emerald-100 {
    --text-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--text-opacity)) !important;
  }

  .xl\:tw-text-emerald-200 {
    --text-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--text-opacity)) !important;
  }

  .xl\:tw-text-emerald-300 {
    --text-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--text-opacity)) !important;
  }

  .xl\:tw-text-emerald-400 {
    --text-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--text-opacity)) !important;
  }

  .xl\:tw-text-emerald-500 {
    --text-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--text-opacity)) !important;
  }

  .xl\:tw-text-emerald-600 {
    --text-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--text-opacity)) !important;
  }

  .xl\:tw-text-emerald-700 {
    --text-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--text-opacity)) !important;
  }

  .xl\:tw-text-emerald-800 {
    --text-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--text-opacity)) !important;
  }

  .xl\:tw-text-emerald-900 {
    --text-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--text-opacity)) !important;
  }

  .xl\:tw-text-cyan-50 {
    --text-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--text-opacity)) !important;
  }

  .xl\:tw-text-cyan-100 {
    --text-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--text-opacity)) !important;
  }

  .xl\:tw-text-cyan-200 {
    --text-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--text-opacity)) !important;
  }

  .xl\:tw-text-cyan-300 {
    --text-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--text-opacity)) !important;
  }

  .xl\:tw-text-cyan-400 {
    --text-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--text-opacity)) !important;
  }

  .xl\:tw-text-cyan-500 {
    --text-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--text-opacity)) !important;
  }

  .xl\:tw-text-cyan-600 {
    --text-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--text-opacity)) !important;
  }

  .xl\:tw-text-cyan-700 {
    --text-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--text-opacity)) !important;
  }

  .xl\:tw-text-cyan-800 {
    --text-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--text-opacity)) !important;
  }

  .xl\:tw-text-cyan-900 {
    --text-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--text-opacity)) !important;
  }

  .xl\:tw-text-sky-50 {
    --text-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--text-opacity)) !important;
  }

  .xl\:tw-text-sky-100 {
    --text-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--text-opacity)) !important;
  }

  .xl\:tw-text-sky-200 {
    --text-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--text-opacity)) !important;
  }

  .xl\:tw-text-sky-300 {
    --text-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--text-opacity)) !important;
  }

  .xl\:tw-text-sky-400 {
    --text-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--text-opacity)) !important;
  }

  .xl\:tw-text-sky-500 {
    --text-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--text-opacity)) !important;
  }

  .xl\:tw-text-sky-600 {
    --text-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--text-opacity)) !important;
  }

  .xl\:tw-text-sky-700 {
    --text-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--text-opacity)) !important;
  }

  .xl\:tw-text-sky-800 {
    --text-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--text-opacity)) !important;
  }

  .xl\:tw-text-sky-900 {
    --text-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--text-opacity)) !important;
  }

  .xl\:tw-text-violet-50 {
    --text-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--text-opacity)) !important;
  }

  .xl\:tw-text-violet-100 {
    --text-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--text-opacity)) !important;
  }

  .xl\:tw-text-violet-200 {
    --text-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--text-opacity)) !important;
  }

  .xl\:tw-text-violet-300 {
    --text-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--text-opacity)) !important;
  }

  .xl\:tw-text-violet-400 {
    --text-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--text-opacity)) !important;
  }

  .xl\:tw-text-violet-500 {
    --text-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--text-opacity)) !important;
  }

  .xl\:tw-text-violet-600 {
    --text-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--text-opacity)) !important;
  }

  .xl\:tw-text-violet-700 {
    --text-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--text-opacity)) !important;
  }

  .xl\:tw-text-violet-800 {
    --text-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--text-opacity)) !important;
  }

  .xl\:tw-text-violet-900 {
    --text-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--text-opacity)) !important;
  }

  .xl\:tw-text-fuchsia-50 {
    --text-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--text-opacity)) !important;
  }

  .xl\:tw-text-fuchsia-100 {
    --text-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--text-opacity)) !important;
  }

  .xl\:tw-text-fuchsia-200 {
    --text-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--text-opacity)) !important;
  }

  .xl\:tw-text-fuchsia-300 {
    --text-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--text-opacity)) !important;
  }

  .xl\:tw-text-fuchsia-400 {
    --text-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--text-opacity)) !important;
  }

  .xl\:tw-text-fuchsia-500 {
    --text-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--text-opacity)) !important;
  }

  .xl\:tw-text-fuchsia-600 {
    --text-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--text-opacity)) !important;
  }

  .xl\:tw-text-fuchsia-700 {
    --text-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--text-opacity)) !important;
  }

  .xl\:tw-text-fuchsia-800 {
    --text-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--text-opacity)) !important;
  }

  .xl\:tw-text-fuchsia-900 {
    --text-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--text-opacity)) !important;
  }

  .xl\:tw-text-rose-50 {
    --text-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--text-opacity)) !important;
  }

  .xl\:tw-text-rose-100 {
    --text-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--text-opacity)) !important;
  }

  .xl\:tw-text-rose-200 {
    --text-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--text-opacity)) !important;
  }

  .xl\:tw-text-rose-300 {
    --text-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--text-opacity)) !important;
  }

  .xl\:tw-text-rose-400 {
    --text-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--text-opacity)) !important;
  }

  .xl\:tw-text-rose-500 {
    --text-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--text-opacity)) !important;
  }

  .xl\:tw-text-rose-600 {
    --text-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--text-opacity)) !important;
  }

  .xl\:tw-text-rose-700 {
    --text-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--text-opacity)) !important;
  }

  .xl\:tw-text-rose-800 {
    --text-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--text-opacity)) !important;
  }

  .xl\:tw-text-rose-900 {
    --text-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-transparent:hover {
    color: transparent !important;
  }

  .xl\:hover\:tw-text-current:hover {
    color: currentColor !important;
  }

  .xl\:hover\:tw-text-black:hover {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-white:hover {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-50:hover {
    --text-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-100:hover {
    --text-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-200:hover {
    --text-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-300:hover {
    --text-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-400:hover {
    --text-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-500:hover {
    --text-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-600:hover {
    --text-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-700:hover {
    --text-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-800:hover {
    --text-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-900:hover {
    --text-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-50:hover {
    --text-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-100:hover {
    --text-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-200:hover {
    --text-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-300:hover {
    --text-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-400:hover {
    --text-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-500:hover {
    --text-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-600:hover {
    --text-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-700:hover {
    --text-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-800:hover {
    --text-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-900:hover {
    --text-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-50:hover {
    --text-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-100:hover {
    --text-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-200:hover {
    --text-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-300:hover {
    --text-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-400:hover {
    --text-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-500:hover {
    --text-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-600:hover {
    --text-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-700:hover {
    --text-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-800:hover {
    --text-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-900:hover {
    --text-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-50:hover {
    --text-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-100:hover {
    --text-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-200:hover {
    --text-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-300:hover {
    --text-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-400:hover {
    --text-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-500:hover {
    --text-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-600:hover {
    --text-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-700:hover {
    --text-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-800:hover {
    --text-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-900:hover {
    --text-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-50:hover {
    --text-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-100:hover {
    --text-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-200:hover {
    --text-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-300:hover {
    --text-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-400:hover {
    --text-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-500:hover {
    --text-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-600:hover {
    --text-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-700:hover {
    --text-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-800:hover {
    --text-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-900:hover {
    --text-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-50:hover {
    --text-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-100:hover {
    --text-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-200:hover {
    --text-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-300:hover {
    --text-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-400:hover {
    --text-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-500:hover {
    --text-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-600:hover {
    --text-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-700:hover {
    --text-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-800:hover {
    --text-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-900:hover {
    --text-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-50:hover {
    --text-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-100:hover {
    --text-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-200:hover {
    --text-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-300:hover {
    --text-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-400:hover {
    --text-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-500:hover {
    --text-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-600:hover {
    --text-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-700:hover {
    --text-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-800:hover {
    --text-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-900:hover {
    --text-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-50:hover {
    --text-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-100:hover {
    --text-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-200:hover {
    --text-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-300:hover {
    --text-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-400:hover {
    --text-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-500:hover {
    --text-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-600:hover {
    --text-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-700:hover {
    --text-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-800:hover {
    --text-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-900:hover {
    --text-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-50:hover {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-100:hover {
    --text-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-200:hover {
    --text-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-300:hover {
    --text-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-400:hover {
    --text-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-500:hover {
    --text-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-600:hover {
    --text-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-700:hover {
    --text-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-800:hover {
    --text-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-900:hover {
    --text-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-50:hover {
    --text-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-100:hover {
    --text-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-200:hover {
    --text-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-300:hover {
    --text-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-400:hover {
    --text-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-500:hover {
    --text-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-600:hover {
    --text-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-700:hover {
    --text-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-800:hover {
    --text-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-900:hover {
    --text-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-app-main:hover {
    --text-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-app-sub-blue:hover {
    --text-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-app-yellow:hover {
    --text-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-theme-primary:hover {
    --text-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-theme-info:hover {
    --text-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-slate-50:hover {
    --text-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-slate-100:hover {
    --text-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-slate-200:hover {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-slate-300:hover {
    --text-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-slate-400:hover {
    --text-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-slate-500:hover {
    --text-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-slate-600:hover {
    --text-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-slate-700:hover {
    --text-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-slate-800:hover {
    --text-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-slate-900:hover {
    --text-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-zinc-50:hover {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-zinc-100:hover {
    --text-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-zinc-200:hover {
    --text-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-zinc-300:hover {
    --text-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-zinc-400:hover {
    --text-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-zinc-500:hover {
    --text-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-zinc-600:hover {
    --text-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-zinc-700:hover {
    --text-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-zinc-800:hover {
    --text-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-zinc-900:hover {
    --text-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-neutral-50:hover {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-neutral-100:hover {
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-neutral-200:hover {
    --text-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-neutral-300:hover {
    --text-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-neutral-400:hover {
    --text-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-neutral-500:hover {
    --text-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-neutral-600:hover {
    --text-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-neutral-700:hover {
    --text-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-neutral-800:hover {
    --text-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-neutral-900:hover {
    --text-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-stone-50:hover {
    --text-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-stone-100:hover {
    --text-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-stone-200:hover {
    --text-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-stone-300:hover {
    --text-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-stone-400:hover {
    --text-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-stone-500:hover {
    --text-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-stone-600:hover {
    --text-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-stone-700:hover {
    --text-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-stone-800:hover {
    --text-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-stone-900:hover {
    --text-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-amber-50:hover {
    --text-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-amber-100:hover {
    --text-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-amber-200:hover {
    --text-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-amber-300:hover {
    --text-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-amber-400:hover {
    --text-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-amber-500:hover {
    --text-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-amber-600:hover {
    --text-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-amber-700:hover {
    --text-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-amber-800:hover {
    --text-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-amber-900:hover {
    --text-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lime-50:hover {
    --text-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lime-100:hover {
    --text-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lime-200:hover {
    --text-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lime-300:hover {
    --text-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lime-400:hover {
    --text-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lime-500:hover {
    --text-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lime-600:hover {
    --text-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lime-700:hover {
    --text-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lime-800:hover {
    --text-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lime-900:hover {
    --text-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-emerald-50:hover {
    --text-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-emerald-100:hover {
    --text-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-emerald-200:hover {
    --text-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-emerald-300:hover {
    --text-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-emerald-400:hover {
    --text-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-emerald-500:hover {
    --text-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-emerald-600:hover {
    --text-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-emerald-700:hover {
    --text-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-emerald-800:hover {
    --text-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-emerald-900:hover {
    --text-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cyan-50:hover {
    --text-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cyan-100:hover {
    --text-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cyan-200:hover {
    --text-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cyan-300:hover {
    --text-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cyan-400:hover {
    --text-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cyan-500:hover {
    --text-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cyan-600:hover {
    --text-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cyan-700:hover {
    --text-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cyan-800:hover {
    --text-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cyan-900:hover {
    --text-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-sky-50:hover {
    --text-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-sky-100:hover {
    --text-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-sky-200:hover {
    --text-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-sky-300:hover {
    --text-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-sky-400:hover {
    --text-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-sky-500:hover {
    --text-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-sky-600:hover {
    --text-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-sky-700:hover {
    --text-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-sky-800:hover {
    --text-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-sky-900:hover {
    --text-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-violet-50:hover {
    --text-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-violet-100:hover {
    --text-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-violet-200:hover {
    --text-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-violet-300:hover {
    --text-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-violet-400:hover {
    --text-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-violet-500:hover {
    --text-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-violet-600:hover {
    --text-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-violet-700:hover {
    --text-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-violet-800:hover {
    --text-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-violet-900:hover {
    --text-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-fuchsia-50:hover {
    --text-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-fuchsia-100:hover {
    --text-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-fuchsia-200:hover {
    --text-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-fuchsia-300:hover {
    --text-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-fuchsia-400:hover {
    --text-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-fuchsia-500:hover {
    --text-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-fuchsia-600:hover {
    --text-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-fuchsia-700:hover {
    --text-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-fuchsia-800:hover {
    --text-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-fuchsia-900:hover {
    --text-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-rose-50:hover {
    --text-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-rose-100:hover {
    --text-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-rose-200:hover {
    --text-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-rose-300:hover {
    --text-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-rose-400:hover {
    --text-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-rose-500:hover {
    --text-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-rose-600:hover {
    --text-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-rose-700:hover {
    --text-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-rose-800:hover {
    --text-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--text-opacity)) !important;
  }

  .xl\:hover\:tw-text-rose-900:hover {
    --text-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-transparent:focus {
    color: transparent !important;
  }

  .xl\:focus\:tw-text-current:focus {
    color: currentColor !important;
  }

  .xl\:focus\:tw-text-black:focus {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-white:focus {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-50:focus {
    --text-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-100:focus {
    --text-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-200:focus {
    --text-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-300:focus {
    --text-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-400:focus {
    --text-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-500:focus {
    --text-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-600:focus {
    --text-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-700:focus {
    --text-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-800:focus {
    --text-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-900:focus {
    --text-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-50:focus {
    --text-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-100:focus {
    --text-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-200:focus {
    --text-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-300:focus {
    --text-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-400:focus {
    --text-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-500:focus {
    --text-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-600:focus {
    --text-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-700:focus {
    --text-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-800:focus {
    --text-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-900:focus {
    --text-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-50:focus {
    --text-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-100:focus {
    --text-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-200:focus {
    --text-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-300:focus {
    --text-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-400:focus {
    --text-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-500:focus {
    --text-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-600:focus {
    --text-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-700:focus {
    --text-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-800:focus {
    --text-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-900:focus {
    --text-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-50:focus {
    --text-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-100:focus {
    --text-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-200:focus {
    --text-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-300:focus {
    --text-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-400:focus {
    --text-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-500:focus {
    --text-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-600:focus {
    --text-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-700:focus {
    --text-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-800:focus {
    --text-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-900:focus {
    --text-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-50:focus {
    --text-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-100:focus {
    --text-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-200:focus {
    --text-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-300:focus {
    --text-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-400:focus {
    --text-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-500:focus {
    --text-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-600:focus {
    --text-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-700:focus {
    --text-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-800:focus {
    --text-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-900:focus {
    --text-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-50:focus {
    --text-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-100:focus {
    --text-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-200:focus {
    --text-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-300:focus {
    --text-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-400:focus {
    --text-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-500:focus {
    --text-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-600:focus {
    --text-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-700:focus {
    --text-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-800:focus {
    --text-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-900:focus {
    --text-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-50:focus {
    --text-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-100:focus {
    --text-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-200:focus {
    --text-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-300:focus {
    --text-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-400:focus {
    --text-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-500:focus {
    --text-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-600:focus {
    --text-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-700:focus {
    --text-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-800:focus {
    --text-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-900:focus {
    --text-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-50:focus {
    --text-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-100:focus {
    --text-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-200:focus {
    --text-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-300:focus {
    --text-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-400:focus {
    --text-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-500:focus {
    --text-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-600:focus {
    --text-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-700:focus {
    --text-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-800:focus {
    --text-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-900:focus {
    --text-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-50:focus {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-100:focus {
    --text-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-200:focus {
    --text-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-300:focus {
    --text-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-400:focus {
    --text-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-500:focus {
    --text-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-600:focus {
    --text-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-700:focus {
    --text-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-800:focus {
    --text-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-900:focus {
    --text-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-50:focus {
    --text-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-100:focus {
    --text-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-200:focus {
    --text-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-300:focus {
    --text-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-400:focus {
    --text-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-500:focus {
    --text-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-600:focus {
    --text-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-700:focus {
    --text-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-800:focus {
    --text-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-900:focus {
    --text-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-app-main:focus {
    --text-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-app-sub-blue:focus {
    --text-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-app-yellow:focus {
    --text-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-theme-primary:focus {
    --text-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-theme-info:focus {
    --text-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-slate-50:focus {
    --text-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-slate-100:focus {
    --text-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-slate-200:focus {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-slate-300:focus {
    --text-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-slate-400:focus {
    --text-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-slate-500:focus {
    --text-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-slate-600:focus {
    --text-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-slate-700:focus {
    --text-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-slate-800:focus {
    --text-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-slate-900:focus {
    --text-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-zinc-50:focus {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-zinc-100:focus {
    --text-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-zinc-200:focus {
    --text-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-zinc-300:focus {
    --text-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-zinc-400:focus {
    --text-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-zinc-500:focus {
    --text-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-zinc-600:focus {
    --text-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-zinc-700:focus {
    --text-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-zinc-800:focus {
    --text-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-zinc-900:focus {
    --text-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-neutral-50:focus {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-neutral-100:focus {
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-neutral-200:focus {
    --text-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-neutral-300:focus {
    --text-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-neutral-400:focus {
    --text-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-neutral-500:focus {
    --text-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-neutral-600:focus {
    --text-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-neutral-700:focus {
    --text-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-neutral-800:focus {
    --text-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-neutral-900:focus {
    --text-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-stone-50:focus {
    --text-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-stone-100:focus {
    --text-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-stone-200:focus {
    --text-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-stone-300:focus {
    --text-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-stone-400:focus {
    --text-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-stone-500:focus {
    --text-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-stone-600:focus {
    --text-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-stone-700:focus {
    --text-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-stone-800:focus {
    --text-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-stone-900:focus {
    --text-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-amber-50:focus {
    --text-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-amber-100:focus {
    --text-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-amber-200:focus {
    --text-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-amber-300:focus {
    --text-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-amber-400:focus {
    --text-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-amber-500:focus {
    --text-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-amber-600:focus {
    --text-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-amber-700:focus {
    --text-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-amber-800:focus {
    --text-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-amber-900:focus {
    --text-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lime-50:focus {
    --text-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lime-100:focus {
    --text-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lime-200:focus {
    --text-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lime-300:focus {
    --text-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lime-400:focus {
    --text-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lime-500:focus {
    --text-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lime-600:focus {
    --text-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lime-700:focus {
    --text-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lime-800:focus {
    --text-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lime-900:focus {
    --text-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-emerald-50:focus {
    --text-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-emerald-100:focus {
    --text-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-emerald-200:focus {
    --text-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-emerald-300:focus {
    --text-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-emerald-400:focus {
    --text-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-emerald-500:focus {
    --text-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-emerald-600:focus {
    --text-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-emerald-700:focus {
    --text-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-emerald-800:focus {
    --text-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-emerald-900:focus {
    --text-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cyan-50:focus {
    --text-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cyan-100:focus {
    --text-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cyan-200:focus {
    --text-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cyan-300:focus {
    --text-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cyan-400:focus {
    --text-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cyan-500:focus {
    --text-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cyan-600:focus {
    --text-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cyan-700:focus {
    --text-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cyan-800:focus {
    --text-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cyan-900:focus {
    --text-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-sky-50:focus {
    --text-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-sky-100:focus {
    --text-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-sky-200:focus {
    --text-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-sky-300:focus {
    --text-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-sky-400:focus {
    --text-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-sky-500:focus {
    --text-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-sky-600:focus {
    --text-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-sky-700:focus {
    --text-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-sky-800:focus {
    --text-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-sky-900:focus {
    --text-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-violet-50:focus {
    --text-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-violet-100:focus {
    --text-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-violet-200:focus {
    --text-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-violet-300:focus {
    --text-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-violet-400:focus {
    --text-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-violet-500:focus {
    --text-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-violet-600:focus {
    --text-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-violet-700:focus {
    --text-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-violet-800:focus {
    --text-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-violet-900:focus {
    --text-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-fuchsia-50:focus {
    --text-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-fuchsia-100:focus {
    --text-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-fuchsia-200:focus {
    --text-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-fuchsia-300:focus {
    --text-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-fuchsia-400:focus {
    --text-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-fuchsia-500:focus {
    --text-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-fuchsia-600:focus {
    --text-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-fuchsia-700:focus {
    --text-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-fuchsia-800:focus {
    --text-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-fuchsia-900:focus {
    --text-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-rose-50:focus {
    --text-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-rose-100:focus {
    --text-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-rose-200:focus {
    --text-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-rose-300:focus {
    --text-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-rose-400:focus {
    --text-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-rose-500:focus {
    --text-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-rose-600:focus {
    --text-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-rose-700:focus {
    --text-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-rose-800:focus {
    --text-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--text-opacity)) !important;
  }

  .xl\:focus\:tw-text-rose-900:focus {
    --text-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-transparent:disabled {
    color: transparent !important;
  }

  .xl\:disabled\:tw-text-current:disabled {
    color: currentColor !important;
  }

  .xl\:disabled\:tw-text-black:disabled {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-white:disabled {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-gray-50:disabled {
    --text-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-gray-100:disabled {
    --text-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-gray-200:disabled {
    --text-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-gray-300:disabled {
    --text-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-gray-400:disabled {
    --text-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-gray-500:disabled {
    --text-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-gray-600:disabled {
    --text-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-gray-700:disabled {
    --text-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-gray-800:disabled {
    --text-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-gray-900:disabled {
    --text-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-red-50:disabled {
    --text-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-red-100:disabled {
    --text-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-red-200:disabled {
    --text-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-red-300:disabled {
    --text-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-red-400:disabled {
    --text-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-red-500:disabled {
    --text-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-red-600:disabled {
    --text-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-red-700:disabled {
    --text-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-red-800:disabled {
    --text-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-red-900:disabled {
    --text-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-orange-50:disabled {
    --text-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-orange-100:disabled {
    --text-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-orange-200:disabled {
    --text-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-orange-300:disabled {
    --text-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-orange-400:disabled {
    --text-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-orange-500:disabled {
    --text-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-orange-600:disabled {
    --text-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-orange-700:disabled {
    --text-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-orange-800:disabled {
    --text-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-orange-900:disabled {
    --text-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-yellow-50:disabled {
    --text-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-yellow-100:disabled {
    --text-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-yellow-200:disabled {
    --text-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-yellow-300:disabled {
    --text-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-yellow-400:disabled {
    --text-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-yellow-500:disabled {
    --text-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-yellow-600:disabled {
    --text-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-yellow-700:disabled {
    --text-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-yellow-800:disabled {
    --text-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-yellow-900:disabled {
    --text-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-green-50:disabled {
    --text-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-green-100:disabled {
    --text-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-green-200:disabled {
    --text-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-green-300:disabled {
    --text-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-green-400:disabled {
    --text-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-green-500:disabled {
    --text-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-green-600:disabled {
    --text-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-green-700:disabled {
    --text-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-green-800:disabled {
    --text-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-green-900:disabled {
    --text-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-teal-50:disabled {
    --text-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-teal-100:disabled {
    --text-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-teal-200:disabled {
    --text-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-teal-300:disabled {
    --text-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-teal-400:disabled {
    --text-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-teal-500:disabled {
    --text-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-teal-600:disabled {
    --text-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-teal-700:disabled {
    --text-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-teal-800:disabled {
    --text-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-teal-900:disabled {
    --text-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-blue-50:disabled {
    --text-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-blue-100:disabled {
    --text-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-blue-200:disabled {
    --text-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-blue-300:disabled {
    --text-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-blue-400:disabled {
    --text-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-blue-500:disabled {
    --text-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-blue-600:disabled {
    --text-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-blue-700:disabled {
    --text-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-blue-800:disabled {
    --text-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-blue-900:disabled {
    --text-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-indigo-50:disabled {
    --text-opacity: 1 !important;
    color: #eef2ff !important;
    color: rgba(238, 242, 255, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-indigo-100:disabled {
    --text-opacity: 1 !important;
    color: #e0e7ff !important;
    color: rgba(224, 231, 255, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-indigo-200:disabled {
    --text-opacity: 1 !important;
    color: #c7d2fe !important;
    color: rgba(199, 210, 254, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-indigo-300:disabled {
    --text-opacity: 1 !important;
    color: #a5b4fc !important;
    color: rgba(165, 180, 252, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-indigo-400:disabled {
    --text-opacity: 1 !important;
    color: #818cf8 !important;
    color: rgba(129, 140, 248, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-indigo-500:disabled {
    --text-opacity: 1 !important;
    color: #6366f1 !important;
    color: rgba(99, 102, 241, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-indigo-600:disabled {
    --text-opacity: 1 !important;
    color: #4f46e5 !important;
    color: rgba(79, 70, 229, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-indigo-700:disabled {
    --text-opacity: 1 !important;
    color: #4338ca !important;
    color: rgba(67, 56, 202, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-indigo-800:disabled {
    --text-opacity: 1 !important;
    color: #3730a3 !important;
    color: rgba(55, 48, 163, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-indigo-900:disabled {
    --text-opacity: 1 !important;
    color: #312e81 !important;
    color: rgba(49, 46, 129, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-purple-50:disabled {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-purple-100:disabled {
    --text-opacity: 1 !important;
    color: #f3e8ff !important;
    color: rgba(243, 232, 255, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-purple-200:disabled {
    --text-opacity: 1 !important;
    color: #e9d5ff !important;
    color: rgba(233, 213, 255, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-purple-300:disabled {
    --text-opacity: 1 !important;
    color: #d8b4fe !important;
    color: rgba(216, 180, 254, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-purple-400:disabled {
    --text-opacity: 1 !important;
    color: #c084fc !important;
    color: rgba(192, 132, 252, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-purple-500:disabled {
    --text-opacity: 1 !important;
    color: #a855f7 !important;
    color: rgba(168, 85, 247, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-purple-600:disabled {
    --text-opacity: 1 !important;
    color: #9333ea !important;
    color: rgba(147, 51, 234, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-purple-700:disabled {
    --text-opacity: 1 !important;
    color: #7e22ce !important;
    color: rgba(126, 34, 206, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-purple-800:disabled {
    --text-opacity: 1 !important;
    color: #6b21a8 !important;
    color: rgba(107, 33, 168, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-purple-900:disabled {
    --text-opacity: 1 !important;
    color: #581c87 !important;
    color: rgba(88, 28, 135, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-pink-50:disabled {
    --text-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-pink-100:disabled {
    --text-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-pink-200:disabled {
    --text-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-pink-300:disabled {
    --text-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-pink-400:disabled {
    --text-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-pink-500:disabled {
    --text-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-pink-600:disabled {
    --text-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-pink-700:disabled {
    --text-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-pink-800:disabled {
    --text-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-pink-900:disabled {
    --text-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-app-main:disabled {
    --text-opacity: 1 !important;
    color: #F18D11 !important;
    color: rgba(241, 141, 17, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-app-sub-blue:disabled {
    --text-opacity: 1 !important;
    color: #1E548F !important;
    color: rgba(30, 84, 143, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-app-yellow:disabled {
    --text-opacity: 1 !important;
    color: #FFF5D1 !important;
    color: rgba(255, 245, 209, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-theme-primary:disabled {
    --text-opacity: 1 !important;
    color: #f3980f !important;
    color: rgba(243, 152, 15, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-theme-info:disabled {
    --text-opacity: 1 !important;
    color: #1b925a !important;
    color: rgba(27, 146, 90, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-slate-50:disabled {
    --text-opacity: 1 !important;
    color: #f8fafc !important;
    color: rgba(248, 250, 252, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-slate-100:disabled {
    --text-opacity: 1 !important;
    color: #f1f5f9 !important;
    color: rgba(241, 245, 249, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-slate-200:disabled {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-slate-300:disabled {
    --text-opacity: 1 !important;
    color: #cbd5e1 !important;
    color: rgba(203, 213, 225, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-slate-400:disabled {
    --text-opacity: 1 !important;
    color: #94a3b8 !important;
    color: rgba(148, 163, 184, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-slate-500:disabled {
    --text-opacity: 1 !important;
    color: #64748b !important;
    color: rgba(100, 116, 139, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-slate-600:disabled {
    --text-opacity: 1 !important;
    color: #475569 !important;
    color: rgba(71, 85, 105, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-slate-700:disabled {
    --text-opacity: 1 !important;
    color: #334155 !important;
    color: rgba(51, 65, 85, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-slate-800:disabled {
    --text-opacity: 1 !important;
    color: #1e293b !important;
    color: rgba(30, 41, 59, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-slate-900:disabled {
    --text-opacity: 1 !important;
    color: #0f172a !important;
    color: rgba(15, 23, 42, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-zinc-50:disabled {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-zinc-100:disabled {
    --text-opacity: 1 !important;
    color: #f4f4f5 !important;
    color: rgba(244, 244, 245, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-zinc-200:disabled {
    --text-opacity: 1 !important;
    color: #e4e4e7 !important;
    color: rgba(228, 228, 231, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-zinc-300:disabled {
    --text-opacity: 1 !important;
    color: #d4d4d8 !important;
    color: rgba(212, 212, 216, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-zinc-400:disabled {
    --text-opacity: 1 !important;
    color: #a1a1aa !important;
    color: rgba(161, 161, 170, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-zinc-500:disabled {
    --text-opacity: 1 !important;
    color: #71717a !important;
    color: rgba(113, 113, 122, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-zinc-600:disabled {
    --text-opacity: 1 !important;
    color: #52525b !important;
    color: rgba(82, 82, 91, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-zinc-700:disabled {
    --text-opacity: 1 !important;
    color: #3f3f46 !important;
    color: rgba(63, 63, 70, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-zinc-800:disabled {
    --text-opacity: 1 !important;
    color: #27272a !important;
    color: rgba(39, 39, 42, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-zinc-900:disabled {
    --text-opacity: 1 !important;
    color: #18181b !important;
    color: rgba(24, 24, 27, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-neutral-50:disabled {
    --text-opacity: 1 !important;
    color: #fafafa !important;
    color: rgba(250, 250, 250, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-neutral-100:disabled {
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-neutral-200:disabled {
    --text-opacity: 1 !important;
    color: #e5e5e5 !important;
    color: rgba(229, 229, 229, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-neutral-300:disabled {
    --text-opacity: 1 !important;
    color: #d4d4d4 !important;
    color: rgba(212, 212, 212, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-neutral-400:disabled {
    --text-opacity: 1 !important;
    color: #a3a3a3 !important;
    color: rgba(163, 163, 163, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-neutral-500:disabled {
    --text-opacity: 1 !important;
    color: #737373 !important;
    color: rgba(115, 115, 115, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-neutral-600:disabled {
    --text-opacity: 1 !important;
    color: #525252 !important;
    color: rgba(82, 82, 82, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-neutral-700:disabled {
    --text-opacity: 1 !important;
    color: #404040 !important;
    color: rgba(64, 64, 64, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-neutral-800:disabled {
    --text-opacity: 1 !important;
    color: #262626 !important;
    color: rgba(38, 38, 38, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-neutral-900:disabled {
    --text-opacity: 1 !important;
    color: #171717 !important;
    color: rgba(23, 23, 23, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-stone-50:disabled {
    --text-opacity: 1 !important;
    color: #fafaf9 !important;
    color: rgba(250, 250, 249, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-stone-100:disabled {
    --text-opacity: 1 !important;
    color: #f5f5f4 !important;
    color: rgba(245, 245, 244, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-stone-200:disabled {
    --text-opacity: 1 !important;
    color: #e7e5e4 !important;
    color: rgba(231, 229, 228, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-stone-300:disabled {
    --text-opacity: 1 !important;
    color: #d6d3d1 !important;
    color: rgba(214, 211, 209, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-stone-400:disabled {
    --text-opacity: 1 !important;
    color: #a8a29e !important;
    color: rgba(168, 162, 158, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-stone-500:disabled {
    --text-opacity: 1 !important;
    color: #78716c !important;
    color: rgba(120, 113, 108, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-stone-600:disabled {
    --text-opacity: 1 !important;
    color: #57534e !important;
    color: rgba(87, 83, 78, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-stone-700:disabled {
    --text-opacity: 1 !important;
    color: #44403c !important;
    color: rgba(68, 64, 60, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-stone-800:disabled {
    --text-opacity: 1 !important;
    color: #292524 !important;
    color: rgba(41, 37, 36, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-stone-900:disabled {
    --text-opacity: 1 !important;
    color: #1c1917 !important;
    color: rgba(28, 25, 23, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-amber-50:disabled {
    --text-opacity: 1 !important;
    color: #fffbeb !important;
    color: rgba(255, 251, 235, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-amber-100:disabled {
    --text-opacity: 1 !important;
    color: #fef3c7 !important;
    color: rgba(254, 243, 199, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-amber-200:disabled {
    --text-opacity: 1 !important;
    color: #fde68a !important;
    color: rgba(253, 230, 138, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-amber-300:disabled {
    --text-opacity: 1 !important;
    color: #fcd34d !important;
    color: rgba(252, 211, 77, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-amber-400:disabled {
    --text-opacity: 1 !important;
    color: #fbbf24 !important;
    color: rgba(251, 191, 36, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-amber-500:disabled {
    --text-opacity: 1 !important;
    color: #f59e0b !important;
    color: rgba(245, 158, 11, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-amber-600:disabled {
    --text-opacity: 1 !important;
    color: #d97706 !important;
    color: rgba(217, 119, 6, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-amber-700:disabled {
    --text-opacity: 1 !important;
    color: #b45309 !important;
    color: rgba(180, 83, 9, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-amber-800:disabled {
    --text-opacity: 1 !important;
    color: #92400e !important;
    color: rgba(146, 64, 14, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-amber-900:disabled {
    --text-opacity: 1 !important;
    color: #78350f !important;
    color: rgba(120, 53, 15, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-lime-50:disabled {
    --text-opacity: 1 !important;
    color: #f7fee7 !important;
    color: rgba(247, 254, 231, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-lime-100:disabled {
    --text-opacity: 1 !important;
    color: #ecfccb !important;
    color: rgba(236, 252, 203, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-lime-200:disabled {
    --text-opacity: 1 !important;
    color: #d9f99d !important;
    color: rgba(217, 249, 157, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-lime-300:disabled {
    --text-opacity: 1 !important;
    color: #bef264 !important;
    color: rgba(190, 242, 100, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-lime-400:disabled {
    --text-opacity: 1 !important;
    color: #a3e635 !important;
    color: rgba(163, 230, 53, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-lime-500:disabled {
    --text-opacity: 1 !important;
    color: #84cc16 !important;
    color: rgba(132, 204, 22, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-lime-600:disabled {
    --text-opacity: 1 !important;
    color: #65a30d !important;
    color: rgba(101, 163, 13, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-lime-700:disabled {
    --text-opacity: 1 !important;
    color: #4d7c0f !important;
    color: rgba(77, 124, 15, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-lime-800:disabled {
    --text-opacity: 1 !important;
    color: #3f6212 !important;
    color: rgba(63, 98, 18, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-lime-900:disabled {
    --text-opacity: 1 !important;
    color: #365314 !important;
    color: rgba(54, 83, 20, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-emerald-50:disabled {
    --text-opacity: 1 !important;
    color: #ecfdf5 !important;
    color: rgba(236, 253, 245, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-emerald-100:disabled {
    --text-opacity: 1 !important;
    color: #d1fae5 !important;
    color: rgba(209, 250, 229, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-emerald-200:disabled {
    --text-opacity: 1 !important;
    color: #a7f3d0 !important;
    color: rgba(167, 243, 208, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-emerald-300:disabled {
    --text-opacity: 1 !important;
    color: #6ee7b7 !important;
    color: rgba(110, 231, 183, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-emerald-400:disabled {
    --text-opacity: 1 !important;
    color: #34d399 !important;
    color: rgba(52, 211, 153, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-emerald-500:disabled {
    --text-opacity: 1 !important;
    color: #10b981 !important;
    color: rgba(16, 185, 129, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-emerald-600:disabled {
    --text-opacity: 1 !important;
    color: #059669 !important;
    color: rgba(5, 150, 105, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-emerald-700:disabled {
    --text-opacity: 1 !important;
    color: #047857 !important;
    color: rgba(4, 120, 87, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-emerald-800:disabled {
    --text-opacity: 1 !important;
    color: #065f46 !important;
    color: rgba(6, 95, 70, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-emerald-900:disabled {
    --text-opacity: 1 !important;
    color: #064e3b !important;
    color: rgba(6, 78, 59, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-cyan-50:disabled {
    --text-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-cyan-100:disabled {
    --text-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-cyan-200:disabled {
    --text-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-cyan-300:disabled {
    --text-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-cyan-400:disabled {
    --text-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-cyan-500:disabled {
    --text-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-cyan-600:disabled {
    --text-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-cyan-700:disabled {
    --text-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-cyan-800:disabled {
    --text-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-cyan-900:disabled {
    --text-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-sky-50:disabled {
    --text-opacity: 1 !important;
    color: #f0f9ff !important;
    color: rgba(240, 249, 255, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-sky-100:disabled {
    --text-opacity: 1 !important;
    color: #e0f2fe !important;
    color: rgba(224, 242, 254, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-sky-200:disabled {
    --text-opacity: 1 !important;
    color: #bae6fd !important;
    color: rgba(186, 230, 253, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-sky-300:disabled {
    --text-opacity: 1 !important;
    color: #7dd3fc !important;
    color: rgba(125, 211, 252, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-sky-400:disabled {
    --text-opacity: 1 !important;
    color: #38bdf8 !important;
    color: rgba(56, 189, 248, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-sky-500:disabled {
    --text-opacity: 1 !important;
    color: #0ea5e9 !important;
    color: rgba(14, 165, 233, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-sky-600:disabled {
    --text-opacity: 1 !important;
    color: #0284c7 !important;
    color: rgba(2, 132, 199, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-sky-700:disabled {
    --text-opacity: 1 !important;
    color: #0369a1 !important;
    color: rgba(3, 105, 161, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-sky-800:disabled {
    --text-opacity: 1 !important;
    color: #075985 !important;
    color: rgba(7, 89, 133, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-sky-900:disabled {
    --text-opacity: 1 !important;
    color: #0c4a6e !important;
    color: rgba(12, 74, 110, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-violet-50:disabled {
    --text-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-violet-100:disabled {
    --text-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-violet-200:disabled {
    --text-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-violet-300:disabled {
    --text-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-violet-400:disabled {
    --text-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-violet-500:disabled {
    --text-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-violet-600:disabled {
    --text-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-violet-700:disabled {
    --text-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-violet-800:disabled {
    --text-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-violet-900:disabled {
    --text-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-fuchsia-50:disabled {
    --text-opacity: 1 !important;
    color: #fdf4ff !important;
    color: rgba(253, 244, 255, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-fuchsia-100:disabled {
    --text-opacity: 1 !important;
    color: #fae8ff !important;
    color: rgba(250, 232, 255, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-fuchsia-200:disabled {
    --text-opacity: 1 !important;
    color: #f5d0fe !important;
    color: rgba(245, 208, 254, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-fuchsia-300:disabled {
    --text-opacity: 1 !important;
    color: #f0abfc !important;
    color: rgba(240, 171, 252, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-fuchsia-400:disabled {
    --text-opacity: 1 !important;
    color: #e879f9 !important;
    color: rgba(232, 121, 249, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-fuchsia-500:disabled {
    --text-opacity: 1 !important;
    color: #d946ef !important;
    color: rgba(217, 70, 239, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-fuchsia-600:disabled {
    --text-opacity: 1 !important;
    color: #c026d3 !important;
    color: rgba(192, 38, 211, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-fuchsia-700:disabled {
    --text-opacity: 1 !important;
    color: #a21caf !important;
    color: rgba(162, 28, 175, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-fuchsia-800:disabled {
    --text-opacity: 1 !important;
    color: #86198f !important;
    color: rgba(134, 25, 143, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-fuchsia-900:disabled {
    --text-opacity: 1 !important;
    color: #701a75 !important;
    color: rgba(112, 26, 117, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-rose-50:disabled {
    --text-opacity: 1 !important;
    color: #fff1f2 !important;
    color: rgba(255, 241, 242, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-rose-100:disabled {
    --text-opacity: 1 !important;
    color: #ffe4e6 !important;
    color: rgba(255, 228, 230, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-rose-200:disabled {
    --text-opacity: 1 !important;
    color: #fecdd3 !important;
    color: rgba(254, 205, 211, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-rose-300:disabled {
    --text-opacity: 1 !important;
    color: #fda4af !important;
    color: rgba(253, 164, 175, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-rose-400:disabled {
    --text-opacity: 1 !important;
    color: #fb7185 !important;
    color: rgba(251, 113, 133, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-rose-500:disabled {
    --text-opacity: 1 !important;
    color: #f43f5e !important;
    color: rgba(244, 63, 94, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-rose-600:disabled {
    --text-opacity: 1 !important;
    color: #e11d48 !important;
    color: rgba(225, 29, 72, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-rose-700:disabled {
    --text-opacity: 1 !important;
    color: #be123c !important;
    color: rgba(190, 18, 60, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-rose-800:disabled {
    --text-opacity: 1 !important;
    color: #9f1239 !important;
    color: rgba(159, 18, 57, var(--text-opacity)) !important;
  }

  .xl\:disabled\:tw-text-rose-900:disabled {
    --text-opacity: 1 !important;
    color: #881337 !important;
    color: rgba(136, 19, 55, var(--text-opacity)) !important;
  }

  .xl\:tw-text-opacity-0 {
    --text-opacity: 0 !important;
  }

  .xl\:tw-text-opacity-25 {
    --text-opacity: 0.25 !important;
  }

  .xl\:tw-text-opacity-50 {
    --text-opacity: 0.5 !important;
  }

  .xl\:tw-text-opacity-75 {
    --text-opacity: 0.75 !important;
  }

  .xl\:tw-text-opacity-100 {
    --text-opacity: 1 !important;
  }

  .xl\:hover\:tw-text-opacity-0:hover {
    --text-opacity: 0 !important;
  }

  .xl\:hover\:tw-text-opacity-25:hover {
    --text-opacity: 0.25 !important;
  }

  .xl\:hover\:tw-text-opacity-50:hover {
    --text-opacity: 0.5 !important;
  }

  .xl\:hover\:tw-text-opacity-75:hover {
    --text-opacity: 0.75 !important;
  }

  .xl\:hover\:tw-text-opacity-100:hover {
    --text-opacity: 1 !important;
  }

  .xl\:focus\:tw-text-opacity-0:focus {
    --text-opacity: 0 !important;
  }

  .xl\:focus\:tw-text-opacity-25:focus {
    --text-opacity: 0.25 !important;
  }

  .xl\:focus\:tw-text-opacity-50:focus {
    --text-opacity: 0.5 !important;
  }

  .xl\:focus\:tw-text-opacity-75:focus {
    --text-opacity: 0.75 !important;
  }

  .xl\:focus\:tw-text-opacity-100:focus {
    --text-opacity: 1 !important;
  }

  .xl\:tw-italic {
    font-style: italic !important;
  }

  .xl\:tw-not-italic {
    font-style: normal !important;
  }

  .xl\:tw-uppercase {
    text-transform: uppercase !important;
  }

  .xl\:tw-lowercase {
    text-transform: lowercase !important;
  }

  .xl\:tw-capitalize {
    text-transform: capitalize !important;
  }

  .xl\:tw-normal-case {
    text-transform: none !important;
  }

  .xl\:tw-underline {
    text-decoration: underline !important;
  }

  .xl\:tw-line-through {
    text-decoration: line-through !important;
  }

  .xl\:tw-no-underline {
    text-decoration: none !important;
  }

  .xl\:hover\:tw-underline:hover {
    text-decoration: underline !important;
  }

  .xl\:hover\:tw-line-through:hover {
    text-decoration: line-through !important;
  }

  .xl\:hover\:tw-no-underline:hover {
    text-decoration: none !important;
  }

  .xl\:focus\:tw-underline:focus {
    text-decoration: underline !important;
  }

  .xl\:focus\:tw-line-through:focus {
    text-decoration: line-through !important;
  }

  .xl\:focus\:tw-no-underline:focus {
    text-decoration: none !important;
  }

  .xl\:tw-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:tw-ordinal, .xl\:tw-slashed-zero, .xl\:tw-lining-nums, .xl\:tw-oldstyle-nums, .xl\:tw-proportional-nums, .xl\:tw-tabular-nums, .xl\:tw-diagonal-fractions, .xl\:tw-stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .xl\:tw-normal-nums {
    font-variant-numeric: normal !important;
  }

  .xl\:tw-ordinal {
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .xl\:tw-slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .xl\:tw-lining-nums {
    --font-variant-numeric-figure: lining-nums !important;
  }

  .xl\:tw-oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .xl\:tw-proportional-nums {
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .xl\:tw-tabular-nums {
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .xl\:tw-diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .xl\:tw-stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .xl\:tw-tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .xl\:tw-tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .xl\:tw-tracking-normal {
    letter-spacing: 0 !important;
  }

  .xl\:tw-tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .xl\:tw-tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .xl\:tw-tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .xl\:tw-select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .xl\:tw-select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .xl\:tw-select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .xl\:tw-select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .xl\:tw-align-baseline {
    vertical-align: baseline !important;
  }

  .xl\:tw-align-top {
    vertical-align: top !important;
  }

  .xl\:tw-align-middle {
    vertical-align: middle !important;
  }

  .xl\:tw-align-bottom {
    vertical-align: bottom !important;
  }

  .xl\:tw-align-text-top {
    vertical-align: text-top !important;
  }

  .xl\:tw-align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .xl\:tw-visible {
    visibility: visible !important;
  }

  .xl\:tw-invisible {
    visibility: hidden !important;
  }

  .xl\:tw-whitespace-normal {
    white-space: normal !important;
  }

  .xl\:tw-whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .xl\:tw-whitespace-pre {
    white-space: pre !important;
  }

  .xl\:tw-whitespace-pre-line {
    white-space: pre-line !important;
  }

  .xl\:tw-whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .xl\:tw-break-normal {
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xl\:tw-break-words {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .xl\:tw-break-all {
    word-break: break-all !important;
  }

  .xl\:tw-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xl\:tw-w-0 {
    width: 0 !important;
  }

  .xl\:tw-w-1 {
    width: 0.25rem !important;
  }

  .xl\:tw-w-2 {
    width: 0.5rem !important;
  }

  .xl\:tw-w-3 {
    width: 0.75rem !important;
  }

  .xl\:tw-w-4 {
    width: 1rem !important;
  }

  .xl\:tw-w-5 {
    width: 1.25rem !important;
  }

  .xl\:tw-w-6 {
    width: 1.5rem !important;
  }

  .xl\:tw-w-8 {
    width: 2rem !important;
  }

  .xl\:tw-w-10 {
    width: 2.5rem !important;
  }

  .xl\:tw-w-12 {
    width: 3rem !important;
  }

  .xl\:tw-w-16 {
    width: 4rem !important;
  }

  .xl\:tw-w-20 {
    width: 5rem !important;
  }

  .xl\:tw-w-24 {
    width: 6rem !important;
  }

  .xl\:tw-w-30 {
    width: 7.5rem !important;
  }

  .xl\:tw-w-32 {
    width: 8rem !important;
  }

  .xl\:tw-w-36 {
    width: 9rem !important;
  }

  .xl\:tw-w-40 {
    width: 10rem !important;
  }

  .xl\:tw-w-48 {
    width: 12rem !important;
  }

  .xl\:tw-w-56 {
    width: 14rem !important;
  }

  .xl\:tw-w-64 {
    width: 16rem !important;
  }

  .xl\:tw-w-auto {
    width: auto !important;
  }

  .xl\:tw-w-px {
    width: 1px !important;
  }

  .xl\:tw-w-0\.5 {
    width: .125rem !important;
  }

  .xl\:tw-w-1\.5 {
    width: .375rem !important;
  }

  .xl\:tw-w-2\.5 {
    width: .625rem !important;
  }

  .xl\:tw-w-3\.5 {
    width: .875rem !important;
  }

  .xl\:tw-w-1\.25em {
    width: 1.25em !important;
  }

  .xl\:tw-w-1\.5em {
    width: 1.5em !important;
  }

  .xl\:tw-w-4em {
    width: 4em !important;
  }

  .xl\:tw-w-1\/2 {
    width: 50% !important;
  }

  .xl\:tw-w-1\/3 {
    width: 33.333333% !important;
  }

  .xl\:tw-w-2\/3 {
    width: 66.666667% !important;
  }

  .xl\:tw-w-1\/4 {
    width: 25% !important;
  }

  .xl\:tw-w-2\/4 {
    width: 50% !important;
  }

  .xl\:tw-w-3\/4 {
    width: 75% !important;
  }

  .xl\:tw-w-1\/5 {
    width: 20% !important;
  }

  .xl\:tw-w-2\/5 {
    width: 40% !important;
  }

  .xl\:tw-w-3\/5 {
    width: 60% !important;
  }

  .xl\:tw-w-4\/5 {
    width: 80% !important;
  }

  .xl\:tw-w-1\/6 {
    width: 16.666667% !important;
  }

  .xl\:tw-w-2\/6 {
    width: 33.333333% !important;
  }

  .xl\:tw-w-3\/6 {
    width: 50% !important;
  }

  .xl\:tw-w-4\/6 {
    width: 66.666667% !important;
  }

  .xl\:tw-w-5\/6 {
    width: 83.333333% !important;
  }

  .xl\:tw-w-1\/12 {
    width: 8.333333% !important;
  }

  .xl\:tw-w-2\/12 {
    width: 16.666667% !important;
  }

  .xl\:tw-w-3\/12 {
    width: 25% !important;
  }

  .xl\:tw-w-4\/12 {
    width: 33.333333% !important;
  }

  .xl\:tw-w-5\/12 {
    width: 41.666667% !important;
  }

  .xl\:tw-w-6\/12 {
    width: 50% !important;
  }

  .xl\:tw-w-7\/12 {
    width: 58.333333% !important;
  }

  .xl\:tw-w-8\/12 {
    width: 66.666667% !important;
  }

  .xl\:tw-w-9\/12 {
    width: 75% !important;
  }

  .xl\:tw-w-10\/12 {
    width: 83.333333% !important;
  }

  .xl\:tw-w-11\/12 {
    width: 91.666667% !important;
  }

  .xl\:tw-w-full {
    width: 100% !important;
  }

  .xl\:tw-w-screen {
    width: 100vw !important;
  }

  .xl\:tw-w-el-input-10em {
    width: calc(10em + 32px) !important;
  }

  .xl\:tw-z-0 {
    z-index: 0 !important;
  }

  .xl\:tw-z-10 {
    z-index: 10 !important;
  }

  .xl\:tw-z-20 {
    z-index: 20 !important;
  }

  .xl\:tw-z-30 {
    z-index: 30 !important;
  }

  .xl\:tw-z-40 {
    z-index: 40 !important;
  }

  .xl\:tw-z-50 {
    z-index: 50 !important;
  }

  .xl\:tw-z-500 {
    z-index: 500 !important;
  }

  .xl\:tw-z-auto {
    z-index: auto !important;
  }

  .xl\:tw-gap-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .xl\:tw-gap-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .xl\:tw-gap-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .xl\:tw-gap-3 {
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .xl\:tw-gap-4 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .xl\:tw-gap-5 {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .xl\:tw-gap-6 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .xl\:tw-gap-8 {
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .xl\:tw-gap-10 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .xl\:tw-gap-12 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .xl\:tw-gap-16 {
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .xl\:tw-gap-20 {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .xl\:tw-gap-24 {
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .xl\:tw-gap-30 {
    grid-gap: 7.5rem !important;
    gap: 7.5rem !important;
  }

  .xl\:tw-gap-32 {
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .xl\:tw-gap-36 {
    grid-gap: 9rem !important;
    gap: 9rem !important;
  }

  .xl\:tw-gap-40 {
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .xl\:tw-gap-48 {
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .xl\:tw-gap-56 {
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .xl\:tw-gap-64 {
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .xl\:tw-gap-px {
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .xl\:tw-gap-0\.5 {
    grid-gap: .125rem !important;
    gap: .125rem !important;
  }

  .xl\:tw-gap-1\.5 {
    grid-gap: .375rem !important;
    gap: .375rem !important;
  }

  .xl\:tw-gap-2\.5 {
    grid-gap: .625rem !important;
    gap: .625rem !important;
  }

  .xl\:tw-gap-3\.5 {
    grid-gap: .875rem !important;
    gap: .875rem !important;
  }

  .xl\:tw-gap-1\.25em {
    grid-gap: 1.25em !important;
    gap: 1.25em !important;
  }

  .xl\:tw-gap-1\.5em {
    grid-gap: 1.5em !important;
    gap: 1.5em !important;
  }

  .xl\:tw-gap-4em {
    grid-gap: 4em !important;
    gap: 4em !important;
  }

  .xl\:tw-gap-x-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .xl\:tw-gap-x-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xl\:tw-gap-x-2 {
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xl\:tw-gap-x-3 {
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xl\:tw-gap-x-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xl\:tw-gap-x-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xl\:tw-gap-x-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xl\:tw-gap-x-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xl\:tw-gap-x-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xl\:tw-gap-x-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xl\:tw-gap-x-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xl\:tw-gap-x-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xl\:tw-gap-x-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xl\:tw-gap-x-30 {
    grid-column-gap: 7.5rem !important;
    -moz-column-gap: 7.5rem !important;
         column-gap: 7.5rem !important;
  }

  .xl\:tw-gap-x-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xl\:tw-gap-x-36 {
    grid-column-gap: 9rem !important;
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .xl\:tw-gap-x-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xl\:tw-gap-x-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xl\:tw-gap-x-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xl\:tw-gap-x-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xl\:tw-gap-x-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xl\:tw-gap-x-0\.5 {
    grid-column-gap: .125rem !important;
    -moz-column-gap: .125rem !important;
         column-gap: .125rem !important;
  }

  .xl\:tw-gap-x-1\.5 {
    grid-column-gap: .375rem !important;
    -moz-column-gap: .375rem !important;
         column-gap: .375rem !important;
  }

  .xl\:tw-gap-x-2\.5 {
    grid-column-gap: .625rem !important;
    -moz-column-gap: .625rem !important;
         column-gap: .625rem !important;
  }

  .xl\:tw-gap-x-3\.5 {
    grid-column-gap: .875rem !important;
    -moz-column-gap: .875rem !important;
         column-gap: .875rem !important;
  }

  .xl\:tw-gap-x-1\.25em {
    grid-column-gap: 1.25em !important;
    -moz-column-gap: 1.25em !important;
         column-gap: 1.25em !important;
  }

  .xl\:tw-gap-x-1\.5em {
    grid-column-gap: 1.5em !important;
    -moz-column-gap: 1.5em !important;
         column-gap: 1.5em !important;
  }

  .xl\:tw-gap-x-4em {
    grid-column-gap: 4em !important;
    -moz-column-gap: 4em !important;
         column-gap: 4em !important;
  }

  .xl\:tw-gap-y-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .xl\:tw-gap-y-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .xl\:tw-gap-y-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .xl\:tw-gap-y-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .xl\:tw-gap-y-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .xl\:tw-gap-y-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .xl\:tw-gap-y-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .xl\:tw-gap-y-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .xl\:tw-gap-y-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .xl\:tw-gap-y-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .xl\:tw-gap-y-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .xl\:tw-gap-y-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .xl\:tw-gap-y-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xl\:tw-gap-y-30 {
    grid-row-gap: 7.5rem !important;
    row-gap: 7.5rem !important;
  }

  .xl\:tw-gap-y-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .xl\:tw-gap-y-36 {
    grid-row-gap: 9rem !important;
    row-gap: 9rem !important;
  }

  .xl\:tw-gap-y-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .xl\:tw-gap-y-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .xl\:tw-gap-y-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .xl\:tw-gap-y-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .xl\:tw-gap-y-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .xl\:tw-gap-y-0\.5 {
    grid-row-gap: .125rem !important;
    row-gap: .125rem !important;
  }

  .xl\:tw-gap-y-1\.5 {
    grid-row-gap: .375rem !important;
    row-gap: .375rem !important;
  }

  .xl\:tw-gap-y-2\.5 {
    grid-row-gap: .625rem !important;
    row-gap: .625rem !important;
  }

  .xl\:tw-gap-y-3\.5 {
    grid-row-gap: .875rem !important;
    row-gap: .875rem !important;
  }

  .xl\:tw-gap-y-1\.25em {
    grid-row-gap: 1.25em !important;
    row-gap: 1.25em !important;
  }

  .xl\:tw-gap-y-1\.5em {
    grid-row-gap: 1.5em !important;
    row-gap: 1.5em !important;
  }

  .xl\:tw-gap-y-4em {
    grid-row-gap: 4em !important;
    row-gap: 4em !important;
  }

  .xl\:tw-grid-flow-row {
    grid-auto-flow: row !important;
  }

  .xl\:tw-grid-flow-col {
    grid-auto-flow: column !important;
  }

  .xl\:tw-grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .xl\:tw-grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .xl\:tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-none {
    grid-template-columns: none !important;
  }

  .xl\:tw-grid-cols-1fr-auto-1fr {
    grid-template-columns: 1fr auto 1fr !important;
  }

  .xl\:tw-auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .xl\:tw-auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .xl\:tw-auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .xl\:tw-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .xl\:tw-col-auto {
    grid-column: auto !important;
  }

  .xl\:tw-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .xl\:tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .xl\:tw-col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .xl\:tw-col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .xl\:tw-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .xl\:tw-col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .xl\:tw-col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .xl\:tw-col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .xl\:tw-col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .xl\:tw-col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .xl\:tw-col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .xl\:tw-col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .xl\:tw-col-span-full {
    grid-column: 1 / -1 !important;
  }

  .xl\:tw-col-start-1 {
    grid-column-start: 1 !important;
  }

  .xl\:tw-col-start-2 {
    grid-column-start: 2 !important;
  }

  .xl\:tw-col-start-3 {
    grid-column-start: 3 !important;
  }

  .xl\:tw-col-start-4 {
    grid-column-start: 4 !important;
  }

  .xl\:tw-col-start-5 {
    grid-column-start: 5 !important;
  }

  .xl\:tw-col-start-6 {
    grid-column-start: 6 !important;
  }

  .xl\:tw-col-start-7 {
    grid-column-start: 7 !important;
  }

  .xl\:tw-col-start-8 {
    grid-column-start: 8 !important;
  }

  .xl\:tw-col-start-9 {
    grid-column-start: 9 !important;
  }

  .xl\:tw-col-start-10 {
    grid-column-start: 10 !important;
  }

  .xl\:tw-col-start-11 {
    grid-column-start: 11 !important;
  }

  .xl\:tw-col-start-12 {
    grid-column-start: 12 !important;
  }

  .xl\:tw-col-start-13 {
    grid-column-start: 13 !important;
  }

  .xl\:tw-col-start-auto {
    grid-column-start: auto !important;
  }

  .xl\:tw-col-end-1 {
    grid-column-end: 1 !important;
  }

  .xl\:tw-col-end-2 {
    grid-column-end: 2 !important;
  }

  .xl\:tw-col-end-3 {
    grid-column-end: 3 !important;
  }

  .xl\:tw-col-end-4 {
    grid-column-end: 4 !important;
  }

  .xl\:tw-col-end-5 {
    grid-column-end: 5 !important;
  }

  .xl\:tw-col-end-6 {
    grid-column-end: 6 !important;
  }

  .xl\:tw-col-end-7 {
    grid-column-end: 7 !important;
  }

  .xl\:tw-col-end-8 {
    grid-column-end: 8 !important;
  }

  .xl\:tw-col-end-9 {
    grid-column-end: 9 !important;
  }

  .xl\:tw-col-end-10 {
    grid-column-end: 10 !important;
  }

  .xl\:tw-col-end-11 {
    grid-column-end: 11 !important;
  }

  .xl\:tw-col-end-12 {
    grid-column-end: 12 !important;
  }

  .xl\:tw-col-end-13 {
    grid-column-end: 13 !important;
  }

  .xl\:tw-col-end-auto {
    grid-column-end: auto !important;
  }

  .xl\:tw-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-rows-none {
    grid-template-rows: none !important;
  }

  .xl\:tw-auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .xl\:tw-auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .xl\:tw-auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .xl\:tw-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .xl\:tw-row-auto {
    grid-row: auto !important;
  }

  .xl\:tw-row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .xl\:tw-row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .xl\:tw-row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .xl\:tw-row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .xl\:tw-row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .xl\:tw-row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .xl\:tw-row-span-full {
    grid-row: 1 / -1 !important;
  }

  .xl\:tw-row-start-1 {
    grid-row-start: 1 !important;
  }

  .xl\:tw-row-start-2 {
    grid-row-start: 2 !important;
  }

  .xl\:tw-row-start-3 {
    grid-row-start: 3 !important;
  }

  .xl\:tw-row-start-4 {
    grid-row-start: 4 !important;
  }

  .xl\:tw-row-start-5 {
    grid-row-start: 5 !important;
  }

  .xl\:tw-row-start-6 {
    grid-row-start: 6 !important;
  }

  .xl\:tw-row-start-7 {
    grid-row-start: 7 !important;
  }

  .xl\:tw-row-start-auto {
    grid-row-start: auto !important;
  }

  .xl\:tw-row-end-1 {
    grid-row-end: 1 !important;
  }

  .xl\:tw-row-end-2 {
    grid-row-end: 2 !important;
  }

  .xl\:tw-row-end-3 {
    grid-row-end: 3 !important;
  }

  .xl\:tw-row-end-4 {
    grid-row-end: 4 !important;
  }

  .xl\:tw-row-end-5 {
    grid-row-end: 5 !important;
  }

  .xl\:tw-row-end-6 {
    grid-row-end: 6 !important;
  }

  .xl\:tw-row-end-7 {
    grid-row-end: 7 !important;
  }

  .xl\:tw-row-end-auto {
    grid-row-end: auto !important;
  }

  .xl\:tw-transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .xl\:tw-transform-none {
    transform: none !important;
  }

  .xl\:tw-origin-center {
    transform-origin: center !important;
  }

  .xl\:tw-origin-top {
    transform-origin: top !important;
  }

  .xl\:tw-origin-top-right {
    transform-origin: top right !important;
  }

  .xl\:tw-origin-right {
    transform-origin: right !important;
  }

  .xl\:tw-origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .xl\:tw-origin-bottom {
    transform-origin: bottom !important;
  }

  .xl\:tw-origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .xl\:tw-origin-left {
    transform-origin: left !important;
  }

  .xl\:tw-origin-top-left {
    transform-origin: top left !important;
  }

  .xl\:tw-scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xl\:tw-scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xl\:tw-scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xl\:tw-scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xl\:tw-scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xl\:tw-scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xl\:tw-scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xl\:tw-scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xl\:tw-scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xl\:tw-scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xl\:tw-scale-x-0 {
    --transform-scale-x: 0 !important;
  }

  .xl\:tw-scale-x-50 {
    --transform-scale-x: .5 !important;
  }

  .xl\:tw-scale-x-75 {
    --transform-scale-x: .75 !important;
  }

  .xl\:tw-scale-x-90 {
    --transform-scale-x: .9 !important;
  }

  .xl\:tw-scale-x-95 {
    --transform-scale-x: .95 !important;
  }

  .xl\:tw-scale-x-100 {
    --transform-scale-x: 1 !important;
  }

  .xl\:tw-scale-x-105 {
    --transform-scale-x: 1.05 !important;
  }

  .xl\:tw-scale-x-110 {
    --transform-scale-x: 1.1 !important;
  }

  .xl\:tw-scale-x-125 {
    --transform-scale-x: 1.25 !important;
  }

  .xl\:tw-scale-x-150 {
    --transform-scale-x: 1.5 !important;
  }

  .xl\:tw-scale-y-0 {
    --transform-scale-y: 0 !important;
  }

  .xl\:tw-scale-y-50 {
    --transform-scale-y: .5 !important;
  }

  .xl\:tw-scale-y-75 {
    --transform-scale-y: .75 !important;
  }

  .xl\:tw-scale-y-90 {
    --transform-scale-y: .9 !important;
  }

  .xl\:tw-scale-y-95 {
    --transform-scale-y: .95 !important;
  }

  .xl\:tw-scale-y-100 {
    --transform-scale-y: 1 !important;
  }

  .xl\:tw-scale-y-105 {
    --transform-scale-y: 1.05 !important;
  }

  .xl\:tw-scale-y-110 {
    --transform-scale-y: 1.1 !important;
  }

  .xl\:tw-scale-y-125 {
    --transform-scale-y: 1.25 !important;
  }

  .xl\:tw-scale-y-150 {
    --transform-scale-y: 1.5 !important;
  }

  .xl\:hover\:tw-scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xl\:hover\:tw-scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xl\:hover\:tw-scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xl\:hover\:tw-scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xl\:hover\:tw-scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xl\:hover\:tw-scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xl\:hover\:tw-scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xl\:hover\:tw-scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xl\:hover\:tw-scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xl\:hover\:tw-scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xl\:hover\:tw-scale-x-0:hover {
    --transform-scale-x: 0 !important;
  }

  .xl\:hover\:tw-scale-x-50:hover {
    --transform-scale-x: .5 !important;
  }

  .xl\:hover\:tw-scale-x-75:hover {
    --transform-scale-x: .75 !important;
  }

  .xl\:hover\:tw-scale-x-90:hover {
    --transform-scale-x: .9 !important;
  }

  .xl\:hover\:tw-scale-x-95:hover {
    --transform-scale-x: .95 !important;
  }

  .xl\:hover\:tw-scale-x-100:hover {
    --transform-scale-x: 1 !important;
  }

  .xl\:hover\:tw-scale-x-105:hover {
    --transform-scale-x: 1.05 !important;
  }

  .xl\:hover\:tw-scale-x-110:hover {
    --transform-scale-x: 1.1 !important;
  }

  .xl\:hover\:tw-scale-x-125:hover {
    --transform-scale-x: 1.25 !important;
  }

  .xl\:hover\:tw-scale-x-150:hover {
    --transform-scale-x: 1.5 !important;
  }

  .xl\:hover\:tw-scale-y-0:hover {
    --transform-scale-y: 0 !important;
  }

  .xl\:hover\:tw-scale-y-50:hover {
    --transform-scale-y: .5 !important;
  }

  .xl\:hover\:tw-scale-y-75:hover {
    --transform-scale-y: .75 !important;
  }

  .xl\:hover\:tw-scale-y-90:hover {
    --transform-scale-y: .9 !important;
  }

  .xl\:hover\:tw-scale-y-95:hover {
    --transform-scale-y: .95 !important;
  }

  .xl\:hover\:tw-scale-y-100:hover {
    --transform-scale-y: 1 !important;
  }

  .xl\:hover\:tw-scale-y-105:hover {
    --transform-scale-y: 1.05 !important;
  }

  .xl\:hover\:tw-scale-y-110:hover {
    --transform-scale-y: 1.1 !important;
  }

  .xl\:hover\:tw-scale-y-125:hover {
    --transform-scale-y: 1.25 !important;
  }

  .xl\:hover\:tw-scale-y-150:hover {
    --transform-scale-y: 1.5 !important;
  }

  .xl\:focus\:tw-scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xl\:focus\:tw-scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xl\:focus\:tw-scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xl\:focus\:tw-scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xl\:focus\:tw-scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xl\:focus\:tw-scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xl\:focus\:tw-scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xl\:focus\:tw-scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xl\:focus\:tw-scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xl\:focus\:tw-scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xl\:focus\:tw-scale-x-0:focus {
    --transform-scale-x: 0 !important;
  }

  .xl\:focus\:tw-scale-x-50:focus {
    --transform-scale-x: .5 !important;
  }

  .xl\:focus\:tw-scale-x-75:focus {
    --transform-scale-x: .75 !important;
  }

  .xl\:focus\:tw-scale-x-90:focus {
    --transform-scale-x: .9 !important;
  }

  .xl\:focus\:tw-scale-x-95:focus {
    --transform-scale-x: .95 !important;
  }

  .xl\:focus\:tw-scale-x-100:focus {
    --transform-scale-x: 1 !important;
  }

  .xl\:focus\:tw-scale-x-105:focus {
    --transform-scale-x: 1.05 !important;
  }

  .xl\:focus\:tw-scale-x-110:focus {
    --transform-scale-x: 1.1 !important;
  }

  .xl\:focus\:tw-scale-x-125:focus {
    --transform-scale-x: 1.25 !important;
  }

  .xl\:focus\:tw-scale-x-150:focus {
    --transform-scale-x: 1.5 !important;
  }

  .xl\:focus\:tw-scale-y-0:focus {
    --transform-scale-y: 0 !important;
  }

  .xl\:focus\:tw-scale-y-50:focus {
    --transform-scale-y: .5 !important;
  }

  .xl\:focus\:tw-scale-y-75:focus {
    --transform-scale-y: .75 !important;
  }

  .xl\:focus\:tw-scale-y-90:focus {
    --transform-scale-y: .9 !important;
  }

  .xl\:focus\:tw-scale-y-95:focus {
    --transform-scale-y: .95 !important;
  }

  .xl\:focus\:tw-scale-y-100:focus {
    --transform-scale-y: 1 !important;
  }

  .xl\:focus\:tw-scale-y-105:focus {
    --transform-scale-y: 1.05 !important;
  }

  .xl\:focus\:tw-scale-y-110:focus {
    --transform-scale-y: 1.1 !important;
  }

  .xl\:focus\:tw-scale-y-125:focus {
    --transform-scale-y: 1.25 !important;
  }

  .xl\:focus\:tw-scale-y-150:focus {
    --transform-scale-y: 1.5 !important;
  }

  .xl\:tw-rotate-0 {
    --transform-rotate: 0 !important;
  }

  .xl\:tw-rotate-1 {
    --transform-rotate: 1deg !important;
  }

  .xl\:tw-rotate-2 {
    --transform-rotate: 2deg !important;
  }

  .xl\:tw-rotate-3 {
    --transform-rotate: 3deg !important;
  }

  .xl\:tw-rotate-6 {
    --transform-rotate: 6deg !important;
  }

  .xl\:tw-rotate-12 {
    --transform-rotate: 12deg !important;
  }

  .xl\:tw-rotate-45 {
    --transform-rotate: 45deg !important;
  }

  .xl\:tw-rotate-90 {
    --transform-rotate: 90deg !important;
  }

  .xl\:tw-rotate-180 {
    --transform-rotate: 180deg !important;
  }

  .xl\:tw--rotate-180 {
    --transform-rotate: -180deg !important;
  }

  .xl\:tw--rotate-90 {
    --transform-rotate: -90deg !important;
  }

  .xl\:tw--rotate-45 {
    --transform-rotate: -45deg !important;
  }

  .xl\:tw--rotate-12 {
    --transform-rotate: -12deg !important;
  }

  .xl\:tw--rotate-6 {
    --transform-rotate: -6deg !important;
  }

  .xl\:tw--rotate-3 {
    --transform-rotate: -3deg !important;
  }

  .xl\:tw--rotate-2 {
    --transform-rotate: -2deg !important;
  }

  .xl\:tw--rotate-1 {
    --transform-rotate: -1deg !important;
  }

  .xl\:hover\:tw-rotate-0:hover {
    --transform-rotate: 0 !important;
  }

  .xl\:hover\:tw-rotate-1:hover {
    --transform-rotate: 1deg !important;
  }

  .xl\:hover\:tw-rotate-2:hover {
    --transform-rotate: 2deg !important;
  }

  .xl\:hover\:tw-rotate-3:hover {
    --transform-rotate: 3deg !important;
  }

  .xl\:hover\:tw-rotate-6:hover {
    --transform-rotate: 6deg !important;
  }

  .xl\:hover\:tw-rotate-12:hover {
    --transform-rotate: 12deg !important;
  }

  .xl\:hover\:tw-rotate-45:hover {
    --transform-rotate: 45deg !important;
  }

  .xl\:hover\:tw-rotate-90:hover {
    --transform-rotate: 90deg !important;
  }

  .xl\:hover\:tw-rotate-180:hover {
    --transform-rotate: 180deg !important;
  }

  .xl\:hover\:tw--rotate-180:hover {
    --transform-rotate: -180deg !important;
  }

  .xl\:hover\:tw--rotate-90:hover {
    --transform-rotate: -90deg !important;
  }

  .xl\:hover\:tw--rotate-45:hover {
    --transform-rotate: -45deg !important;
  }

  .xl\:hover\:tw--rotate-12:hover {
    --transform-rotate: -12deg !important;
  }

  .xl\:hover\:tw--rotate-6:hover {
    --transform-rotate: -6deg !important;
  }

  .xl\:hover\:tw--rotate-3:hover {
    --transform-rotate: -3deg !important;
  }

  .xl\:hover\:tw--rotate-2:hover {
    --transform-rotate: -2deg !important;
  }

  .xl\:hover\:tw--rotate-1:hover {
    --transform-rotate: -1deg !important;
  }

  .xl\:focus\:tw-rotate-0:focus {
    --transform-rotate: 0 !important;
  }

  .xl\:focus\:tw-rotate-1:focus {
    --transform-rotate: 1deg !important;
  }

  .xl\:focus\:tw-rotate-2:focus {
    --transform-rotate: 2deg !important;
  }

  .xl\:focus\:tw-rotate-3:focus {
    --transform-rotate: 3deg !important;
  }

  .xl\:focus\:tw-rotate-6:focus {
    --transform-rotate: 6deg !important;
  }

  .xl\:focus\:tw-rotate-12:focus {
    --transform-rotate: 12deg !important;
  }

  .xl\:focus\:tw-rotate-45:focus {
    --transform-rotate: 45deg !important;
  }

  .xl\:focus\:tw-rotate-90:focus {
    --transform-rotate: 90deg !important;
  }

  .xl\:focus\:tw-rotate-180:focus {
    --transform-rotate: 180deg !important;
  }

  .xl\:focus\:tw--rotate-180:focus {
    --transform-rotate: -180deg !important;
  }

  .xl\:focus\:tw--rotate-90:focus {
    --transform-rotate: -90deg !important;
  }

  .xl\:focus\:tw--rotate-45:focus {
    --transform-rotate: -45deg !important;
  }

  .xl\:focus\:tw--rotate-12:focus {
    --transform-rotate: -12deg !important;
  }

  .xl\:focus\:tw--rotate-6:focus {
    --transform-rotate: -6deg !important;
  }

  .xl\:focus\:tw--rotate-3:focus {
    --transform-rotate: -3deg !important;
  }

  .xl\:focus\:tw--rotate-2:focus {
    --transform-rotate: -2deg !important;
  }

  .xl\:focus\:tw--rotate-1:focus {
    --transform-rotate: -1deg !important;
  }

  .xl\:tw-translate-x-0 {
    --transform-translate-x: 0 !important;
  }

  .xl\:tw-translate-x-1 {
    --transform-translate-x: 0.25rem !important;
  }

  .xl\:tw-translate-x-2 {
    --transform-translate-x: 0.5rem !important;
  }

  .xl\:tw-translate-x-3 {
    --transform-translate-x: 0.75rem !important;
  }

  .xl\:tw-translate-x-4 {
    --transform-translate-x: 1rem !important;
  }

  .xl\:tw-translate-x-5 {
    --transform-translate-x: 1.25rem !important;
  }

  .xl\:tw-translate-x-6 {
    --transform-translate-x: 1.5rem !important;
  }

  .xl\:tw-translate-x-8 {
    --transform-translate-x: 2rem !important;
  }

  .xl\:tw-translate-x-10 {
    --transform-translate-x: 2.5rem !important;
  }

  .xl\:tw-translate-x-12 {
    --transform-translate-x: 3rem !important;
  }

  .xl\:tw-translate-x-16 {
    --transform-translate-x: 4rem !important;
  }

  .xl\:tw-translate-x-20 {
    --transform-translate-x: 5rem !important;
  }

  .xl\:tw-translate-x-24 {
    --transform-translate-x: 6rem !important;
  }

  .xl\:tw-translate-x-30 {
    --transform-translate-x: 7.5rem !important;
  }

  .xl\:tw-translate-x-32 {
    --transform-translate-x: 8rem !important;
  }

  .xl\:tw-translate-x-36 {
    --transform-translate-x: 9rem !important;
  }

  .xl\:tw-translate-x-40 {
    --transform-translate-x: 10rem !important;
  }

  .xl\:tw-translate-x-48 {
    --transform-translate-x: 12rem !important;
  }

  .xl\:tw-translate-x-56 {
    --transform-translate-x: 14rem !important;
  }

  .xl\:tw-translate-x-64 {
    --transform-translate-x: 16rem !important;
  }

  .xl\:tw-translate-x-px {
    --transform-translate-x: 1px !important;
  }

  .xl\:tw-translate-x-0\.5 {
    --transform-translate-x: .125rem !important;
  }

  .xl\:tw-translate-x-1\.5 {
    --transform-translate-x: .375rem !important;
  }

  .xl\:tw-translate-x-2\.5 {
    --transform-translate-x: .625rem !important;
  }

  .xl\:tw-translate-x-3\.5 {
    --transform-translate-x: .875rem !important;
  }

  .xl\:tw-translate-x-1\.25em {
    --transform-translate-x: 1.25em !important;
  }

  .xl\:tw-translate-x-1\.5em {
    --transform-translate-x: 1.5em !important;
  }

  .xl\:tw-translate-x-4em {
    --transform-translate-x: 4em !important;
  }

  .xl\:tw--translate-x-1 {
    --transform-translate-x: -0.25rem !important;
  }

  .xl\:tw--translate-x-2 {
    --transform-translate-x: -0.5rem !important;
  }

  .xl\:tw--translate-x-3 {
    --transform-translate-x: -0.75rem !important;
  }

  .xl\:tw--translate-x-4 {
    --transform-translate-x: -1rem !important;
  }

  .xl\:tw--translate-x-5 {
    --transform-translate-x: -1.25rem !important;
  }

  .xl\:tw--translate-x-6 {
    --transform-translate-x: -1.5rem !important;
  }

  .xl\:tw--translate-x-8 {
    --transform-translate-x: -2rem !important;
  }

  .xl\:tw--translate-x-10 {
    --transform-translate-x: -2.5rem !important;
  }

  .xl\:tw--translate-x-12 {
    --transform-translate-x: -3rem !important;
  }

  .xl\:tw--translate-x-16 {
    --transform-translate-x: -4rem !important;
  }

  .xl\:tw--translate-x-20 {
    --transform-translate-x: -5rem !important;
  }

  .xl\:tw--translate-x-24 {
    --transform-translate-x: -6rem !important;
  }

  .xl\:tw--translate-x-30 {
    --transform-translate-x: -7.5rem !important;
  }

  .xl\:tw--translate-x-32 {
    --transform-translate-x: -8rem !important;
  }

  .xl\:tw--translate-x-36 {
    --transform-translate-x: -9rem !important;
  }

  .xl\:tw--translate-x-40 {
    --transform-translate-x: -10rem !important;
  }

  .xl\:tw--translate-x-48 {
    --transform-translate-x: -12rem !important;
  }

  .xl\:tw--translate-x-56 {
    --transform-translate-x: -14rem !important;
  }

  .xl\:tw--translate-x-64 {
    --transform-translate-x: -16rem !important;
  }

  .xl\:tw--translate-x-px {
    --transform-translate-x: -1px !important;
  }

  .xl\:tw--translate-x-0\.5 {
    --transform-translate-x: -0.125rem !important;
  }

  .xl\:tw--translate-x-1\.5 {
    --transform-translate-x: -0.375rem !important;
  }

  .xl\:tw--translate-x-2\.5 {
    --transform-translate-x: -0.625rem !important;
  }

  .xl\:tw--translate-x-3\.5 {
    --transform-translate-x: -0.875rem !important;
  }

  .xl\:tw--translate-x-1\.25em {
    --transform-translate-x: -1.25em !important;
  }

  .xl\:tw--translate-x-1\.5em {
    --transform-translate-x: -1.5em !important;
  }

  .xl\:tw--translate-x-4em {
    --transform-translate-x: -4em !important;
  }

  .xl\:tw--translate-x-full {
    --transform-translate-x: -100% !important;
  }

  .xl\:tw--translate-x-1\/2 {
    --transform-translate-x: -50% !important;
  }

  .xl\:tw-translate-x-1\/2 {
    --transform-translate-x: 50% !important;
  }

  .xl\:tw-translate-x-full {
    --transform-translate-x: 100% !important;
  }

  .xl\:tw-translate-y-0 {
    --transform-translate-y: 0 !important;
  }

  .xl\:tw-translate-y-1 {
    --transform-translate-y: 0.25rem !important;
  }

  .xl\:tw-translate-y-2 {
    --transform-translate-y: 0.5rem !important;
  }

  .xl\:tw-translate-y-3 {
    --transform-translate-y: 0.75rem !important;
  }

  .xl\:tw-translate-y-4 {
    --transform-translate-y: 1rem !important;
  }

  .xl\:tw-translate-y-5 {
    --transform-translate-y: 1.25rem !important;
  }

  .xl\:tw-translate-y-6 {
    --transform-translate-y: 1.5rem !important;
  }

  .xl\:tw-translate-y-8 {
    --transform-translate-y: 2rem !important;
  }

  .xl\:tw-translate-y-10 {
    --transform-translate-y: 2.5rem !important;
  }

  .xl\:tw-translate-y-12 {
    --transform-translate-y: 3rem !important;
  }

  .xl\:tw-translate-y-16 {
    --transform-translate-y: 4rem !important;
  }

  .xl\:tw-translate-y-20 {
    --transform-translate-y: 5rem !important;
  }

  .xl\:tw-translate-y-24 {
    --transform-translate-y: 6rem !important;
  }

  .xl\:tw-translate-y-30 {
    --transform-translate-y: 7.5rem !important;
  }

  .xl\:tw-translate-y-32 {
    --transform-translate-y: 8rem !important;
  }

  .xl\:tw-translate-y-36 {
    --transform-translate-y: 9rem !important;
  }

  .xl\:tw-translate-y-40 {
    --transform-translate-y: 10rem !important;
  }

  .xl\:tw-translate-y-48 {
    --transform-translate-y: 12rem !important;
  }

  .xl\:tw-translate-y-56 {
    --transform-translate-y: 14rem !important;
  }

  .xl\:tw-translate-y-64 {
    --transform-translate-y: 16rem !important;
  }

  .xl\:tw-translate-y-px {
    --transform-translate-y: 1px !important;
  }

  .xl\:tw-translate-y-0\.5 {
    --transform-translate-y: .125rem !important;
  }

  .xl\:tw-translate-y-1\.5 {
    --transform-translate-y: .375rem !important;
  }

  .xl\:tw-translate-y-2\.5 {
    --transform-translate-y: .625rem !important;
  }

  .xl\:tw-translate-y-3\.5 {
    --transform-translate-y: .875rem !important;
  }

  .xl\:tw-translate-y-1\.25em {
    --transform-translate-y: 1.25em !important;
  }

  .xl\:tw-translate-y-1\.5em {
    --transform-translate-y: 1.5em !important;
  }

  .xl\:tw-translate-y-4em {
    --transform-translate-y: 4em !important;
  }

  .xl\:tw--translate-y-1 {
    --transform-translate-y: -0.25rem !important;
  }

  .xl\:tw--translate-y-2 {
    --transform-translate-y: -0.5rem !important;
  }

  .xl\:tw--translate-y-3 {
    --transform-translate-y: -0.75rem !important;
  }

  .xl\:tw--translate-y-4 {
    --transform-translate-y: -1rem !important;
  }

  .xl\:tw--translate-y-5 {
    --transform-translate-y: -1.25rem !important;
  }

  .xl\:tw--translate-y-6 {
    --transform-translate-y: -1.5rem !important;
  }

  .xl\:tw--translate-y-8 {
    --transform-translate-y: -2rem !important;
  }

  .xl\:tw--translate-y-10 {
    --transform-translate-y: -2.5rem !important;
  }

  .xl\:tw--translate-y-12 {
    --transform-translate-y: -3rem !important;
  }

  .xl\:tw--translate-y-16 {
    --transform-translate-y: -4rem !important;
  }

  .xl\:tw--translate-y-20 {
    --transform-translate-y: -5rem !important;
  }

  .xl\:tw--translate-y-24 {
    --transform-translate-y: -6rem !important;
  }

  .xl\:tw--translate-y-30 {
    --transform-translate-y: -7.5rem !important;
  }

  .xl\:tw--translate-y-32 {
    --transform-translate-y: -8rem !important;
  }

  .xl\:tw--translate-y-36 {
    --transform-translate-y: -9rem !important;
  }

  .xl\:tw--translate-y-40 {
    --transform-translate-y: -10rem !important;
  }

  .xl\:tw--translate-y-48 {
    --transform-translate-y: -12rem !important;
  }

  .xl\:tw--translate-y-56 {
    --transform-translate-y: -14rem !important;
  }

  .xl\:tw--translate-y-64 {
    --transform-translate-y: -16rem !important;
  }

  .xl\:tw--translate-y-px {
    --transform-translate-y: -1px !important;
  }

  .xl\:tw--translate-y-0\.5 {
    --transform-translate-y: -0.125rem !important;
  }

  .xl\:tw--translate-y-1\.5 {
    --transform-translate-y: -0.375rem !important;
  }

  .xl\:tw--translate-y-2\.5 {
    --transform-translate-y: -0.625rem !important;
  }

  .xl\:tw--translate-y-3\.5 {
    --transform-translate-y: -0.875rem !important;
  }

  .xl\:tw--translate-y-1\.25em {
    --transform-translate-y: -1.25em !important;
  }

  .xl\:tw--translate-y-1\.5em {
    --transform-translate-y: -1.5em !important;
  }

  .xl\:tw--translate-y-4em {
    --transform-translate-y: -4em !important;
  }

  .xl\:tw--translate-y-full {
    --transform-translate-y: -100% !important;
  }

  .xl\:tw--translate-y-1\/2 {
    --transform-translate-y: -50% !important;
  }

  .xl\:tw-translate-y-1\/2 {
    --transform-translate-y: 50% !important;
  }

  .xl\:tw-translate-y-full {
    --transform-translate-y: 100% !important;
  }

  .xl\:hover\:tw-translate-x-0:hover {
    --transform-translate-x: 0 !important;
  }

  .xl\:hover\:tw-translate-x-1:hover {
    --transform-translate-x: 0.25rem !important;
  }

  .xl\:hover\:tw-translate-x-2:hover {
    --transform-translate-x: 0.5rem !important;
  }

  .xl\:hover\:tw-translate-x-3:hover {
    --transform-translate-x: 0.75rem !important;
  }

  .xl\:hover\:tw-translate-x-4:hover {
    --transform-translate-x: 1rem !important;
  }

  .xl\:hover\:tw-translate-x-5:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .xl\:hover\:tw-translate-x-6:hover {
    --transform-translate-x: 1.5rem !important;
  }

  .xl\:hover\:tw-translate-x-8:hover {
    --transform-translate-x: 2rem !important;
  }

  .xl\:hover\:tw-translate-x-10:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .xl\:hover\:tw-translate-x-12:hover {
    --transform-translate-x: 3rem !important;
  }

  .xl\:hover\:tw-translate-x-16:hover {
    --transform-translate-x: 4rem !important;
  }

  .xl\:hover\:tw-translate-x-20:hover {
    --transform-translate-x: 5rem !important;
  }

  .xl\:hover\:tw-translate-x-24:hover {
    --transform-translate-x: 6rem !important;
  }

  .xl\:hover\:tw-translate-x-30:hover {
    --transform-translate-x: 7.5rem !important;
  }

  .xl\:hover\:tw-translate-x-32:hover {
    --transform-translate-x: 8rem !important;
  }

  .xl\:hover\:tw-translate-x-36:hover {
    --transform-translate-x: 9rem !important;
  }

  .xl\:hover\:tw-translate-x-40:hover {
    --transform-translate-x: 10rem !important;
  }

  .xl\:hover\:tw-translate-x-48:hover {
    --transform-translate-x: 12rem !important;
  }

  .xl\:hover\:tw-translate-x-56:hover {
    --transform-translate-x: 14rem !important;
  }

  .xl\:hover\:tw-translate-x-64:hover {
    --transform-translate-x: 16rem !important;
  }

  .xl\:hover\:tw-translate-x-px:hover {
    --transform-translate-x: 1px !important;
  }

  .xl\:hover\:tw-translate-x-0\.5:hover {
    --transform-translate-x: .125rem !important;
  }

  .xl\:hover\:tw-translate-x-1\.5:hover {
    --transform-translate-x: .375rem !important;
  }

  .xl\:hover\:tw-translate-x-2\.5:hover {
    --transform-translate-x: .625rem !important;
  }

  .xl\:hover\:tw-translate-x-3\.5:hover {
    --transform-translate-x: .875rem !important;
  }

  .xl\:hover\:tw-translate-x-1\.25em:hover {
    --transform-translate-x: 1.25em !important;
  }

  .xl\:hover\:tw-translate-x-1\.5em:hover {
    --transform-translate-x: 1.5em !important;
  }

  .xl\:hover\:tw-translate-x-4em:hover {
    --transform-translate-x: 4em !important;
  }

  .xl\:hover\:tw--translate-x-1:hover {
    --transform-translate-x: -0.25rem !important;
  }

  .xl\:hover\:tw--translate-x-2:hover {
    --transform-translate-x: -0.5rem !important;
  }

  .xl\:hover\:tw--translate-x-3:hover {
    --transform-translate-x: -0.75rem !important;
  }

  .xl\:hover\:tw--translate-x-4:hover {
    --transform-translate-x: -1rem !important;
  }

  .xl\:hover\:tw--translate-x-5:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .xl\:hover\:tw--translate-x-6:hover {
    --transform-translate-x: -1.5rem !important;
  }

  .xl\:hover\:tw--translate-x-8:hover {
    --transform-translate-x: -2rem !important;
  }

  .xl\:hover\:tw--translate-x-10:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .xl\:hover\:tw--translate-x-12:hover {
    --transform-translate-x: -3rem !important;
  }

  .xl\:hover\:tw--translate-x-16:hover {
    --transform-translate-x: -4rem !important;
  }

  .xl\:hover\:tw--translate-x-20:hover {
    --transform-translate-x: -5rem !important;
  }

  .xl\:hover\:tw--translate-x-24:hover {
    --transform-translate-x: -6rem !important;
  }

  .xl\:hover\:tw--translate-x-30:hover {
    --transform-translate-x: -7.5rem !important;
  }

  .xl\:hover\:tw--translate-x-32:hover {
    --transform-translate-x: -8rem !important;
  }

  .xl\:hover\:tw--translate-x-36:hover {
    --transform-translate-x: -9rem !important;
  }

  .xl\:hover\:tw--translate-x-40:hover {
    --transform-translate-x: -10rem !important;
  }

  .xl\:hover\:tw--translate-x-48:hover {
    --transform-translate-x: -12rem !important;
  }

  .xl\:hover\:tw--translate-x-56:hover {
    --transform-translate-x: -14rem !important;
  }

  .xl\:hover\:tw--translate-x-64:hover {
    --transform-translate-x: -16rem !important;
  }

  .xl\:hover\:tw--translate-x-px:hover {
    --transform-translate-x: -1px !important;
  }

  .xl\:hover\:tw--translate-x-0\.5:hover {
    --transform-translate-x: -0.125rem !important;
  }

  .xl\:hover\:tw--translate-x-1\.5:hover {
    --transform-translate-x: -0.375rem !important;
  }

  .xl\:hover\:tw--translate-x-2\.5:hover {
    --transform-translate-x: -0.625rem !important;
  }

  .xl\:hover\:tw--translate-x-3\.5:hover {
    --transform-translate-x: -0.875rem !important;
  }

  .xl\:hover\:tw--translate-x-1\.25em:hover {
    --transform-translate-x: -1.25em !important;
  }

  .xl\:hover\:tw--translate-x-1\.5em:hover {
    --transform-translate-x: -1.5em !important;
  }

  .xl\:hover\:tw--translate-x-4em:hover {
    --transform-translate-x: -4em !important;
  }

  .xl\:hover\:tw--translate-x-full:hover {
    --transform-translate-x: -100% !important;
  }

  .xl\:hover\:tw--translate-x-1\/2:hover {
    --transform-translate-x: -50% !important;
  }

  .xl\:hover\:tw-translate-x-1\/2:hover {
    --transform-translate-x: 50% !important;
  }

  .xl\:hover\:tw-translate-x-full:hover {
    --transform-translate-x: 100% !important;
  }

  .xl\:hover\:tw-translate-y-0:hover {
    --transform-translate-y: 0 !important;
  }

  .xl\:hover\:tw-translate-y-1:hover {
    --transform-translate-y: 0.25rem !important;
  }

  .xl\:hover\:tw-translate-y-2:hover {
    --transform-translate-y: 0.5rem !important;
  }

  .xl\:hover\:tw-translate-y-3:hover {
    --transform-translate-y: 0.75rem !important;
  }

  .xl\:hover\:tw-translate-y-4:hover {
    --transform-translate-y: 1rem !important;
  }

  .xl\:hover\:tw-translate-y-5:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .xl\:hover\:tw-translate-y-6:hover {
    --transform-translate-y: 1.5rem !important;
  }

  .xl\:hover\:tw-translate-y-8:hover {
    --transform-translate-y: 2rem !important;
  }

  .xl\:hover\:tw-translate-y-10:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .xl\:hover\:tw-translate-y-12:hover {
    --transform-translate-y: 3rem !important;
  }

  .xl\:hover\:tw-translate-y-16:hover {
    --transform-translate-y: 4rem !important;
  }

  .xl\:hover\:tw-translate-y-20:hover {
    --transform-translate-y: 5rem !important;
  }

  .xl\:hover\:tw-translate-y-24:hover {
    --transform-translate-y: 6rem !important;
  }

  .xl\:hover\:tw-translate-y-30:hover {
    --transform-translate-y: 7.5rem !important;
  }

  .xl\:hover\:tw-translate-y-32:hover {
    --transform-translate-y: 8rem !important;
  }

  .xl\:hover\:tw-translate-y-36:hover {
    --transform-translate-y: 9rem !important;
  }

  .xl\:hover\:tw-translate-y-40:hover {
    --transform-translate-y: 10rem !important;
  }

  .xl\:hover\:tw-translate-y-48:hover {
    --transform-translate-y: 12rem !important;
  }

  .xl\:hover\:tw-translate-y-56:hover {
    --transform-translate-y: 14rem !important;
  }

  .xl\:hover\:tw-translate-y-64:hover {
    --transform-translate-y: 16rem !important;
  }

  .xl\:hover\:tw-translate-y-px:hover {
    --transform-translate-y: 1px !important;
  }

  .xl\:hover\:tw-translate-y-0\.5:hover {
    --transform-translate-y: .125rem !important;
  }

  .xl\:hover\:tw-translate-y-1\.5:hover {
    --transform-translate-y: .375rem !important;
  }

  .xl\:hover\:tw-translate-y-2\.5:hover {
    --transform-translate-y: .625rem !important;
  }

  .xl\:hover\:tw-translate-y-3\.5:hover {
    --transform-translate-y: .875rem !important;
  }

  .xl\:hover\:tw-translate-y-1\.25em:hover {
    --transform-translate-y: 1.25em !important;
  }

  .xl\:hover\:tw-translate-y-1\.5em:hover {
    --transform-translate-y: 1.5em !important;
  }

  .xl\:hover\:tw-translate-y-4em:hover {
    --transform-translate-y: 4em !important;
  }

  .xl\:hover\:tw--translate-y-1:hover {
    --transform-translate-y: -0.25rem !important;
  }

  .xl\:hover\:tw--translate-y-2:hover {
    --transform-translate-y: -0.5rem !important;
  }

  .xl\:hover\:tw--translate-y-3:hover {
    --transform-translate-y: -0.75rem !important;
  }

  .xl\:hover\:tw--translate-y-4:hover {
    --transform-translate-y: -1rem !important;
  }

  .xl\:hover\:tw--translate-y-5:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .xl\:hover\:tw--translate-y-6:hover {
    --transform-translate-y: -1.5rem !important;
  }

  .xl\:hover\:tw--translate-y-8:hover {
    --transform-translate-y: -2rem !important;
  }

  .xl\:hover\:tw--translate-y-10:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .xl\:hover\:tw--translate-y-12:hover {
    --transform-translate-y: -3rem !important;
  }

  .xl\:hover\:tw--translate-y-16:hover {
    --transform-translate-y: -4rem !important;
  }

  .xl\:hover\:tw--translate-y-20:hover {
    --transform-translate-y: -5rem !important;
  }

  .xl\:hover\:tw--translate-y-24:hover {
    --transform-translate-y: -6rem !important;
  }

  .xl\:hover\:tw--translate-y-30:hover {
    --transform-translate-y: -7.5rem !important;
  }

  .xl\:hover\:tw--translate-y-32:hover {
    --transform-translate-y: -8rem !important;
  }

  .xl\:hover\:tw--translate-y-36:hover {
    --transform-translate-y: -9rem !important;
  }

  .xl\:hover\:tw--translate-y-40:hover {
    --transform-translate-y: -10rem !important;
  }

  .xl\:hover\:tw--translate-y-48:hover {
    --transform-translate-y: -12rem !important;
  }

  .xl\:hover\:tw--translate-y-56:hover {
    --transform-translate-y: -14rem !important;
  }

  .xl\:hover\:tw--translate-y-64:hover {
    --transform-translate-y: -16rem !important;
  }

  .xl\:hover\:tw--translate-y-px:hover {
    --transform-translate-y: -1px !important;
  }

  .xl\:hover\:tw--translate-y-0\.5:hover {
    --transform-translate-y: -0.125rem !important;
  }

  .xl\:hover\:tw--translate-y-1\.5:hover {
    --transform-translate-y: -0.375rem !important;
  }

  .xl\:hover\:tw--translate-y-2\.5:hover {
    --transform-translate-y: -0.625rem !important;
  }

  .xl\:hover\:tw--translate-y-3\.5:hover {
    --transform-translate-y: -0.875rem !important;
  }

  .xl\:hover\:tw--translate-y-1\.25em:hover {
    --transform-translate-y: -1.25em !important;
  }

  .xl\:hover\:tw--translate-y-1\.5em:hover {
    --transform-translate-y: -1.5em !important;
  }

  .xl\:hover\:tw--translate-y-4em:hover {
    --transform-translate-y: -4em !important;
  }

  .xl\:hover\:tw--translate-y-full:hover {
    --transform-translate-y: -100% !important;
  }

  .xl\:hover\:tw--translate-y-1\/2:hover {
    --transform-translate-y: -50% !important;
  }

  .xl\:hover\:tw-translate-y-1\/2:hover {
    --transform-translate-y: 50% !important;
  }

  .xl\:hover\:tw-translate-y-full:hover {
    --transform-translate-y: 100% !important;
  }

  .xl\:focus\:tw-translate-x-0:focus {
    --transform-translate-x: 0 !important;
  }

  .xl\:focus\:tw-translate-x-1:focus {
    --transform-translate-x: 0.25rem !important;
  }

  .xl\:focus\:tw-translate-x-2:focus {
    --transform-translate-x: 0.5rem !important;
  }

  .xl\:focus\:tw-translate-x-3:focus {
    --transform-translate-x: 0.75rem !important;
  }

  .xl\:focus\:tw-translate-x-4:focus {
    --transform-translate-x: 1rem !important;
  }

  .xl\:focus\:tw-translate-x-5:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .xl\:focus\:tw-translate-x-6:focus {
    --transform-translate-x: 1.5rem !important;
  }

  .xl\:focus\:tw-translate-x-8:focus {
    --transform-translate-x: 2rem !important;
  }

  .xl\:focus\:tw-translate-x-10:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .xl\:focus\:tw-translate-x-12:focus {
    --transform-translate-x: 3rem !important;
  }

  .xl\:focus\:tw-translate-x-16:focus {
    --transform-translate-x: 4rem !important;
  }

  .xl\:focus\:tw-translate-x-20:focus {
    --transform-translate-x: 5rem !important;
  }

  .xl\:focus\:tw-translate-x-24:focus {
    --transform-translate-x: 6rem !important;
  }

  .xl\:focus\:tw-translate-x-30:focus {
    --transform-translate-x: 7.5rem !important;
  }

  .xl\:focus\:tw-translate-x-32:focus {
    --transform-translate-x: 8rem !important;
  }

  .xl\:focus\:tw-translate-x-36:focus {
    --transform-translate-x: 9rem !important;
  }

  .xl\:focus\:tw-translate-x-40:focus {
    --transform-translate-x: 10rem !important;
  }

  .xl\:focus\:tw-translate-x-48:focus {
    --transform-translate-x: 12rem !important;
  }

  .xl\:focus\:tw-translate-x-56:focus {
    --transform-translate-x: 14rem !important;
  }

  .xl\:focus\:tw-translate-x-64:focus {
    --transform-translate-x: 16rem !important;
  }

  .xl\:focus\:tw-translate-x-px:focus {
    --transform-translate-x: 1px !important;
  }

  .xl\:focus\:tw-translate-x-0\.5:focus {
    --transform-translate-x: .125rem !important;
  }

  .xl\:focus\:tw-translate-x-1\.5:focus {
    --transform-translate-x: .375rem !important;
  }

  .xl\:focus\:tw-translate-x-2\.5:focus {
    --transform-translate-x: .625rem !important;
  }

  .xl\:focus\:tw-translate-x-3\.5:focus {
    --transform-translate-x: .875rem !important;
  }

  .xl\:focus\:tw-translate-x-1\.25em:focus {
    --transform-translate-x: 1.25em !important;
  }

  .xl\:focus\:tw-translate-x-1\.5em:focus {
    --transform-translate-x: 1.5em !important;
  }

  .xl\:focus\:tw-translate-x-4em:focus {
    --transform-translate-x: 4em !important;
  }

  .xl\:focus\:tw--translate-x-1:focus {
    --transform-translate-x: -0.25rem !important;
  }

  .xl\:focus\:tw--translate-x-2:focus {
    --transform-translate-x: -0.5rem !important;
  }

  .xl\:focus\:tw--translate-x-3:focus {
    --transform-translate-x: -0.75rem !important;
  }

  .xl\:focus\:tw--translate-x-4:focus {
    --transform-translate-x: -1rem !important;
  }

  .xl\:focus\:tw--translate-x-5:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .xl\:focus\:tw--translate-x-6:focus {
    --transform-translate-x: -1.5rem !important;
  }

  .xl\:focus\:tw--translate-x-8:focus {
    --transform-translate-x: -2rem !important;
  }

  .xl\:focus\:tw--translate-x-10:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .xl\:focus\:tw--translate-x-12:focus {
    --transform-translate-x: -3rem !important;
  }

  .xl\:focus\:tw--translate-x-16:focus {
    --transform-translate-x: -4rem !important;
  }

  .xl\:focus\:tw--translate-x-20:focus {
    --transform-translate-x: -5rem !important;
  }

  .xl\:focus\:tw--translate-x-24:focus {
    --transform-translate-x: -6rem !important;
  }

  .xl\:focus\:tw--translate-x-30:focus {
    --transform-translate-x: -7.5rem !important;
  }

  .xl\:focus\:tw--translate-x-32:focus {
    --transform-translate-x: -8rem !important;
  }

  .xl\:focus\:tw--translate-x-36:focus {
    --transform-translate-x: -9rem !important;
  }

  .xl\:focus\:tw--translate-x-40:focus {
    --transform-translate-x: -10rem !important;
  }

  .xl\:focus\:tw--translate-x-48:focus {
    --transform-translate-x: -12rem !important;
  }

  .xl\:focus\:tw--translate-x-56:focus {
    --transform-translate-x: -14rem !important;
  }

  .xl\:focus\:tw--translate-x-64:focus {
    --transform-translate-x: -16rem !important;
  }

  .xl\:focus\:tw--translate-x-px:focus {
    --transform-translate-x: -1px !important;
  }

  .xl\:focus\:tw--translate-x-0\.5:focus {
    --transform-translate-x: -0.125rem !important;
  }

  .xl\:focus\:tw--translate-x-1\.5:focus {
    --transform-translate-x: -0.375rem !important;
  }

  .xl\:focus\:tw--translate-x-2\.5:focus {
    --transform-translate-x: -0.625rem !important;
  }

  .xl\:focus\:tw--translate-x-3\.5:focus {
    --transform-translate-x: -0.875rem !important;
  }

  .xl\:focus\:tw--translate-x-1\.25em:focus {
    --transform-translate-x: -1.25em !important;
  }

  .xl\:focus\:tw--translate-x-1\.5em:focus {
    --transform-translate-x: -1.5em !important;
  }

  .xl\:focus\:tw--translate-x-4em:focus {
    --transform-translate-x: -4em !important;
  }

  .xl\:focus\:tw--translate-x-full:focus {
    --transform-translate-x: -100% !important;
  }

  .xl\:focus\:tw--translate-x-1\/2:focus {
    --transform-translate-x: -50% !important;
  }

  .xl\:focus\:tw-translate-x-1\/2:focus {
    --transform-translate-x: 50% !important;
  }

  .xl\:focus\:tw-translate-x-full:focus {
    --transform-translate-x: 100% !important;
  }

  .xl\:focus\:tw-translate-y-0:focus {
    --transform-translate-y: 0 !important;
  }

  .xl\:focus\:tw-translate-y-1:focus {
    --transform-translate-y: 0.25rem !important;
  }

  .xl\:focus\:tw-translate-y-2:focus {
    --transform-translate-y: 0.5rem !important;
  }

  .xl\:focus\:tw-translate-y-3:focus {
    --transform-translate-y: 0.75rem !important;
  }

  .xl\:focus\:tw-translate-y-4:focus {
    --transform-translate-y: 1rem !important;
  }

  .xl\:focus\:tw-translate-y-5:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .xl\:focus\:tw-translate-y-6:focus {
    --transform-translate-y: 1.5rem !important;
  }

  .xl\:focus\:tw-translate-y-8:focus {
    --transform-translate-y: 2rem !important;
  }

  .xl\:focus\:tw-translate-y-10:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .xl\:focus\:tw-translate-y-12:focus {
    --transform-translate-y: 3rem !important;
  }

  .xl\:focus\:tw-translate-y-16:focus {
    --transform-translate-y: 4rem !important;
  }

  .xl\:focus\:tw-translate-y-20:focus {
    --transform-translate-y: 5rem !important;
  }

  .xl\:focus\:tw-translate-y-24:focus {
    --transform-translate-y: 6rem !important;
  }

  .xl\:focus\:tw-translate-y-30:focus {
    --transform-translate-y: 7.5rem !important;
  }

  .xl\:focus\:tw-translate-y-32:focus {
    --transform-translate-y: 8rem !important;
  }

  .xl\:focus\:tw-translate-y-36:focus {
    --transform-translate-y: 9rem !important;
  }

  .xl\:focus\:tw-translate-y-40:focus {
    --transform-translate-y: 10rem !important;
  }

  .xl\:focus\:tw-translate-y-48:focus {
    --transform-translate-y: 12rem !important;
  }

  .xl\:focus\:tw-translate-y-56:focus {
    --transform-translate-y: 14rem !important;
  }

  .xl\:focus\:tw-translate-y-64:focus {
    --transform-translate-y: 16rem !important;
  }

  .xl\:focus\:tw-translate-y-px:focus {
    --transform-translate-y: 1px !important;
  }

  .xl\:focus\:tw-translate-y-0\.5:focus {
    --transform-translate-y: .125rem !important;
  }

  .xl\:focus\:tw-translate-y-1\.5:focus {
    --transform-translate-y: .375rem !important;
  }

  .xl\:focus\:tw-translate-y-2\.5:focus {
    --transform-translate-y: .625rem !important;
  }

  .xl\:focus\:tw-translate-y-3\.5:focus {
    --transform-translate-y: .875rem !important;
  }

  .xl\:focus\:tw-translate-y-1\.25em:focus {
    --transform-translate-y: 1.25em !important;
  }

  .xl\:focus\:tw-translate-y-1\.5em:focus {
    --transform-translate-y: 1.5em !important;
  }

  .xl\:focus\:tw-translate-y-4em:focus {
    --transform-translate-y: 4em !important;
  }

  .xl\:focus\:tw--translate-y-1:focus {
    --transform-translate-y: -0.25rem !important;
  }

  .xl\:focus\:tw--translate-y-2:focus {
    --transform-translate-y: -0.5rem !important;
  }

  .xl\:focus\:tw--translate-y-3:focus {
    --transform-translate-y: -0.75rem !important;
  }

  .xl\:focus\:tw--translate-y-4:focus {
    --transform-translate-y: -1rem !important;
  }

  .xl\:focus\:tw--translate-y-5:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .xl\:focus\:tw--translate-y-6:focus {
    --transform-translate-y: -1.5rem !important;
  }

  .xl\:focus\:tw--translate-y-8:focus {
    --transform-translate-y: -2rem !important;
  }

  .xl\:focus\:tw--translate-y-10:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .xl\:focus\:tw--translate-y-12:focus {
    --transform-translate-y: -3rem !important;
  }

  .xl\:focus\:tw--translate-y-16:focus {
    --transform-translate-y: -4rem !important;
  }

  .xl\:focus\:tw--translate-y-20:focus {
    --transform-translate-y: -5rem !important;
  }

  .xl\:focus\:tw--translate-y-24:focus {
    --transform-translate-y: -6rem !important;
  }

  .xl\:focus\:tw--translate-y-30:focus {
    --transform-translate-y: -7.5rem !important;
  }

  .xl\:focus\:tw--translate-y-32:focus {
    --transform-translate-y: -8rem !important;
  }

  .xl\:focus\:tw--translate-y-36:focus {
    --transform-translate-y: -9rem !important;
  }

  .xl\:focus\:tw--translate-y-40:focus {
    --transform-translate-y: -10rem !important;
  }

  .xl\:focus\:tw--translate-y-48:focus {
    --transform-translate-y: -12rem !important;
  }

  .xl\:focus\:tw--translate-y-56:focus {
    --transform-translate-y: -14rem !important;
  }

  .xl\:focus\:tw--translate-y-64:focus {
    --transform-translate-y: -16rem !important;
  }

  .xl\:focus\:tw--translate-y-px:focus {
    --transform-translate-y: -1px !important;
  }

  .xl\:focus\:tw--translate-y-0\.5:focus {
    --transform-translate-y: -0.125rem !important;
  }

  .xl\:focus\:tw--translate-y-1\.5:focus {
    --transform-translate-y: -0.375rem !important;
  }

  .xl\:focus\:tw--translate-y-2\.5:focus {
    --transform-translate-y: -0.625rem !important;
  }

  .xl\:focus\:tw--translate-y-3\.5:focus {
    --transform-translate-y: -0.875rem !important;
  }

  .xl\:focus\:tw--translate-y-1\.25em:focus {
    --transform-translate-y: -1.25em !important;
  }

  .xl\:focus\:tw--translate-y-1\.5em:focus {
    --transform-translate-y: -1.5em !important;
  }

  .xl\:focus\:tw--translate-y-4em:focus {
    --transform-translate-y: -4em !important;
  }

  .xl\:focus\:tw--translate-y-full:focus {
    --transform-translate-y: -100% !important;
  }

  .xl\:focus\:tw--translate-y-1\/2:focus {
    --transform-translate-y: -50% !important;
  }

  .xl\:focus\:tw-translate-y-1\/2:focus {
    --transform-translate-y: 50% !important;
  }

  .xl\:focus\:tw-translate-y-full:focus {
    --transform-translate-y: 100% !important;
  }

  .xl\:tw-skew-x-0 {
    --transform-skew-x: 0 !important;
  }

  .xl\:tw-skew-x-1 {
    --transform-skew-x: 1deg !important;
  }

  .xl\:tw-skew-x-2 {
    --transform-skew-x: 2deg !important;
  }

  .xl\:tw-skew-x-3 {
    --transform-skew-x: 3deg !important;
  }

  .xl\:tw-skew-x-6 {
    --transform-skew-x: 6deg !important;
  }

  .xl\:tw-skew-x-12 {
    --transform-skew-x: 12deg !important;
  }

  .xl\:tw--skew-x-12 {
    --transform-skew-x: -12deg !important;
  }

  .xl\:tw--skew-x-6 {
    --transform-skew-x: -6deg !important;
  }

  .xl\:tw--skew-x-3 {
    --transform-skew-x: -3deg !important;
  }

  .xl\:tw--skew-x-2 {
    --transform-skew-x: -2deg !important;
  }

  .xl\:tw--skew-x-1 {
    --transform-skew-x: -1deg !important;
  }

  .xl\:tw-skew-y-0 {
    --transform-skew-y: 0 !important;
  }

  .xl\:tw-skew-y-1 {
    --transform-skew-y: 1deg !important;
  }

  .xl\:tw-skew-y-2 {
    --transform-skew-y: 2deg !important;
  }

  .xl\:tw-skew-y-3 {
    --transform-skew-y: 3deg !important;
  }

  .xl\:tw-skew-y-6 {
    --transform-skew-y: 6deg !important;
  }

  .xl\:tw-skew-y-12 {
    --transform-skew-y: 12deg !important;
  }

  .xl\:tw--skew-y-12 {
    --transform-skew-y: -12deg !important;
  }

  .xl\:tw--skew-y-6 {
    --transform-skew-y: -6deg !important;
  }

  .xl\:tw--skew-y-3 {
    --transform-skew-y: -3deg !important;
  }

  .xl\:tw--skew-y-2 {
    --transform-skew-y: -2deg !important;
  }

  .xl\:tw--skew-y-1 {
    --transform-skew-y: -1deg !important;
  }

  .xl\:hover\:tw-skew-x-0:hover {
    --transform-skew-x: 0 !important;
  }

  .xl\:hover\:tw-skew-x-1:hover {
    --transform-skew-x: 1deg !important;
  }

  .xl\:hover\:tw-skew-x-2:hover {
    --transform-skew-x: 2deg !important;
  }

  .xl\:hover\:tw-skew-x-3:hover {
    --transform-skew-x: 3deg !important;
  }

  .xl\:hover\:tw-skew-x-6:hover {
    --transform-skew-x: 6deg !important;
  }

  .xl\:hover\:tw-skew-x-12:hover {
    --transform-skew-x: 12deg !important;
  }

  .xl\:hover\:tw--skew-x-12:hover {
    --transform-skew-x: -12deg !important;
  }

  .xl\:hover\:tw--skew-x-6:hover {
    --transform-skew-x: -6deg !important;
  }

  .xl\:hover\:tw--skew-x-3:hover {
    --transform-skew-x: -3deg !important;
  }

  .xl\:hover\:tw--skew-x-2:hover {
    --transform-skew-x: -2deg !important;
  }

  .xl\:hover\:tw--skew-x-1:hover {
    --transform-skew-x: -1deg !important;
  }

  .xl\:hover\:tw-skew-y-0:hover {
    --transform-skew-y: 0 !important;
  }

  .xl\:hover\:tw-skew-y-1:hover {
    --transform-skew-y: 1deg !important;
  }

  .xl\:hover\:tw-skew-y-2:hover {
    --transform-skew-y: 2deg !important;
  }

  .xl\:hover\:tw-skew-y-3:hover {
    --transform-skew-y: 3deg !important;
  }

  .xl\:hover\:tw-skew-y-6:hover {
    --transform-skew-y: 6deg !important;
  }

  .xl\:hover\:tw-skew-y-12:hover {
    --transform-skew-y: 12deg !important;
  }

  .xl\:hover\:tw--skew-y-12:hover {
    --transform-skew-y: -12deg !important;
  }

  .xl\:hover\:tw--skew-y-6:hover {
    --transform-skew-y: -6deg !important;
  }

  .xl\:hover\:tw--skew-y-3:hover {
    --transform-skew-y: -3deg !important;
  }

  .xl\:hover\:tw--skew-y-2:hover {
    --transform-skew-y: -2deg !important;
  }

  .xl\:hover\:tw--skew-y-1:hover {
    --transform-skew-y: -1deg !important;
  }

  .xl\:focus\:tw-skew-x-0:focus {
    --transform-skew-x: 0 !important;
  }

  .xl\:focus\:tw-skew-x-1:focus {
    --transform-skew-x: 1deg !important;
  }

  .xl\:focus\:tw-skew-x-2:focus {
    --transform-skew-x: 2deg !important;
  }

  .xl\:focus\:tw-skew-x-3:focus {
    --transform-skew-x: 3deg !important;
  }

  .xl\:focus\:tw-skew-x-6:focus {
    --transform-skew-x: 6deg !important;
  }

  .xl\:focus\:tw-skew-x-12:focus {
    --transform-skew-x: 12deg !important;
  }

  .xl\:focus\:tw--skew-x-12:focus {
    --transform-skew-x: -12deg !important;
  }

  .xl\:focus\:tw--skew-x-6:focus {
    --transform-skew-x: -6deg !important;
  }

  .xl\:focus\:tw--skew-x-3:focus {
    --transform-skew-x: -3deg !important;
  }

  .xl\:focus\:tw--skew-x-2:focus {
    --transform-skew-x: -2deg !important;
  }

  .xl\:focus\:tw--skew-x-1:focus {
    --transform-skew-x: -1deg !important;
  }

  .xl\:focus\:tw-skew-y-0:focus {
    --transform-skew-y: 0 !important;
  }

  .xl\:focus\:tw-skew-y-1:focus {
    --transform-skew-y: 1deg !important;
  }

  .xl\:focus\:tw-skew-y-2:focus {
    --transform-skew-y: 2deg !important;
  }

  .xl\:focus\:tw-skew-y-3:focus {
    --transform-skew-y: 3deg !important;
  }

  .xl\:focus\:tw-skew-y-6:focus {
    --transform-skew-y: 6deg !important;
  }

  .xl\:focus\:tw-skew-y-12:focus {
    --transform-skew-y: 12deg !important;
  }

  .xl\:focus\:tw--skew-y-12:focus {
    --transform-skew-y: -12deg !important;
  }

  .xl\:focus\:tw--skew-y-6:focus {
    --transform-skew-y: -6deg !important;
  }

  .xl\:focus\:tw--skew-y-3:focus {
    --transform-skew-y: -3deg !important;
  }

  .xl\:focus\:tw--skew-y-2:focus {
    --transform-skew-y: -2deg !important;
  }

  .xl\:focus\:tw--skew-y-1:focus {
    --transform-skew-y: -1deg !important;
  }

  .xl\:tw-transition-none {
    transition-property: none !important;
  }

  .xl\:tw-transition-all {
    transition-property: all !important;
  }

  .xl\:tw-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .xl\:tw-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .xl\:tw-transition-opacity {
    transition-property: opacity !important;
  }

  .xl\:tw-transition-shadow {
    transition-property: box-shadow !important;
  }

  .xl\:tw-transition-transform {
    transition-property: transform !important;
  }

  .xl\:tw-ease-linear {
    transition-timing-function: linear !important;
  }

  .xl\:tw-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xl\:tw-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xl\:tw-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .xl\:tw-duration-75 {
    transition-duration: 75ms !important;
  }

  .xl\:tw-duration-100 {
    transition-duration: 100ms !important;
  }

  .xl\:tw-duration-150 {
    transition-duration: 150ms !important;
  }

  .xl\:tw-duration-200 {
    transition-duration: 200ms !important;
  }

  .xl\:tw-duration-300 {
    transition-duration: 300ms !important;
  }

  .xl\:tw-duration-500 {
    transition-duration: 500ms !important;
  }

  .xl\:tw-duration-700 {
    transition-duration: 700ms !important;
  }

  .xl\:tw-duration-1000 {
    transition-duration: 1000ms !important;
  }

  .xl\:tw-delay-75 {
    transition-delay: 75ms !important;
  }

  .xl\:tw-delay-100 {
    transition-delay: 100ms !important;
  }

  .xl\:tw-delay-150 {
    transition-delay: 150ms !important;
  }

  .xl\:tw-delay-200 {
    transition-delay: 200ms !important;
  }

  .xl\:tw-delay-300 {
    transition-delay: 300ms !important;
  }

  .xl\:tw-delay-500 {
    transition-delay: 500ms !important;
  }

  .xl\:tw-delay-700 {
    transition-delay: 700ms !important;
  }

  .xl\:tw-delay-1000 {
    transition-delay: 1000ms !important;
  }

  .xl\:tw-animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .xl\:tw-animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .xl\:tw-animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xl\:tw-animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xl\:tw-animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }
}
